Show / Hide Table of Contents

Class EncryptionInfo

Encryption information for the data being ingested.

Inheritance
object
EncryptionInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX