AuthorizationCheckResponseType

Element:
AuthorizationCheckResponse
Type:
AuthorizationCheckResponseType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Response to an authorization check request.
Since:
5.1
Schema:
services.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<AuthorizationCheckResponse xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <IsAuthorized> xs:boolean </IsAuthorized>
</AuthorizationCheckResponse>

Elements

Element Type Required Modifiable Since Deprecated Description
IsAuthorized boolean No none 5.1 True if the referenced user is authorized to make the specified HTTP request to the specified URL.
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.