1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PolicyComplianceRow

PolicyComplianceRow

    PolicyComplianceRow represents a single row in a policy compliance report.

    Properties

    • policyName string required
      The name of the policy
    • severity enum required
      The severity level of the policy
      Values: , low, medium, high, critical
    • failingResources integer required
      Number of resources failing this policy
    • governedResources integer required
      Total number of resources governed by this policy
    • percentCompliant integer required
      Percentage of resources that are compliant (0-100)
    • policyPack string required
      The policy pack this policy belongs to
    • policyGroupName string required
      The policy group this policy belongs to
    • policyGroupType enum required
      The type of the policy group this policy belongs to
      Values: audit, preventative