IdentitySource Constructors

Definition

Overloads

IdentitySource()

Initializes a new instance of the IdentitySource class.

IdentitySource(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the IdentitySource class.

IdentitySource()

Initializes a new instance of the IdentitySource class.

public IdentitySource ();
Public Sub New ()

Applies to

IdentitySource(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the IdentitySource class.

public IdentitySource (string name = default, string alias = default, string domain = default, string baseUserDN = default, string baseGroupDN = default, string primaryServer = default, string secondaryServer = default, string ssl = default, string username = default, string password = default);
new Microsoft.Azure.Management.Avs.Models.IdentitySource : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.IdentitySource
Public Sub New (Optional name As String = Nothing, Optional alias As String = Nothing, Optional domain As String = Nothing, Optional baseUserDN As String = Nothing, Optional baseGroupDN As String = Nothing, Optional primaryServer As String = Nothing, Optional secondaryServer As String = Nothing, Optional ssl As String = Nothing, Optional username As String = Nothing, Optional password As String = Nothing)

Parameters

name
String

The name of the identity source

alias
String

The domain's NetBIOS name

domain
String

The domain's dns name

baseUserDN
String

The base distinguished name for users

baseGroupDN
String

The base distinguished name for groups

primaryServer
String

Primary server URL

secondaryServer
String

Secondary server URL

ssl
String

Protect LDAP communication using SSL certificate (LDAPS). Possible values include: 'Enabled', 'Disabled'

username
String

The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group

password
String

The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.

Applies to