Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppPolicyGroupSummary

AppPolicyGroupSummary

    PolicyGroupSummary details the name, applicable stacks and the applied Policy Packs for an organization’s Policy Group.

    Properties

    • name string required
      The unique name of the policy group.
    • isOrgDefault boolean required
      Whether this is the organization’s default policy group, applied to all stacks not in another group.
    • numStacks integer required
      Number of stacks assigned to this policy group.
    • numAccounts integer optional
      Number of cloud accounts assigned to this policy group.
    • entityType enum required
      The type of entity this policy group targets (e.g. stacks, accounts).
      Values: stacks, accounts
    • mode enum required
      The enforcement mode of the policy group.
      Values: audit, preventative
    • numEnabledPolicyPacks integer required
      Number of policy packs currently enabled in this group.