PolicyExemptionUpdate Class

The policy exemption for Patch request.

Inheritance
azure.mgmt.resource.policy._serialization.Model
PolicyExemptionUpdate

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".