Live Stream v1 API - Class Encryption.Types.SecretManagerSource (1.5.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 Live Stream v1 API class Encryption.Types.SecretManagerSource.

Configuration for secrets stored in Google Secret Manager.

Inheritance

object > Encryption.Types.SecretManagerSource

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.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. projects/{project}/secrets/{secret_id}/versions/{version_number}

Property Value
TypeDescription
string