tridion-sites-extensions-api-docs

Home > @tridion-sites/models > Trustee

Trustee class

Abstract base class for the data of “Trustees”: the data of Users or Groups.

Signature:

export declare abstract class Trustee extends SystemWideObject

Extends: SystemWideObject

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, groupMemberships, …systemWideObjectArgs })   Constructs a new instance of the Trustee class

Properties

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.