Home > @tridion-sites/models > Trustee
Abstract base class for the data of “Trustees”: the data of Users or Groups.
Signature:
export declare abstract class Trustee extends SystemWideObject
Extends: SystemWideObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, groupMemberships, …systemWideObjectArgs }) | Constructs a new instance of the Trustee class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTrustee | ||
description | string | undefined | Description (full name) of the Trustee | |
getInternalModel | () => BackendTrustee | ||
groupMemberships | ReadonlyArray<GroupMembership> | undefined | Access to the Trustee’s Group memberships. | |
isPredefined | boolean | Whether the trustee is predefined by the system. |