|
557 | 557 | }
|
558 | 558 | }
|
559 | 559 | },
|
560 |
| - "revision": "20221016", |
| 560 | + "revision": "20221021", |
561 | 561 | "rootUrl": "https://chromepolicy.googleapis.com/",
|
562 | 562 | "schemas": {
|
563 | 563 | "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
|
|
663 | 663 | },
|
664 | 664 | "type": "object"
|
665 | 665 | },
|
| 666 | + "GoogleChromePolicyVersionsV1CertificateReference": { |
| 667 | + "description": "Error information for removing of a specific certificate on a specific target. A reference to a certificate.", |
| 668 | + "id": "GoogleChromePolicyVersionsV1CertificateReference", |
| 669 | + "properties": { |
| 670 | + "network": { |
| 671 | + "description": "Output only. The name of the referencing network.", |
| 672 | + "readOnly": true, |
| 673 | + "type": "string" |
| 674 | + }, |
| 675 | + "orgUnitId": { |
| 676 | + "description": "Output only. The obfuscated id of the org unit the referencing network is in.", |
| 677 | + "readOnly": true, |
| 678 | + "type": "string" |
| 679 | + } |
| 680 | + }, |
| 681 | + "type": "object" |
| 682 | + }, |
666 | 683 | "GoogleChromePolicyVersionsV1DefineCertificateRequest": {
|
667 | 684 | "description": "Request object for creating a certificate.",
|
668 | 685 | "id": "GoogleChromePolicyVersionsV1DefineCertificateRequest",
|
|
1197 | 1214 | },
|
1198 | 1215 | "type": "object"
|
1199 | 1216 | },
|
| 1217 | + "GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails": { |
| 1218 | + "description": "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.", |
| 1219 | + "id": "GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails", |
| 1220 | + "properties": { |
| 1221 | + "certificateReferences": { |
| 1222 | + "description": "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.", |
| 1223 | + "items": { |
| 1224 | + "$ref": "GoogleChromePolicyVersionsV1CertificateReference" |
| 1225 | + }, |
| 1226 | + "readOnly": true, |
| 1227 | + "type": "array" |
| 1228 | + } |
| 1229 | + }, |
| 1230 | + "type": "object" |
| 1231 | + }, |
1200 | 1232 | "GoogleChromePolicyVersionsV1RemoveCertificateRequest": {
|
1201 | 1233 | "description": "Request object for removing a certificate.",
|
1202 | 1234 | "id": "GoogleChromePolicyVersionsV1RemoveCertificateRequest",
|
|
0 commit comments