path property

  1. @TagNumber(2)
String path

Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mount_path as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo.

Implementation

@$pb.TagNumber(2)
$core.String get path => $_getSZ(1);
  1. @TagNumber(2)
void path=(String v)

Implementation

@$pb.TagNumber(2)
set path($core.String v) { $_setString(1, v); }