Skip to main content
GET
/
v1
/
installs
get all installs for an org
curl --request GET \
  --url https://api.nuon.co/v1/installs \
  --header 'Authorization: <api-key>'
[
  {
    "app_config_id": "<string>",
    "app_id": "<string>",
    "app_runner_config": {
      "app_config_id": "<string>",
      "app_id": "<string>",
      "app_runner_type": "unknown",
      "cloud_platform": "aws",
      "created_at": "<string>",
      "created_by_id": "<string>",
      "env_vars": {},
      "helm_driver": "<string>",
      "id": "<string>",
      "init_script": "<string>",
      "org_id": "<string>",
      "updated_at": "<string>"
    },
    "app_sandbox_config": {
      "app_config_id": "<string>",
      "app_id": "<string>",
      "aws_region_type": "<string>",
      "cloud_platform": "<string>",
      "connected_github_vcs_config": {
        "branch": "<string>",
        "component_config_id": "<string>",
        "component_config_type": "<string>",
        "created_at": "<string>",
        "created_by_id": "<string>",
        "directory": "<string>",
        "id": "<string>",
        "repo": "<string>",
        "repo_name": "<string>",
        "repo_owner": "<string>",
        "updated_at": "<string>",
        "vcs_connection": {
          "created_at": "<string>",
          "created_by_id": "<string>",
          "github_account_id": "<string>",
          "github_account_name": "<string>",
          "github_install_id": "<string>",
          "id": "<string>",
          "updated_at": "<string>",
          "vcs_connection_commit": [
            {
              "author_email": "<string>",
              "author_name": "<string>",
              "created_at": "<string>",
              "created_by_id": "<string>",
              "id": "<string>",
              "message": "<string>",
              "sha": "<string>",
              "updated_at": "<string>",
              "vcs_connection_id": "<string>"
            }
          ]
        },
        "vcs_connection_id": "<string>"
      },
      "created_at": "<string>",
      "created_by_id": "<string>",
      "drift_schedule": "<string>",
      "env_vars": {},
      "id": "<string>",
      "operation_roles": {},
      "org_id": "<string>",
      "public_git_vcs_config": {
        "branch": "<string>",
        "component_config_id": "<string>",
        "component_config_type": "<string>",
        "created_at": "<string>",
        "created_by_id": "<string>",
        "directory": "<string>",
        "id": "<string>",
        "repo": "<string>",
        "updated_at": "<string>"
      },
      "references": [
        "<string>"
      ],
      "refs": [
        {
          "input": "<string>",
          "name": "<string>",
          "type": "sandbox",
          "value": "<string>"
        }
      ],
      "terraform_version": "<string>",
      "updated_at": "<string>",
      "variables": {},
      "variables_files": [
        "<string>"
      ]
    },
    "aws_account": {
      "created_at": "<string>",
      "created_by_id": "<string>",
      "iam_role_arn": "<string>",
      "id": "<string>",
      "region": "<string>",
      "updated_at": "<string>"
    },
    "azure_account": {
      "created_at": "<string>",
      "created_by_id": "<string>",
      "id": "<string>",
      "location": "<string>",
      "service_principal_app_id": "<string>",
      "service_principal_password": "<string>",
      "subscription_id": "<string>",
      "subscription_tenant_id": "<string>",
      "updated_at": "<string>"
    },
    "cloud_platform": "<string>",
    "component_statuses": {},
    "composite_component_status": "<string>",
    "composite_component_status_description": "<string>",
    "created_at": "<string>",
    "created_by_id": "<string>",
    "drifted_objects": [
      {
        "app_sandbox_config_id": "<string>",
        "component_build_id": "<string>",
        "component_name": "<string>",
        "install_component_id": "<string>",
        "install_id": "<string>",
        "install_sandbox_id": "<string>",
        "install_workflow_id": "<string>",
        "org_id": "<string>",
        "target_id": "<string>",
        "target_type": "<string>"
      }
    ],
    "id": "<string>",
    "install_action_workflows": [
      {
        "action_workflow": {
          "app_id": "<string>",
          "config_count": 123,
          "configs": [
            {
              "action_workflow_id": "<string>",
              "app_config_id": "<string>",
              "app_id": "<string>",
              "break_glass_role_arn": "<string>",
              "component_dependency_ids": [
                "<string>"
              ],
              "created_at": "<string>",
              "created_by_id": "<string>",
              "id": "<string>",
              "references": [
                "<string>"
              ],
              "refs": [
                {
                  "input": "<string>",
                  "name": "<string>",
                  "type": "sandbox",
                  "value": "<string>"
                }
              ],
              "role": "<string>",
              "steps": [
                {
                  "action_workflow_config_id": "<string>",
                  "app_config_id": "<string>",
                  "app_id": "<string>",
                  "command": "<string>",
                  "connected_github_vcs_config": {
                    "branch": "<string>",
                    "component_config_id": "<string>",
                    "component_config_type": "<string>",
                    "created_at": "<string>",
                    "created_by_id": "<string>",
                    "directory": "<string>",
                    "id": "<string>",
                    "repo": "<string>",
                    "repo_name": "<string>",
                    "repo_owner": "<string>",
                    "updated_at": "<string>",
                    "vcs_connection": {
                      "created_at": "<string>",
                      "created_by_id": "<string>",
                      "github_account_id": "<string>",
                      "github_account_name": "<string>",
                      "github_install_id": "<string>",
                      "id": "<string>",
                      "updated_at": "<string>",
                      "vcs_connection_commit": [
                        {
                          "author_email": "<string>",
                          "author_name": "<string>",
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "id": "<string>",
                          "message": "<string>",
                          "sha": "<string>",
                          "updated_at": "<string>",
                          "vcs_connection_id": "<string>"
                        }
                      ]
                    },
                    "vcs_connection_id": "<string>"
                  },
                  "created_at": "<string>",
                  "created_by_id": "<string>",
                  "env_vars": {},
                  "id": "<string>",
                  "idx": 123,
                  "inline_contents": "<string>",
                  "name": "<string>",
                  "previous_step_id": "<string>",
                  "public_git_vcs_config": {
                    "branch": "<string>",
                    "component_config_id": "<string>",
                    "component_config_type": "<string>",
                    "created_at": "<string>",
                    "created_by_id": "<string>",
                    "directory": "<string>",
                    "id": "<string>",
                    "repo": "<string>",
                    "updated_at": "<string>"
                  },
                  "references": [
                    "<string>"
                  ],
                  "updated_at": "<string>"
                }
              ],
              "timeout": 123,
              "triggers": [
                {
                  "action_workflow_config_id": "<string>",
                  "app_config_id": "<string>",
                  "app_id": "<string>",
                  "component": {
                    "app_id": "<string>",
                    "config_versions": 123,
                    "created_at": "<string>",
                    "created_by_id": "<string>",
                    "dependencies": [
                      "<string>"
                    ],
                    "id": "<string>",
                    "latest_build": {
                      "checksum": "<string>",
                      "component_config_connection": {
                        "app_config_id": "<string>",
                        "app_config_version": 123,
                        "build_timeout": "<string>",
                        "checksum": "<string>",
                        "component_dependency_ids": [
                          "<string>"
                        ],
                        "component_id": "<string>",
                        "component_name": "<string>",
                        "created_at": "<string>",
                        "created_by_id": "<string>",
                        "deploy_timeout": "<string>",
                        "docker_build": {
                          "build_args": [
                            "<string>"
                          ],
                          "component_config_connection_id": "<string>",
                          "connected_github_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "repo_name": "<string>",
                            "repo_owner": "<string>",
                            "updated_at": "<string>",
                            "vcs_connection": {
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "github_account_id": "<string>",
                              "github_account_name": "<string>",
                              "github_install_id": "<string>",
                              "id": "<string>",
                              "updated_at": "<string>",
                              "vcs_connection_commit": [
                                {
                                  "author_email": "<string>",
                                  "author_name": "<string>",
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "message": "<string>",
                                  "sha": "<string>",
                                  "updated_at": "<string>",
                                  "vcs_connection_id": "<string>"
                                }
                              ]
                            },
                            "vcs_connection_id": "<string>"
                          },
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "dockerfile": "<string>",
                          "env_vars": {},
                          "id": "<string>",
                          "public_git_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "updated_at": "<string>"
                          },
                          "target": "<string>",
                          "updated_at": "<string>"
                        },
                        "drift_schedule": "<string>",
                        "external_image": {
                          "aws_ecr_image_config": {
                            "aws_region": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "iam_role_arn": "<string>",
                            "id": "<string>",
                            "updated_at": "<string>"
                          },
                          "component_config_connection_id": "<string>",
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "id": "<string>",
                          "image_url": "<string>",
                          "tag": "<string>",
                          "updated_at": "<string>"
                        },
                        "helm": {
                          "chart_name": "<string>",
                          "component_config_connection_id": "<string>",
                          "connected_github_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "repo_name": "<string>",
                            "repo_owner": "<string>",
                            "updated_at": "<string>",
                            "vcs_connection": {
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "github_account_id": "<string>",
                              "github_account_name": "<string>",
                              "github_install_id": "<string>",
                              "id": "<string>",
                              "updated_at": "<string>",
                              "vcs_connection_commit": [
                                {
                                  "author_email": "<string>",
                                  "author_name": "<string>",
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "message": "<string>",
                                  "sha": "<string>",
                                  "updated_at": "<string>",
                                  "vcs_connection_id": "<string>"
                                }
                              ]
                            },
                            "vcs_connection_id": "<string>"
                          },
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "helm_config_json": {
                            "chart_name": "<string>",
                            "helm_repo_config": {
                              "chart": "<string>",
                              "repo_url": "<string>",
                              "version": "<string>"
                            },
                            "namespace": "<string>",
                            "storage_driver": "<string>",
                            "take_ownership": true,
                            "values": {},
                            "values_files": [
                              "<string>"
                            ]
                          },
                          "id": "<string>",
                          "namespace": "<string>",
                          "public_git_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "updated_at": "<string>"
                          },
                          "storage_driver": "<string>",
                          "take_ownership": true,
                          "updated_at": "<string>",
                          "values": {},
                          "values_files": [
                            "<string>"
                          ]
                        },
                        "id": "<string>",
                        "job": {
                          "args": [
                            "<string>"
                          ],
                          "cmd": [
                            "<string>"
                          ],
                          "component_config_connection_id": "<string>",
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "env_vars": {},
                          "id": "<string>",
                          "image_url": "<string>",
                          "tag": "<string>",
                          "updated_at": "<string>"
                        },
                        "kubernetes_manifest": {
                          "component_config_connection_id": "<string>",
                          "connected_github_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "repo_name": "<string>",
                            "repo_owner": "<string>",
                            "updated_at": "<string>",
                            "vcs_connection": {
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "github_account_id": "<string>",
                              "github_account_name": "<string>",
                              "github_install_id": "<string>",
                              "id": "<string>",
                              "updated_at": "<string>",
                              "vcs_connection_commit": [
                                {
                                  "author_email": "<string>",
                                  "author_name": "<string>",
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "message": "<string>",
                                  "sha": "<string>",
                                  "updated_at": "<string>",
                                  "vcs_connection_id": "<string>"
                                }
                              ]
                            },
                            "vcs_connection_id": "<string>"
                          },
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "id": "<string>",
                          "kustomize": {
                            "enable_helm": true,
                            "load_restrictor": "<string>",
                            "patches": [
                              "<string>"
                            ],
                            "path": "<string>"
                          },
                          "manifest": "<string>",
                          "namespace": "<string>",
                          "public_git_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "updated_at": "<string>"
                          },
                          "updated_at": "<string>"
                        },
                        "operation_roles": {},
                        "references": [
                          "<string>"
                        ],
                        "refs": [
                          {
                            "input": "<string>",
                            "name": "<string>",
                            "type": "sandbox",
                            "value": "<string>"
                          }
                        ],
                        "terraform_module": {
                          "component_config_connection_id": "<string>",
                          "connected_github_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "repo_name": "<string>",
                            "repo_owner": "<string>",
                            "updated_at": "<string>",
                            "vcs_connection": {
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "github_account_id": "<string>",
                              "github_account_name": "<string>",
                              "github_install_id": "<string>",
                              "id": "<string>",
                              "updated_at": "<string>",
                              "vcs_connection_commit": [
                                {
                                  "author_email": "<string>",
                                  "author_name": "<string>",
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "message": "<string>",
                                  "sha": "<string>",
                                  "updated_at": "<string>",
                                  "vcs_connection_id": "<string>"
                                }
                              ]
                            },
                            "vcs_connection_id": "<string>"
                          },
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "env_vars": {},
                          "id": "<string>",
                          "public_git_vcs_config": {
                            "branch": "<string>",
                            "component_config_id": "<string>",
                            "component_config_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "directory": "<string>",
                            "id": "<string>",
                            "repo": "<string>",
                            "updated_at": "<string>"
                          },
                          "updated_at": "<string>",
                          "variables": {},
                          "variables_files": [
                            "<string>"
                          ],
                          "version": "<string>"
                        },
                        "type": "terraform_module",
                        "updated_at": "<string>",
                        "version": 123
                      },
                      "component_config_connection_id": "<string>",
                      "component_config_version": 123,
                      "component_id": "<string>",
                      "component_name": "<string>",
                      "created_at": "<string>",
                      "created_by": {
                        "account_type": "auth",
                        "created_at": "<string>",
                        "email": "<string>",
                        "id": "<string>",
                        "org_ids": [
                          "<string>"
                        ],
                        "permissions": {},
                        "roles": [
                          {
                            "createdBy": "<unknown>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "id": "<string>",
                            "policies": [
                              {
                                "created_at": "<string>",
                                "created_by_id": "<string>",
                                "id": "<string>",
                                "name": "org_admin",
                                "permissions": {},
                                "role_id": "<string>",
                                "updated_at": "<string>"
                              }
                            ],
                            "role_type": "org_admin",
                            "updated_at": "<string>"
                          }
                        ],
                        "subject": "<string>",
                        "updated_at": "<string>",
                        "user_journeys": [
                          {
                            "name": "<string>",
                            "steps": [
                              {
                                "complete": true,
                                "completed_at": "<string>",
                                "completion_method": "<string>",
                                "completion_source": "<string>",
                                "metadata": {},
                                "name": "<string>",
                                "title": "<string>"
                              }
                            ],
                            "title": "<string>"
                          }
                        ]
                      },
                      "created_by_id": "<string>",
                      "git_ref": "<string>",
                      "id": "<string>",
                      "install_deploys": [
                        {
                          "action_workflow_runs": [
                            {
                              "action_workflow_config_id": "<string>",
                              "config": "<unknown>",
                              "created_at": "<string>",
                              "created_by": {
                                "account_type": "auth",
                                "created_at": "<string>",
                                "email": "<string>",
                                "id": "<string>",
                                "org_ids": [
                                  "<string>"
                                ],
                                "permissions": {},
                                "roles": [
                                  {
                                    "createdBy": "<unknown>",
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "id": "<string>",
                                    "policies": [
                                      {
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "id": "<string>",
                                        "name": "org_admin",
                                        "permissions": {},
                                        "role_id": "<string>",
                                        "updated_at": "<string>"
                                      }
                                    ],
                                    "role_type": "org_admin",
                                    "updated_at": "<string>"
                                  }
                                ],
                                "subject": "<string>",
                                "updated_at": "<string>",
                                "user_journeys": [
                                  {
                                    "name": "<string>",
                                    "steps": [
                                      {
                                        "complete": true,
                                        "completed_at": "<string>",
                                        "completion_method": "<string>",
                                        "completion_source": "<string>",
                                        "metadata": {},
                                        "name": "<string>",
                                        "title": "<string>"
                                      }
                                    ],
                                    "title": "<string>"
                                  }
                                ]
                              },
                              "created_by_id": "<string>",
                              "execution_time": 123,
                              "id": "<string>",
                              "install_action_workflow": "<unknown>",
                              "install_action_workflow_id": "<string>",
                              "install_id": "<string>",
                              "install_workflow_id": "<string>",
                              "log_stream": {
                                "attrs": {},
                                "created_at": "<string>",
                                "created_by_id": "<string>",
                                "id": "<string>",
                                "open": true,
                                "org_id": "<string>",
                                "owner_id": "<string>",
                                "owner_type": "<string>",
                                "runner_api_url": "<string>",
                                "updated_at": "<string>",
                                "write_token": "<string>"
                              },
                              "outputs": {},
                              "role": "<string>",
                              "run_env_vars": {},
                              "runner_job": {
                                "available_timeout": 123,
                                "created_at": "<string>",
                                "created_by_id": "<string>",
                                "execution_count": 123,
                                "execution_time": 123,
                                "execution_timeout": 123,
                                "executions": [
                                  {
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "id": "<string>",
                                    "metadata": {},
                                    "org_id": "<string>",
                                    "outputs": {
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "org_id": "<string>",
                                      "outputs": {},
                                      "outputs_json": "<string>",
                                      "runner_job_execution_id": "<string>",
                                      "updated_at": "<string>"
                                    },
                                    "result": {
                                      "contents": "<string>",
                                      "contents_display": "<string>",
                                      "contents_display_gzip": "<string>",
                                      "contents_gzip": "<string>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "error_code": 123,
                                      "error_metadata": {},
                                      "id": "<string>",
                                      "org_id": "<string>",
                                      "runner_job_execution_id": "<string>",
                                      "success": true,
                                      "updated_at": "<string>"
                                    },
                                    "runner_job_id": "<string>",
                                    "status": "pending",
                                    "updated_at": "<string>"
                                  }
                                ],
                                "final_runner_job_execution_id": "<string>",
                                "finished_at": "<string>",
                                "group": "health-checks",
                                "id": "<string>",
                                "json": {
                                  "composite_plan": {
                                    "action_workflow_run_plan": {
                                      "attrs": {},
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "builtin_env_vars": {},
                                      "cluster_info": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ca_data": "<string>",
                                        "endpoint": "<string>",
                                        "env_vars": {},
                                        "id": "<string>",
                                        "inline": true,
                                        "kube_config": "<string>",
                                        "trusted_role_arn": "<string>"
                                      },
                                      "id": "<string>",
                                      "install_id": "<string>",
                                      "override_env_vars": {},
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      },
                                      "steps": [
                                        {
                                          "attrs": {},
                                          "git_source": {
                                            "path": "<string>",
                                            "ref": "<string>",
                                            "url": "<string>",
                                            "recurse_submodules": true
                                          },
                                          "interpolated_command": "<string>",
                                          "interpolated_env_vars": {},
                                          "interpolated_inline_contents": "<string>",
                                          "run_id": "<string>"
                                        }
                                      ]
                                    },
                                    "build_plan": {
                                      "dst_registry": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "dst_tag": "<string>",
                                      "component_build_id": "<string>",
                                      "component_id": "<string>",
                                      "container_image_pull_plan": {
                                        "image": "<string>",
                                        "repo_config": {
                                          "acrauth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "ecrauth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "loginServer": "<string>",
                                          "ociauth": {
                                            "password": "<string>",
                                            "username": "<string>"
                                          },
                                          "plugin": "<string>",
                                          "region": "<string>",
                                          "registryType": "ecr",
                                          "repository": "<string>"
                                        },
                                        "tag": "<string>"
                                      },
                                      "docker_build_plan": {
                                        "build_args": {},
                                        "context": "<string>",
                                        "dockerfile": "<string>",
                                        "target": "<string>"
                                      },
                                      "git_source": {
                                        "path": "<string>",
                                        "ref": "<string>",
                                        "url": "<string>",
                                        "recurse_submodules": true
                                      },
                                      "helm_build_plan": {
                                        "helmRepoConfig": {
                                          "chart": "<string>",
                                          "repoURL": "<string>",
                                          "version": "<string>"
                                        },
                                        "labels": {},
                                        "values": [
                                          {
                                            "name": "<string>",
                                            "type": "<string>",
                                            "value": "<string>"
                                          }
                                        ],
                                        "valuesFiles": [
                                          "<string>"
                                        ]
                                      },
                                      "kubernetes_manifest_build_plan": {
                                        "inline_manifest": "<string>",
                                        "kustomize_config": {
                                          "enable_helm": true,
                                          "load_restrictor": "<string>",
                                          "patches": [
                                            "<string>"
                                          ]
                                        },
                                        "kustomize_path": "<string>",
                                        "labels": {},
                                        "source_type": "<string>"
                                      },
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      },
                                      "terraform_build_plan": {
                                        "labels": {}
                                      }
                                    },
                                    "deploy_plan": {
                                      "src_registry": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "src_tag": "<string>",
                                      "app_config_id": "<string>",
                                      "app_id": "<string>",
                                      "apply_plan_contents": "<string>",
                                      "apply_plan_display": "<string>",
                                      "component_id": "<string>",
                                      "component_name": "<string>",
                                      "helm": {
                                        "cluster_info": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "ca_data": "<string>",
                                          "endpoint": "<string>",
                                          "env_vars": {},
                                          "id": "<string>",
                                          "inline": true,
                                          "kube_config": "<string>",
                                          "trusted_role_arn": "<string>"
                                        },
                                        "create_namespace": true,
                                        "helm_chart_id": "<string>",
                                        "name": "<string>",
                                        "namespace": "<string>",
                                        "storage_driver": "<string>",
                                        "take_ownership": true,
                                        "values": [
                                          {
                                            "name": "<string>",
                                            "type": "<string>",
                                            "value": "<string>"
                                          }
                                        ],
                                        "values_files": [
                                          "<string>"
                                        ]
                                      },
                                      "install_id": "<string>",
                                      "kubernetes_manifest": {
                                        "cluster_info": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "ca_data": "<string>",
                                          "endpoint": "<string>",
                                          "env_vars": {},
                                          "id": "<string>",
                                          "inline": true,
                                          "kube_config": "<string>",
                                          "trusted_role_arn": "<string>"
                                        },
                                        "manifest": "<string>",
                                        "namespace": "<string>",
                                        "oci_artifact": {
                                          "digest": "<string>",
                                          "tag": "<string>",
                                          "url": "<string>"
                                        }
                                      },
                                      "noop": {},
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      },
                                      "terraform": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "cluster_info": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "ca_data": "<string>",
                                          "endpoint": "<string>",
                                          "env_vars": {},
                                          "id": "<string>",
                                          "inline": true,
                                          "kube_config": "<string>",
                                          "trusted_role_arn": "<string>"
                                        },
                                        "env_vars": {},
                                        "hooks": {
                                          "enabled": true,
                                          "envVars": {},
                                          "runAuth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          }
                                        },
                                        "plan_json": [
                                          123
                                        ],
                                        "policies": {},
                                        "state": {
                                          "actions": {
                                            "populated": true,
                                            "workflows": {}
                                          },
                                          "app": {
                                            "id": "<string>",
                                            "name": "<string>",
                                            "populated": true,
                                            "status": "<string>",
                                            "variables": {}
                                          },
                                          "cloud_account": {
                                            "aws": {
                                              "region": "<string>"
                                            },
                                            "azure": {
                                              "location": "<string>"
                                            }
                                          },
                                          "components": {},
                                          "domain": {
                                            "internal_domain": "<string>",
                                            "populated": true,
                                            "public_domain": "<string>"
                                          },
                                          "id": "<string>",
                                          "inputs": {
                                            "inputs": {},
                                            "populated": true
                                          },
                                          "install": {
                                            "id": "<string>",
                                            "inputs": {},
                                            "internal_domain": "<string>",
                                            "name": "<string>",
                                            "populated": true,
                                            "public_domain": "<string>",
                                            "sandbox": {
                                              "outputs": {},
                                              "populated": true,
                                              "recent_runs": "<array>",
                                              "status": "<string>",
                                              "type": "<string>",
                                              "version": "<string>"
                                            }
                                          },
                                          "install_stack": {
                                            "checksum": "<string>",
                                            "outputs": {},
                                            "populated": true,
                                            "quick_link_url": "<string>",
                                            "status": "<string>",
                                            "template_json": "<string>",
                                            "template_url": "<string>"
                                          },
                                          "name": "<string>",
                                          "org": {
                                            "id": "<string>",
                                            "name": "<string>",
                                            "populated": true,
                                            "status": "<string>"
                                          },
                                          "runner": {
                                            "id": "<string>",
                                            "populated": true,
                                            "runner_group_id": "<string>",
                                            "status": "<string>"
                                          },
                                          "sandbox": {
                                            "outputs": {},
                                            "populated": true,
                                            "recent_runs": "<array>",
                                            "status": "<string>",
                                            "type": "<string>",
                                            "version": "<string>"
                                          },
                                          "secrets": {},
                                          "stale_at": "<string>"
                                        },
                                        "terraform_backend": {
                                          "workspaceID": "<string>"
                                        },
                                        "vars": {},
                                        "vars_files": [
                                          "<string>"
                                        ]
                                      }
                                    },
                                    "fetch_image_metadata_plan": {
                                      "registry": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "tag": "<string>",
                                      "include_attestation_layers": true,
                                      "include_attestation_manifests": true,
                                      "include_index": true,
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      }
                                    },
                                    "plan_auth": {
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      }
                                    },
                                    "sandbox_run_plan": {
                                      "app_config_id": "<string>",
                                      "app_id": "<string>",
                                      "apply_plan_contents": "<string>",
                                      "apply_plan_display": [
                                        123
                                      ],
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "env_vars": {},
                                      "git_source": {
                                        "path": "<string>",
                                        "ref": "<string>",
                                        "url": "<string>",
                                        "recurse_submodules": true
                                      },
                                      "hooks": {
                                        "enabled": true,
                                        "envVars": {},
                                        "runAuth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        }
                                      },
                                      "install_id": "<string>",
                                      "local_archive": {
                                        "local_archive": "<string>"
                                      },
                                      "policies": {},
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      },
                                      "state": {
                                        "actions": {
                                          "populated": true,
                                          "workflows": {}
                                        },
                                        "app": {
                                          "id": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "status": "<string>",
                                          "variables": {}
                                        },
                                        "cloud_account": {
                                          "aws": {
                                            "region": "<string>"
                                          },
                                          "azure": {
                                            "location": "<string>"
                                          }
                                        },
                                        "components": {},
                                        "domain": {
                                          "internal_domain": "<string>",
                                          "populated": true,
                                          "public_domain": "<string>"
                                        },
                                        "id": "<string>",
                                        "inputs": {
                                          "inputs": {},
                                          "populated": true
                                        },
                                        "install": {
                                          "id": "<string>",
                                          "inputs": {},
                                          "internal_domain": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "public_domain": "<string>",
                                          "sandbox": {
                                            "outputs": {},
                                            "populated": true,
                                            "recent_runs": "<array>",
                                            "status": "<string>",
                                            "type": "<string>",
                                            "version": "<string>"
                                          }
                                        },
                                        "install_stack": {
                                          "checksum": "<string>",
                                          "outputs": {},
                                          "populated": true,
                                          "quick_link_url": "<string>",
                                          "status": "<string>",
                                          "template_json": "<string>",
                                          "template_url": "<string>"
                                        },
                                        "name": "<string>",
                                        "org": {
                                          "id": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "status": "<string>"
                                        },
                                        "runner": {
                                          "id": "<string>",
                                          "populated": true,
                                          "runner_group_id": "<string>",
                                          "status": "<string>"
                                        },
                                        "sandbox": {
                                          "outputs": {},
                                          "populated": true,
                                          "recent_runs": "<array>",
                                          "status": "<string>",
                                          "type": "<string>",
                                          "version": "<string>"
                                        },
                                        "secrets": {},
                                        "stale_at": "<string>"
                                      },
                                      "terraform_backend": {
                                        "workspaceID": "<string>"
                                      },
                                      "vars": {},
                                      "vars_files": [
                                        "<string>"
                                      ]
                                    },
                                    "sync_oci_plan": {
                                      "dst_registry": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "dst_tag": "<string>",
                                      "src_registry": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "src_tag": "<string>",
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      }
                                    },
                                    "sync_secrets_plan": {
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "cluster_info": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ca_data": "<string>",
                                        "endpoint": "<string>",
                                        "env_vars": {},
                                        "id": "<string>",
                                        "inline": true,
                                        "kube_config": "<string>",
                                        "trusted_role_arn": "<string>"
                                      },
                                      "kubernetes_secrets": [
                                        {
                                          "format": "<string>",
                                          "key_name": "<string>",
                                          "name": "<string>",
                                          "namespace": "<string>",
                                          "secret_arn": "<string>",
                                          "secret_name": "<string>"
                                        }
                                      ],
                                      "sandbox_mode": {
                                        "enabled": true,
                                        "helm": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "kubernetes_manifest": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>"
                                        },
                                        "outputs": {},
                                        "terraform": {
                                          "plan_contents": "<string>",
                                          "plan_display_contents": "<string>",
                                          "state_json": [
                                            123
                                          ],
                                          "workspace_id": "<string>"
                                        }
                                      }
                                    }
                                  },
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "org_id": "<string>",
                                  "plan_json": "<string>",
                                  "runner_job_id": "<string>",
                                  "updated_at": "<string>"
                                },
                                "log_stream_id": "<string>",
                                "max_executions": 123,
                                "metadata": {},
                                "operation": "exec",
                                "org_id": "<string>",
                                "outputs": {},
                                "outputs_json": "<string>",
                                "overall_timeout": 123,
                                "owner_id": "<string>",
                                "owner_type": "<string>",
                                "queue_timeout": 123,
                                "runner_id": "<string>",
                                "started_at": "<string>",
                                "status": "queued",
                                "status_description": "<string>",
                                "type": "health-check",
                                "updated_at": "<string>"
                              },
                              "status": "<string>",
                              "status_description": "<string>",
                              "status_v2": {
                                "created_at_ts": 123,
                                "created_by_id": "<string>",
                                "history": "<array>",
                                "metadata": {},
                                "status": "error",
                                "status_human_description": "<string>"
                              },
                              "steps": [
                                {
                                  "adhoc_config": {
                                    "action_workflow_config_id": "<string>",
                                    "app_config_id": "<string>",
                                    "app_id": "<string>",
                                    "command": "<string>",
                                    "connected_github_vcs_config": {
                                      "branch": "<string>",
                                      "component_config_id": "<string>",
                                      "component_config_type": "<string>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "directory": "<string>",
                                      "id": "<string>",
                                      "repo": "<string>",
                                      "repo_name": "<string>",
                                      "repo_owner": "<string>",
                                      "updated_at": "<string>",
                                      "vcs_connection": {
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "github_account_id": "<string>",
                                        "github_account_name": "<string>",
                                        "github_install_id": "<string>",
                                        "id": "<string>",
                                        "updated_at": "<string>",
                                        "vcs_connection_commit": [
                                          {
                                            "author_email": "<string>",
                                            "author_name": "<string>",
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "message": "<string>",
                                            "sha": "<string>",
                                            "updated_at": "<string>",
                                            "vcs_connection_id": "<string>"
                                          }
                                        ]
                                      },
                                      "vcs_connection_id": "<string>"
                                    },
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "env_vars": {},
                                    "id": "<string>",
                                    "idx": 123,
                                    "inline_contents": "<string>",
                                    "name": "<string>",
                                    "previous_step_id": "<string>",
                                    "public_git_vcs_config": {
                                      "branch": "<string>",
                                      "component_config_id": "<string>",
                                      "component_config_type": "<string>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "directory": "<string>",
                                      "id": "<string>",
                                      "repo": "<string>",
                                      "updated_at": "<string>"
                                    },
                                    "references": [
                                      "<string>"
                                    ],
                                    "updated_at": "<string>"
                                  },
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "execution_duration": 123,
                                  "id": "<string>",
                                  "install_action_workflow_run_id": "<string>",
                                  "status": "finished",
                                  "step_id": "<string>",
                                  "updated_at": "<string>"
                                }
                              ],
                              "trigger_type": "manual",
                              "triggered_by_id": "<string>",
                              "triggered_by_type": "<string>",
                              "updated_at": "<string>",
                              "workflow": {
                                "approval_option": "approve-all",
                                "created_at": "<string>",
                                "created_by": {
                                  "account_type": "auth",
                                  "created_at": "<string>",
                                  "email": "<string>",
                                  "id": "<string>",
                                  "org_ids": [
                                    "<string>"
                                  ],
                                  "permissions": {},
                                  "roles": [
                                    {
                                      "createdBy": "<unknown>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "policies": [
                                        {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "name": "org_admin",
                                          "permissions": {},
                                          "role_id": "<string>",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "role_type": "org_admin",
                                      "updated_at": "<string>"
                                    }
                                  ],
                                  "subject": "<string>",
                                  "updated_at": "<string>",
                                  "user_journeys": [
                                    {
                                      "name": "<string>",
                                      "steps": [
                                        {
                                          "complete": true,
                                          "completed_at": "<string>",
                                          "completion_method": "<string>",
                                          "completion_source": "<string>",
                                          "metadata": {},
                                          "name": "<string>",
                                          "title": "<string>"
                                        }
                                      ],
                                      "title": "<string>"
                                    }
                                  ]
                                },
                                "created_by_id": "<string>",
                                "execution_time": 123,
                                "finished": true,
                                "finished_at": "<string>",
                                "id": "<string>",
                                "install_action_workflow_runs": "<array>",
                                "install_deploys": "<array>",
                                "install_sandbox_runs": [
                                  {
                                    "action_workflow_runs": "<array>",
                                    "app_sandbox_config": {
                                      "app_config_id": "<string>",
                                      "app_id": "<string>",
                                      "aws_region_type": "<string>",
                                      "cloud_platform": "<string>",
                                      "connected_github_vcs_config": {
                                        "branch": "<string>",
                                        "component_config_id": "<string>",
                                        "component_config_type": "<string>",
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "directory": "<string>",
                                        "id": "<string>",
                                        "repo": "<string>",
                                        "repo_name": "<string>",
                                        "repo_owner": "<string>",
                                        "updated_at": "<string>",
                                        "vcs_connection": {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "github_account_id": "<string>",
                                          "github_account_name": "<string>",
                                          "github_install_id": "<string>",
                                          "id": "<string>",
                                          "updated_at": "<string>",
                                          "vcs_connection_commit": [
                                            {
                                              "author_email": "<string>",
                                              "author_name": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "message": "<string>",
                                              "sha": "<string>",
                                              "updated_at": "<string>",
                                              "vcs_connection_id": "<string>"
                                            }
                                          ]
                                        },
                                        "vcs_connection_id": "<string>"
                                      },
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "drift_schedule": "<string>",
                                      "env_vars": {},
                                      "id": "<string>",
                                      "operation_roles": {},
                                      "org_id": "<string>",
                                      "public_git_vcs_config": {
                                        "branch": "<string>",
                                        "component_config_id": "<string>",
                                        "component_config_type": "<string>",
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "directory": "<string>",
                                        "id": "<string>",
                                        "repo": "<string>",
                                        "updated_at": "<string>"
                                      },
                                      "references": [
                                        "<string>"
                                      ],
                                      "refs": [
                                        {
                                          "input": "<string>",
                                          "name": "<string>",
                                          "type": "sandbox",
                                          "value": "<string>"
                                        }
                                      ],
                                      "terraform_version": "<string>",
                                      "updated_at": "<string>",
                                      "variables": {},
                                      "variables_files": [
                                        "<string>"
                                      ]
                                    },
                                    "created_at": "<string>",
                                    "created_by": {
                                      "account_type": "auth",
                                      "created_at": "<string>",
                                      "email": "<string>",
                                      "id": "<string>",
                                      "org_ids": [
                                        "<string>"
                                      ],
                                      "permissions": {},
                                      "roles": [
                                        {
                                          "createdBy": "<unknown>",
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "policies": [
                                            {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "name": "org_admin",
                                              "permissions": {},
                                              "role_id": "<string>",
                                              "updated_at": "<string>"
                                            }
                                          ],
                                          "role_type": "org_admin",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "subject": "<string>",
                                      "updated_at": "<string>",
                                      "user_journeys": [
                                        {
                                          "name": "<string>",
                                          "steps": [
                                            {
                                              "complete": true,
                                              "completed_at": "<string>",
                                              "completion_method": "<string>",
                                              "completion_source": "<string>",
                                              "metadata": {},
                                              "name": "<string>",
                                              "title": "<string>"
                                            }
                                          ],
                                          "title": "<string>"
                                        }
                                      ]
                                    },
                                    "created_by_id": "<string>",
                                    "id": "<string>",
                                    "install_id": "<string>",
                                    "install_sandbox_id": "<string>",
                                    "install_workflow_id": "<string>",
                                    "log_stream": {
                                      "attrs": {},
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "open": true,
                                      "org_id": "<string>",
                                      "owner_id": "<string>",
                                      "owner_type": "<string>",
                                      "runner_api_url": "<string>",
                                      "updated_at": "<string>",
                                      "write_token": "<string>"
                                    },
                                    "outputs": {},
                                    "policy_reports": [
                                      {
                                        "app_id": "<string>",
                                        "app_name": "<string>",
                                        "component_id": "<string>",
                                        "component_name": "<string>",
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "deny_count": 123,
                                        "evaluated_at": "<string>",
                                        "id": "<string>",
                                        "inputs": [
                                          {
                                            "id": "<string>",
                                            "name": "<string>",
                                            "type": "<string>"
                                          }
                                        ],
                                        "install_id": "<string>",
                                        "install_name": "<string>",
                                        "org_name": "<string>",
                                        "owner_id": "<string>",
                                        "owner_type": "install_deploys",
                                        "pass_count": 123,
                                        "policies": [
                                          {
                                            "deny_count": 123,
                                            "input_count": 123,
                                            "pass_count": 123,
                                            "policy_id": "<string>",
                                            "policy_name": "<string>",
                                            "status": "<string>",
                                            "warn_count": 123
                                          }
                                        ],
                                        "policy_ids": [
                                          "<string>"
                                        ],
                                        "runner_job_id": "<string>",
                                        "status": {
                                          "created_at_ts": 123,
                                          "created_by_id": "<string>",
                                          "history": "<array>",
                                          "metadata": {},
                                          "status": "error",
                                          "status_human_description": "<string>"
                                        },
                                        "updated_at": "<string>",
                                        "violations": [
                                          {
                                            "input_identity": "<string>",
                                            "input_index": 123,
                                            "message": "<string>",
                                            "policy_id": "<string>",
                                            "policy_name": "<string>",
                                            "severity": "<string>"
                                          }
                                        ],
                                        "warn_count": 123,
                                        "workflow_step_policy_validation_id": "<string>"
                                      }
                                    ],
                                    "role": "<string>",
                                    "run_type": "provision",
                                    "runner_jobs": [
                                      {
                                        "available_timeout": 123,
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "execution_count": 123,
                                        "execution_time": 123,
                                        "execution_timeout": 123,
                                        "executions": [
                                          {
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "metadata": {},
                                            "org_id": "<string>",
                                            "outputs": {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "outputs": {},
                                              "outputs_json": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "updated_at": "<string>"
                                            },
                                            "result": {
                                              "contents": "<string>",
                                              "contents_display": "<string>",
                                              "contents_display_gzip": "<string>",
                                              "contents_gzip": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "error_code": 123,
                                              "error_metadata": {},
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "success": true,
                                              "updated_at": "<string>"
                                            },
                                            "runner_job_id": "<string>",
                                            "status": "pending",
                                            "updated_at": "<string>"
                                          }
                                        ],
                                        "final_runner_job_execution_id": "<string>",
                                        "finished_at": "<string>",
                                        "group": "health-checks",
                                        "id": "<string>",
                                        "json": {
                                          "composite_plan": {
                                            "action_workflow_run_plan": {
                                              "attrs": {},
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "builtin_env_vars": {},
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "id": "<string>",
                                              "install_id": "<string>",
                                              "override_env_vars": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "steps": [
                                                {
                                                  "attrs": {},
                                                  "git_source": {
                                                    "path": "<string>",
                                                    "ref": "<string>",
                                                    "url": "<string>",
                                                    "recurse_submodules": true
                                                  },
                                                  "interpolated_command": "<string>",
                                                  "interpolated_env_vars": {},
                                                  "interpolated_inline_contents": "<string>",
                                                  "run_id": "<string>"
                                                }
                                              ]
                                            },
                                            "build_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "component_build_id": "<string>",
                                              "component_id": "<string>",
                                              "container_image_pull_plan": {
                                                "image": "<string>",
                                                "repo_config": {
                                                  "acrauth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ecrauth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "loginServer": "<string>",
                                                  "ociauth": {
                                                    "password": "<string>",
                                                    "username": "<string>"
                                                  },
                                                  "plugin": "<string>",
                                                  "region": "<string>",
                                                  "registryType": "ecr",
                                                  "repository": "<string>"
                                                },
                                                "tag": "<string>"
                                              },
                                              "docker_build_plan": {
                                                "build_args": {},
                                                "context": "<string>",
                                                "dockerfile": "<string>",
                                                "target": "<string>"
                                              },
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "helm_build_plan": {
                                                "helmRepoConfig": {
                                                  "chart": "<string>",
                                                  "repoURL": "<string>",
                                                  "version": "<string>"
                                                },
                                                "labels": {},
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "valuesFiles": [
                                                  "<string>"
                                                ]
                                              },
                                              "kubernetes_manifest_build_plan": {
                                                "inline_manifest": "<string>",
                                                "kustomize_config": {
                                                  "enable_helm": true,
                                                  "load_restrictor": "<string>",
                                                  "patches": [
                                                    "<string>"
                                                  ]
                                                },
                                                "kustomize_path": "<string>",
                                                "labels": {},
                                                "source_type": "<string>"
                                              },
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform_build_plan": {
                                                "labels": {}
                                              }
                                            },
                                            "deploy_plan": {
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": "<string>",
                                              "component_id": "<string>",
                                              "component_name": "<string>",
                                              "helm": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "create_namespace": true,
                                                "helm_chart_id": "<string>",
                                                "name": "<string>",
                                                "namespace": "<string>",
                                                "storage_driver": "<string>",
                                                "take_ownership": true,
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "values_files": [
                                                  "<string>"
                                                ]
                                              },
                                              "install_id": "<string>",
                                              "kubernetes_manifest": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "manifest": "<string>",
                                                "namespace": "<string>",
                                                "oci_artifact": {
                                                  "digest": "<string>",
                                                  "tag": "<string>",
                                                  "url": "<string>"
                                                }
                                              },
                                              "noop": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "env_vars": {},
                                                "hooks": {
                                                  "enabled": true,
                                                  "envVars": {},
                                                  "runAuth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  }
                                                },
                                                "plan_json": [
                                                  123
                                                ],
                                                "policies": {},
                                                "state": {
                                                  "actions": {
                                                    "populated": true,
                                                    "workflows": {}
                                                  },
                                                  "app": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>",
                                                    "variables": {}
                                                  },
                                                  "cloud_account": {
                                                    "aws": {
                                                      "region": "<string>"
                                                    },
                                                    "azure": {
                                                      "location": "<string>"
                                                    }
                                                  },
                                                  "components": {},
                                                  "domain": {
                                                    "internal_domain": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>"
                                                  },
                                                  "id": "<string>",
                                                  "inputs": {
                                                    "inputs": {},
                                                    "populated": true
                                                  },
                                                  "install": {
                                                    "id": "<string>",
                                                    "inputs": {},
                                                    "internal_domain": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>",
                                                    "sandbox": {
                                                      "outputs": {},
                                                      "populated": true,
                                                      "recent_runs": "<array>",
                                                      "status": "<string>",
                                                      "type": "<string>",
                                                      "version": "<string>"
                                                    }
                                                  },
                                                  "install_stack": {
                                                    "checksum": "<string>",
                                                    "outputs": {},
                                                    "populated": true,
                                                    "quick_link_url": "<string>",
                                                    "status": "<string>",
                                                    "template_json": "<string>",
                                                    "template_url": "<string>"
                                                  },
                                                  "name": "<string>",
                                                  "org": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>"
                                                  },
                                                  "runner": {
                                                    "id": "<string>",
                                                    "populated": true,
                                                    "runner_group_id": "<string>",
                                                    "status": "<string>"
                                                  },
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  },
                                                  "secrets": {},
                                                  "stale_at": "<string>"
                                                },
                                                "terraform_backend": {
                                                  "workspaceID": "<string>"
                                                },
                                                "vars": {},
                                                "vars_files": [
                                                  "<string>"
                                                ]
                                              }
                                            },
                                            "fetch_image_metadata_plan": {
                                              "registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "tag": "<string>",
                                              "include_attestation_layers": true,
                                              "include_attestation_manifests": true,
                                              "include_index": true,
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "plan_auth": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              }
                                            },
                                            "sandbox_run_plan": {
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": [
                                                123
                                              ],
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "env_vars": {},
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "hooks": {
                                                "enabled": true,
                                                "envVars": {},
                                                "runAuth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                }
                                              },
                                              "install_id": "<string>",
                                              "local_archive": {
                                                "local_archive": "<string>"
                                              },
                                              "policies": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "state": {
                                                "actions": {
                                                  "populated": true,
                                                  "workflows": {}
                                                },
                                                "app": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>",
                                                  "variables": {}
                                                },
                                                "cloud_account": {
                                                  "aws": {
                                                    "region": "<string>"
                                                  },
                                                  "azure": {
                                                    "location": "<string>"
                                                  }
                                                },
                                                "components": {},
                                                "domain": {
                                                  "internal_domain": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>"
                                                },
                                                "id": "<string>",
                                                "inputs": {
                                                  "inputs": {},
                                                  "populated": true
                                                },
                                                "install": {
                                                  "id": "<string>",
                                                  "inputs": {},
                                                  "internal_domain": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>",
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  }
                                                },
                                                "install_stack": {
                                                  "checksum": "<string>",
                                                  "outputs": {},
                                                  "populated": true,
                                                  "quick_link_url": "<string>",
                                                  "status": "<string>",
                                                  "template_json": "<string>",
                                                  "template_url": "<string>"
                                                },
                                                "name": "<string>",
                                                "org": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>"
                                                },
                                                "runner": {
                                                  "id": "<string>",
                                                  "populated": true,
                                                  "runner_group_id": "<string>",
                                                  "status": "<string>"
                                                },
                                                "sandbox": {
                                                  "outputs": {},
                                                  "populated": true,
                                                  "recent_runs": "<array>",
                                                  "status": "<string>",
                                                  "type": "<string>",
                                                  "version": "<string>"
                                                },
                                                "secrets": {},
                                                "stale_at": "<string>"
                                              },
                                              "terraform_backend": {
                                                "workspaceID": "<string>"
                                              },
                                              "vars": {},
                                              "vars_files": [
                                                "<string>"
                                              ]
                                            },
                                            "sync_oci_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "sync_secrets_plan": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "kubernetes_secrets": [
                                                {
                                                  "format": "<string>",
                                                  "key_name": "<string>",
                                                  "name": "<string>",
                                                  "namespace": "<string>",
                                                  "secret_arn": "<string>",
                                                  "secret_name": "<string>"
                                                }
                                              ],
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            }
                                          },
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "plan_json": "<string>",
                                          "runner_job_id": "<string>",
                                          "updated_at": "<string>"
                                        },
                                        "log_stream_id": "<string>",
                                        "max_executions": 123,
                                        "metadata": {},
                                        "operation": "exec",
                                        "org_id": "<string>",
                                        "outputs": {},
                                        "outputs_json": "<string>",
                                        "overall_timeout": 123,
                                        "owner_id": "<string>",
                                        "owner_type": "<string>",
                                        "queue_timeout": 123,
                                        "runner_id": "<string>",
                                        "started_at": "<string>",
                                        "status": "queued",
                                        "status_description": "<string>",
                                        "type": "health-check",
                                        "updated_at": "<string>"
                                      }
                                    ],
                                    "status": "<string>",
                                    "status_description": "<string>",
                                    "status_v2": {
                                      "created_at_ts": 123,
                                      "created_by_id": "<string>",
                                      "history": "<array>",
                                      "metadata": {},
                                      "status": "error",
                                      "status_human_description": "<string>"
                                    },
                                    "updated_at": "<string>",
                                    "workflow": "<unknown>",
                                    "workflow_id": "<string>"
                                  }
                                ],
                                "links": {},
                                "metadata": {},
                                "name": "<string>",
                                "owner_id": "<string>",
                                "owner_type": "<string>",
                                "plan_only": true,
                                "role": "<string>",
                                "started_at": "<string>",
                                "status": {
                                  "created_at_ts": 123,
                                  "created_by_id": "<string>",
                                  "history": "<array>",
                                  "metadata": {},
                                  "status": "error",
                                  "status_human_description": "<string>"
                                },
                                "step_error_behavior": "<string>",
                                "steps": [
                                  {
                                    "approval": {
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "installWorkflowStep": "<unknown>",
                                      "installWorkflowStepID": "<string>",
                                      "owner_id": "<string>",
                                      "owner_type": "<string>",
                                      "response": {},
                                      "runner_job": {
                                        "available_timeout": 123,
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "execution_count": 123,
                                        "execution_time": 123,
                                        "execution_timeout": 123,
                                        "executions": [
                                          {
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "metadata": {},
                                            "org_id": "<string>",
                                            "outputs": {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "outputs": {},
                                              "outputs_json": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "updated_at": "<string>"
                                            },
                                            "result": {
                                              "contents": "<string>",
                                              "contents_display": "<string>",
                                              "contents_display_gzip": "<string>",
                                              "contents_gzip": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "error_code": 123,
                                              "error_metadata": {},
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "success": true,
                                              "updated_at": "<string>"
                                            },
                                            "runner_job_id": "<string>",
                                            "status": "pending",
                                            "updated_at": "<string>"
                                          }
                                        ],
                                        "final_runner_job_execution_id": "<string>",
                                        "finished_at": "<string>",
                                        "group": "health-checks",
                                        "id": "<string>",
                                        "json": {
                                          "composite_plan": {
                                            "action_workflow_run_plan": {
                                              "attrs": {},
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "builtin_env_vars": {},
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "id": "<string>",
                                              "install_id": "<string>",
                                              "override_env_vars": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "steps": [
                                                {
                                                  "attrs": {},
                                                  "git_source": {
                                                    "path": "<string>",
                                                    "ref": "<string>",
                                                    "url": "<string>",
                                                    "recurse_submodules": true
                                                  },
                                                  "interpolated_command": "<string>",
                                                  "interpolated_env_vars": {},
                                                  "interpolated_inline_contents": "<string>",
                                                  "run_id": "<string>"
                                                }
                                              ]
                                            },
                                            "build_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "component_build_id": "<string>",
                                              "component_id": "<string>",
                                              "container_image_pull_plan": {
                                                "image": "<string>",
                                                "repo_config": {
                                                  "acrauth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ecrauth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "loginServer": "<string>",
                                                  "ociauth": {
                                                    "password": "<string>",
                                                    "username": "<string>"
                                                  },
                                                  "plugin": "<string>",
                                                  "region": "<string>",
                                                  "registryType": "ecr",
                                                  "repository": "<string>"
                                                },
                                                "tag": "<string>"
                                              },
                                              "docker_build_plan": {
                                                "build_args": {},
                                                "context": "<string>",
                                                "dockerfile": "<string>",
                                                "target": "<string>"
                                              },
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "helm_build_plan": {
                                                "helmRepoConfig": {
                                                  "chart": "<string>",
                                                  "repoURL": "<string>",
                                                  "version": "<string>"
                                                },
                                                "labels": {},
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "valuesFiles": [
                                                  "<string>"
                                                ]
                                              },
                                              "kubernetes_manifest_build_plan": {
                                                "inline_manifest": "<string>",
                                                "kustomize_config": {
                                                  "enable_helm": true,
                                                  "load_restrictor": "<string>",
                                                  "patches": [
                                                    "<string>"
                                                  ]
                                                },
                                                "kustomize_path": "<string>",
                                                "labels": {},
                                                "source_type": "<string>"
                                              },
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform_build_plan": {
                                                "labels": {}
                                              }
                                            },
                                            "deploy_plan": {
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": "<string>",
                                              "component_id": "<string>",
                                              "component_name": "<string>",
                                              "helm": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "create_namespace": true,
                                                "helm_chart_id": "<string>",
                                                "name": "<string>",
                                                "namespace": "<string>",
                                                "storage_driver": "<string>",
                                                "take_ownership": true,
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "values_files": [
                                                  "<string>"
                                                ]
                                              },
                                              "install_id": "<string>",
                                              "kubernetes_manifest": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "manifest": "<string>",
                                                "namespace": "<string>",
                                                "oci_artifact": {
                                                  "digest": "<string>",
                                                  "tag": "<string>",
                                                  "url": "<string>"
                                                }
                                              },
                                              "noop": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "env_vars": {},
                                                "hooks": {
                                                  "enabled": true,
                                                  "envVars": {},
                                                  "runAuth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  }
                                                },
                                                "plan_json": [
                                                  123
                                                ],
                                                "policies": {},
                                                "state": {
                                                  "actions": {
                                                    "populated": true,
                                                    "workflows": {}
                                                  },
                                                  "app": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>",
                                                    "variables": {}
                                                  },
                                                  "cloud_account": {
                                                    "aws": {
                                                      "region": "<string>"
                                                    },
                                                    "azure": {
                                                      "location": "<string>"
                                                    }
                                                  },
                                                  "components": {},
                                                  "domain": {
                                                    "internal_domain": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>"
                                                  },
                                                  "id": "<string>",
                                                  "inputs": {
                                                    "inputs": {},
                                                    "populated": true
                                                  },
                                                  "install": {
                                                    "id": "<string>",
                                                    "inputs": {},
                                                    "internal_domain": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>",
                                                    "sandbox": {
                                                      "outputs": {},
                                                      "populated": true,
                                                      "recent_runs": "<array>",
                                                      "status": "<string>",
                                                      "type": "<string>",
                                                      "version": "<string>"
                                                    }
                                                  },
                                                  "install_stack": {
                                                    "checksum": "<string>",
                                                    "outputs": {},
                                                    "populated": true,
                                                    "quick_link_url": "<string>",
                                                    "status": "<string>",
                                                    "template_json": "<string>",
                                                    "template_url": "<string>"
                                                  },
                                                  "name": "<string>",
                                                  "org": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>"
                                                  },
                                                  "runner": {
                                                    "id": "<string>",
                                                    "populated": true,
                                                    "runner_group_id": "<string>",
                                                    "status": "<string>"
                                                  },
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  },
                                                  "secrets": {},
                                                  "stale_at": "<string>"
                                                },
                                                "terraform_backend": {
                                                  "workspaceID": "<string>"
                                                },
                                                "vars": {},
                                                "vars_files": [
                                                  "<string>"
                                                ]
                                              }
                                            },
                                            "fetch_image_metadata_plan": {
                                              "registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "tag": "<string>",
                                              "include_attestation_layers": true,
                                              "include_attestation_manifests": true,
                                              "include_index": true,
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "plan_auth": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              }
                                            },
                                            "sandbox_run_plan": {
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": [
                                                123
                                              ],
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "env_vars": {},
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "hooks": {
                                                "enabled": true,
                                                "envVars": {},
                                                "runAuth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                }
                                              },
                                              "install_id": "<string>",
                                              "local_archive": {
                                                "local_archive": "<string>"
                                              },
                                              "policies": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "state": {
                                                "actions": {
                                                  "populated": true,
                                                  "workflows": {}
                                                },
                                                "app": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>",
                                                  "variables": {}
                                                },
                                                "cloud_account": {
                                                  "aws": {
                                                    "region": "<string>"
                                                  },
                                                  "azure": {
                                                    "location": "<string>"
                                                  }
                                                },
                                                "components": {},
                                                "domain": {
                                                  "internal_domain": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>"
                                                },
                                                "id": "<string>",
                                                "inputs": {
                                                  "inputs": {},
                                                  "populated": true
                                                },
                                                "install": {
                                                  "id": "<string>",
                                                  "inputs": {},
                                                  "internal_domain": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>",
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  }
                                                },
                                                "install_stack": {
                                                  "checksum": "<string>",
                                                  "outputs": {},
                                                  "populated": true,
                                                  "quick_link_url": "<string>",
                                                  "status": "<string>",
                                                  "template_json": "<string>",
                                                  "template_url": "<string>"
                                                },
                                                "name": "<string>",
                                                "org": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>"
                                                },
                                                "runner": {
                                                  "id": "<string>",
                                                  "populated": true,
                                                  "runner_group_id": "<string>",
                                                  "status": "<string>"
                                                },
                                                "sandbox": {
                                                  "outputs": {},
                                                  "populated": true,
                                                  "recent_runs": "<array>",
                                                  "status": "<string>",
                                                  "type": "<string>",
                                                  "version": "<string>"
                                                },
                                                "secrets": {},
                                                "stale_at": "<string>"
                                              },
                                              "terraform_backend": {
                                                "workspaceID": "<string>"
                                              },
                                              "vars": {},
                                              "vars_files": [
                                                "<string>"
                                              ]
                                            },
                                            "sync_oci_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "sync_secrets_plan": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "kubernetes_secrets": [
                                                {
                                                  "format": "<string>",
                                                  "key_name": "<string>",
                                                  "name": "<string>",
                                                  "namespace": "<string>",
                                                  "secret_arn": "<string>",
                                                  "secret_name": "<string>"
                                                }
                                              ],
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            }
                                          },
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "plan_json": "<string>",
                                          "runner_job_id": "<string>",
                                          "updated_at": "<string>"
                                        },
                                        "log_stream_id": "<string>",
                                        "max_executions": 123,
                                        "metadata": {},
                                        "operation": "exec",
                                        "org_id": "<string>",
                                        "outputs": {},
                                        "outputs_json": "<string>",
                                        "overall_timeout": 123,
                                        "owner_id": "<string>",
                                        "owner_type": "<string>",
                                        "queue_timeout": 123,
                                        "runner_id": "<string>",
                                        "started_at": "<string>",
                                        "status": "queued",
                                        "status_description": "<string>",
                                        "type": "health-check",
                                        "updated_at": "<string>"
                                      },
                                      "runner_job_id": "<string>",
                                      "type": "noop",
                                      "updated_at": "<string>",
                                      "workflow_step": "<unknown>",
                                      "workflow_step_id": "<string>"
                                    },
                                    "created_at": "<string>",
                                    "created_by": {
                                      "account_type": "auth",
                                      "created_at": "<string>",
                                      "email": "<string>",
                                      "id": "<string>",
                                      "org_ids": [
                                        "<string>"
                                      ],
                                      "permissions": {},
                                      "roles": [
                                        {
                                          "createdBy": "<unknown>",
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "policies": [
                                            {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "name": "org_admin",
                                              "permissions": {},
                                              "role_id": "<string>",
                                              "updated_at": "<string>"
                                            }
                                          ],
                                          "role_type": "org_admin",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "subject": "<string>",
                                      "updated_at": "<string>",
                                      "user_journeys": [
                                        {
                                          "name": "<string>",
                                          "steps": [
                                            {
                                              "complete": true,
                                              "completed_at": "<string>",
                                              "completion_method": "<string>",
                                              "completion_source": "<string>",
                                              "metadata": {},
                                              "name": "<string>",
                                              "title": "<string>"
                                            }
                                          ],
                                          "title": "<string>"
                                        }
                                      ]
                                    },
                                    "created_by_id": "<string>",
                                    "execution_time": 123,
                                    "execution_type": "system",
                                    "finished": true,
                                    "finished_at": "<string>",
                                    "group_idx": 123,
                                    "group_retry_idx": 123,
                                    "id": "<string>",
                                    "idx": 123,
                                    "install_workflow_id": "<string>",
                                    "links": {},
                                    "metadata": {},
                                    "name": "<string>",
                                    "owner_id": "<string>",
                                    "owner_type": "<string>",
                                    "policy_validation": {
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "install_workflow_step_id": "<string>",
                                      "response": "<string>",
                                      "runner_job_id": "<string>",
                                      "status": {
                                        "created_at_ts": 123,
                                        "created_by_id": "<string>",
                                        "history": "<array>",
                                        "metadata": {},
                                        "status": "error",
                                        "status_human_description": "<string>"
                                      },
                                      "updated_at": "<string>"
                                    },
                                    "retried": true,
                                    "retryable": true,
                                    "skippable": true,
                                    "started_at": "<string>",
                                    "status": {
                                      "created_at_ts": 123,
                                      "created_by_id": "<string>",
                                      "history": "<array>",
                                      "metadata": {},
                                      "status": "error",
                                      "status_human_description": "<string>"
                                    },
                                    "step_target_id": "<string>",
                                    "step_target_type": "<string>",
                                    "updated_at": "<string>",
                                    "workflow_id": "<string>"
                                  }
                                ],
                                "type": "provision",
                                "updated_at": "<string>"
                              },
                              "workflow_id": "<string>"
                            }
                          ],
                          "build_id": "<string>",
                          "component_build": "<unknown>",
                          "component_config_version": 123,
                          "component_id": "<string>",
                          "component_name": "<string>",
                          "created_at": "<string>",
                          "created_by": {
                            "account_type": "auth",
                            "created_at": "<string>",
                            "email": "<string>",
                            "id": "<string>",
                            "org_ids": [
                              "<string>"
                            ],
                            "permissions": {},
                            "roles": [
                              {
                                "createdBy": "<unknown>",
                                "created_at": "<string>",
                                "created_by_id": "<string>",
                                "id": "<string>",
                                "policies": [
                                  {
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "id": "<string>",
                                    "name": "org_admin",
                                    "permissions": {},
                                    "role_id": "<string>",
                                    "updated_at": "<string>"
                                  }
                                ],
                                "role_type": "org_admin",
                                "updated_at": "<string>"
                              }
                            ],
                            "subject": "<string>",
                            "updated_at": "<string>",
                            "user_journeys": [
                              {
                                "name": "<string>",
                                "steps": [
                                  {
                                    "complete": true,
                                    "completed_at": "<string>",
                                    "completion_method": "<string>",
                                    "completion_source": "<string>",
                                    "metadata": {},
                                    "name": "<string>",
                                    "title": "<string>"
                                  }
                                ],
                                "title": "<string>"
                              }
                            ]
                          },
                          "created_by_id": "<string>",
                          "id": "<string>",
                          "install_component_id": "<string>",
                          "install_deploy_type": "sync-image",
                          "install_id": "<string>",
                          "install_workflow_id": "<string>",
                          "log_stream": {
                            "attrs": {},
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "id": "<string>",
                            "open": true,
                            "org_id": "<string>",
                            "owner_id": "<string>",
                            "owner_type": "<string>",
                            "runner_api_url": "<string>",
                            "updated_at": "<string>",
                            "write_token": "<string>"
                          },
                          "oci_artifact": {
                            "annotations": {},
                            "architecture": "<string>",
                            "artifact_type": "<string>",
                            "created_at": "<string>",
                            "created_by_id": "<string>",
                            "digest": "<string>",
                            "id": "<string>",
                            "media_type": "<string>",
                            "org_id": "<string>",
                            "os": "<string>",
                            "os_features": [
                              "<string>"
                            ],
                            "os_version": "<string>",
                            "owner_id": "<string>",
                            "owner_type": "<string>",
                            "repository": "<string>",
                            "size": 123,
                            "tag": "<string>",
                            "updated_at": "<string>",
                            "urls": [
                              "<string>"
                            ],
                            "variant": "<string>"
                          },
                          "outputs": {},
                          "plan_only": true,
                          "policy_reports": [
                            {
                              "app_id": "<string>",
                              "app_name": "<string>",
                              "component_id": "<string>",
                              "component_name": "<string>",
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "deny_count": 123,
                              "evaluated_at": "<string>",
                              "id": "<string>",
                              "inputs": [
                                {
                                  "id": "<string>",
                                  "name": "<string>",
                                  "type": "<string>"
                                }
                              ],
                              "install_id": "<string>",
                              "install_name": "<string>",
                              "org_name": "<string>",
                              "owner_id": "<string>",
                              "owner_type": "install_deploys",
                              "pass_count": 123,
                              "policies": [
                                {
                                  "deny_count": 123,
                                  "input_count": 123,
                                  "pass_count": 123,
                                  "policy_id": "<string>",
                                  "policy_name": "<string>",
                                  "status": "<string>",
                                  "warn_count": 123
                                }
                              ],
                              "policy_ids": [
                                "<string>"
                              ],
                              "runner_job_id": "<string>",
                              "status": {
                                "created_at_ts": 123,
                                "created_by_id": "<string>",
                                "history": "<array>",
                                "metadata": {},
                                "status": "error",
                                "status_human_description": "<string>"
                              },
                              "updated_at": "<string>",
                              "violations": [
                                {
                                  "input_identity": "<string>",
                                  "input_index": 123,
                                  "message": "<string>",
                                  "policy_id": "<string>",
                                  "policy_name": "<string>",
                                  "severity": "<string>"
                                }
                              ],
                              "warn_count": 123,
                              "workflow_step_policy_validation_id": "<string>"
                            }
                          ],
                          "release_id": "<string>",
                          "role": "<string>",
                          "runner_jobs": [
                            {
                              "available_timeout": 123,
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "execution_count": 123,
                              "execution_time": 123,
                              "execution_timeout": 123,
                              "executions": [
                                {
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "metadata": {},
                                  "org_id": "<string>",
                                  "outputs": {
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "id": "<string>",
                                    "org_id": "<string>",
                                    "outputs": {},
                                    "outputs_json": "<string>",
                                    "runner_job_execution_id": "<string>",
                                    "updated_at": "<string>"
                                  },
                                  "result": {
                                    "contents": "<string>",
                                    "contents_display": "<string>",
                                    "contents_display_gzip": "<string>",
                                    "contents_gzip": "<string>",
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "error_code": 123,
                                    "error_metadata": {},
                                    "id": "<string>",
                                    "org_id": "<string>",
                                    "runner_job_execution_id": "<string>",
                                    "success": true,
                                    "updated_at": "<string>"
                                  },
                                  "runner_job_id": "<string>",
                                  "status": "pending",
                                  "updated_at": "<string>"
                                }
                              ],
                              "final_runner_job_execution_id": "<string>",
                              "finished_at": "<string>",
                              "group": "health-checks",
                              "id": "<string>",
                              "json": {
                                "composite_plan": {
                                  "action_workflow_run_plan": {
                                    "attrs": {},
                                    "aws_auth": {
                                      "assume_role": {
                                        "role_arn": "<string>",
                                        "session_name": "<string>",
                                        "session_duration_seconds": 123,
                                        "two_step_config": {
                                          "iam_role_arn": "<string>",
                                          "src_iam_role_arn": "<string>",
                                          "src_static_credentials": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          }
                                        },
                                        "use_github_oidc": true
                                      },
                                      "cache_id": "<string>",
                                      "profile": "<string>",
                                      "region": "<string>",
                                      "static": {
                                        "access_key_id": "<string>",
                                        "secret_access_key": "<string>",
                                        "session_token": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "builtin_env_vars": {},
                                    "cluster_info": {
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ca_data": "<string>",
                                      "endpoint": "<string>",
                                      "env_vars": {},
                                      "id": "<string>",
                                      "inline": true,
                                      "kube_config": "<string>",
                                      "trusted_role_arn": "<string>"
                                    },
                                    "id": "<string>",
                                    "install_id": "<string>",
                                    "override_env_vars": {},
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    },
                                    "steps": [
                                      {
                                        "attrs": {},
                                        "git_source": {
                                          "path": "<string>",
                                          "ref": "<string>",
                                          "url": "<string>",
                                          "recurse_submodules": true
                                        },
                                        "interpolated_command": "<string>",
                                        "interpolated_env_vars": {},
                                        "interpolated_inline_contents": "<string>",
                                        "run_id": "<string>"
                                      }
                                    ]
                                  },
                                  "build_plan": {
                                    "dst_registry": {
                                      "acrauth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ecrauth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "loginServer": "<string>",
                                      "ociauth": {
                                        "password": "<string>",
                                        "username": "<string>"
                                      },
                                      "plugin": "<string>",
                                      "region": "<string>",
                                      "registryType": "ecr",
                                      "repository": "<string>"
                                    },
                                    "dst_tag": "<string>",
                                    "component_build_id": "<string>",
                                    "component_id": "<string>",
                                    "container_image_pull_plan": {
                                      "image": "<string>",
                                      "repo_config": {
                                        "acrauth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ecrauth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "loginServer": "<string>",
                                        "ociauth": {
                                          "password": "<string>",
                                          "username": "<string>"
                                        },
                                        "plugin": "<string>",
                                        "region": "<string>",
                                        "registryType": "ecr",
                                        "repository": "<string>"
                                      },
                                      "tag": "<string>"
                                    },
                                    "docker_build_plan": {
                                      "build_args": {},
                                      "context": "<string>",
                                      "dockerfile": "<string>",
                                      "target": "<string>"
                                    },
                                    "git_source": {
                                      "path": "<string>",
                                      "ref": "<string>",
                                      "url": "<string>",
                                      "recurse_submodules": true
                                    },
                                    "helm_build_plan": {
                                      "helmRepoConfig": {
                                        "chart": "<string>",
                                        "repoURL": "<string>",
                                        "version": "<string>"
                                      },
                                      "labels": {},
                                      "values": [
                                        {
                                          "name": "<string>",
                                          "type": "<string>",
                                          "value": "<string>"
                                        }
                                      ],
                                      "valuesFiles": [
                                        "<string>"
                                      ]
                                    },
                                    "kubernetes_manifest_build_plan": {
                                      "inline_manifest": "<string>",
                                      "kustomize_config": {
                                        "enable_helm": true,
                                        "load_restrictor": "<string>",
                                        "patches": [
                                          "<string>"
                                        ]
                                      },
                                      "kustomize_path": "<string>",
                                      "labels": {},
                                      "source_type": "<string>"
                                    },
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    },
                                    "terraform_build_plan": {
                                      "labels": {}
                                    }
                                  },
                                  "deploy_plan": {
                                    "src_registry": {
                                      "acrauth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ecrauth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "loginServer": "<string>",
                                      "ociauth": {
                                        "password": "<string>",
                                        "username": "<string>"
                                      },
                                      "plugin": "<string>",
                                      "region": "<string>",
                                      "registryType": "ecr",
                                      "repository": "<string>"
                                    },
                                    "src_tag": "<string>",
                                    "app_config_id": "<string>",
                                    "app_id": "<string>",
                                    "apply_plan_contents": "<string>",
                                    "apply_plan_display": "<string>",
                                    "component_id": "<string>",
                                    "component_name": "<string>",
                                    "helm": {
                                      "cluster_info": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ca_data": "<string>",
                                        "endpoint": "<string>",
                                        "env_vars": {},
                                        "id": "<string>",
                                        "inline": true,
                                        "kube_config": "<string>",
                                        "trusted_role_arn": "<string>"
                                      },
                                      "create_namespace": true,
                                      "helm_chart_id": "<string>",
                                      "name": "<string>",
                                      "namespace": "<string>",
                                      "storage_driver": "<string>",
                                      "take_ownership": true,
                                      "values": [
                                        {
                                          "name": "<string>",
                                          "type": "<string>",
                                          "value": "<string>"
                                        }
                                      ],
                                      "values_files": [
                                        "<string>"
                                      ]
                                    },
                                    "install_id": "<string>",
                                    "kubernetes_manifest": {
                                      "cluster_info": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ca_data": "<string>",
                                        "endpoint": "<string>",
                                        "env_vars": {},
                                        "id": "<string>",
                                        "inline": true,
                                        "kube_config": "<string>",
                                        "trusted_role_arn": "<string>"
                                      },
                                      "manifest": "<string>",
                                      "namespace": "<string>",
                                      "oci_artifact": {
                                        "digest": "<string>",
                                        "tag": "<string>",
                                        "url": "<string>"
                                      }
                                    },
                                    "noop": {},
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    },
                                    "terraform": {
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "cluster_info": {
                                        "aws_auth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "azure_auth": {
                                          "service_principal": {
                                            "subscription_id": "<string>",
                                            "subscription_tenant_id": "<string>"
                                          },
                                          "use_default": true
                                        },
                                        "ca_data": "<string>",
                                        "endpoint": "<string>",
                                        "env_vars": {},
                                        "id": "<string>",
                                        "inline": true,
                                        "kube_config": "<string>",
                                        "trusted_role_arn": "<string>"
                                      },
                                      "env_vars": {},
                                      "hooks": {
                                        "enabled": true,
                                        "envVars": {},
                                        "runAuth": {
                                          "assume_role": {
                                            "role_arn": "<string>",
                                            "session_name": "<string>",
                                            "session_duration_seconds": 123,
                                            "two_step_config": {
                                              "iam_role_arn": "<string>",
                                              "src_iam_role_arn": "<string>",
                                              "src_static_credentials": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              }
                                            },
                                            "use_github_oidc": true
                                          },
                                          "cache_id": "<string>",
                                          "profile": "<string>",
                                          "region": "<string>",
                                          "static": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          },
                                          "use_default": true
                                        }
                                      },
                                      "plan_json": [
                                        123
                                      ],
                                      "policies": {},
                                      "state": {
                                        "actions": {
                                          "populated": true,
                                          "workflows": {}
                                        },
                                        "app": {
                                          "id": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "status": "<string>",
                                          "variables": {}
                                        },
                                        "cloud_account": {
                                          "aws": {
                                            "region": "<string>"
                                          },
                                          "azure": {
                                            "location": "<string>"
                                          }
                                        },
                                        "components": {},
                                        "domain": {
                                          "internal_domain": "<string>",
                                          "populated": true,
                                          "public_domain": "<string>"
                                        },
                                        "id": "<string>",
                                        "inputs": {
                                          "inputs": {},
                                          "populated": true
                                        },
                                        "install": {
                                          "id": "<string>",
                                          "inputs": {},
                                          "internal_domain": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "public_domain": "<string>",
                                          "sandbox": {
                                            "outputs": {},
                                            "populated": true,
                                            "recent_runs": "<array>",
                                            "status": "<string>",
                                            "type": "<string>",
                                            "version": "<string>"
                                          }
                                        },
                                        "install_stack": {
                                          "checksum": "<string>",
                                          "outputs": {},
                                          "populated": true,
                                          "quick_link_url": "<string>",
                                          "status": "<string>",
                                          "template_json": "<string>",
                                          "template_url": "<string>"
                                        },
                                        "name": "<string>",
                                        "org": {
                                          "id": "<string>",
                                          "name": "<string>",
                                          "populated": true,
                                          "status": "<string>"
                                        },
                                        "runner": {
                                          "id": "<string>",
                                          "populated": true,
                                          "runner_group_id": "<string>",
                                          "status": "<string>"
                                        },
                                        "sandbox": {
                                          "outputs": {},
                                          "populated": true,
                                          "recent_runs": "<array>",
                                          "status": "<string>",
                                          "type": "<string>",
                                          "version": "<string>"
                                        },
                                        "secrets": {},
                                        "stale_at": "<string>"
                                      },
                                      "terraform_backend": {
                                        "workspaceID": "<string>"
                                      },
                                      "vars": {},
                                      "vars_files": [
                                        "<string>"
                                      ]
                                    }
                                  },
                                  "fetch_image_metadata_plan": {
                                    "registry": {
                                      "acrauth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ecrauth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "loginServer": "<string>",
                                      "ociauth": {
                                        "password": "<string>",
                                        "username": "<string>"
                                      },
                                      "plugin": "<string>",
                                      "region": "<string>",
                                      "registryType": "ecr",
                                      "repository": "<string>"
                                    },
                                    "tag": "<string>",
                                    "include_attestation_layers": true,
                                    "include_attestation_manifests": true,
                                    "include_index": true,
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    }
                                  },
                                  "plan_auth": {
                                    "aws_auth": {
                                      "assume_role": {
                                        "role_arn": "<string>",
                                        "session_name": "<string>",
                                        "session_duration_seconds": 123,
                                        "two_step_config": {
                                          "iam_role_arn": "<string>",
                                          "src_iam_role_arn": "<string>",
                                          "src_static_credentials": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          }
                                        },
                                        "use_github_oidc": true
                                      },
                                      "cache_id": "<string>",
                                      "profile": "<string>",
                                      "region": "<string>",
                                      "static": {
                                        "access_key_id": "<string>",
                                        "secret_access_key": "<string>",
                                        "session_token": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "azure_auth": {
                                      "service_principal": {
                                        "subscription_id": "<string>",
                                        "subscription_tenant_id": "<string>"
                                      },
                                      "use_default": true
                                    }
                                  },
                                  "sandbox_run_plan": {
                                    "app_config_id": "<string>",
                                    "app_id": "<string>",
                                    "apply_plan_contents": "<string>",
                                    "apply_plan_display": [
                                      123
                                    ],
                                    "aws_auth": {
                                      "assume_role": {
                                        "role_arn": "<string>",
                                        "session_name": "<string>",
                                        "session_duration_seconds": 123,
                                        "two_step_config": {
                                          "iam_role_arn": "<string>",
                                          "src_iam_role_arn": "<string>",
                                          "src_static_credentials": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          }
                                        },
                                        "use_github_oidc": true
                                      },
                                      "cache_id": "<string>",
                                      "profile": "<string>",
                                      "region": "<string>",
                                      "static": {
                                        "access_key_id": "<string>",
                                        "secret_access_key": "<string>",
                                        "session_token": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "azure_auth": {
                                      "service_principal": {
                                        "subscription_id": "<string>",
                                        "subscription_tenant_id": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "env_vars": {},
                                    "git_source": {
                                      "path": "<string>",
                                      "ref": "<string>",
                                      "url": "<string>",
                                      "recurse_submodules": true
                                    },
                                    "hooks": {
                                      "enabled": true,
                                      "envVars": {},
                                      "runAuth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      }
                                    },
                                    "install_id": "<string>",
                                    "local_archive": {
                                      "local_archive": "<string>"
                                    },
                                    "policies": {},
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    },
                                    "state": {
                                      "actions": {
                                        "populated": true,
                                        "workflows": {}
                                      },
                                      "app": {
                                        "id": "<string>",
                                        "name": "<string>",
                                        "populated": true,
                                        "status": "<string>",
                                        "variables": {}
                                      },
                                      "cloud_account": {
                                        "aws": {
                                          "region": "<string>"
                                        },
                                        "azure": {
                                          "location": "<string>"
                                        }
                                      },
                                      "components": {},
                                      "domain": {
                                        "internal_domain": "<string>",
                                        "populated": true,
                                        "public_domain": "<string>"
                                      },
                                      "id": "<string>",
                                      "inputs": {
                                        "inputs": {},
                                        "populated": true
                                      },
                                      "install": {
                                        "id": "<string>",
                                        "inputs": {},
                                        "internal_domain": "<string>",
                                        "name": "<string>",
                                        "populated": true,
                                        "public_domain": "<string>",
                                        "sandbox": {
                                          "outputs": {},
                                          "populated": true,
                                          "recent_runs": "<array>",
                                          "status": "<string>",
                                          "type": "<string>",
                                          "version": "<string>"
                                        }
                                      },
                                      "install_stack": {
                                        "checksum": "<string>",
                                        "outputs": {},
                                        "populated": true,
                                        "quick_link_url": "<string>",
                                        "status": "<string>",
                                        "template_json": "<string>",
                                        "template_url": "<string>"
                                      },
                                      "name": "<string>",
                                      "org": {
                                        "id": "<string>",
                                        "name": "<string>",
                                        "populated": true,
                                        "status": "<string>"
                                      },
                                      "runner": {
                                        "id": "<string>",
                                        "populated": true,
                                        "runner_group_id": "<string>",
                                        "status": "<string>"
                                      },
                                      "sandbox": {
                                        "outputs": {},
                                        "populated": true,
                                        "recent_runs": "<array>",
                                        "status": "<string>",
                                        "type": "<string>",
                                        "version": "<string>"
                                      },
                                      "secrets": {},
                                      "stale_at": "<string>"
                                    },
                                    "terraform_backend": {
                                      "workspaceID": "<string>"
                                    },
                                    "vars": {},
                                    "vars_files": [
                                      "<string>"
                                    ]
                                  },
                                  "sync_oci_plan": {
                                    "dst_registry": {
                                      "acrauth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ecrauth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "loginServer": "<string>",
                                      "ociauth": {
                                        "password": "<string>",
                                        "username": "<string>"
                                      },
                                      "plugin": "<string>",
                                      "region": "<string>",
                                      "registryType": "ecr",
                                      "repository": "<string>"
                                    },
                                    "dst_tag": "<string>",
                                    "src_registry": {
                                      "acrauth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ecrauth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "loginServer": "<string>",
                                      "ociauth": {
                                        "password": "<string>",
                                        "username": "<string>"
                                      },
                                      "plugin": "<string>",
                                      "region": "<string>",
                                      "registryType": "ecr",
                                      "repository": "<string>"
                                    },
                                    "src_tag": "<string>",
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    }
                                  },
                                  "sync_secrets_plan": {
                                    "aws_auth": {
                                      "assume_role": {
                                        "role_arn": "<string>",
                                        "session_name": "<string>",
                                        "session_duration_seconds": 123,
                                        "two_step_config": {
                                          "iam_role_arn": "<string>",
                                          "src_iam_role_arn": "<string>",
                                          "src_static_credentials": {
                                            "access_key_id": "<string>",
                                            "secret_access_key": "<string>",
                                            "session_token": "<string>"
                                          }
                                        },
                                        "use_github_oidc": true
                                      },
                                      "cache_id": "<string>",
                                      "profile": "<string>",
                                      "region": "<string>",
                                      "static": {
                                        "access_key_id": "<string>",
                                        "secret_access_key": "<string>",
                                        "session_token": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "azure_auth": {
                                      "service_principal": {
                                        "subscription_id": "<string>",
                                        "subscription_tenant_id": "<string>"
                                      },
                                      "use_default": true
                                    },
                                    "cluster_info": {
                                      "aws_auth": {
                                        "assume_role": {
                                          "role_arn": "<string>",
                                          "session_name": "<string>",
                                          "session_duration_seconds": 123,
                                          "two_step_config": {
                                            "iam_role_arn": "<string>",
                                            "src_iam_role_arn": "<string>",
                                            "src_static_credentials": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            }
                                          },
                                          "use_github_oidc": true
                                        },
                                        "cache_id": "<string>",
                                        "profile": "<string>",
                                        "region": "<string>",
                                        "static": {
                                          "access_key_id": "<string>",
                                          "secret_access_key": "<string>",
                                          "session_token": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "azure_auth": {
                                        "service_principal": {
                                          "subscription_id": "<string>",
                                          "subscription_tenant_id": "<string>"
                                        },
                                        "use_default": true
                                      },
                                      "ca_data": "<string>",
                                      "endpoint": "<string>",
                                      "env_vars": {},
                                      "id": "<string>",
                                      "inline": true,
                                      "kube_config": "<string>",
                                      "trusted_role_arn": "<string>"
                                    },
                                    "kubernetes_secrets": [
                                      {
                                        "format": "<string>",
                                        "key_name": "<string>",
                                        "name": "<string>",
                                        "namespace": "<string>",
                                        "secret_arn": "<string>",
                                        "secret_name": "<string>"
                                      }
                                    ],
                                    "sandbox_mode": {
                                      "enabled": true,
                                      "helm": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "kubernetes_manifest": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>"
                                      },
                                      "outputs": {},
                                      "terraform": {
                                        "plan_contents": "<string>",
                                        "plan_display_contents": "<string>",
                                        "state_json": [
                                          123
                                        ],
                                        "workspace_id": "<string>"
                                      }
                                    }
                                  }
                                },
                                "created_at": "<string>",
                                "created_by_id": "<string>",
                                "id": "<string>",
                                "org_id": "<string>",
                                "plan_json": "<string>",
                                "runner_job_id": "<string>",
                                "updated_at": "<string>"
                              },
                              "log_stream_id": "<string>",
                              "max_executions": 123,
                              "metadata": {},
                              "operation": "exec",
                              "org_id": "<string>",
                              "outputs": {},
                              "outputs_json": "<string>",
                              "overall_timeout": 123,
                              "owner_id": "<string>",
                              "owner_type": "<string>",
                              "queue_timeout": 123,
                              "runner_id": "<string>",
                              "started_at": "<string>",
                              "status": "queued",
                              "status_description": "<string>",
                              "type": "health-check",
                              "updated_at": "<string>"
                            }
                          ],
                          "status": "<string>",
                          "status_description": "<string>",
                          "status_v2": {
                            "created_at_ts": 123,
                            "created_by_id": "<string>",
                            "history": "<array>",
                            "metadata": {},
                            "status": "error",
                            "status_human_description": "<string>"
                          },
                          "updated_at": "<string>",
                          "workflow": {
                            "approval_option": "approve-all",
                            "created_at": "<string>",
                            "created_by": {
                              "account_type": "auth",
                              "created_at": "<string>",
                              "email": "<string>",
                              "id": "<string>",
                              "org_ids": [
                                "<string>"
                              ],
                              "permissions": {},
                              "roles": [
                                {
                                  "createdBy": "<unknown>",
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "policies": [
                                    {
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "name": "org_admin",
                                      "permissions": {},
                                      "role_id": "<string>",
                                      "updated_at": "<string>"
                                    }
                                  ],
                                  "role_type": "org_admin",
                                  "updated_at": "<string>"
                                }
                              ],
                              "subject": "<string>",
                              "updated_at": "<string>",
                              "user_journeys": [
                                {
                                  "name": "<string>",
                                  "steps": [
                                    {
                                      "complete": true,
                                      "completed_at": "<string>",
                                      "completion_method": "<string>",
                                      "completion_source": "<string>",
                                      "metadata": {},
                                      "name": "<string>",
                                      "title": "<string>"
                                    }
                                  ],
                                  "title": "<string>"
                                }
                              ]
                            },
                            "created_by_id": "<string>",
                            "execution_time": 123,
                            "finished": true,
                            "finished_at": "<string>",
                            "id": "<string>",
                            "install_action_workflow_runs": "<array>",
                            "install_deploys": "<array>",
                            "install_sandbox_runs": [
                              {
                                "action_workflow_runs": "<array>",
                                "app_sandbox_config": {
                                  "app_config_id": "<string>",
                                  "app_id": "<string>",
                                  "aws_region_type": "<string>",
                                  "cloud_platform": "<string>",
                                  "connected_github_vcs_config": {
                                    "branch": "<string>",
                                    "component_config_id": "<string>",
                                    "component_config_type": "<string>",
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "directory": "<string>",
                                    "id": "<string>",
                                    "repo": "<string>",
                                    "repo_name": "<string>",
                                    "repo_owner": "<string>",
                                    "updated_at": "<string>",
                                    "vcs_connection": {
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "github_account_id": "<string>",
                                      "github_account_name": "<string>",
                                      "github_install_id": "<string>",
                                      "id": "<string>",
                                      "updated_at": "<string>",
                                      "vcs_connection_commit": [
                                        {
                                          "author_email": "<string>",
                                          "author_name": "<string>",
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "message": "<string>",
                                          "sha": "<string>",
                                          "updated_at": "<string>",
                                          "vcs_connection_id": "<string>"
                                        }
                                      ]
                                    },
                                    "vcs_connection_id": "<string>"
                                  },
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "drift_schedule": "<string>",
                                  "env_vars": {},
                                  "id": "<string>",
                                  "operation_roles": {},
                                  "org_id": "<string>",
                                  "public_git_vcs_config": {
                                    "branch": "<string>",
                                    "component_config_id": "<string>",
                                    "component_config_type": "<string>",
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "directory": "<string>",
                                    "id": "<string>",
                                    "repo": "<string>",
                                    "updated_at": "<string>"
                                  },
                                  "references": [
                                    "<string>"
                                  ],
                                  "refs": [
                                    {
                                      "input": "<string>",
                                      "name": "<string>",
                                      "type": "sandbox",
                                      "value": "<string>"
                                    }
                                  ],
                                  "terraform_version": "<string>",
                                  "updated_at": "<string>",
                                  "variables": {},
                                  "variables_files": [
                                    "<string>"
                                  ]
                                },
                                "created_at": "<string>",
                                "created_by": {
                                  "account_type": "auth",
                                  "created_at": "<string>",
                                  "email": "<string>",
                                  "id": "<string>",
                                  "org_ids": [
                                    "<string>"
                                  ],
                                  "permissions": {},
                                  "roles": [
                                    {
                                      "createdBy": "<unknown>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "policies": [
                                        {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "name": "org_admin",
                                          "permissions": {},
                                          "role_id": "<string>",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "role_type": "org_admin",
                                      "updated_at": "<string>"
                                    }
                                  ],
                                  "subject": "<string>",
                                  "updated_at": "<string>",
                                  "user_journeys": [
                                    {
                                      "name": "<string>",
                                      "steps": [
                                        {
                                          "complete": true,
                                          "completed_at": "<string>",
                                          "completion_method": "<string>",
                                          "completion_source": "<string>",
                                          "metadata": {},
                                          "name": "<string>",
                                          "title": "<string>"
                                        }
                                      ],
                                      "title": "<string>"
                                    }
                                  ]
                                },
                                "created_by_id": "<string>",
                                "id": "<string>",
                                "install_id": "<string>",
                                "install_sandbox_id": "<string>",
                                "install_workflow_id": "<string>",
                                "log_stream": {
                                  "attrs": {},
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "open": true,
                                  "org_id": "<string>",
                                  "owner_id": "<string>",
                                  "owner_type": "<string>",
                                  "runner_api_url": "<string>",
                                  "updated_at": "<string>",
                                  "write_token": "<string>"
                                },
                                "outputs": {},
                                "policy_reports": [
                                  {
                                    "app_id": "<string>",
                                    "app_name": "<string>",
                                    "component_id": "<string>",
                                    "component_name": "<string>",
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "deny_count": 123,
                                    "evaluated_at": "<string>",
                                    "id": "<string>",
                                    "inputs": [
                                      {
                                        "id": "<string>",
                                        "name": "<string>",
                                        "type": "<string>"
                                      }
                                    ],
                                    "install_id": "<string>",
                                    "install_name": "<string>",
                                    "org_name": "<string>",
                                    "owner_id": "<string>",
                                    "owner_type": "install_deploys",
                                    "pass_count": 123,
                                    "policies": [
                                      {
                                        "deny_count": 123,
                                        "input_count": 123,
                                        "pass_count": 123,
                                        "policy_id": "<string>",
                                        "policy_name": "<string>",
                                        "status": "<string>",
                                        "warn_count": 123
                                      }
                                    ],
                                    "policy_ids": [
                                      "<string>"
                                    ],
                                    "runner_job_id": "<string>",
                                    "status": {
                                      "created_at_ts": 123,
                                      "created_by_id": "<string>",
                                      "history": "<array>",
                                      "metadata": {},
                                      "status": "error",
                                      "status_human_description": "<string>"
                                    },
                                    "updated_at": "<string>",
                                    "violations": [
                                      {
                                        "input_identity": "<string>",
                                        "input_index": 123,
                                        "message": "<string>",
                                        "policy_id": "<string>",
                                        "policy_name": "<string>",
                                        "severity": "<string>"
                                      }
                                    ],
                                    "warn_count": 123,
                                    "workflow_step_policy_validation_id": "<string>"
                                  }
                                ],
                                "role": "<string>",
                                "run_type": "provision",
                                "runner_jobs": [
                                  {
                                    "available_timeout": 123,
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "execution_count": 123,
                                    "execution_time": 123,
                                    "execution_timeout": 123,
                                    "executions": [
                                      {
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "id": "<string>",
                                        "metadata": {},
                                        "org_id": "<string>",
                                        "outputs": {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "outputs": {},
                                          "outputs_json": "<string>",
                                          "runner_job_execution_id": "<string>",
                                          "updated_at": "<string>"
                                        },
                                        "result": {
                                          "contents": "<string>",
                                          "contents_display": "<string>",
                                          "contents_display_gzip": "<string>",
                                          "contents_gzip": "<string>",
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "error_code": 123,
                                          "error_metadata": {},
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "runner_job_execution_id": "<string>",
                                          "success": true,
                                          "updated_at": "<string>"
                                        },
                                        "runner_job_id": "<string>",
                                        "status": "pending",
                                        "updated_at": "<string>"
                                      }
                                    ],
                                    "final_runner_job_execution_id": "<string>",
                                    "finished_at": "<string>",
                                    "group": "health-checks",
                                    "id": "<string>",
                                    "json": {
                                      "composite_plan": {
                                        "action_workflow_run_plan": {
                                          "attrs": {},
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "builtin_env_vars": {},
                                          "cluster_info": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ca_data": "<string>",
                                            "endpoint": "<string>",
                                            "env_vars": {},
                                            "id": "<string>",
                                            "inline": true,
                                            "kube_config": "<string>",
                                            "trusted_role_arn": "<string>"
                                          },
                                          "id": "<string>",
                                          "install_id": "<string>",
                                          "override_env_vars": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "steps": [
                                            {
                                              "attrs": {},
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "interpolated_command": "<string>",
                                              "interpolated_env_vars": {},
                                              "interpolated_inline_contents": "<string>",
                                              "run_id": "<string>"
                                            }
                                          ]
                                        },
                                        "build_plan": {
                                          "dst_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "dst_tag": "<string>",
                                          "component_build_id": "<string>",
                                          "component_id": "<string>",
                                          "container_image_pull_plan": {
                                            "image": "<string>",
                                            "repo_config": {
                                              "acrauth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ecrauth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "loginServer": "<string>",
                                              "ociauth": {
                                                "password": "<string>",
                                                "username": "<string>"
                                              },
                                              "plugin": "<string>",
                                              "region": "<string>",
                                              "registryType": "ecr",
                                              "repository": "<string>"
                                            },
                                            "tag": "<string>"
                                          },
                                          "docker_build_plan": {
                                            "build_args": {},
                                            "context": "<string>",
                                            "dockerfile": "<string>",
                                            "target": "<string>"
                                          },
                                          "git_source": {
                                            "path": "<string>",
                                            "ref": "<string>",
                                            "url": "<string>",
                                            "recurse_submodules": true
                                          },
                                          "helm_build_plan": {
                                            "helmRepoConfig": {
                                              "chart": "<string>",
                                              "repoURL": "<string>",
                                              "version": "<string>"
                                            },
                                            "labels": {},
                                            "values": [
                                              {
                                                "name": "<string>",
                                                "type": "<string>",
                                                "value": "<string>"
                                              }
                                            ],
                                            "valuesFiles": [
                                              "<string>"
                                            ]
                                          },
                                          "kubernetes_manifest_build_plan": {
                                            "inline_manifest": "<string>",
                                            "kustomize_config": {
                                              "enable_helm": true,
                                              "load_restrictor": "<string>",
                                              "patches": [
                                                "<string>"
                                              ]
                                            },
                                            "kustomize_path": "<string>",
                                            "labels": {},
                                            "source_type": "<string>"
                                          },
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "terraform_build_plan": {
                                            "labels": {}
                                          }
                                        },
                                        "deploy_plan": {
                                          "src_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "src_tag": "<string>",
                                          "app_config_id": "<string>",
                                          "app_id": "<string>",
                                          "apply_plan_contents": "<string>",
                                          "apply_plan_display": "<string>",
                                          "component_id": "<string>",
                                          "component_name": "<string>",
                                          "helm": {
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "create_namespace": true,
                                            "helm_chart_id": "<string>",
                                            "name": "<string>",
                                            "namespace": "<string>",
                                            "storage_driver": "<string>",
                                            "take_ownership": true,
                                            "values": [
                                              {
                                                "name": "<string>",
                                                "type": "<string>",
                                                "value": "<string>"
                                              }
                                            ],
                                            "values_files": [
                                              "<string>"
                                            ]
                                          },
                                          "install_id": "<string>",
                                          "kubernetes_manifest": {
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "manifest": "<string>",
                                            "namespace": "<string>",
                                            "oci_artifact": {
                                              "digest": "<string>",
                                              "tag": "<string>",
                                              "url": "<string>"
                                            }
                                          },
                                          "noop": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "terraform": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "env_vars": {},
                                            "hooks": {
                                              "enabled": true,
                                              "envVars": {},
                                              "runAuth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              }
                                            },
                                            "plan_json": [
                                              123
                                            ],
                                            "policies": {},
                                            "state": {
                                              "actions": {
                                                "populated": true,
                                                "workflows": {}
                                              },
                                              "app": {
                                                "id": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "status": "<string>",
                                                "variables": {}
                                              },
                                              "cloud_account": {
                                                "aws": {
                                                  "region": "<string>"
                                                },
                                                "azure": {
                                                  "location": "<string>"
                                                }
                                              },
                                              "components": {},
                                              "domain": {
                                                "internal_domain": "<string>",
                                                "populated": true,
                                                "public_domain": "<string>"
                                              },
                                              "id": "<string>",
                                              "inputs": {
                                                "inputs": {},
                                                "populated": true
                                              },
                                              "install": {
                                                "id": "<string>",
                                                "inputs": {},
                                                "internal_domain": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "public_domain": "<string>",
                                                "sandbox": {
                                                  "outputs": {},
                                                  "populated": true,
                                                  "recent_runs": "<array>",
                                                  "status": "<string>",
                                                  "type": "<string>",
                                                  "version": "<string>"
                                                }
                                              },
                                              "install_stack": {
                                                "checksum": "<string>",
                                                "outputs": {},
                                                "populated": true,
                                                "quick_link_url": "<string>",
                                                "status": "<string>",
                                                "template_json": "<string>",
                                                "template_url": "<string>"
                                              },
                                              "name": "<string>",
                                              "org": {
                                                "id": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "status": "<string>"
                                              },
                                              "runner": {
                                                "id": "<string>",
                                                "populated": true,
                                                "runner_group_id": "<string>",
                                                "status": "<string>"
                                              },
                                              "sandbox": {
                                                "outputs": {},
                                                "populated": true,
                                                "recent_runs": "<array>",
                                                "status": "<string>",
                                                "type": "<string>",
                                                "version": "<string>"
                                              },
                                              "secrets": {},
                                              "stale_at": "<string>"
                                            },
                                            "terraform_backend": {
                                              "workspaceID": "<string>"
                                            },
                                            "vars": {},
                                            "vars_files": [
                                              "<string>"
                                            ]
                                          }
                                        },
                                        "fetch_image_metadata_plan": {
                                          "registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "tag": "<string>",
                                          "include_attestation_layers": true,
                                          "include_attestation_manifests": true,
                                          "include_index": true,
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        },
                                        "plan_auth": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          }
                                        },
                                        "sandbox_run_plan": {
                                          "app_config_id": "<string>",
                                          "app_id": "<string>",
                                          "apply_plan_contents": "<string>",
                                          "apply_plan_display": [
                                            123
                                          ],
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "env_vars": {},
                                          "git_source": {
                                            "path": "<string>",
                                            "ref": "<string>",
                                            "url": "<string>",
                                            "recurse_submodules": true
                                          },
                                          "hooks": {
                                            "enabled": true,
                                            "envVars": {},
                                            "runAuth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            }
                                          },
                                          "install_id": "<string>",
                                          "local_archive": {
                                            "local_archive": "<string>"
                                          },
                                          "policies": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "state": {
                                            "actions": {
                                              "populated": true,
                                              "workflows": {}
                                            },
                                            "app": {
                                              "id": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "status": "<string>",
                                              "variables": {}
                                            },
                                            "cloud_account": {
                                              "aws": {
                                                "region": "<string>"
                                              },
                                              "azure": {
                                                "location": "<string>"
                                              }
                                            },
                                            "components": {},
                                            "domain": {
                                              "internal_domain": "<string>",
                                              "populated": true,
                                              "public_domain": "<string>"
                                            },
                                            "id": "<string>",
                                            "inputs": {
                                              "inputs": {},
                                              "populated": true
                                            },
                                            "install": {
                                              "id": "<string>",
                                              "inputs": {},
                                              "internal_domain": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "public_domain": "<string>",
                                              "sandbox": {
                                                "outputs": {},
                                                "populated": true,
                                                "recent_runs": "<array>",
                                                "status": "<string>",
                                                "type": "<string>",
                                                "version": "<string>"
                                              }
                                            },
                                            "install_stack": {
                                              "checksum": "<string>",
                                              "outputs": {},
                                              "populated": true,
                                              "quick_link_url": "<string>",
                                              "status": "<string>",
                                              "template_json": "<string>",
                                              "template_url": "<string>"
                                            },
                                            "name": "<string>",
                                            "org": {
                                              "id": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "status": "<string>"
                                            },
                                            "runner": {
                                              "id": "<string>",
                                              "populated": true,
                                              "runner_group_id": "<string>",
                                              "status": "<string>"
                                            },
                                            "sandbox": {
                                              "outputs": {},
                                              "populated": true,
                                              "recent_runs": "<array>",
                                              "status": "<string>",
                                              "type": "<string>",
                                              "version": "<string>"
                                            },
                                            "secrets": {},
                                            "stale_at": "<string>"
                                          },
                                          "terraform_backend": {
                                            "workspaceID": "<string>"
                                          },
                                          "vars": {},
                                          "vars_files": [
                                            "<string>"
                                          ]
                                        },
                                        "sync_oci_plan": {
                                          "dst_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "dst_tag": "<string>",
                                          "src_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "src_tag": "<string>",
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        },
                                        "sync_secrets_plan": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "cluster_info": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ca_data": "<string>",
                                            "endpoint": "<string>",
                                            "env_vars": {},
                                            "id": "<string>",
                                            "inline": true,
                                            "kube_config": "<string>",
                                            "trusted_role_arn": "<string>"
                                          },
                                          "kubernetes_secrets": [
                                            {
                                              "format": "<string>",
                                              "key_name": "<string>",
                                              "name": "<string>",
                                              "namespace": "<string>",
                                              "secret_arn": "<string>",
                                              "secret_name": "<string>"
                                            }
                                          ],
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        }
                                      },
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "org_id": "<string>",
                                      "plan_json": "<string>",
                                      "runner_job_id": "<string>",
                                      "updated_at": "<string>"
                                    },
                                    "log_stream_id": "<string>",
                                    "max_executions": 123,
                                    "metadata": {},
                                    "operation": "exec",
                                    "org_id": "<string>",
                                    "outputs": {},
                                    "outputs_json": "<string>",
                                    "overall_timeout": 123,
                                    "owner_id": "<string>",
                                    "owner_type": "<string>",
                                    "queue_timeout": 123,
                                    "runner_id": "<string>",
                                    "started_at": "<string>",
                                    "status": "queued",
                                    "status_description": "<string>",
                                    "type": "health-check",
                                    "updated_at": "<string>"
                                  }
                                ],
                                "status": "<string>",
                                "status_description": "<string>",
                                "status_v2": {
                                  "created_at_ts": 123,
                                  "created_by_id": "<string>",
                                  "history": "<array>",
                                  "metadata": {},
                                  "status": "error",
                                  "status_human_description": "<string>"
                                },
                                "updated_at": "<string>",
                                "workflow": "<unknown>",
                                "workflow_id": "<string>"
                              }
                            ],
                            "links": {},
                            "metadata": {},
                            "name": "<string>",
                            "owner_id": "<string>",
                            "owner_type": "<string>",
                            "plan_only": true,
                            "role": "<string>",
                            "started_at": "<string>",
                            "status": {
                              "created_at_ts": 123,
                              "created_by_id": "<string>",
                              "history": "<array>",
                              "metadata": {},
                              "status": "error",
                              "status_human_description": "<string>"
                            },
                            "step_error_behavior": "<string>",
                            "steps": [
                              {
                                "approval": {
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "installWorkflowStep": "<unknown>",
                                  "installWorkflowStepID": "<string>",
                                  "owner_id": "<string>",
                                  "owner_type": "<string>",
                                  "response": {},
                                  "runner_job": {
                                    "available_timeout": 123,
                                    "created_at": "<string>",
                                    "created_by_id": "<string>",
                                    "execution_count": 123,
                                    "execution_time": 123,
                                    "execution_timeout": 123,
                                    "executions": [
                                      {
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "id": "<string>",
                                        "metadata": {},
                                        "org_id": "<string>",
                                        "outputs": {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "outputs": {},
                                          "outputs_json": "<string>",
                                          "runner_job_execution_id": "<string>",
                                          "updated_at": "<string>"
                                        },
                                        "result": {
                                          "contents": "<string>",
                                          "contents_display": "<string>",
                                          "contents_display_gzip": "<string>",
                                          "contents_gzip": "<string>",
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "error_code": 123,
                                          "error_metadata": {},
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "runner_job_execution_id": "<string>",
                                          "success": true,
                                          "updated_at": "<string>"
                                        },
                                        "runner_job_id": "<string>",
                                        "status": "pending",
                                        "updated_at": "<string>"
                                      }
                                    ],
                                    "final_runner_job_execution_id": "<string>",
                                    "finished_at": "<string>",
                                    "group": "health-checks",
                                    "id": "<string>",
                                    "json": {
                                      "composite_plan": {
                                        "action_workflow_run_plan": {
                                          "attrs": {},
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "builtin_env_vars": {},
                                          "cluster_info": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ca_data": "<string>",
                                            "endpoint": "<string>",
                                            "env_vars": {},
                                            "id": "<string>",
                                            "inline": true,
                                            "kube_config": "<string>",
                                            "trusted_role_arn": "<string>"
                                          },
                                          "id": "<string>",
                                          "install_id": "<string>",
                                          "override_env_vars": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "steps": [
                                            {
                                              "attrs": {},
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "interpolated_command": "<string>",
                                              "interpolated_env_vars": {},
                                              "interpolated_inline_contents": "<string>",
                                              "run_id": "<string>"
                                            }
                                          ]
                                        },
                                        "build_plan": {
                                          "dst_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "dst_tag": "<string>",
                                          "component_build_id": "<string>",
                                          "component_id": "<string>",
                                          "container_image_pull_plan": {
                                            "image": "<string>",
                                            "repo_config": {
                                              "acrauth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ecrauth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "loginServer": "<string>",
                                              "ociauth": {
                                                "password": "<string>",
                                                "username": "<string>"
                                              },
                                              "plugin": "<string>",
                                              "region": "<string>",
                                              "registryType": "ecr",
                                              "repository": "<string>"
                                            },
                                            "tag": "<string>"
                                          },
                                          "docker_build_plan": {
                                            "build_args": {},
                                            "context": "<string>",
                                            "dockerfile": "<string>",
                                            "target": "<string>"
                                          },
                                          "git_source": {
                                            "path": "<string>",
                                            "ref": "<string>",
                                            "url": "<string>",
                                            "recurse_submodules": true
                                          },
                                          "helm_build_plan": {
                                            "helmRepoConfig": {
                                              "chart": "<string>",
                                              "repoURL": "<string>",
                                              "version": "<string>"
                                            },
                                            "labels": {},
                                            "values": [
                                              {
                                                "name": "<string>",
                                                "type": "<string>",
                                                "value": "<string>"
                                              }
                                            ],
                                            "valuesFiles": [
                                              "<string>"
                                            ]
                                          },
                                          "kubernetes_manifest_build_plan": {
                                            "inline_manifest": "<string>",
                                            "kustomize_config": {
                                              "enable_helm": true,
                                              "load_restrictor": "<string>",
                                              "patches": [
                                                "<string>"
                                              ]
                                            },
                                            "kustomize_path": "<string>",
                                            "labels": {},
                                            "source_type": "<string>"
                                          },
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "terraform_build_plan": {
                                            "labels": {}
                                          }
                                        },
                                        "deploy_plan": {
                                          "src_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "src_tag": "<string>",
                                          "app_config_id": "<string>",
                                          "app_id": "<string>",
                                          "apply_plan_contents": "<string>",
                                          "apply_plan_display": "<string>",
                                          "component_id": "<string>",
                                          "component_name": "<string>",
                                          "helm": {
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "create_namespace": true,
                                            "helm_chart_id": "<string>",
                                            "name": "<string>",
                                            "namespace": "<string>",
                                            "storage_driver": "<string>",
                                            "take_ownership": true,
                                            "values": [
                                              {
                                                "name": "<string>",
                                                "type": "<string>",
                                                "value": "<string>"
                                              }
                                            ],
                                            "values_files": [
                                              "<string>"
                                            ]
                                          },
                                          "install_id": "<string>",
                                          "kubernetes_manifest": {
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "manifest": "<string>",
                                            "namespace": "<string>",
                                            "oci_artifact": {
                                              "digest": "<string>",
                                              "tag": "<string>",
                                              "url": "<string>"
                                            }
                                          },
                                          "noop": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "terraform": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "cluster_info": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "ca_data": "<string>",
                                              "endpoint": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "inline": true,
                                              "kube_config": "<string>",
                                              "trusted_role_arn": "<string>"
                                            },
                                            "env_vars": {},
                                            "hooks": {
                                              "enabled": true,
                                              "envVars": {},
                                              "runAuth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              }
                                            },
                                            "plan_json": [
                                              123
                                            ],
                                            "policies": {},
                                            "state": {
                                              "actions": {
                                                "populated": true,
                                                "workflows": {}
                                              },
                                              "app": {
                                                "id": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "status": "<string>",
                                                "variables": {}
                                              },
                                              "cloud_account": {
                                                "aws": {
                                                  "region": "<string>"
                                                },
                                                "azure": {
                                                  "location": "<string>"
                                                }
                                              },
                                              "components": {},
                                              "domain": {
                                                "internal_domain": "<string>",
                                                "populated": true,
                                                "public_domain": "<string>"
                                              },
                                              "id": "<string>",
                                              "inputs": {
                                                "inputs": {},
                                                "populated": true
                                              },
                                              "install": {
                                                "id": "<string>",
                                                "inputs": {},
                                                "internal_domain": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "public_domain": "<string>",
                                                "sandbox": {
                                                  "outputs": {},
                                                  "populated": true,
                                                  "recent_runs": "<array>",
                                                  "status": "<string>",
                                                  "type": "<string>",
                                                  "version": "<string>"
                                                }
                                              },
                                              "install_stack": {
                                                "checksum": "<string>",
                                                "outputs": {},
                                                "populated": true,
                                                "quick_link_url": "<string>",
                                                "status": "<string>",
                                                "template_json": "<string>",
                                                "template_url": "<string>"
                                              },
                                              "name": "<string>",
                                              "org": {
                                                "id": "<string>",
                                                "name": "<string>",
                                                "populated": true,
                                                "status": "<string>"
                                              },
                                              "runner": {
                                                "id": "<string>",
                                                "populated": true,
                                                "runner_group_id": "<string>",
                                                "status": "<string>"
                                              },
                                              "sandbox": {
                                                "outputs": {},
                                                "populated": true,
                                                "recent_runs": "<array>",
                                                "status": "<string>",
                                                "type": "<string>",
                                                "version": "<string>"
                                              },
                                              "secrets": {},
                                              "stale_at": "<string>"
                                            },
                                            "terraform_backend": {
                                              "workspaceID": "<string>"
                                            },
                                            "vars": {},
                                            "vars_files": [
                                              "<string>"
                                            ]
                                          }
                                        },
                                        "fetch_image_metadata_plan": {
                                          "registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "tag": "<string>",
                                          "include_attestation_layers": true,
                                          "include_attestation_manifests": true,
                                          "include_index": true,
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        },
                                        "plan_auth": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          }
                                        },
                                        "sandbox_run_plan": {
                                          "app_config_id": "<string>",
                                          "app_id": "<string>",
                                          "apply_plan_contents": "<string>",
                                          "apply_plan_display": [
                                            123
                                          ],
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "env_vars": {},
                                          "git_source": {
                                            "path": "<string>",
                                            "ref": "<string>",
                                            "url": "<string>",
                                            "recurse_submodules": true
                                          },
                                          "hooks": {
                                            "enabled": true,
                                            "envVars": {},
                                            "runAuth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            }
                                          },
                                          "install_id": "<string>",
                                          "local_archive": {
                                            "local_archive": "<string>"
                                          },
                                          "policies": {},
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          },
                                          "state": {
                                            "actions": {
                                              "populated": true,
                                              "workflows": {}
                                            },
                                            "app": {
                                              "id": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "status": "<string>",
                                              "variables": {}
                                            },
                                            "cloud_account": {
                                              "aws": {
                                                "region": "<string>"
                                              },
                                              "azure": {
                                                "location": "<string>"
                                              }
                                            },
                                            "components": {},
                                            "domain": {
                                              "internal_domain": "<string>",
                                              "populated": true,
                                              "public_domain": "<string>"
                                            },
                                            "id": "<string>",
                                            "inputs": {
                                              "inputs": {},
                                              "populated": true
                                            },
                                            "install": {
                                              "id": "<string>",
                                              "inputs": {},
                                              "internal_domain": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "public_domain": "<string>",
                                              "sandbox": {
                                                "outputs": {},
                                                "populated": true,
                                                "recent_runs": "<array>",
                                                "status": "<string>",
                                                "type": "<string>",
                                                "version": "<string>"
                                              }
                                            },
                                            "install_stack": {
                                              "checksum": "<string>",
                                              "outputs": {},
                                              "populated": true,
                                              "quick_link_url": "<string>",
                                              "status": "<string>",
                                              "template_json": "<string>",
                                              "template_url": "<string>"
                                            },
                                            "name": "<string>",
                                            "org": {
                                              "id": "<string>",
                                              "name": "<string>",
                                              "populated": true,
                                              "status": "<string>"
                                            },
                                            "runner": {
                                              "id": "<string>",
                                              "populated": true,
                                              "runner_group_id": "<string>",
                                              "status": "<string>"
                                            },
                                            "sandbox": {
                                              "outputs": {},
                                              "populated": true,
                                              "recent_runs": "<array>",
                                              "status": "<string>",
                                              "type": "<string>",
                                              "version": "<string>"
                                            },
                                            "secrets": {},
                                            "stale_at": "<string>"
                                          },
                                          "terraform_backend": {
                                            "workspaceID": "<string>"
                                          },
                                          "vars": {},
                                          "vars_files": [
                                            "<string>"
                                          ]
                                        },
                                        "sync_oci_plan": {
                                          "dst_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "dst_tag": "<string>",
                                          "src_registry": {
                                            "acrauth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ecrauth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "loginServer": "<string>",
                                            "ociauth": {
                                              "password": "<string>",
                                              "username": "<string>"
                                            },
                                            "plugin": "<string>",
                                            "region": "<string>",
                                            "registryType": "ecr",
                                            "repository": "<string>"
                                          },
                                          "src_tag": "<string>",
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        },
                                        "sync_secrets_plan": {
                                          "aws_auth": {
                                            "assume_role": {
                                              "role_arn": "<string>",
                                              "session_name": "<string>",
                                              "session_duration_seconds": 123,
                                              "two_step_config": {
                                                "iam_role_arn": "<string>",
                                                "src_iam_role_arn": "<string>",
                                                "src_static_credentials": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                }
                                              },
                                              "use_github_oidc": true
                                            },
                                            "cache_id": "<string>",
                                            "profile": "<string>",
                                            "region": "<string>",
                                            "static": {
                                              "access_key_id": "<string>",
                                              "secret_access_key": "<string>",
                                              "session_token": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "azure_auth": {
                                            "service_principal": {
                                              "subscription_id": "<string>",
                                              "subscription_tenant_id": "<string>"
                                            },
                                            "use_default": true
                                          },
                                          "cluster_info": {
                                            "aws_auth": {
                                              "assume_role": {
                                                "role_arn": "<string>",
                                                "session_name": "<string>",
                                                "session_duration_seconds": 123,
                                                "two_step_config": {
                                                  "iam_role_arn": "<string>",
                                                  "src_iam_role_arn": "<string>",
                                                  "src_static_credentials": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  }
                                                },
                                                "use_github_oidc": true
                                              },
                                              "cache_id": "<string>",
                                              "profile": "<string>",
                                              "region": "<string>",
                                              "static": {
                                                "access_key_id": "<string>",
                                                "secret_access_key": "<string>",
                                                "session_token": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "azure_auth": {
                                              "service_principal": {
                                                "subscription_id": "<string>",
                                                "subscription_tenant_id": "<string>"
                                              },
                                              "use_default": true
                                            },
                                            "ca_data": "<string>",
                                            "endpoint": "<string>",
                                            "env_vars": {},
                                            "id": "<string>",
                                            "inline": true,
                                            "kube_config": "<string>",
                                            "trusted_role_arn": "<string>"
                                          },
                                          "kubernetes_secrets": [
                                            {
                                              "format": "<string>",
                                              "key_name": "<string>",
                                              "name": "<string>",
                                              "namespace": "<string>",
                                              "secret_arn": "<string>",
                                              "secret_name": "<string>"
                                            }
                                          ],
                                          "sandbox_mode": {
                                            "enabled": true,
                                            "helm": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "kubernetes_manifest": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>"
                                            },
                                            "outputs": {},
                                            "terraform": {
                                              "plan_contents": "<string>",
                                              "plan_display_contents": "<string>",
                                              "state_json": [
                                                123
                                              ],
                                              "workspace_id": "<string>"
                                            }
                                          }
                                        }
                                      },
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "org_id": "<string>",
                                      "plan_json": "<string>",
                                      "runner_job_id": "<string>",
                                      "updated_at": "<string>"
                                    },
                                    "log_stream_id": "<string>",
                                    "max_executions": 123,
                                    "metadata": {},
                                    "operation": "exec",
                                    "org_id": "<string>",
                                    "outputs": {},
                                    "outputs_json": "<string>",
                                    "overall_timeout": 123,
                                    "owner_id": "<string>",
                                    "owner_type": "<string>",
                                    "queue_timeout": 123,
                                    "runner_id": "<string>",
                                    "started_at": "<string>",
                                    "status": "queued",
                                    "status_description": "<string>",
                                    "type": "health-check",
                                    "updated_at": "<string>"
                                  },
                                  "runner_job_id": "<string>",
                                  "type": "noop",
                                  "updated_at": "<string>",
                                  "workflow_step": "<unknown>",
                                  "workflow_step_id": "<string>"
                                },
                                "created_at": "<string>",
                                "created_by": {
                                  "account_type": "auth",
                                  "created_at": "<string>",
                                  "email": "<string>",
                                  "id": "<string>",
                                  "org_ids": [
                                    "<string>"
                                  ],
                                  "permissions": {},
                                  "roles": [
                                    {
                                      "createdBy": "<unknown>",
                                      "created_at": "<string>",
                                      "created_by_id": "<string>",
                                      "id": "<string>",
                                      "policies": [
                                        {
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "name": "org_admin",
                                          "permissions": {},
                                          "role_id": "<string>",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "role_type": "org_admin",
                                      "updated_at": "<string>"
                                    }
                                  ],
                                  "subject": "<string>",
                                  "updated_at": "<string>",
                                  "user_journeys": [
                                    {
                                      "name": "<string>",
                                      "steps": [
                                        {
                                          "complete": true,
                                          "completed_at": "<string>",
                                          "completion_method": "<string>",
                                          "completion_source": "<string>",
                                          "metadata": {},
                                          "name": "<string>",
                                          "title": "<string>"
                                        }
                                      ],
                                      "title": "<string>"
                                    }
                                  ]
                                },
                                "created_by_id": "<string>",
                                "execution_time": 123,
                                "execution_type": "system",
                                "finished": true,
                                "finished_at": "<string>",
                                "group_idx": 123,
                                "group_retry_idx": 123,
                                "id": "<string>",
                                "idx": 123,
                                "install_workflow_id": "<string>",
                                "links": {},
                                "metadata": {},
                                "name": "<string>",
                                "owner_id": "<string>",
                                "owner_type": "<string>",
                                "policy_validation": {
                                  "created_at": "<string>",
                                  "created_by_id": "<string>",
                                  "id": "<string>",
                                  "install_workflow_step_id": "<string>",
                                  "response": "<string>",
                                  "runner_job_id": "<string>",
                                  "status": {
                                    "created_at_ts": 123,
                                    "created_by_id": "<string>",
                                    "history": "<array>",
                                    "metadata": {},
                                    "status": "error",
                                    "status_human_description": "<string>"
                                  },
                                  "updated_at": "<string>"
                                },
                                "retried": true,
                                "retryable": true,
                                "skippable": true,
                                "started_at": "<string>",
                                "status": {
                                  "created_at_ts": 123,
                                  "created_by_id": "<string>",
                                  "history": "<array>",
                                  "metadata": {},
                                  "status": "error",
                                  "status_human_description": "<string>"
                                },
                                "step_target_id": "<string>",
                                "step_target_type": "<string>",
                                "updated_at": "<string>",
                                "workflow_id": "<string>"
                              }
                            ],
                            "type": "provision",
                            "updated_at": "<string>"
                          },
                          "workflow_id": "<string>"
                        }
                      ],
                      "log_stream": {
                        "attrs": {},
                        "created_at": "<string>",
                        "created_by_id": "<string>",
                        "id": "<string>",
                        "open": true,
                        "org_id": "<string>",
                        "owner_id": "<string>",
                        "owner_type": "<string>",
                        "runner_api_url": "<string>",
                        "updated_at": "<string>",
                        "write_token": "<string>"
                      },
                      "policy_reports": [
                        {
                          "app_id": "<string>",
                          "app_name": "<string>",
                          "component_id": "<string>",
                          "component_name": "<string>",
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "deny_count": 123,
                          "evaluated_at": "<string>",
                          "id": "<string>",
                          "inputs": [
                            {
                              "id": "<string>",
                              "name": "<string>",
                              "type": "<string>"
                            }
                          ],
                          "install_id": "<string>",
                          "install_name": "<string>",
                          "org_name": "<string>",
                          "owner_id": "<string>",
                          "owner_type": "install_deploys",
                          "pass_count": 123,
                          "policies": [
                            {
                              "deny_count": 123,
                              "input_count": 123,
                              "pass_count": 123,
                              "policy_id": "<string>",
                              "policy_name": "<string>",
                              "status": "<string>",
                              "warn_count": 123
                            }
                          ],
                          "policy_ids": [
                            "<string>"
                          ],
                          "runner_job_id": "<string>",
                          "status": {
                            "created_at_ts": 123,
                            "created_by_id": "<string>",
                            "history": "<array>",
                            "metadata": {},
                            "status": "error",
                            "status_human_description": "<string>"
                          },
                          "updated_at": "<string>",
                          "violations": [
                            {
                              "input_identity": "<string>",
                              "input_index": 123,
                              "message": "<string>",
                              "policy_id": "<string>",
                              "policy_name": "<string>",
                              "severity": "<string>"
                            }
                          ],
                          "warn_count": 123,
                          "workflow_step_policy_validation_id": "<string>"
                        }
                      ],
                      "releases": [
                        {
                          "build_id": "<string>",
                          "created_at": "<string>",
                          "created_by_id": "<string>",
                          "id": "<string>",
                          "release_steps": [
                            {
                              "component_release_id": "<string>",
                              "created_at": "<string>",
                              "created_by_id": "<string>",
                              "delay": "<string>",
                              "id": "<string>",
                              "install_deploys": [
                                {
                                  "action_workflow_runs": [
                                    {
                                      "action_workflow_config_id": "<string>",
                                      "config": "<unknown>",
                                      "created_at": "<string>",
                                      "created_by": {
                                        "account_type": "auth",
                                        "created_at": "<string>",
                                        "email": "<string>",
                                        "id": "<string>",
                                        "org_ids": [
                                          "<string>"
                                        ],
                                        "permissions": {},
                                        "roles": [
                                          {
                                            "createdBy": "<unknown>",
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "policies": [
                                              {
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "id": "<string>",
                                                "name": "org_admin",
                                                "permissions": {},
                                                "role_id": "<string>",
                                                "updated_at": "<string>"
                                              }
                                            ],
                                            "role_type": "org_admin",
                                            "updated_at": "<string>"
                                          }
                                        ],
                                        "subject": "<string>",
                                        "updated_at": "<string>",
                                        "user_journeys": [
                                          {
                                            "name": "<string>",
                                            "steps": [
                                              {
                                                "complete": true,
                                                "completed_at": "<string>",
                                                "completion_method": "<string>",
                                                "completion_source": "<string>",
                                                "metadata": {},
                                                "name": "<string>",
                                                "title": "<string>"
                                              }
                                            ],
                                            "title": "<string>"
                                          }
                                        ]
                                      },
                                      "created_by_id": "<string>",
                                      "execution_time": 123,
                                      "id": "<string>",
                                      "install_action_workflow": "<unknown>",
                                      "install_action_workflow_id": "<string>",
                                      "install_id": "<string>",
                                      "install_workflow_id": "<string>",
                                      "log_stream": {
                                        "attrs": {},
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "id": "<string>",
                                        "open": true,
                                        "org_id": "<string>",
                                        "owner_id": "<string>",
                                        "owner_type": "<string>",
                                        "runner_api_url": "<string>",
                                        "updated_at": "<string>",
                                        "write_token": "<string>"
                                      },
                                      "outputs": {},
                                      "role": "<string>",
                                      "run_env_vars": {},
                                      "runner_job": {
                                        "available_timeout": 123,
                                        "created_at": "<string>",
                                        "created_by_id": "<string>",
                                        "execution_count": 123,
                                        "execution_time": 123,
                                        "execution_timeout": 123,
                                        "executions": [
                                          {
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "metadata": {},
                                            "org_id": "<string>",
                                            "outputs": {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "outputs": {},
                                              "outputs_json": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "updated_at": "<string>"
                                            },
                                            "result": {
                                              "contents": "<string>",
                                              "contents_display": "<string>",
                                              "contents_display_gzip": "<string>",
                                              "contents_gzip": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "error_code": 123,
                                              "error_metadata": {},
                                              "id": "<string>",
                                              "org_id": "<string>",
                                              "runner_job_execution_id": "<string>",
                                              "success": true,
                                              "updated_at": "<string>"
                                            },
                                            "runner_job_id": "<string>",
                                            "status": "pending",
                                            "updated_at": "<string>"
                                          }
                                        ],
                                        "final_runner_job_execution_id": "<string>",
                                        "finished_at": "<string>",
                                        "group": "health-checks",
                                        "id": "<string>",
                                        "json": {
                                          "composite_plan": {
                                            "action_workflow_run_plan": {
                                              "attrs": {},
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "builtin_env_vars": {},
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "id": "<string>",
                                              "install_id": "<string>",
                                              "override_env_vars": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "steps": [
                                                {
                                                  "attrs": {},
                                                  "git_source": {
                                                    "path": "<string>",
                                                    "ref": "<string>",
                                                    "url": "<string>",
                                                    "recurse_submodules": true
                                                  },
                                                  "interpolated_command": "<string>",
                                                  "interpolated_env_vars": {},
                                                  "interpolated_inline_contents": "<string>",
                                                  "run_id": "<string>"
                                                }
                                              ]
                                            },
                                            "build_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "component_build_id": "<string>",
                                              "component_id": "<string>",
                                              "container_image_pull_plan": {
                                                "image": "<string>",
                                                "repo_config": {
                                                  "acrauth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ecrauth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "loginServer": "<string>",
                                                  "ociauth": {
                                                    "password": "<string>",
                                                    "username": "<string>"
                                                  },
                                                  "plugin": "<string>",
                                                  "region": "<string>",
                                                  "registryType": "ecr",
                                                  "repository": "<string>"
                                                },
                                                "tag": "<string>"
                                              },
                                              "docker_build_plan": {
                                                "build_args": {},
                                                "context": "<string>",
                                                "dockerfile": "<string>",
                                                "target": "<string>"
                                              },
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "helm_build_plan": {
                                                "helmRepoConfig": {
                                                  "chart": "<string>",
                                                  "repoURL": "<string>",
                                                  "version": "<string>"
                                                },
                                                "labels": {},
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "valuesFiles": [
                                                  "<string>"
                                                ]
                                              },
                                              "kubernetes_manifest_build_plan": {
                                                "inline_manifest": "<string>",
                                                "kustomize_config": {
                                                  "enable_helm": true,
                                                  "load_restrictor": "<string>",
                                                  "patches": [
                                                    "<string>"
                                                  ]
                                                },
                                                "kustomize_path": "<string>",
                                                "labels": {},
                                                "source_type": "<string>"
                                              },
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform_build_plan": {
                                                "labels": {}
                                              }
                                            },
                                            "deploy_plan": {
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": "<string>",
                                              "component_id": "<string>",
                                              "component_name": "<string>",
                                              "helm": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "create_namespace": true,
                                                "helm_chart_id": "<string>",
                                                "name": "<string>",
                                                "namespace": "<string>",
                                                "storage_driver": "<string>",
                                                "take_ownership": true,
                                                "values": [
                                                  {
                                                    "name": "<string>",
                                                    "type": "<string>",
                                                    "value": "<string>"
                                                  }
                                                ],
                                                "values_files": [
                                                  "<string>"
                                                ]
                                              },
                                              "install_id": "<string>",
                                              "kubernetes_manifest": {
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "manifest": "<string>",
                                                "namespace": "<string>",
                                                "oci_artifact": {
                                                  "digest": "<string>",
                                                  "tag": "<string>",
                                                  "url": "<string>"
                                                }
                                              },
                                              "noop": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "terraform": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "cluster_info": {
                                                  "aws_auth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "azure_auth": {
                                                    "service_principal": {
                                                      "subscription_id": "<string>",
                                                      "subscription_tenant_id": "<string>"
                                                    },
                                                    "use_default": true
                                                  },
                                                  "ca_data": "<string>",
                                                  "endpoint": "<string>",
                                                  "env_vars": {},
                                                  "id": "<string>",
                                                  "inline": true,
                                                  "kube_config": "<string>",
                                                  "trusted_role_arn": "<string>"
                                                },
                                                "env_vars": {},
                                                "hooks": {
                                                  "enabled": true,
                                                  "envVars": {},
                                                  "runAuth": {
                                                    "assume_role": {
                                                      "role_arn": "<string>",
                                                      "session_name": "<string>",
                                                      "session_duration_seconds": 123,
                                                      "two_step_config": {
                                                        "iam_role_arn": "<string>",
                                                        "src_iam_role_arn": "<string>",
                                                        "src_static_credentials": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        }
                                                      },
                                                      "use_github_oidc": true
                                                    },
                                                    "cache_id": "<string>",
                                                    "profile": "<string>",
                                                    "region": "<string>",
                                                    "static": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    },
                                                    "use_default": true
                                                  }
                                                },
                                                "plan_json": [
                                                  123
                                                ],
                                                "policies": {},
                                                "state": {
                                                  "actions": {
                                                    "populated": true,
                                                    "workflows": {}
                                                  },
                                                  "app": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>",
                                                    "variables": {}
                                                  },
                                                  "cloud_account": {
                                                    "aws": {
                                                      "region": "<string>"
                                                    },
                                                    "azure": {
                                                      "location": "<string>"
                                                    }
                                                  },
                                                  "components": {},
                                                  "domain": {
                                                    "internal_domain": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>"
                                                  },
                                                  "id": "<string>",
                                                  "inputs": {
                                                    "inputs": {},
                                                    "populated": true
                                                  },
                                                  "install": {
                                                    "id": "<string>",
                                                    "inputs": {},
                                                    "internal_domain": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "public_domain": "<string>",
                                                    "sandbox": {
                                                      "outputs": {},
                                                      "populated": true,
                                                      "recent_runs": "<array>",
                                                      "status": "<string>",
                                                      "type": "<string>",
                                                      "version": "<string>"
                                                    }
                                                  },
                                                  "install_stack": {
                                                    "checksum": "<string>",
                                                    "outputs": {},
                                                    "populated": true,
                                                    "quick_link_url": "<string>",
                                                    "status": "<string>",
                                                    "template_json": "<string>",
                                                    "template_url": "<string>"
                                                  },
                                                  "name": "<string>",
                                                  "org": {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "populated": true,
                                                    "status": "<string>"
                                                  },
                                                  "runner": {
                                                    "id": "<string>",
                                                    "populated": true,
                                                    "runner_group_id": "<string>",
                                                    "status": "<string>"
                                                  },
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  },
                                                  "secrets": {},
                                                  "stale_at": "<string>"
                                                },
                                                "terraform_backend": {
                                                  "workspaceID": "<string>"
                                                },
                                                "vars": {},
                                                "vars_files": [
                                                  "<string>"
                                                ]
                                              }
                                            },
                                            "fetch_image_metadata_plan": {
                                              "registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "tag": "<string>",
                                              "include_attestation_layers": true,
                                              "include_attestation_manifests": true,
                                              "include_index": true,
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "plan_auth": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              }
                                            },
                                            "sandbox_run_plan": {
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "apply_plan_contents": "<string>",
                                              "apply_plan_display": [
                                                123
                                              ],
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "env_vars": {},
                                              "git_source": {
                                                "path": "<string>",
                                                "ref": "<string>",
                                                "url": "<string>",
                                                "recurse_submodules": true
                                              },
                                              "hooks": {
                                                "enabled": true,
                                                "envVars": {},
                                                "runAuth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                }
                                              },
                                              "install_id": "<string>",
                                              "local_archive": {
                                                "local_archive": "<string>"
                                              },
                                              "policies": {},
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              },
                                              "state": {
                                                "actions": {
                                                  "populated": true,
                                                  "workflows": {}
                                                },
                                                "app": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>",
                                                  "variables": {}
                                                },
                                                "cloud_account": {
                                                  "aws": {
                                                    "region": "<string>"
                                                  },
                                                  "azure": {
                                                    "location": "<string>"
                                                  }
                                                },
                                                "components": {},
                                                "domain": {
                                                  "internal_domain": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>"
                                                },
                                                "id": "<string>",
                                                "inputs": {
                                                  "inputs": {},
                                                  "populated": true
                                                },
                                                "install": {
                                                  "id": "<string>",
                                                  "inputs": {},
                                                  "internal_domain": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "public_domain": "<string>",
                                                  "sandbox": {
                                                    "outputs": {},
                                                    "populated": true,
                                                    "recent_runs": "<array>",
                                                    "status": "<string>",
                                                    "type": "<string>",
                                                    "version": "<string>"
                                                  }
                                                },
                                                "install_stack": {
                                                  "checksum": "<string>",
                                                  "outputs": {},
                                                  "populated": true,
                                                  "quick_link_url": "<string>",
                                                  "status": "<string>",
                                                  "template_json": "<string>",
                                                  "template_url": "<string>"
                                                },
                                                "name": "<string>",
                                                "org": {
                                                  "id": "<string>",
                                                  "name": "<string>",
                                                  "populated": true,
                                                  "status": "<string>"
                                                },
                                                "runner": {
                                                  "id": "<string>",
                                                  "populated": true,
                                                  "runner_group_id": "<string>",
                                                  "status": "<string>"
                                                },
                                                "sandbox": {
                                                  "outputs": {},
                                                  "populated": true,
                                                  "recent_runs": "<array>",
                                                  "status": "<string>",
                                                  "type": "<string>",
                                                  "version": "<string>"
                                                },
                                                "secrets": {},
                                                "stale_at": "<string>"
                                              },
                                              "terraform_backend": {
                                                "workspaceID": "<string>"
                                              },
                                              "vars": {},
                                              "vars_files": [
                                                "<string>"
                                              ]
                                            },
                                            "sync_oci_plan": {
                                              "dst_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "dst_tag": "<string>",
                                              "src_registry": {
                                                "acrauth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ecrauth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "loginServer": "<string>",
                                                "ociauth": {
                                                  "password": "<string>",
                                                  "username": "<string>"
                                                },
                                                "plugin": "<string>",
                                                "region": "<string>",
                                                "registryType": "ecr",
                                                "repository": "<string>"
                                              },
                                              "src_tag": "<string>",
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            },
                                            "sync_secrets_plan": {
                                              "aws_auth": {
                                                "assume_role": {
                                                  "role_arn": "<string>",
                                                  "session_name": "<string>",
                                                  "session_duration_seconds": 123,
                                                  "two_step_config": {
                                                    "iam_role_arn": "<string>",
                                                    "src_iam_role_arn": "<string>",
                                                    "src_static_credentials": {
                                                      "access_key_id": "<string>",
                                                      "secret_access_key": "<string>",
                                                      "session_token": "<string>"
                                                    }
                                                  },
                                                  "use_github_oidc": true
                                                },
                                                "cache_id": "<string>",
                                                "profile": "<string>",
                                                "region": "<string>",
                                                "static": {
                                                  "access_key_id": "<string>",
                                                  "secret_access_key": "<string>",
                                                  "session_token": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "azure_auth": {
                                                "service_principal": {
                                                  "subscription_id": "<string>",
                                                  "subscription_tenant_id": "<string>"
                                                },
                                                "use_default": true
                                              },
                                              "cluster_info": {
                                                "aws_auth": {
                                                  "assume_role": {
                                                    "role_arn": "<string>",
                                                    "session_name": "<string>",
                                                    "session_duration_seconds": 123,
                                                    "two_step_config": {
                                                      "iam_role_arn": "<string>",
                                                      "src_iam_role_arn": "<string>",
                                                      "src_static_credentials": {
                                                        "access_key_id": "<string>",
                                                        "secret_access_key": "<string>",
                                                        "session_token": "<string>"
                                                      }
                                                    },
                                                    "use_github_oidc": true
                                                  },
                                                  "cache_id": "<string>",
                                                  "profile": "<string>",
                                                  "region": "<string>",
                                                  "static": {
                                                    "access_key_id": "<string>",
                                                    "secret_access_key": "<string>",
                                                    "session_token": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "azure_auth": {
                                                  "service_principal": {
                                                    "subscription_id": "<string>",
                                                    "subscription_tenant_id": "<string>"
                                                  },
                                                  "use_default": true
                                                },
                                                "ca_data": "<string>",
                                                "endpoint": "<string>",
                                                "env_vars": {},
                                                "id": "<string>",
                                                "inline": true,
                                                "kube_config": "<string>",
                                                "trusted_role_arn": "<string>"
                                              },
                                              "kubernetes_secrets": [
                                                {
                                                  "format": "<string>",
                                                  "key_name": "<string>",
                                                  "name": "<string>",
                                                  "namespace": "<string>",
                                                  "secret_arn": "<string>",
                                                  "secret_name": "<string>"
                                                }
                                              ],
                                              "sandbox_mode": {
                                                "enabled": true,
                                                "helm": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "kubernetes_manifest": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>"
                                                },
                                                "outputs": {},
                                                "terraform": {
                                                  "plan_contents": "<string>",
                                                  "plan_display_contents": "<string>",
                                                  "state_json": [
                                                    123
                                                  ],
                                                  "workspace_id": "<string>"
                                                }
                                              }
                                            }
                                          },
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "id": "<string>",
                                          "org_id": "<string>",
                                          "plan_json": "<string>",
                                          "runner_job_id": "<string>",
                                          "updated_at": "<string>"
                                        },
                                        "log_stream_id": "<string>",
                                        "max_executions": 123,
                                        "metadata": {},
                                        "operation": "exec",
                                        "org_id": "<string>",
                                        "outputs": {},
                                        "outputs_json": "<string>",
                                        "overall_timeout": 123,
                                        "owner_id": "<string>",
                                        "owner_type": "<string>",
                                        "queue_timeout": 123,
                                        "runner_id": "<string>",
                                        "started_at": "<string>",
                                        "status": "queued",
                                        "status_description": "<string>",
                                        "type": "health-check",
                                        "updated_at": "<string>"
                                      },
                                      "status": "<string>",
                                      "status_description": "<string>",
                                      "status_v2": {
                                        "created_at_ts": 123,
                                        "created_by_id": "<string>",
                                        "history": "<array>",
                                        "metadata": {},
                                        "status": "error",
                                        "status_human_description": "<string>"
                                      },
                                      "steps": [
                                        {
                                          "adhoc_config": {
                                            "action_workflow_config_id": "<string>",
                                            "app_config_id": "<string>",
                                            "app_id": "<string>",
                                            "command": "<string>",
                                            "connected_github_vcs_config": {
                                              "branch": "<string>",
                                              "component_config_id": "<string>",
                                              "component_config_type": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "directory": "<string>",
                                              "id": "<string>",
                                              "repo": "<string>",
                                              "repo_name": "<string>",
                                              "repo_owner": "<string>",
                                              "updated_at": "<string>",
                                              "vcs_connection": {
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "github_account_id": "<string>",
                                                "github_account_name": "<string>",
                                                "github_install_id": "<string>",
                                                "id": "<string>",
                                                "updated_at": "<string>",
                                                "vcs_connection_commit": [
                                                  {
                                                    "author_email": "<string>",
                                                    "author_name": "<string>",
                                                    "created_at": "<string>",
                                                    "created_by_id": "<string>",
                                                    "id": "<string>",
                                                    "message": "<string>",
                                                    "sha": "<string>",
                                                    "updated_at": "<string>",
                                                    "vcs_connection_id": "<string>"
                                                  }
                                                ]
                                              },
                                              "vcs_connection_id": "<string>"
                                            },
                                            "created_at": "<string>",
                                            "created_by_id": "<string>",
                                            "env_vars": {},
                                            "id": "<string>",
                                            "idx": 123,
                                            "inline_contents": "<string>",
                                            "name": "<string>",
                                            "previous_step_id": "<string>",
                                            "public_git_vcs_config": {
                                              "branch": "<string>",
                                              "component_config_id": "<string>",
                                              "component_config_type": "<string>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "directory": "<string>",
                                              "id": "<string>",
                                              "repo": "<string>",
                                              "updated_at": "<string>"
                                            },
                                            "references": [
                                              "<string>"
                                            ],
                                            "updated_at": "<string>"
                                          },
                                          "created_at": "<string>",
                                          "created_by_id": "<string>",
                                          "execution_duration": 123,
                                          "id": "<string>",
                                          "install_action_workflow_run_id": "<string>",
                                          "status": "finished",
                                          "step_id": "<string>",
                                          "updated_at": "<string>"
                                        }
                                      ],
                                      "trigger_type": "manual",
                                      "triggered_by_id": "<string>",
                                      "triggered_by_type": "<string>",
                                      "updated_at": "<string>",
                                      "workflow": {
                                        "approval_option": "approve-all",
                                        "created_at": "<string>",
                                        "created_by": {
                                          "account_type": "auth",
                                          "created_at": "<string>",
                                          "email": "<string>",
                                          "id": "<string>",
                                          "org_ids": [
                                            "<string>"
                                          ],
                                          "permissions": {},
                                          "roles": [
                                            {
                                              "createdBy": "<unknown>",
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "policies": [
                                                {
                                                  "created_at": "<string>",
                                                  "created_by_id": "<string>",
                                                  "id": "<string>",
                                                  "name": "org_admin",
                                                  "permissions": {},
                                                  "role_id": "<string>",
                                                  "updated_at": "<string>"
                                                }
                                              ],
                                              "role_type": "org_admin",
                                              "updated_at": "<string>"
                                            }
                                          ],
                                          "subject": "<string>",
                                          "updated_at": "<string>",
                                          "user_journeys": [
                                            {
                                              "name": "<string>",
                                              "steps": [
                                                {
                                                  "complete": true,
                                                  "completed_at": "<string>",
                                                  "completion_method": "<string>",
                                                  "completion_source": "<string>",
                                                  "metadata": {},
                                                  "name": "<string>",
                                                  "title": "<string>"
                                                }
                                              ],
                                              "title": "<string>"
                                            }
                                          ]
                                        },
                                        "created_by_id": "<string>",
                                        "execution_time": 123,
                                        "finished": true,
                                        "finished_at": "<string>",
                                        "id": "<string>",
                                        "install_action_workflow_runs": "<array>",
                                        "install_deploys": "<array>",
                                        "install_sandbox_runs": [
                                          {
                                            "action_workflow_runs": "<array>",
                                            "app_sandbox_config": {
                                              "app_config_id": "<string>",
                                              "app_id": "<string>",
                                              "aws_region_type": "<string>",
                                              "cloud_platform": "<string>",
                                              "connected_github_vcs_config": {
                                                "branch": "<string>",
                                                "component_config_id": "<string>",
                                                "component_config_type": "<string>",
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "directory": "<string>",
                                                "id": "<string>",
                                                "repo": "<string>",
                                                "repo_name": "<string>",
                                                "repo_owner": "<string>",
                                                "updated_at": "<string>",
                                                "vcs_connection": {
                                                  "created_at": "<string>",
                                                  "created_by_id": "<string>",
                                                  "github_account_id": "<string>",
                                                  "github_account_name": "<string>",
                                                  "github_install_id": "<string>",
                                                  "id": "<string>",
                                                  "updated_at": "<string>",
                                                  "vcs_connection_commit": [
                                                    {
                                                      "author_email": "<string>",
                                                      "author_name": "<string>",
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "id": "<string>",
                                                      "message": "<string>",
                                                      "sha": "<string>",
                                                      "updated_at": "<string>",
                                                      "vcs_connection_id": "<string>"
                                                    }
                                                  ]
                                                },
                                                "vcs_connection_id": "<string>"
                                              },
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "drift_schedule": "<string>",
                                              "env_vars": {},
                                              "id": "<string>",
                                              "operation_roles": {},
                                              "org_id": "<string>",
                                              "public_git_vcs_config": {
                                                "branch": "<string>",
                                                "component_config_id": "<string>",
                                                "component_config_type": "<string>",
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "directory": "<string>",
                                                "id": "<string>",
                                                "repo": "<string>",
                                                "updated_at": "<string>"
                                              },
                                              "references": [
                                                "<string>"
                                              ],
                                              "refs": [
                                                {
                                                  "input": "<string>",
                                                  "name": "<string>",
                                                  "type": "sandbox",
                                                  "value": "<string>"
                                                }
                                              ],
                                              "terraform_version": "<string>",
                                              "updated_at": "<string>",
                                              "variables": {},
                                              "variables_files": [
                                                "<string>"
                                              ]
                                            },
                                            "created_at": "<string>",
                                            "created_by": {
                                              "account_type": "auth",
                                              "created_at": "<string>",
                                              "email": "<string>",
                                              "id": "<string>",
                                              "org_ids": [
                                                "<string>"
                                              ],
                                              "permissions": {},
                                              "roles": [
                                                {
                                                  "createdBy": "<unknown>",
                                                  "created_at": "<string>",
                                                  "created_by_id": "<string>",
                                                  "id": "<string>",
                                                  "policies": [
                                                    {
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "id": "<string>",
                                                      "name": "org_admin",
                                                      "permissions": {},
                                                      "role_id": "<string>",
                                                      "updated_at": "<string>"
                                                    }
                                                  ],
                                                  "role_type": "org_admin",
                                                  "updated_at": "<string>"
                                                }
                                              ],
                                              "subject": "<string>",
                                              "updated_at": "<string>",
                                              "user_journeys": [
                                                {
                                                  "name": "<string>",
                                                  "steps": [
                                                    {
                                                      "complete": true,
                                                      "completed_at": "<string>",
                                                      "completion_method": "<string>",
                                                      "completion_source": "<string>",
                                                      "metadata": {},
                                                      "name": "<string>",
                                                      "title": "<string>"
                                                    }
                                                  ],
                                                  "title": "<string>"
                                                }
                                              ]
                                            },
                                            "created_by_id": "<string>",
                                            "id": "<string>",
                                            "install_id": "<string>",
                                            "install_sandbox_id": "<string>",
                                            "install_workflow_id": "<string>",
                                            "log_stream": {
                                              "attrs": {},
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "open": true,
                                              "org_id": "<string>",
                                              "owner_id": "<string>",
                                              "owner_type": "<string>",
                                              "runner_api_url": "<string>",
                                              "updated_at": "<string>",
                                              "write_token": "<string>"
                                            },
                                            "outputs": {},
                                            "policy_reports": [
                                              {
                                                "app_id": "<string>",
                                                "app_name": "<string>",
                                                "component_id": "<string>",
                                                "component_name": "<string>",
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "deny_count": 123,
                                                "evaluated_at": "<string>",
                                                "id": "<string>",
                                                "inputs": [
                                                  {
                                                    "id": "<string>",
                                                    "name": "<string>",
                                                    "type": "<string>"
                                                  }
                                                ],
                                                "install_id": "<string>",
                                                "install_name": "<string>",
                                                "org_name": "<string>",
                                                "owner_id": "<string>",
                                                "owner_type": "install_deploys",
                                                "pass_count": 123,
                                                "policies": [
                                                  {
                                                    "deny_count": 123,
                                                    "input_count": 123,
                                                    "pass_count": 123,
                                                    "policy_id": "<string>",
                                                    "policy_name": "<string>",
                                                    "status": "<string>",
                                                    "warn_count": 123
                                                  }
                                                ],
                                                "policy_ids": [
                                                  "<string>"
                                                ],
                                                "runner_job_id": "<string>",
                                                "status": {
                                                  "created_at_ts": 123,
                                                  "created_by_id": "<string>",
                                                  "history": "<array>",
                                                  "metadata": {},
                                                  "status": "error",
                                                  "status_human_description": "<string>"
                                                },
                                                "updated_at": "<string>",
                                                "violations": [
                                                  {
                                                    "input_identity": "<string>",
                                                    "input_index": 123,
                                                    "message": "<string>",
                                                    "policy_id": "<string>",
                                                    "policy_name": "<string>",
                                                    "severity": "<string>"
                                                  }
                                                ],
                                                "warn_count": 123,
                                                "workflow_step_policy_validation_id": "<string>"
                                              }
                                            ],
                                            "role": "<string>",
                                            "run_type": "provision",
                                            "runner_jobs": [
                                              {
                                                "available_timeout": 123,
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "execution_count": 123,
                                                "execution_time": 123,
                                                "execution_timeout": 123,
                                                "executions": [
                                                  {
                                                    "created_at": "<string>",
                                                    "created_by_id": "<string>",
                                                    "id": "<string>",
                                                    "metadata": {},
                                                    "org_id": "<string>",
                                                    "outputs": {
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "id": "<string>",
                                                      "org_id": "<string>",
                                                      "outputs": {},
                                                      "outputs_json": "<string>",
                                                      "runner_job_execution_id": "<string>",
                                                      "updated_at": "<string>"
                                                    },
                                                    "result": {
                                                      "contents": "<string>",
                                                      "contents_display": "<string>",
                                                      "contents_display_gzip": "<string>",
                                                      "contents_gzip": "<string>",
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "error_code": 123,
                                                      "error_metadata": {},
                                                      "id": "<string>",
                                                      "org_id": "<string>",
                                                      "runner_job_execution_id": "<string>",
                                                      "success": true,
                                                      "updated_at": "<string>"
                                                    },
                                                    "runner_job_id": "<string>",
                                                    "status": "pending",
                                                    "updated_at": "<string>"
                                                  }
                                                ],
                                                "final_runner_job_execution_id": "<string>",
                                                "finished_at": "<string>",
                                                "group": "health-checks",
                                                "id": "<string>",
                                                "json": {
                                                  "composite_plan": {
                                                    "action_workflow_run_plan": {
                                                      "attrs": {},
                                                      "aws_auth": {
                                                        "assume_role": {
                                                          "role_arn": "<string>",
                                                          "session_name": "<string>",
                                                          "session_duration_seconds": 123,
                                                          "two_step_config": {
                                                            "iam_role_arn": "<string>",
                                                            "src_iam_role_arn": "<string>",
                                                            "src_static_credentials": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            }
                                                          },
                                                          "use_github_oidc": true
                                                        },
                                                        "cache_id": "<string>",
                                                        "profile": "<string>",
                                                        "region": "<string>",
                                                        "static": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "builtin_env_vars": {},
                                                      "cluster_info": {
                                                        "aws_auth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "azure_auth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ca_data": "<string>",
                                                        "endpoint": "<string>",
                                                        "env_vars": {},
                                                        "id": "<string>",
                                                        "inline": true,
                                                        "kube_config": "<string>",
                                                        "trusted_role_arn": "<string>"
                                                      },
                                                      "id": "<string>",
                                                      "install_id": "<string>",
                                                      "override_env_vars": {},
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "steps": [
                                                        {
                                                          "attrs": {},
                                                          "git_source": {
                                                            "path": "<string>",
                                                            "ref": "<string>",
                                                            "url": "<string>",
                                                            "recurse_submodules": true
                                                          },
                                                          "interpolated_command": "<string>",
                                                          "interpolated_env_vars": {},
                                                          "interpolated_inline_contents": "<string>",
                                                          "run_id": "<string>"
                                                        }
                                                      ]
                                                    },
                                                    "build_plan": {
                                                      "dst_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "dst_tag": "<string>",
                                                      "component_build_id": "<string>",
                                                      "component_id": "<string>",
                                                      "container_image_pull_plan": {
                                                        "image": "<string>",
                                                        "repo_config": {
                                                          "acrauth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ecrauth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "loginServer": "<string>",
                                                          "ociauth": {
                                                            "password": "<string>",
                                                            "username": "<string>"
                                                          },
                                                          "plugin": "<string>",
                                                          "region": "<string>",
                                                          "registryType": "ecr",
                                                          "repository": "<string>"
                                                        },
                                                        "tag": "<string>"
                                                      },
                                                      "docker_build_plan": {
                                                        "build_args": {},
                                                        "context": "<string>",
                                                        "dockerfile": "<string>",
                                                        "target": "<string>"
                                                      },
                                                      "git_source": {
                                                        "path": "<string>",
                                                        "ref": "<string>",
                                                        "url": "<string>",
                                                        "recurse_submodules": true
                                                      },
                                                      "helm_build_plan": {
                                                        "helmRepoConfig": {
                                                          "chart": "<string>",
                                                          "repoURL": "<string>",
                                                          "version": "<string>"
                                                        },
                                                        "labels": {},
                                                        "values": [
                                                          {
                                                            "name": "<string>",
                                                            "type": "<string>",
                                                            "value": "<string>"
                                                          }
                                                        ],
                                                        "valuesFiles": [
                                                          "<string>"
                                                        ]
                                                      },
                                                      "kubernetes_manifest_build_plan": {
                                                        "inline_manifest": "<string>",
                                                        "kustomize_config": {
                                                          "enable_helm": true,
                                                          "load_restrictor": "<string>",
                                                          "patches": [
                                                            "<string>"
                                                          ]
                                                        },
                                                        "kustomize_path": "<string>",
                                                        "labels": {},
                                                        "source_type": "<string>"
                                                      },
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "terraform_build_plan": {
                                                        "labels": {}
                                                      }
                                                    },
                                                    "deploy_plan": {
                                                      "src_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "src_tag": "<string>",
                                                      "app_config_id": "<string>",
                                                      "app_id": "<string>",
                                                      "apply_plan_contents": "<string>",
                                                      "apply_plan_display": "<string>",
                                                      "component_id": "<string>",
                                                      "component_name": "<string>",
                                                      "helm": {
                                                        "cluster_info": {
                                                          "aws_auth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "azure_auth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ca_data": "<string>",
                                                          "endpoint": "<string>",
                                                          "env_vars": {},
                                                          "id": "<string>",
                                                          "inline": true,
                                                          "kube_config": "<string>",
                                                          "trusted_role_arn": "<string>"
                                                        },
                                                        "create_namespace": true,
                                                        "helm_chart_id": "<string>",
                                                        "name": "<string>",
                                                        "namespace": "<string>",
                                                        "storage_driver": "<string>",
                                                        "take_ownership": true,
                                                        "values": [
                                                          {
                                                            "name": "<string>",
                                                            "type": "<string>",
                                                            "value": "<string>"
                                                          }
                                                        ],
                                                        "values_files": [
                                                          "<string>"
                                                        ]
                                                      },
                                                      "install_id": "<string>",
                                                      "kubernetes_manifest": {
                                                        "cluster_info": {
                                                          "aws_auth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "azure_auth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ca_data": "<string>",
                                                          "endpoint": "<string>",
                                                          "env_vars": {},
                                                          "id": "<string>",
                                                          "inline": true,
                                                          "kube_config": "<string>",
                                                          "trusted_role_arn": "<string>"
                                                        },
                                                        "manifest": "<string>",
                                                        "namespace": "<string>",
                                                        "oci_artifact": {
                                                          "digest": "<string>",
                                                          "tag": "<string>",
                                                          "url": "<string>"
                                                        }
                                                      },
                                                      "noop": {},
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "terraform": {
                                                        "aws_auth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "azure_auth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "cluster_info": {
                                                          "aws_auth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "azure_auth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ca_data": "<string>",
                                                          "endpoint": "<string>",
                                                          "env_vars": {},
                                                          "id": "<string>",
                                                          "inline": true,
                                                          "kube_config": "<string>",
                                                          "trusted_role_arn": "<string>"
                                                        },
                                                        "env_vars": {},
                                                        "hooks": {
                                                          "enabled": true,
                                                          "envVars": {},
                                                          "runAuth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          }
                                                        },
                                                        "plan_json": [
                                                          123
                                                        ],
                                                        "policies": {},
                                                        "state": {
                                                          "actions": {
                                                            "populated": true,
                                                            "workflows": {}
                                                          },
                                                          "app": {
                                                            "id": "<string>",
                                                            "name": "<string>",
                                                            "populated": true,
                                                            "status": "<string>",
                                                            "variables": {}
                                                          },
                                                          "cloud_account": {
                                                            "aws": {
                                                              "region": "<string>"
                                                            },
                                                            "azure": {
                                                              "location": "<string>"
                                                            }
                                                          },
                                                          "components": {},
                                                          "domain": {
                                                            "internal_domain": "<string>",
                                                            "populated": true,
                                                            "public_domain": "<string>"
                                                          },
                                                          "id": "<string>",
                                                          "inputs": {
                                                            "inputs": {},
                                                            "populated": true
                                                          },
                                                          "install": {
                                                            "id": "<string>",
                                                            "inputs": {},
                                                            "internal_domain": "<string>",
                                                            "name": "<string>",
                                                            "populated": true,
                                                            "public_domain": "<string>",
                                                            "sandbox": {
                                                              "outputs": {},
                                                              "populated": true,
                                                              "recent_runs": "<array>",
                                                              "status": "<string>",
                                                              "type": "<string>",
                                                              "version": "<string>"
                                                            }
                                                          },
                                                          "install_stack": {
                                                            "checksum": "<string>",
                                                            "outputs": {},
                                                            "populated": true,
                                                            "quick_link_url": "<string>",
                                                            "status": "<string>",
                                                            "template_json": "<string>",
                                                            "template_url": "<string>"
                                                          },
                                                          "name": "<string>",
                                                          "org": {
                                                            "id": "<string>",
                                                            "name": "<string>",
                                                            "populated": true,
                                                            "status": "<string>"
                                                          },
                                                          "runner": {
                                                            "id": "<string>",
                                                            "populated": true,
                                                            "runner_group_id": "<string>",
                                                            "status": "<string>"
                                                          },
                                                          "sandbox": {
                                                            "outputs": {},
                                                            "populated": true,
                                                            "recent_runs": "<array>",
                                                            "status": "<string>",
                                                            "type": "<string>",
                                                            "version": "<string>"
                                                          },
                                                          "secrets": {},
                                                          "stale_at": "<string>"
                                                        },
                                                        "terraform_backend": {
                                                          "workspaceID": "<string>"
                                                        },
                                                        "vars": {},
                                                        "vars_files": [
                                                          "<string>"
                                                        ]
                                                      }
                                                    },
                                                    "fetch_image_metadata_plan": {
                                                      "registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "tag": "<string>",
                                                      "include_attestation_layers": true,
                                                      "include_attestation_manifests": true,
                                                      "include_index": true,
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      }
                                                    },
                                                    "plan_auth": {
                                                      "aws_auth": {
                                                        "assume_role": {
                                                          "role_arn": "<string>",
                                                          "session_name": "<string>",
                                                          "session_duration_seconds": 123,
                                                          "two_step_config": {
                                                            "iam_role_arn": "<string>",
                                                            "src_iam_role_arn": "<string>",
                                                            "src_static_credentials": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            }
                                                          },
                                                          "use_github_oidc": true
                                                        },
                                                        "cache_id": "<string>",
                                                        "profile": "<string>",
                                                        "region": "<string>",
                                                        "static": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "azure_auth": {
                                                        "service_principal": {
                                                          "subscription_id": "<string>",
                                                          "subscription_tenant_id": "<string>"
                                                        },
                                                        "use_default": true
                                                      }
                                                    },
                                                    "sandbox_run_plan": {
                                                      "app_config_id": "<string>",
                                                      "app_id": "<string>",
                                                      "apply_plan_contents": "<string>",
                                                      "apply_plan_display": [
                                                        123
                                                      ],
                                                      "aws_auth": {
                                                        "assume_role": {
                                                          "role_arn": "<string>",
                                                          "session_name": "<string>",
                                                          "session_duration_seconds": 123,
                                                          "two_step_config": {
                                                            "iam_role_arn": "<string>",
                                                            "src_iam_role_arn": "<string>",
                                                            "src_static_credentials": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            }
                                                          },
                                                          "use_github_oidc": true
                                                        },
                                                        "cache_id": "<string>",
                                                        "profile": "<string>",
                                                        "region": "<string>",
                                                        "static": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "azure_auth": {
                                                        "service_principal": {
                                                          "subscription_id": "<string>",
                                                          "subscription_tenant_id": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "env_vars": {},
                                                      "git_source": {
                                                        "path": "<string>",
                                                        "ref": "<string>",
                                                        "url": "<string>",
                                                        "recurse_submodules": true
                                                      },
                                                      "hooks": {
                                                        "enabled": true,
                                                        "envVars": {},
                                                        "runAuth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        }
                                                      },
                                                      "install_id": "<string>",
                                                      "local_archive": {
                                                        "local_archive": "<string>"
                                                      },
                                                      "policies": {},
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "state": {
                                                        "actions": {
                                                          "populated": true,
                                                          "workflows": {}
                                                        },
                                                        "app": {
                                                          "id": "<string>",
                                                          "name": "<string>",
                                                          "populated": true,
                                                          "status": "<string>",
                                                          "variables": {}
                                                        },
                                                        "cloud_account": {
                                                          "aws": {
                                                            "region": "<string>"
                                                          },
                                                          "azure": {
                                                            "location": "<string>"
                                                          }
                                                        },
                                                        "components": {},
                                                        "domain": {
                                                          "internal_domain": "<string>",
                                                          "populated": true,
                                                          "public_domain": "<string>"
                                                        },
                                                        "id": "<string>",
                                                        "inputs": {
                                                          "inputs": {},
                                                          "populated": true
                                                        },
                                                        "install": {
                                                          "id": "<string>",
                                                          "inputs": {},
                                                          "internal_domain": "<string>",
                                                          "name": "<string>",
                                                          "populated": true,
                                                          "public_domain": "<string>",
                                                          "sandbox": {
                                                            "outputs": {},
                                                            "populated": true,
                                                            "recent_runs": "<array>",
                                                            "status": "<string>",
                                                            "type": "<string>",
                                                            "version": "<string>"
                                                          }
                                                        },
                                                        "install_stack": {
                                                          "checksum": "<string>",
                                                          "outputs": {},
                                                          "populated": true,
                                                          "quick_link_url": "<string>",
                                                          "status": "<string>",
                                                          "template_json": "<string>",
                                                          "template_url": "<string>"
                                                        },
                                                        "name": "<string>",
                                                        "org": {
                                                          "id": "<string>",
                                                          "name": "<string>",
                                                          "populated": true,
                                                          "status": "<string>"
                                                        },
                                                        "runner": {
                                                          "id": "<string>",
                                                          "populated": true,
                                                          "runner_group_id": "<string>",
                                                          "status": "<string>"
                                                        },
                                                        "sandbox": {
                                                          "outputs": {},
                                                          "populated": true,
                                                          "recent_runs": "<array>",
                                                          "status": "<string>",
                                                          "type": "<string>",
                                                          "version": "<string>"
                                                        },
                                                        "secrets": {},
                                                        "stale_at": "<string>"
                                                      },
                                                      "terraform_backend": {
                                                        "workspaceID": "<string>"
                                                      },
                                                      "vars": {},
                                                      "vars_files": [
                                                        "<string>"
                                                      ]
                                                    },
                                                    "sync_oci_plan": {
                                                      "dst_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "dst_tag": "<string>",
                                                      "src_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "src_tag": "<string>",
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      }
                                                    },
                                                    "sync_secrets_plan": {
                                                      "aws_auth": {
                                                        "assume_role": {
                                                          "role_arn": "<string>",
                                                          "session_name": "<string>",
                                                          "session_duration_seconds": 123,
                                                          "two_step_config": {
                                                            "iam_role_arn": "<string>",
                                                            "src_iam_role_arn": "<string>",
                                                            "src_static_credentials": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            }
                                                          },
                                                          "use_github_oidc": true
                                                        },
                                                        "cache_id": "<string>",
                                                        "profile": "<string>",
                                                        "region": "<string>",
                                                        "static": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "azure_auth": {
                                                        "service_principal": {
                                                          "subscription_id": "<string>",
                                                          "subscription_tenant_id": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "cluster_info": {
                                                        "aws_auth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "azure_auth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ca_data": "<string>",
                                                        "endpoint": "<string>",
                                                        "env_vars": {},
                                                        "id": "<string>",
                                                        "inline": true,
                                                        "kube_config": "<string>",
                                                        "trusted_role_arn": "<string>"
                                                      },
                                                      "kubernetes_secrets": [
                                                        {
                                                          "format": "<string>",
                                                          "key_name": "<string>",
                                                          "name": "<string>",
                                                          "namespace": "<string>",
                                                          "secret_arn": "<string>",
                                                          "secret_name": "<string>"
                                                        }
                                                      ],
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      }
                                                    }
                                                  },
                                                  "created_at": "<string>",
                                                  "created_by_id": "<string>",
                                                  "id": "<string>",
                                                  "org_id": "<string>",
                                                  "plan_json": "<string>",
                                                  "runner_job_id": "<string>",
                                                  "updated_at": "<string>"
                                                },
                                                "log_stream_id": "<string>",
                                                "max_executions": 123,
                                                "metadata": {},
                                                "operation": "exec",
                                                "org_id": "<string>",
                                                "outputs": {},
                                                "outputs_json": "<string>",
                                                "overall_timeout": 123,
                                                "owner_id": "<string>",
                                                "owner_type": "<string>",
                                                "queue_timeout": 123,
                                                "runner_id": "<string>",
                                                "started_at": "<string>",
                                                "status": "queued",
                                                "status_description": "<string>",
                                                "type": "health-check",
                                                "updated_at": "<string>"
                                              }
                                            ],
                                            "status": "<string>",
                                            "status_description": "<string>",
                                            "status_v2": {
                                              "created_at_ts": 123,
                                              "created_by_id": "<string>",
                                              "history": "<array>",
                                              "metadata": {},
                                              "status": "error",
                                              "status_human_description": "<string>"
                                            },
                                            "updated_at": "<string>",
                                            "workflow": "<unknown>",
                                            "workflow_id": "<string>"
                                          }
                                        ],
                                        "links": {},
                                        "metadata": {},
                                        "name": "<string>",
                                        "owner_id": "<string>",
                                        "owner_type": "<string>",
                                        "plan_only": true,
                                        "role": "<string>",
                                        "started_at": "<string>",
                                        "status": {
                                          "created_at_ts": 123,
                                          "created_by_id": "<string>",
                                          "history": "<array>",
                                          "metadata": {},
                                          "status": "error",
                                          "status_human_description": "<string>"
                                        },
                                        "step_error_behavior": "<string>",
                                        "steps": [
                                          {
                                            "approval": {
                                              "created_at": "<string>",
                                              "created_by_id": "<string>",
                                              "id": "<string>",
                                              "installWorkflowStep": "<unknown>",
                                              "installWorkflowStepID": "<string>",
                                              "owner_id": "<string>",
                                              "owner_type": "<string>",
                                              "response": {},
                                              "runner_job": {
                                                "available_timeout": 123,
                                                "created_at": "<string>",
                                                "created_by_id": "<string>",
                                                "execution_count": 123,
                                                "execution_time": 123,
                                                "execution_timeout": 123,
                                                "executions": [
                                                  {
                                                    "created_at": "<string>",
                                                    "created_by_id": "<string>",
                                                    "id": "<string>",
                                                    "metadata": {},
                                                    "org_id": "<string>",
                                                    "outputs": {
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "id": "<string>",
                                                      "org_id": "<string>",
                                                      "outputs": {},
                                                      "outputs_json": "<string>",
                                                      "runner_job_execution_id": "<string>",
                                                      "updated_at": "<string>"
                                                    },
                                                    "result": {
                                                      "contents": "<string>",
                                                      "contents_display": "<string>",
                                                      "contents_display_gzip": "<string>",
                                                      "contents_gzip": "<string>",
                                                      "created_at": "<string>",
                                                      "created_by_id": "<string>",
                                                      "error_code": 123,
                                                      "error_metadata": {},
                                                      "id": "<string>",
                                                      "org_id": "<string>",
                                                      "runner_job_execution_id": "<string>",
                                                      "success": true,
                                                      "updated_at": "<string>"
                                                    },
                                                    "runner_job_id": "<string>",
                                                    "status": "pending",
                                                    "updated_at": "<string>"
                                                  }
                                                ],
                                                "final_runner_job_execution_id": "<string>",
                                                "finished_at": "<string>",
                                                "group": "health-checks",
                                                "id": "<string>",
                                                "json": {
                                                  "composite_plan": {
                                                    "action_workflow_run_plan": {
                                                      "attrs": {},
                                                      "aws_auth": {
                                                        "assume_role": {
                                                          "role_arn": "<string>",
                                                          "session_name": "<string>",
                                                          "session_duration_seconds": 123,
                                                          "two_step_config": {
                                                            "iam_role_arn": "<string>",
                                                            "src_iam_role_arn": "<string>",
                                                            "src_static_credentials": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            }
                                                          },
                                                          "use_github_oidc": true
                                                        },
                                                        "cache_id": "<string>",
                                                        "profile": "<string>",
                                                        "region": "<string>",
                                                        "static": {
                                                          "access_key_id": "<string>",
                                                          "secret_access_key": "<string>",
                                                          "session_token": "<string>"
                                                        },
                                                        "use_default": true
                                                      },
                                                      "builtin_env_vars": {},
                                                      "cluster_info": {
                                                        "aws_auth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "azure_auth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ca_data": "<string>",
                                                        "endpoint": "<string>",
                                                        "env_vars": {},
                                                        "id": "<string>",
                                                        "inline": true,
                                                        "kube_config": "<string>",
                                                        "trusted_role_arn": "<string>"
                                                      },
                                                      "id": "<string>",
                                                      "install_id": "<string>",
                                                      "override_env_vars": {},
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "steps": [
                                                        {
                                                          "attrs": {},
                                                          "git_source": {
                                                            "path": "<string>",
                                                            "ref": "<string>",
                                                            "url": "<string>",
                                                            "recurse_submodules": true
                                                          },
                                                          "interpolated_command": "<string>",
                                                          "interpolated_env_vars": {},
                                                          "interpolated_inline_contents": "<string>",
                                                          "run_id": "<string>"
                                                        }
                                                      ]
                                                    },
                                                    "build_plan": {
                                                      "dst_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "dst_tag": "<string>",
                                                      "component_build_id": "<string>",
                                                      "component_id": "<string>",
                                                      "container_image_pull_plan": {
                                                        "image": "<string>",
                                                        "repo_config": {
                                                          "acrauth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ecrauth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "loginServer": "<string>",
                                                          "ociauth": {
                                                            "password": "<string>",
                                                            "username": "<string>"
                                                          },
                                                          "plugin": "<string>",
                                                          "region": "<string>",
                                                          "registryType": "ecr",
                                                          "repository": "<string>"
                                                        },
                                                        "tag": "<string>"
                                                      },
                                                      "docker_build_plan": {
                                                        "build_args": {},
                                                        "context": "<string>",
                                                        "dockerfile": "<string>",
                                                        "target": "<string>"
                                                      },
                                                      "git_source": {
                                                        "path": "<string>",
                                                        "ref": "<string>",
                                                        "url": "<string>",
                                                        "recurse_submodules": true
                                                      },
                                                      "helm_build_plan": {
                                                        "helmRepoConfig": {
                                                          "chart": "<string>",
                                                          "repoURL": "<string>",
                                                          "version": "<string>"
                                                        },
                                                        "labels": {},
                                                        "values": [
                                                          {
                                                            "name": "<string>",
                                                            "type": "<string>",
                                                            "value": "<string>"
                                                          }
                                                        ],
                                                        "valuesFiles": [
                                                          "<string>"
                                                        ]
                                                      },
                                                      "kubernetes_manifest_build_plan": {
                                                        "inline_manifest": "<string>",
                                                        "kustomize_config": {
                                                          "enable_helm": true,
                                                          "load_restrictor": "<string>",
                                                          "patches": [
                                                            "<string>"
                                                          ]
                                                        },
                                                        "kustomize_path": "<string>",
                                                        "labels": {},
                                                        "source_type": "<string>"
                                                      },
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "terraform_build_plan": {
                                                        "labels": {}
                                                      }
                                                    },
                                                    "deploy_plan": {
                                                      "src_registry": {
                                                        "acrauth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>",
                                                            "subscription_tenant_id": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "ecrauth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "loginServer": "<string>",
                                                        "ociauth": {
                                                          "password": "<string>",
                                                          "username": "<string>"
                                                        },
                                                        "plugin": "<string>",
                                                        "region": "<string>",
                                                        "registryType": "ecr",
                                                        "repository": "<string>"
                                                      },
                                                      "src_tag": "<string>",
                                                      "app_config_id": "<string>",
                                                      "app_id": "<string>",
                                                      "apply_plan_contents": "<string>",
                                                      "apply_plan_display": "<string>",
                                                      "component_id": "<string>",
                                                      "component_name": "<string>",
                                                      "helm": {
                                                        "cluster_info": {
                                                          "aws_auth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "azure_auth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ca_data": "<string>",
                                                          "endpoint": "<string>",
                                                          "env_vars": {},
                                                          "id": "<string>",
                                                          "inline": true,
                                                          "kube_config": "<string>",
                                                          "trusted_role_arn": "<string>"
                                                        },
                                                        "create_namespace": true,
                                                        "helm_chart_id": "<string>",
                                                        "name": "<string>",
                                                        "namespace": "<string>",
                                                        "storage_driver": "<string>",
                                                        "take_ownership": true,
                                                        "values": [
                                                          {
                                                            "name": "<string>",
                                                            "type": "<string>",
                                                            "value": "<string>"
                                                          }
                                                        ],
                                                        "values_files": [
                                                          "<string>"
                                                        ]
                                                      },
                                                      "install_id": "<string>",
                                                      "kubernetes_manifest": {
                                                        "cluster_info": {
                                                          "aws_auth": {
                                                            "assume_role": {
                                                              "role_arn": "<string>",
                                                              "session_name": "<string>",
                                                              "session_duration_seconds": 123,
                                                              "two_step_config": {
                                                                "iam_role_arn": "<string>",
                                                                "src_iam_role_arn": "<string>",
                                                                "src_static_credentials": {
                                                                  "access_key_id": "<string>",
                                                                  "secret_access_key": "<string>",
                                                                  "session_token": "<string>"
                                                                }
                                                              },
                                                              "use_github_oidc": true
                                                            },
                                                            "cache_id": "<string>",
                                                            "profile": "<string>",
                                                            "region": "<string>",
                                                            "static": {
                                                              "access_key_id": "<string>",
                                                              "secret_access_key": "<string>",
                                                              "session_token": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "azure_auth": {
                                                            "service_principal": {
                                                              "subscription_id": "<string>",
                                                              "subscription_tenant_id": "<string>"
                                                            },
                                                            "use_default": true
                                                          },
                                                          "ca_data": "<string>",
                                                          "endpoint": "<string>",
                                                          "env_vars": {},
                                                          "id": "<string>",
                                                          "inline": true,
                                                          "kube_config": "<string>",
                                                          "trusted_role_arn": "<string>"
                                                        },
                                                        "manifest": "<string>",
                                                        "namespace": "<string>",
                                                        "oci_artifact": {
                                                          "digest": "<string>",
                                                          "tag": "<string>",
                                                          "url": "<string>"
                                                        }
                                                      },
                                                      "noop": {},
                                                      "sandbox_mode": {
                                                        "enabled": true,
                                                        "helm": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "kubernetes_manifest": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>"
                                                        },
                                                        "outputs": {},
                                                        "terraform": {
                                                          "plan_contents": "<string>",
                                                          "plan_display_contents": "<string>",
                                                          "state_json": [
                                                            123
                                                          ],
                                                          "workspace_id": "<string>"
                                                        }
                                                      },
                                                      "terraform": {
                                                        "aws_auth": {
                                                          "assume_role": {
                                                            "role_arn": "<string>",
                                                            "session_name": "<string>",
                                                            "session_duration_seconds": 123,
                                                            "two_step_config": {
                                                              "iam_role_arn": "<string>",
                                                              "src_iam_role_arn": "<string>",
                                                              "src_static_credentials": {
                                                                "access_key_id": "<string>",
                                                                "secret_access_key": "<string>",
                                                                "session_token": "<string>"
                                                              }
                                                            },
                                                            "use_github_oidc": true
                                                          },
                                                          "cache_id": "<string>",
                                                          "profile": "<string>",
                                                          "region": "<string>",
                                                          "static": {
                                                            "access_key_id": "<string>",
                                                            "secret_access_key": "<string>",
                                                            "session_token": "<string>"
                                                          },
                                                          "use_default": true
                                                        },
                                                        "azure_auth": {
                                                          "service_principal": {
                                                            "subscription_id": "<string>"