Class: Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource

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

Overview

Configuration for secrets stored in Google Secret Manager.

Instance Attribute Summary collapse

Instance Attribute Details

#secret_version::String

Returns Required. The name of the Secret Version containing the encryption key. projects/{project}/secrets/{secret_id}/versions/{version_number}.

Returns:

  • (::String)

    Required. The name of the Secret Version containing the encryption key. projects/{project}/secrets/{secret_id}/versions/{version_number}



904
905
906
907
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 904

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