ExternalSubjectType

Type:
ExternalSubjectType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
A reference to a user or group managed by an identity provider configured for use in this organization.
Since:
11.0
Schema:
common.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<ExternalSubjectType xmlns="http://www.vmware.com/vcloud/v1.5">
    <SubjectId> xs:string </SubjectId>
    <IsUser> xs:boolean </IsUser>
    <IdpType> xs:string </IdpType>
</ExternalSubjectType>

Elements

Element Type Required Modifiable Since Deprecated Description
IdpType string Yes always 11.0 The type of identity provider for example: OAUTH, SAML, LDAP etc for this SubjectID.
IsUser boolean Yes always 11.0 If true, SubjectID is a reference to a user defined by this organization's identity provider. If false or empty, SubjectID is a reference to a group defined by this organization's identity provider.
SubjectId string Yes always 11.0 The primary key that your identity provider uses to uniquely identify the user or group referenced in SubjectId.
VCloudExtension VCloudExtensionType No always 11.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.