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 |
CoordinatorKeyInfo
Key information for the chosen coordinator key. This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.
Declaration
[JsonProperty("coordinatorKeyInfo")]
public virtual CoordinatorKeyInfo CoordinatorKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| CoordinatorKeyInfo |
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 |