Class: Google::Cloud::SecretManager::V1::AccessSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::AccessSecretVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Request message for SecretManagerService.AccessSecretVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the
SecretVersion in the format
projects/*/secrets/*/versions/*
or
projects/*/locations/*/secrets/*/versions/*
.
projects/*/secrets/*/versions/latest
or
projects/*/locations/*/secrets/*/versions/latest
is an alias to the most
recently created
SecretVersion.
223 224 225 226 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 223 class AccessSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |