@camunda8/orchestration-cluster-api
    Preparing search index...

    Variable OwnerTypeEnumConst

    OwnerTypeEnum: {
        CLIENT: "CLIENT";
        GROUP: "GROUP";
        MAPPING_RULE: "MAPPING_RULE";
        ROLE: "ROLE";
        UNSPECIFIED: "UNSPECIFIED";
        USER: "USER";
    } = ...

    The type of the owner of permissions.

    Type Declaration

    • ReadonlyCLIENT: "CLIENT"
    • ReadonlyGROUP: "GROUP"
    • ReadonlyMAPPING_RULE: "MAPPING_RULE"
    • ReadonlyROLE: "ROLE"
    • ReadonlyUNSPECIFIED: "UNSPECIFIED"
    • ReadonlyUSER: "USER"