Skip to main content
Version: 8.9

Type Alias: AuthorizationIdBasedRequest

type AuthorizationIdBasedRequest = object;

Properties

ownerId

ownerId: string;

The ID of the owner of the permissions.


ownerType

ownerType: OwnerTypeEnum;

permissionTypes

permissionTypes: PermissionTypeEnum[];

The permission types to add.


resourceId

resourceId: string;

The ID of the resource to add permissions to.


resourceType

resourceType: ResourceTypeEnum;

The type of resource to add permissions to.