Interface: CheckPermissionPayload
Defined in: model/checkPermissionPayload.ts:17
An object that contains the input data required to execute the CheckPermission command.
*
* The CheckPermission command checks if a user has permission to perform specified actions on specified resources.
* The user’s identity is derived from the x-user-id
parameter (in a 2-Legged call), or from the access token (in a 3-Legged call).
*
* See the Developer’s Guide topic on the CheckPermission command for more information.
*
Export
CheckPermissionPayload
Properties
attributes?
optional
attributes:CheckPermissionPayloadAttributes
Defined in: model/checkPermissionPayload.ts:29
Memberof
CheckPermissionPayload
relationships?
optional
relationships:CheckPermissionPayloadRelationships
Defined in: model/checkPermissionPayload.ts:35
Memberof
CheckPermissionPayload
type?
optional
type:"commands"
Defined in: model/checkPermissionPayload.ts:23
Memberof
CheckPermissionPayload