Cloud Life Sciences v2beta API - Class Secret (2.0.0-beta05)

public sealed class Secret : IMessage<Secret>, IEquatable<Secret>, IDeepCloneable<Secret>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class Secret.

Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.

Inheritance

object > Secret

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

Secret()

public Secret()

Secret(Secret)

public Secret(Secret other)
Parameter
NameDescription
otherSecret

Properties

CipherText

public string CipherText { get; set; }

The value of the cipherText response from the encrypt method. This field is intentionally unaudited.

Property Value
TypeDescription
string

KeyName

public string KeyName { get; set; }

The name of the Cloud KMS key that will be used to decrypt the secret value. The VM service account must have the required permissions and authentication scopes to invoke the decrypt method on the specified key.

Property Value
TypeDescription
string