SecurityCloudConnectorData.AuthenticationDetails Property
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.
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
Azure SDK for .NET