secret property

String? secret
getter/setter pair

The name of the secret in Cloud Secret Manager.

Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.

Required.

Implementation

core.String? secret;