Show / Hide Table of Contents

Class Secret

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

Inheritance
object
Secret
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class Secret : IDirectResponseSchema

Properties

CipherText

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

Declaration
[JsonProperty("cipherText")]
public virtual string CipherText { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyName

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.

Declaration
[JsonProperty("keyName")]
public virtual string KeyName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX