Home > @tridion-sites/open-api-client > Group
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