Class ClientEncryptionDetails
Details about the client-side encryption applied to the file.
Implements
Inherited Members
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 |