Type Alias: AuthorizationResult
type AuthorizationResult = object;
Properties
authorizationKey
authorizationKey: AuthorizationKey;
The key of the authorization.
ownerId
ownerId: string;
The ID of the owner of permissions.
ownerType
ownerType: OwnerTypeEnum;
permissionTypes
permissionTypes: PermissionTypeEnum[];
Specifies the types of the permissions.
resourceId
resourceId: string | null;
ID of the resource the permission relates to (mutually exclusive with resourcePropertyName).
resourcePropertyName
resourcePropertyName: string | null;
The name of the resource property the permission relates to (mutually exclusive with resourceId).
resourceType
resourceType: ResourceTypeEnum;
The type of resource that the permissions relate to.