tridion-sites-extensions-api-docs

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

Group type

Represents a data of Group of Users.

Signature:

export type Group = Trustee & {
    ClaimMappings?: Array<ClaimMapping>;
    DefaultGroupId?: number;
    InheritedSystemPrivileges?: SystemPrivilegesDictionary;
    Scope?: Array<LinkWithIsEditable>;
    SystemPrivileges?: Array<SystemPrivilege>;
};

References: Trustee, ClaimMapping, SystemPrivilegesDictionary, LinkWithIsEditable, SystemPrivilege