RemoveCertificateErrorDetails
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
请求移除证书期间遇到的错误的详细信息。当用户的请求中出错时,系统会将此消息作为 google.rpc.Status 详情的一部分返回给用户。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe error message provides details when a remove certificate request encounters issues.\u003c/p\u003e\n"],["\u003cp\u003eIt includes references to certificates that could not be removed due to existing dependencies.\u003c/p\u003e\n"],["\u003cp\u003eUnreferenced certificates are the only ones eligible for removal.\u003c/p\u003e\n"]]],[],null,["# RemoveCertificateErrorDetails\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails 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.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------|\n| ``` { \"certificateReferences\": [ { object (/chrome/policy/reference/rest/v1/CertificateReference) } ] } ``` |\n\n| Fields ||\n|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `certificateReferences[]` | `object (`[CertificateReference](/chrome/policy/reference/rest/v1/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. |"]]