Skip to main content
Version: 8.10 (unreleased)

Type Alias: AuthorizationFilter

type AuthorizationFilter = object;

Authorization search filter.

Properties

ownerId?

optional ownerId?: string;

The ID of the owner of permissions.


ownerType?

optional ownerType?: OwnerTypeEnum;

resourceIds?

optional resourceIds?: string[];

The IDs of the resource to search permissions for.


resourcePropertyNames?

optional resourcePropertyNames?: string[];

The names of the resource properties to search permissions for.


resourceType?

optional resourceType?: ResourceTypeEnum;

The type of resource to search permissions for.