SummaryResults interface

Compliance summary on a particular summary level.

Properties

nonCompliantPolicies

Number of non-compliant policies.

nonCompliantResources

Number of non-compliant resources.

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.

policyGroupDetails

The policy definition group summary at this level.

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.

resourceDetails

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[]

Property Value