User Group provides a way to assign permissions to a group of users based on the IdP attributes received after authentication.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the user group which the dynamic user belongs to. | [optional] |
| idp | IamIdp | [optional] | |
| idpreference | IamIdpReference | [optional] | |
| permissions | list[IamPermission] | A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline. Permissions assigned to the user group. Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy. | [optional] |
| qualifier | IamQualifier | [optional] | |
| users | list[IamUser] | A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline. Users logged in using this user group. | [optional] [readonly] |