IdentitySource interface
vCenter Single Sign On Identity Source
Properties
alias | The domain's NetBIOS name |
base |
The base distinguished name for groups |
base |
The base distinguished name for users |
domain | The domain's dns name |
name | The name of the identity source |
password | The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. This value contains a credential. Consider obscuring before showing to users |
primary |
Primary server URL |
secondary |
Secondary server URL |
ssl | Protect LDAP communication using SSL certificate (LDAPS) |
username | The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group |
Property Details
alias
The domain's NetBIOS name
alias?: string
Property Value
string
baseGroupDN
The base distinguished name for groups
baseGroupDN?: string
Property Value
string
baseUserDN
The base distinguished name for users
baseUserDN?: string
Property Value
string
domain
The domain's dns name
domain?: string
Property Value
string
name
The name of the identity source
name?: string
Property Value
string
password
The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. This value contains a credential. Consider obscuring before showing to users
password?: string
Property Value
string
primaryServer
Primary server URL
primaryServer?: string
Property Value
string
secondaryServer
Secondary server URL
secondaryServer?: string
Property Value
string
ssl
Protect LDAP communication using SSL certificate (LDAPS)
ssl?: string
Property Value
string
username
The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group
username?: string
Property Value
string