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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python