Class CertAuthorityInstalledEvent
A new root certificate was installed into the system's trusted credential storage. 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 CertAuthorityInstalledEvent : IDirectResponseSchema
Properties
Certificate
Subject of the certificate.
Declaration
[JsonProperty("certificate")]
public virtual string Certificate { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Success
Whether the installation event succeeded.
Declaration
[JsonProperty("success")]
public virtual bool? Success { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UserId
The user in which the certificate install event happened. Only available for devices running Android 11 and above.
Declaration
[JsonProperty("userId")]
public virtual int? UserId { get; set; }
Property Value
Type | Description |
---|---|
int? |