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.
Implements
IMessageEncryptionTypesSecretManagerSource, IEquatableEncryptionTypesSecretManagerSource, IDeepCloneableEncryptionTypesSecretManagerSource, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
SecretManagerSource()
public SecretManagerSource()
SecretManagerSource(SecretManagerSource)
public SecretManagerSource(Encryption.Types.SecretManagerSource other)
Parameter | |
---|---|
Name | Description |
other | EncryptionTypesSecretManagerSource |
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 | |
---|---|
Type | Description |
string |