Show / Hide Table of Contents

Class EncryptionConfig

Encryption configuration (i.e. CMEK).

Inheritance
object
EncryptionConfig
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.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class EncryptionConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

KmsKeyName

Name of the CMEK key in KMS (input parameter).

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

KmsKeyNameVersion

Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.

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

KmsKeyState

Output only. Status of the CMEK key.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX