RoleManagementPolicyApprovalRule Class
The role management policy approval rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.authorization.v2022_05_01_preview.models._models_py3.RoleManagementPolicyRuleRoleManagementPolicyApprovalRule
Constructor
RoleManagementPolicyApprovalRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, setting: _models.ApprovalSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the rule. |
target
|
The target of the current rule. |
setting
|
The approval setting. |
Variables
Name | Description |
---|---|
id
|
The id of the rule. |
rule_type
|
The type of rule. Required. Known values are: "RoleManagementPolicyApprovalRule", "RoleManagementPolicyAuthenticationContextRule", "RoleManagementPolicyEnablementRule", "RoleManagementPolicyExpirationRule", and "RoleManagementPolicyNotificationRule". |
target
|
The target of the current rule. |
setting
|
The approval setting. |
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