PolicyExemptionUpdate Class
The policy exemption for Patch request.
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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python