IPolicyAssignmentSummary Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyAssignmentSummaryTypeConverter))]
public interface IPolicyAssignmentSummary : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyAssignmentSummaryTypeConverter))>]
type IPolicyAssignmentSummary = interface
    interface IJsonSerializable
Public Interface IPolicyAssignmentSummary
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
PolicyAssignmentId

Policy assignment ID.

PolicyDefinition

Policy definitions summary.

PolicyGroup

Policy definition group summary.

PolicySetDefinitionId

Policy set definition ID, if the policy assignment is for a policy set.

ResultNonCompliantPolicy

Number of non-compliant policies.

ResultNonCompliantResource

Number of non-compliant resources.

ResultPolicyDetail

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.

ResultPolicyGroupDetail

The policy definition group summary at this level.

ResultQueryResultsUri

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.

ResultResourceDetail

The resources summary at this level.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to