RemoveCertificateErrorDetails

  • The error message provides details when a remove certificate request encounters issues.

  • It includes references to certificates that could not be removed due to existing dependencies.

  • Unreferenced certificates are the only ones eligible for removal.

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.

JSON representation
{
  "certificateReferences": [
    {
      object (CertificateReference)
    }
  ]
}
Fields
certificateReferences[]

object (CertificateReference)

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.