Type Alias: AuthorizationFilter
type AuthorizationFilter = object;
Defined in: gen/types.gen.ts:602
Authorization search filter.
Properties
ownerId?
optional ownerId: string;
Defined in: gen/types.gen.ts:606
The ID of the owner of permissions.
ownerType?
optional ownerType: OwnerTypeEnum;
Defined in: gen/types.gen.ts:607
resourceIds?
optional resourceIds: string[];
Defined in: gen/types.gen.ts:611
The IDs of the resource to search permissions for.
resourcePropertyNames?
optional resourcePropertyNames: string[];
Defined in: gen/types.gen.ts:615
The names of the resource properties to search permissions for.
resourceType?
optional resourceType: ResourceTypeEnum;
Defined in: gen/types.gen.ts:619
The type of resource to search permissions for.