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

OperationContextRequest

    Request body for updating an operation context.

    Properties

    • The OIDC configuration for the operation.
    • AWS-specific OIDC configuration.
    • Azure-specific OIDC configuration.
    • GCP-specific OIDC configuration.
    • preRunCommands array[string] optional
      Optional list of commands to run before Pulumi is invoked.
    • operation enum optional
      The Pulumi operation to perform (e.g. update, preview, destroy).
      Values: update, preview, destroy, refresh, detect-drift, remediate-drift
    • environmentVariables map[string]SecretValue optional
      Environment variables to apply during execution.
    • Options to specify or override default behavior.
    • skipInstallDependencies boolean optional
      Whether to skip the default dependency installation step.
    • skipIntermediateDeployments boolean optional
      Whether to skip queued intermediate deployments.
    • shell string optional
      The shell to use when running commands.
    • deleteAfterDestroy boolean optional
      Whether the stack should be deleted after it is destroyed.
    • remediateIfDriftDetected boolean optional
      Whether a detect-drift operation should be followed by a remediate-drift step if drift is detected.
    • role DeploymentRoleRequest optional
      The deployment role to assume for the operation.
    • id string optional
      The unique identifier of the deployment role.
    • name string optional
      The name of the deployment role.
    • defaultIdentifier string optional
      The default identifier to assign to this role.