PolicyExemptionUpdateProperties Class
The policy exemption properties for Patch request.
Constructor
PolicyExemptionUpdateProperties(*args: Any, **kwargs: Any)
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". |
Attributes
assignment_scope_validation
The option whether validate the exemption is at or under the assignment scope. Known values are: "Default" and "DoNotValidate".
assignment_scope_validation: str | _models.AssignmentScopeValidation | None
resource_selectors
The resource selector list to filter policies by resource properties.
resource_selectors: list['_models.ResourceSelector'] | None