Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListDeploymentResponse

ListDeploymentResponse

    ListDeploymentResponse is the response from the API when listing Deployments.

    Properties

    • id string required
      Unique identifier for this deployment.
    • created string required
      Created defines when the Deployment was created.
    • modified string required
      Created defines when the corresponding WorkflowRun was modified.
    • status enum required
      Status is the current status of the workflow runID.
      Values: not-started, accepted, running, failed, succeeded, skipped
    • version integer required
      Version is the ordinal ID for the stack
    • requestedBy UserInfo required
      RequestedBy contains the user information about the user who created the Deployment
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      IMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information.

      The infrastructure as code platform for any cloud.