tridion-sites-extensions-api-docs

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

GroupMembership type

Contains the scope of a Group.

Signature:

export type GroupMembership = {
    $type?: string;
    Group?: Link;
    Scope?: Array<LinkWithIsEditable>;
};

References: Link, LinkWithIsEditable