A trustee's rights to a template definition. Depending on the aclOnly option on the request, these are either the effective rights (the net result after group membership, allow/deny resolution, and the repository's privilege overlay) or the rights granted by the template's access control list alone.

interface ITemplateRights {
    isReadOnly?: boolean;
    rights?: TemplateRight[];
}

Implemented by

Properties

Properties

isReadOnly?: boolean

True when the session is read-only, so no write operations are possible regardless of the granted rights.

rights?: TemplateRight[]

The rights granted to the trustee on the template.