PolicyEnrollmentUpdateProperties Class
The policy enrollment properties for Patch request.
Constructor
PolicyEnrollmentUpdateProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
assignment_scope_validation
|
The option whether to validate the enrollment is at or under the assignment scope. Known values are: "Default" and "DoNotValidate". |
|
resource_selectors
|
The resource selector list to filter policies by resource properties. |
Attributes
assignment_scope_validation
The option whether to validate the enrollment 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