tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > SystemPrivilege

SystemPrivilege type

Represents a system-wide privilege.

Signature:

export type SystemPrivilege = {
    $type?: string;
    Title?: string;
    Description?: string;
    Key?: string;
};