Show / Hide Table of Contents

Class GoogleChromeManagementV1TotalMemoryEncryptionInfo

Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceMemoryInfo * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A

Inheritance
object
GoogleChromeManagementV1TotalMemoryEncryptionInfo
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1TotalMemoryEncryptionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EncryptionAlgorithm

Memory encryption algorithm.

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

EncryptionState

The state of memory encryption on the device.

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

KeyLength

The length of the encryption keys.

Declaration
[JsonProperty("keyLength")]
public virtual long? KeyLength { get; set; }
Property Value
Type Description
long?

MaxKeys

The maximum number of keys that can be used for encryption.

Declaration
[JsonProperty("maxKeys")]
public virtual long? MaxKeys { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX