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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/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 in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

Returns:

  • (::String)

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

    Note that only numbered versions are supported. Aliases like "latest" are not supported.



1450
1451
1452
1453
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1450

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