Class EncryptionInfo
Encryption information for the data being ingested.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class EncryptionInfo : IDirectResponseSchema
Properties
AwsWrappedKeyInfo
Amazon Web Services wrapped key information.
Declaration
[JsonProperty("awsWrappedKeyInfo")]
public virtual AwsWrappedKeyInfo AwsWrappedKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AwsWrappedKeyInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcpWrappedKeyInfo
Google Cloud Platform wrapped key information.
Declaration
[JsonProperty("gcpWrappedKeyInfo")]
public virtual GcpWrappedKeyInfo GcpWrappedKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GcpWrappedKeyInfo |