OAuthKeyConfigurationsListType

Element:
OAuthKeyConfigurations
Type:
OAuthKeyConfigurationsListType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Contains a list of OAuth Key configurations.
Since:
9.0
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<OAuthKeyConfigurations 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"/>
    <OAuthKeyConfiguration href="xs:anyURI" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string"/>
        <KeyId> xs:string </KeyId>
        <Algorithm> xs:string </Algorithm>
        <Key> xs:string </Key>
        <ExpirationDate> xs:dateTime </ExpirationDate>
    </OAuthKeyConfiguration>
</OAuthKeyConfigurations>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 9.0 A reference to an entity or operation associated with this object.
OAuthKeyConfiguration OAuthKeyConfigurationType No none 9.0 OAuth key configuration.
VCloudExtension VCloudExtensionType No always 9.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.