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

AppUpdateProgramResponse

    UpdateProgramResponse is the result of an update program request.

    Properties

    • updateID string required
      UpdateID is the opaque identifier of the requested update. This value is needed to begin an update, as well as poll for its progress.
    • requiredPolicies array[AppRequiredPolicy] optional
      RequiredPolicies is a list of required Policy Packs to run during the update.
    • name string required
      The name (unique and URL-safe) of the required Policy Pack.
    • version integer required
      The version of the required Policy Pack.
    • versionTag string required
      The version tag of the required Policy Pack.
    • displayName string required
      The pretty name of the required Policy Pack.
    • packLocation string optional
      Where the Policy Pack can be downloaded from.
    • config map[string]object optional
      The configuration that is to be passed to the Policy Pack. This is map a of policies mapped to their configuration. Each individual configuration must comply with the JSON schema for each Policy within the Policy Pack.
    • environments array[string] optional
      References to ESC environments whose resolved values the CLI should inject into the policy pack process.
    • messages array[AppMessage] optional
      Messages is a list of messages that should be displayed to the user.
    • severity enum optional
      Severity is the severity of the message.
      Values: warning, error, info
    • message string required
      Message is the message to display to the user.
    • aiSettings AppAISettingsForUpdate optional
      The ai settings
    • copilotIsEnabled boolean required
      Whether the Pulumi Copilot AI assistant is enabled for this stack.