Class: Google::Cloud::SecretManager::V1beta2::DisableSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta2::DisableSecretVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1beta2/service.rb
Overview
Request message for SecretManagerService.DisableSecretVersion.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.
276 277 278 279 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/service.rb', line 276 class DisableSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the
SecretVersion to
disable in the format projects/*/secrets/*/versions/*
or
projects/*/locations/*/secrets/*/versions/*
.
276 277 278 279 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/service.rb', line 276 class DisableSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |