tridion-sites-extensions-api-docs

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

SecurityDescriptor type

The SecurityDescriptorData is a grouping of all the Rights and Permissions (allow and denies) for the trustees. A SecurityDescriptorData is specific to a user and a context (IdentifiableObject).

Signature:

export type SecurityDescriptor = {
    $type?: string;
    Permissions?: Array<Permissions>;
    Rights?: Array<Rights>;
};

References: Rights