RestApiPollerDataConnector.Auth Property

Definition

The a authentication model. Please note CcpAuthConfig is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityInsightsApiKeyAuthModel, AwsAuthModel, BasicAuthModel, GcpAuthModel, GitHubAuthModel, JwtAuthModel, NoneAuthModel, OAuthModel, OracleAuthModel, GenericBlobSbsAuthModel and SessionAuthModel.

public Azure.ResourceManager.SecurityInsights.Models.CcpAuthConfig Auth { get; set; }
member this.Auth : Azure.ResourceManager.SecurityInsights.Models.CcpAuthConfig with get, set
Public Property Auth As CcpAuthConfig

Property Value

Applies to