Class KeyIntegrityViolationEvent
A cryptographic key including user installed, admin installed and system maintained private key is determined to be corrupted due to storage corruption, hardware failure or some OS issue. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class KeyIntegrityViolationEvent : IDirectResponseSchema
Properties
ApplicationUid
UID of the application which owns the key
Declaration
[JsonProperty("applicationUid")]
public virtual int? ApplicationUid { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyAlias
Alias of the key.
Declaration
[JsonProperty("keyAlias")]
public virtual string KeyAlias { get; set; }
Property Value
Type | Description |
---|---|
string |