Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

IamRole.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

IamRole

A role is a collection of privilege sets that are assigned to a user using a permission object.

Properties

Name Type Description Notes
description str Informative description about each role. [optional] [readonly]
name str The name of the role which has to be granted to user. [optional]
privilege_names list[str] [optional]
account IamAccount [optional]
privilege_sets list[IamPrivilegeSet] A reference to a iamPrivilegeSet resource. When the $expand query parameter is specified, the referenced resource is returned inline. Reference to the privilege sets. Privilege set is a collection of privileges. Privilege sets are assigned to a user using roles. [optional] [readonly]
system IamSystem [optional]

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