Class ExportMetadataEncryptionKey
Encryption key details for the exported artifact.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class ExportMetadataEncryptionKey : IDirectResponseSchema
Properties
Cmek
Name of the CMEK.
Declaration
[JsonProperty("cmek")]
public virtual string Cmek { 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 |
Version
Version of the CMEK.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |