Show / Hide Table of Contents

Class ClientEncryptionDetails

Details about the client-side encryption applied to the file.

Inheritance
object
ClientEncryptionDetails
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.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class ClientEncryptionDetails : IDirectResponseSchema

Properties

DecryptionMetadata

The metadata used for client-side operations.

Declaration
[JsonProperty("decryptionMetadata")]
public virtual DecryptionMetadata DecryptionMetadata { get; set; }
Property Value
Type Description
DecryptionMetadata

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptionState

The encryption state of the file. The values expected here are: - encrypted - unencrypted

Declaration
[JsonProperty("encryptionState")]
public virtual string EncryptionState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX