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

AppUpdatePolicyGroupRequest

    UpdatePolicyGroupRequest modifies a Policy Group.

    Properties

    • newName string optional
      The new name to assign to the policy group.
    • addStack AppPulumiStackReference optional
      A stack to add to the policy group.
    • name string required
      The name
    • routingProject string required
      The routing project
    • removeStack AppPulumiStackReference optional
      A stack to remove from the policy group.
    • name string required
      The name
    • routingProject string required
      The routing project
    • addPolicyPack AppPolicyPackMetadata optional
      A policy pack to enable for the policy group.
    • name string required
      The name
    • displayName string required
      The display name
    • version integer required
      The version number
    • versionTag string required
      The version tag
    • config map[string]object optional
      The configuration that is to be passed to the Policy Pack. This map ties Policies with their configuration.
    • environments array[string] optional
      References to ESC environments to use for this policy pack.
    • removePolicyPack AppPolicyPackMetadata optional
      A policy pack to disable for the policy group.
    • name string required
      The name
    • displayName string required
      The display name
    • version integer required
      The version number
    • versionTag string required
      The version tag
    • config map[string]object optional
      The configuration that is to be passed to the Policy Pack. This map ties Policies with their configuration.
    • environments array[string] optional
      References to ESC environments to use for this policy pack.