Class: Google::Cloud::SecretManager::V1beta2::AccessSecretVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta2::AccessSecretVersionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1beta2/service.rb
Overview
Response message for SecretManagerService.AccessSecretVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the SecretVersion in the format
projects/*/secrets/*/versions/*
orprojects/*/locations/*/secrets/*/versions/*
. -
#payload ⇒ ::Google::Cloud::SecretManager::V1beta2::SecretPayload
Secret payload.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the
SecretVersion in the
format projects/*/secrets/*/versions/*
or
projects/*/locations/*/secrets/*/versions/*
.
240 241 242 243 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/service.rb', line 240 class AccessSecretVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Cloud::SecretManager::V1beta2::SecretPayload
Returns Secret payload.
240 241 242 243 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/service.rb', line 240 class AccessSecretVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |