SamlSPKeyAndCertificateChainType

Type:
SamlSPKeyAndCertificateChainType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for an organization's PEM-encoded private key and public key certificate chain used during SAML-token processing.
Since:
24.0
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<SamlSPKeyAndCertificateChainType xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <Key> xs:string </Key>
    <CertificateChain> xs:string </CertificateChain>
</SamlSPKeyAndCertificateChainType>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
CertificateChain string Yes update 24.0 PEM-formatted X509 certificate chain. The public key from the leaf certificate is used during SAML operations for this Org.
Key string Yes update 24.0 PEM-encoded private key body in PKCS#8 format. Key is used during SAML operations for this Org.
Link LinkType No none 24.0 A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always 24.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.