Skip to content

Commit

Permalink
feat(chromepolicy): update the api
Browse files Browse the repository at this point in the history
#### chromepolicy:v1

The following keys were added:
- schemas.GoogleChromePolicyVersionsV1CertificateReference (Total Keys: 6)
- schemas.GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Oct 25, 2022
1 parent 39808f1 commit 53723be
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion googleapiclient/discovery_cache/documents/chromepolicy.v1.json
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20221016",
"revision": "20221021",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
Expand Down Expand Up @@ -663,6 +663,23 @@
},
"type": "object"
},
"GoogleChromePolicyVersionsV1CertificateReference": {
"description": "Error information for removing of a specific certificate on a specific target. A reference to a certificate.",
"id": "GoogleChromePolicyVersionsV1CertificateReference",
"properties": {
"network": {
"description": "Output only. The name of the referencing network.",
"readOnly": true,
"type": "string"
},
"orgUnitId": {
"description": "Output only. The obfuscated id of the org unit the referencing network is in.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromePolicyVersionsV1DefineCertificateRequest": {
"description": "Request object for creating a certificate.",
"id": "GoogleChromePolicyVersionsV1DefineCertificateRequest",
Expand Down Expand Up @@ -1197,6 +1214,21 @@
},
"type": "object"
},
"GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails": {
"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.",
"id": "GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails",
"properties": {
"certificateReferences": {
"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.",
"items": {
"$ref": "GoogleChromePolicyVersionsV1CertificateReference"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleChromePolicyVersionsV1RemoveCertificateRequest": {
"description": "Request object for removing a certificate.",
"id": "GoogleChromePolicyVersionsV1RemoveCertificateRequest",
Expand Down

0 comments on commit 53723be

Please sign in to comment.