Type Alias: AuthorizationIdBasedRequest
type AuthorizationIdBasedRequest = object;
Defined in: gen/types.gen.ts:533
Properties
ownerId
ownerId: string;
Defined in: gen/types.gen.ts:537
The ID of the owner of the permissions.
ownerType
ownerType: OwnerTypeEnum;
Defined in: gen/types.gen.ts:538
permissionTypes
permissionTypes: PermissionTypeEnum[];
Defined in: gen/types.gen.ts:550
The permission types to add.
resourceId
resourceId: string;
Defined in: gen/types.gen.ts:542
The ID of the resource to add permissions to.
resourceType
resourceType: ResourceTypeEnum;
Defined in: gen/types.gen.ts:546
The type of resource to add permissions to.