Share via


SecurityCloudConnectorData.AuthenticationDetails Property

Definition

Settings for authentication management, these settings are relevant only for the cloud connector. Please note AuthenticationDetailsProperties 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 AwsAssumeRoleAuthenticationDetailsProperties, AwsCredsAuthenticationDetailsProperties and GcpCredentialsDetailsProperties.

public Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties AuthenticationDetails { get; set; }
member this.AuthenticationDetails : Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties with get, set
Public Property AuthenticationDetails As AuthenticationDetailsProperties

Property Value

Applies to