Transcoder v1 API - Class Encryption.Types.SecretManagerSource (2.8.0)

public sealed class Encryption.Types.SecretManagerSource : IMessage<Encryption.Types.SecretManagerSource>, IEquatable<Encryption.Types.SecretManagerSource>, IDeepCloneable<Encryption.Types.SecretManagerSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class Encryption.Types.SecretManagerSource.

Configuration for secrets stored in Google Secret Manager.

Inheritance

object > Encryption.Types.SecretManagerSource

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

SecretManagerSource()

public SecretManagerSource()

SecretManagerSource(SecretManagerSource)

public SecretManagerSource(Encryption.Types.SecretManagerSource other)
Parameter
NameDescription
otherEncryptionTypesSecretManagerSource

Properties

SecretVersion

public string SecretVersion { get; set; }

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.

Property Value
TypeDescription
string