PolicyExemptionUpdate Class
The policy exemption for Patch request.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicyExemptionUpdate
Constructor
PolicyExemptionUpdate(*, resource_selectors: List[_models.ResourceSelector] | None = None, assignment_scope_validation: str | _models.AssignmentScopeValidation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_selectors
|
The resource selector list to filter policies by resource properties. |
assignment_scope_validation
|
The option whether validate the exemption is at or under the assignment scope. Known values are: "Default" and "DoNotValidate". |
Variables
Name | Description |
---|---|
resource_selectors
|
The resource selector list to filter policies by resource properties. |
assignment_scope_validation
|
The option whether validate the exemption is at or under the assignment scope. Known values are: "Default" and "DoNotValidate". |
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