Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy.
| Name | Type | Description | Notes |
|---|---|---|---|
| description | str | The informative description about each permission. | [optional] |
| name | str | The name of the permission which has to be granted to user. | [optional] |
| account | IamAccount | [optional] | |
| end_point_roles | list[IamEndPointRole] | A reference to a iamEndPointRole resource. When the $expand query parameter is specified, the referenced resource is returned inline. The end point roles assigned to this permission. The user can perform end point operations like GUI/CLI cross launch. | [optional] [readonly] |
| resource_roles | list[IamResourceRoles] | A reference to a iamResourceRoles resource. When the $expand query parameter is specified, the referenced resource is returned inline. The resource and roles assigned to this permission. Resource role specifies the organization and the collection of roles the permission has on the organization. | [optional] |
| roles | list[IamRole] | A reference to a iamRole resource. When the $expand query parameter is specified, the referenced resource is returned inline. The roles assigned to this permission. Role is a collection of privilege sets. Roles are assigned to a user using the permission object. | [optional] |
| user_groups | list[IamUserGroup] | A reference to a iamUserGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline. A collection of references to the iam.UserGroup Managed Object. When this managed object is deleted, the referenced iam.UserGroup MOs unset their reference to this deleted MO. | [optional] |
| users | list[IamUser] | A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline. A collection of references to the iam.User Managed Object. When this managed object is deleted, the referenced iam.User MOs unset their reference to this deleted MO. | [optional] |