RoleManagementPolicy Class
Role management policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleManagementPolicy
Constructor
RoleManagementPolicy(*, scope: str | None = None, display_name: str | None = None, description: str | None = None, is_organization_default: bool | None = None, rules: List[_models.RoleManagementPolicyRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
scope
|
The role management policy scope. |
display_name
|
The role management policy display name. |
description
|
The role management policy description. |
is_organization_default
|
The role management policy is default policy. |
rules
|
The rule applied to the policy. |
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. |
display_name
|
The role management policy display name. |
description
|
The role management policy description. |
is_organization_default
|
The role management policy is default policy. |
last_modified_by
|
The name of the entity last modified it. |
last_modified_date_time
|
The last modified date time. |
rules
|
The rule applied to the policy. |
effective_rules
|
The readonly computed rule applied to the policy. |
policy_properties
|
Additional properties of scope. |
Azure SDK for Python