RoleAssignmentProperties Class
Role assignment properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleAssignmentProperties
Constructor
RoleAssignmentProperties(*, role_definition_id: str, principal_id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
role_definition_id
|
The role definition ID used in the role assignment. Required. |
principal_id
|
The principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group. Required. |
Variables
Name | Description |
---|---|
role_definition_id
|
The role definition ID used in the role assignment. Required. |
principal_id
|
The principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python