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

exemption_management_mode

The mode indicating how the policy exemption is managed. Known values are: "Admin" and "UserSelfServe".

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

exemption_management_mode

"Admin" and "UserSelfServe".

exemption_management_mode: str | _models.ExemptionManagementMode | None

resource_selectors

The resource selector list to filter policies by resource properties.

resource_selectors: list['_models.ResourceSelector'] | None