Class KeyGeneratedEvent
A cryptographic key including user installed, admin installed and system maintained private key is installed on the device either by the user or management.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 KeyGeneratedEvent : IDirectResponseSchema
Properties
ApplicationUid
UID of the application which generated 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 |
Success
Whether the operation was successful.
Declaration
[JsonProperty("success")]
public virtual bool? Success { get; set; }
Property Value
Type | Description |
---|---|
bool? |