Vcenter_Settings_V1_Config_Components_Authmanagement_IdentitySource
Vcenter_Settings_V1_Config_Components_Authmanagement_IdentitySource
IdentitySource structure This structure represents the configuration for Identity Source present in vCenter.
JSON Example
{
"identity_source_type": "string",
"names": [
"string"
],
"alias": "string"
}
identity_source_type
Required
The IdentitySourceType enumerated type contains the possible Identity Source Types.
AD_OVER_IWA : Active Directory (Integrated Windows Authentication).
AD_OVER_LDAP : Active Directory over LDAP.
OPEN_LDAP : Open LDAP
IDP_ADFS : Active Directory Federation Services (Microsoft ADFS).
IDP_CSP : VMware Cloud Services Platform.
IDP_WS1B : VMware Workspace ONE Broker.
array of
string
names
Required
Identity Source name.
string
alias
Optional
Alias for Identity Source.