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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python