OrgFederationSettingsType

Element:
OrgFederationSettings
Type:
OrgFederationSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents federation settings for identity federation.
Since:
5.1
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<OrgFederationSettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <VCloudExtension required="xs:boolean"/>
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <SAMLMetadata> xs:string </SAMLMetadata>
    <Enabled> xs:boolean </Enabled>
    <CertificateExpiration> xs:dateTime </CertificateExpiration>
    <SamlSPEntityId> xs:anyURI </SamlSPEntityId>
</OrgFederationSettings>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 5.1 The URI of the entity.
type string No always 5.1 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
CertificateExpiration dateTime No none 5.6 The expiration time of this org's certificate.
Enabled boolean No always 5.1 This boolean value indicates whether the Identity Provider for the organization is enabled or disabled.
Link LinkType No none 5.1 A reference to an entity or operation associated with this object.
SAMLMetadata string No always 5.1 XML-encoded SAML 2.0 metadata from this organization's identity provider. If empty, this organization does not support SAML. Download this content over a secure connection from a trusted source (typically your identity provider's SAML metadata URL).
SamlSPEntityId anyURI Yes always 5.6 Service Provider Entity ID to be used when generating SP Metadata
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.