Type Alias: AuthorizationPropertyBasedRequest
type AuthorizationPropertyBasedRequest = object;
Properties
ownerId
ownerId: string;
The ID of the owner of the permissions.
ownerType
ownerType: OwnerTypeEnum;
permissionTypes
permissionTypes: PermissionTypeEnum[];
The permission types to add.
resourcePropertyName
resourcePropertyName: string;
The name of the resource property on which this authorization is based.
resourceType
resourceType: ResourceTypeEnum;
The type of resource to add permissions to.