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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python