Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource (v0.13.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource.

Configuration for secrets stored in Google Secret Manager.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#secret_version

def secret_version() -> ::String
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.

#secret_version=

def secret_version=(value) -> ::String
Parameter
  • value (::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.

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.