RoleManagementPolicyAssignment Class
Role management policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleManagementPolicyAssignment
Constructor
RoleManagementPolicyAssignment(*, scope: str | None = None, role_definition_id: str | None = None, policy_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
scope
|
The role management policy scope. |
role_definition_id
|
The role definition of management policy assignment. |
policy_id
|
The policy id role management policy assignment. |
Variables
Name | Description |
---|---|
id
|
The role management policy Id. |
name
|
The role management policy name. |
type
|
The role management policy type. |
scope
|
The role management policy scope. |
role_definition_id
|
The role definition of management policy assignment. |
policy_id
|
The policy id role management policy assignment. |
effective_rules
|
The readonly computed rule applied to the policy. |
policy_assignment_properties
|
Additional properties of scope, role definition and policy. |
Azure SDK for Python