Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.25 KB

IamUserGroup.md

File metadata and controls

16 lines (12 loc) · 1.25 KB

IamUserGroup

User Group provides a way to assign permissions to a group of users based on the IdP attributes received after authentication.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]