Type Alias: OwnerTypeEnum
type OwnerTypeEnum =
| "USER"
| "CLIENT"
| "ROLE"
| "GROUP"
| "MAPPING_RULE"
| "UNSPECIFIED";
Defined in: gen/types.gen.ts:677
The type of the owner of permissions.
type OwnerTypeEnum =
| "USER"
| "CLIENT"
| "ROLE"
| "GROUP"
| "MAPPING_RULE"
| "UNSPECIFIED";
Defined in: gen/types.gen.ts:677
The type of the owner of permissions.