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

DockerImageCredentialsRequest

    DockerImageCredentialsRequest is the request body for specifying Docker registry credentials.

    Properties

    • username string optional
      The username for authenticating with the Docker registry.
    • password SecretValue optional
      The password for authenticating with the Docker registry.
    • plaintext string optional
      Not a sensitive value, just plaintext.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.

      The infrastructure as code platform for any cloud.