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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python