RoleManagementPolicyAuthenticationContextRule Class
The role management policy authentication context rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.authorization.v2020_10_01_preview.models._models_py3.RoleManagementPolicyRuleRoleManagementPolicyAuthenticationContextRule
Constructor
RoleManagementPolicyAuthenticationContextRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, is_enabled: bool | None = None, claim_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The id of the rule. |
target
|
The target of the current rule. |
is_enabled
|
The value indicating if rule is enabled. |
claim_value
|
The claim value. |
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. |
is_enabled
|
The value indicating if rule is enabled. |
claim_value
|
The claim value. |
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