AuthorizationResult Object

Indicates the authorization status of a specified user in relation to a specified resource type.

This object is used by the following operations:

The properties included in the AuthorizationResult object are listed below.

Property Type Required Description
UserID string Optional The unique ID for a specific user.
ScopeID string Optional A unique ID indicating the scope of a user's permissions.
ResourceID string Optional The unique ID for a specific resource; for example, the ScopeID or the APIVersionID.
ResourceType string Optional A text description indicating the type of resource.
PermissionName string Optional The name for a specific permission type.
Result string Required

Indicates whether the specified user is authorized to access the specified resource. One of two possible values:

  • Authorized
  • Unauthorized