Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53723be

Browse files
committedOct 25, 2022
feat(chromepolicy): update the api
#### chromepolicy:v1 The following keys were added: - schemas.GoogleChromePolicyVersionsV1CertificateReference (Total Keys: 6) - schemas.GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails (Total Keys: 5)
1 parent 39808f1 commit 53723be

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/chromepolicy.v1.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20221016",
560+
"revision": "20221021",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -663,6 +663,23 @@
663663
},
664664
"type": "object"
665665
},
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+
},
666683
"GoogleChromePolicyVersionsV1DefineCertificateRequest": {
667684
"description": "Request object for creating a certificate.",
668685
"id": "GoogleChromePolicyVersionsV1DefineCertificateRequest",
@@ -1197,6 +1214,21 @@
11971214
},
11981215
"type": "object"
11991216
},
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+
},
12001232
"GoogleChromePolicyVersionsV1RemoveCertificateRequest": {
12011233
"description": "Request object for removing a certificate.",
12021234
"id": "GoogleChromePolicyVersionsV1RemoveCertificateRequest",

0 commit comments

Comments
 (0)
Please sign in to comment.