AccessControlRulesRoleAssignment Class
The properties of an Access Control Rule RoleAssignment.
Constructor
AccessControlRulesRoleAssignment(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
role
|
The name of the role. Required. |
|
identities
|
A list of identities that can access the privileges defined by the role. Required. |
Attributes
identities
A list of identities that can access the privileges defined by the role. Required.
identities: list[str]
role
The name of the role. Required.
role: str