Compartilhar via


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.Model
RoleManagementPolicy

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
str

The role management policy scope.

display_name
str

The role management policy display name.

description
str

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
str

The role management policy Id.

name
str

The role management policy name.

type
str

The role management policy type.

scope
str

The role management policy scope.

display_name
str

The role management policy display name.

description
str

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.