AuthenticationDetailsProperties Constructors
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.
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'