Class GetSecretVersionRequest (2.12.3)

GetSecretVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SecretManagerService.GetSecretVersion.

Attribute

NameDescription
name str
Required. The resource name of the SecretVersion in the format ``projects/*/secrets/*/versions/*``. ``projects/*/secrets/*/versions/latest`` is an alias to the ``latest`` SecretVersion.

Inheritance

builtins.object > proto.message.Message > GetSecretVersionRequest