4.52. UserGroup
| Name | Description | Schema |
|---|---|---|
|
accessPolicies optional |
The access policies granted to this tenant.Example : |
< AccessPolicySummary > array |
|
configurable optional read-only |
Indicates if this tenant is configurable, based on which UserGroupProvider has been configured to manage it.Example : |
boolean |
|
identifier optional read-only |
The computer-generated identifier of the tenant.Example : |
string |
|
identity required |
The human-facing identity of the tenant. This can only be changed if the tenant is configurable.Example : |
string |
|
resourcePermissions optional |
A summary top-level resource access policies granted to this
tenant.Example : |
ResourcePermissions |
|
revision optional |
The revision of this entity used for optimistic-locking during
updates.Example : |
RevisionInfo |
|
users optional |
The users that belong to this user group. This can only be changed if this
group is configurable.Example : |
< Tenant > array |
