Class EncryptionConfig
Encryption configuration (i.e. CMEK).
Implements
Inherited Members
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 |