tridion-sites-extensions-api-docs

Home > @tridion-sites/models > UserGroup > scope

UserGroup.scope property

Access to the UserGroup’s scope (also known as “usage constraints”): the Repositories in which the UserGroup can be used. A collection of Repository objects representing the Repositories in which the UserGroup can be used. An empty collection means that the UserGroup is not scoped to particular Repositories. Changes to the collection are reflected in the state of the UserGroup.

Signature:

get scope(): ReadonlyArray<LinkWithIsEditable> | undefined;