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.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.