RoleManagementPolicyEnablementRule Class
The role management policy enablement rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.authorization.v2022_04_01.models._models_py3.RoleManagementPolicyRuleRoleManagementPolicyEnablementRule
Constructor
RoleManagementPolicyEnablementRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, enabled_rules: List[str | _models.EnablementRules] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the rule. |
target
|
The target of the current rule. |
enabled_rules
|
The list of enabled rules. |
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. |
enabled_rules
|
The list of enabled rules. |
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