Skip to main content
Version: 8.9

Variable: OwnerTypeEnum

const OwnerTypeEnum: object;

The type of the owner of permissions.

Type Declaration

CLIENT

readonly CLIENT: "CLIENT" = 'CLIENT';

GROUP

readonly GROUP: "GROUP" = 'GROUP';

MAPPING_RULE

readonly MAPPING_RULE: "MAPPING_RULE" = 'MAPPING_RULE';

ROLE

readonly ROLE: "ROLE" = 'ROLE';

UNSPECIFIED

readonly UNSPECIFIED: "UNSPECIFIED" = 'UNSPECIFIED';

USER

readonly USER: "USER" = 'USER';