Share via


IdentitySource Class

Definition

vCenter Single Sign On Identity Source

public class IdentitySource
type IdentitySource = class
Public Class IdentitySource
Inheritance
IdentitySource

Constructors

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.

Properties

Alias

Gets or sets the domain's NetBIOS name

BaseGroupDN

Gets or sets the base distinguished name for groups

BaseUserDN

Gets or sets the base distinguished name for users

Domain

Gets or sets the domain's dns name

Name

Gets or sets the name of the identity source

Password

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

PrimaryServer

Gets or sets primary server URL

SecondaryServer

Gets or sets secondary server URL

Ssl

Gets or sets protect LDAP communication using SSL certificate (LDAPS). Possible values include: 'Enabled', 'Disabled'

Username

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

Applies to