Compartilhar via


RoleManagementPolicyRuleTarget Class

The role management policy rule target.

Inheritance
azure.mgmt.authorization._serialization.Model
RoleManagementPolicyRuleTarget

Constructor

RoleManagementPolicyRuleTarget(*, caller: str | None = None, operations: List[str] | None = None, level: str | None = None, target_objects: List[str] | None = None, inheritable_settings: List[str] | None = None, enforced_settings: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
caller
str

The caller of the setting.

operations

The type of operation.

level
str

The assignment level to which rule is applied.

target_objects

The list of target objects.

inheritable_settings

The list of inheritable settings.

enforced_settings

The list of enforced settings.

Variables

Name Description
caller
str

The caller of the setting.

operations

The type of operation.

level
str

The assignment level to which rule is applied.

target_objects

The list of target objects.

inheritable_settings

The list of inheritable settings.

enforced_settings

The list of enforced settings.