Axinom Mosaic Libraries
    Preparing search index...

    This interface is define the structure of a permission array of PermissionDefinition.

    interface Permission {
        gqlOperations?: readonly string[];
        key: string;
        title: string;
        usedByManagedServiceOnly?: boolean;
        usedForDevelopment?: boolean;
    }
    Index

    Properties

    gqlOperations?: readonly string[]

    List of gqlOperations.

    key: string

    Key of the permission.

    title: string

    Title of the permission.

    usedByManagedServiceOnly?: boolean

    True for only permission is used for manage services.

    usedForDevelopment?: boolean

    True for only permission is used for development.