VcenterSettingsV1ConfigComponentsAuthmanagementIdentitySource

IdentitySource structure This structure represents the configuration for Identity Source present in vCenter.


Properties

string
alias Optional

Alias for Identity Source.


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.

Possible values are: AD_OVER_IWAAD_OVER_LDAPOPEN_LDAPIDP_ADFSIDP_CSPIDP_WS1B


array of string
names Required

Identity Source name.

JSON Example

{
	"identity_source_type": "AD_OVER_IWA",
	"names": [
		"string"
	]
}

Feedback

Was this page helpful?