CcpAuthConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base Model for API authentication. Please note this is the abstract base class. The derived classes available for instantiation are: SecurityInsightsApiKeyAuthModel, AwsAuthModel, BasicAuthModel, GcpAuthModel, GenericBlobSbsAuthModel, GitHubAuthModel, NoneAuthModel, JwtAuthModel, OAuthModel, OracleAuthModel, and SessionAuthModel.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityInsights.Models.UnknownCcpAuthConfig))]
public abstract class CcpAuthConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.CcpAuthConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.CcpAuthConfig>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityInsights.Models.UnknownCcpAuthConfig))>]
type CcpAuthConfig = class
interface IJsonModel<CcpAuthConfig>
interface IPersistableModel<CcpAuthConfig>
Public MustInherit Class CcpAuthConfig
Implements IJsonModel(Of CcpAuthConfig), IPersistableModel(Of CcpAuthConfig)
- Inheritance
-
CcpAuthConfig
- Derived
- Attributes
- Implements
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<CcpAuthConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<CcpAuthConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<CcpAuthConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<CcpAuthConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<CcpAuthConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |