你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationDetailsProperties Constructors

Definition

Overloads

AuthenticationDetailsProperties()

Initializes a new instance of the AuthenticationDetailsProperties class.

AuthenticationDetailsProperties(String, IList<String>)

Initializes a new instance of the AuthenticationDetailsProperties class.

AuthenticationDetailsProperties()

Initializes a new instance of the AuthenticationDetailsProperties class.

public AuthenticationDetailsProperties ();
Public Sub New ()

Applies to

AuthenticationDetailsProperties(String, IList<String>)

Initializes a new instance of the AuthenticationDetailsProperties class.

public AuthenticationDetailsProperties (string authenticationProvisioningState = default, System.Collections.Generic.IList<string> grantedPermissions = default);
new Microsoft.Azure.Management.Security.Models.AuthenticationDetailsProperties : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.AuthenticationDetailsProperties
Public Sub New (Optional authenticationProvisioningState As String = Nothing, Optional grantedPermissions As IList(Of String) = Nothing)

Parameters

authenticationProvisioningState
String

State of the multi-cloud connector Possible values include: 'Valid', 'Invalid', 'Expired', 'IncorrectPolicy'

grantedPermissions
IList<String>

The permissions detected in the cloud account.

Applies to