Class CertAuthorityRemovedEvent
A root certificate was removed from 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 CertAuthorityRemovedEvent : 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 removal succeeded.
Declaration
[JsonProperty("success")]
public virtual bool? Success { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UserId
The user in which the certificate removal event occurred. Only available for devices running Android 11 and above.
Declaration
[JsonProperty("userId")]
public virtual int? UserId { get; set; }
Property Value
Type | Description |
---|---|
int? |