Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails

Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

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

Properties

CertificateReferences

Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed.

Declaration
[JsonProperty("certificateReferences")]
public virtual IList<GoogleChromePolicyVersionsV1CertificateReference> CertificateReferences { get; set; }
Property Value
Type Description
IList<GoogleChromePolicyVersionsV1CertificateReference>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX