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):
application/vnd.vmware.admin.authorizationCheckResponse+xml
application/vnd.vmware.admin.authorizationCheckResponse+json
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">
    <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.

Operations

CRUD Operation Description Since Deprecated
as output POST /admin/extension/service/authorizationcheck Checks user authorization for all services with enabled authorization, URL and request verb. 5.1
as output POST /admin/extension/service/{id}/authorizationcheck Checks user authorization for service, URL and request verb. 5.1