| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The name of the image. If the image is hosted on DockerHub the short name can be used, otherwise the fully qualified name is required here. | [optional] [default to null] |
| Username | string | The username needed to authenticate with the Docker registry. Only required when using a private Docker image. | [optional] [default to null] |
| Password | string | The password needed to authenticate with the Docker registry. Only required when using a private Docker image. | [optional] [default to null] |
| string | The email needed to authenticate with the Docker registry. Only required when using a private Docker image. | [optional] [default to null] |