CcpAuthConfig Class

Definition

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

Applies to