CheckRestrictionsRequest Class
The check policy restrictions parameters describing the resource that is being evaluated.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCheckRestrictionsRequest
Constructor
CheckRestrictionsRequest(*, resource_details: CheckRestrictionsResourceDetails, pending_fields: List[PendingField] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
resource_details
Required
|
Required. The information about the resource that will be evaluated. |
pending_fields
Required
|
The list of fields and values that should be evaluated for potential restrictions. |
Keyword-Only Parameters
Name | Description |
---|---|
resource_details
Required
|
|
pending_fields
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python