password property

String? password
getter/setter pair

Required if the container image is from a private Docker registry.

The password to login to the Docker registry that contains the image. For security, it is strongly recommended to specify an encrypted password by using a Secret Manager secret: projects / * /secrets / * /versions / * . Warning: If you specify the password using plain text, you risk the password being exposed to any users who can view the job or its logs. To avoid this risk, specify a secret that contains the password instead. Learn more about Secret Manager and using Secret Manager with Batch.

Implementation

core.String? password;