RoleAssignmentPropertiesWithScope Class
Role assignment properties with scope.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleAssignmentPropertiesWithScope
Constructor
RoleAssignmentPropertiesWithScope(*, scope: str | None = None, role_definition_id: str | None = None, principal_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
scope
|
The role assignment scope. |
role_definition_id
|
The role definition ID. |
principal_id
|
The principal ID. |
Variables
Name | Description |
---|---|
scope
|
The role assignment scope. |
role_definition_id
|
The role definition ID. |
principal_id
|
The principal ID. |
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