RoleManagementPolicyRuleTarget Class
The role management policy rule target.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleManagementPolicyRuleTarget
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
|
The caller of the setting. |
operations
|
The type of operation. |
level
|
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
|
The caller of the setting. |
operations
|
The type of operation. |
level
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python