Class: Google::Cloud::SecretManager::V1::DisableSecretVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secretmanager/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The resource name of the SecretVersion to disable in the format projects/*/secrets/*/versions/*.

Returns:

  • (String)

    Required. The resource name of the SecretVersion to disable in the format projects/*/secrets/*/versions/*.



201
202
203
204
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 201

class DisableSecretVersionRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end