StoragePoliciesComplianceListResponseBody
This is a response body class for an operation.
Properties
array of
StoragePoliciesComplianceSummary
value
Optional
compliance information about entities matching the filter Compliance.FilterSpec.
JSON Example
{
"value": [
{
"disks": "COMPLIANT",
"vm": "string",
"vm_home": "COMPLIANT"
}
]
}