SummaryResults interface
Compliance summary on a particular summary level.
Properties
non |
Number of non-compliant policies. |
non |
Number of non-compliant resources. |
policy |
The policy artifact summary at this level. For query scope level, it represents policy assignment summary. For policy assignment level, it represents policy definitions summary. |
policy |
The policy definition group summary at this level. |
query |
HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for the compliance summary. This property will not be available by default in future API versions, but could be queried explicitly. |
resource |
The resources summary at this level. |
Property Details
nonCompliantPolicies
Number of non-compliant policies.
nonCompliantPolicies?: number
Property Value
number
nonCompliantResources
Number of non-compliant resources.
nonCompliantResources?: number
Property Value
number
policyDetails
The policy artifact summary at this level. For query scope level, it represents policy assignment summary. For policy assignment level, it represents policy definitions summary.
policyDetails?: ComplianceDetail[]
Property Value
policyGroupDetails
The policy definition group summary at this level.
policyGroupDetails?: ComplianceDetail[]
Property Value
queryResultsUri
HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for the compliance summary. This property will not be available by default in future API versions, but could be queried explicitly.
queryResultsUri?: string
Property Value
string
resourceDetails
The resources summary at this level.
resourceDetails?: ComplianceDetail[]