VcenterSettingsV1ConfigComponentsAuthmanagementIdentitySource
IdentitySource structure This structure represents the configuration for Identity Source present in vCenter.
Properties
Alias for Identity Source.
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.
Possible values are: AD_OVER_IWA , AD_OVER_LDAP , OPEN_LDAP , IDP_ADFS , IDP_CSP , IDP_WS1B
Identity Source name.
JSON Example
{
"identity_source_type": "AD_OVER_IWA",
"names": [
"string"
]
}