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 1bc5611

Browse files
committedFeb 18, 2025
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were added: - schemas.GoogleChromeManagementVersionsV1CertificateProvisioningProcess.properties.genericCaConnection (Total Keys: 2) - schemas.GoogleChromeManagementVersionsV1CertificateProvisioningProcess.properties.genericProfile (Total Keys: 2) - schemas.GoogleChromeManagementVersionsV1GenericCaConnection (Total Keys: 4) - schemas.GoogleChromeManagementVersionsV1GenericProfile (Total Keys: 4) - schemas.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.properties.genericCaConnection (Total Keys: 2) - schemas.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.properties.genericProfile (Total Keys: 2) - schemas.GoogleChromeManagementVersionsV1alpha1GenericCaConnection (Total Keys: 4) - schemas.GoogleChromeManagementVersionsV1alpha1GenericProfile (Total Keys: 4)
1 parent e6bf0b1 commit 1bc5611

File tree

1 file changed

+69
-1
lines changed

1 file changed

+69
-1
lines changed
 

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

+69-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
}
12811281
}
12821282
},
1283-
"revision": "20250126",
1283+
"revision": "20250212",
12841284
"rootUrl": "https://chromemanagement.googleapis.com/",
12851285
"schemas": {
12861286
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -5035,6 +5035,16 @@ false
50355035
"readOnly": true,
50365036
"type": "string"
50375037
},
5038+
"genericCaConnection": {
5039+
"$ref": "GoogleChromeManagementVersionsV1GenericCaConnection",
5040+
"description": "Output only. The CA connection is a generic CA connection.",
5041+
"readOnly": true
5042+
},
5043+
"genericProfile": {
5044+
"$ref": "GoogleChromeManagementVersionsV1GenericProfile",
5045+
"description": "Output only. The profile is a generic certificate provisioning profile.",
5046+
"readOnly": true
5047+
},
50385048
"issuedCertificate": {
50395049
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
50405050
"readOnly": true,
@@ -5337,6 +5347,30 @@ false
53375347
},
53385348
"type": "object"
53395349
},
5350+
"GoogleChromeManagementVersionsV1GenericCaConnection": {
5351+
"description": "Describes a generic Certificate Authority Connection.",
5352+
"id": "GoogleChromeManagementVersionsV1GenericCaConnection",
5353+
"properties": {
5354+
"caConnectionAdapterConfigReference": {
5355+
"description": "Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5356+
"readOnly": true,
5357+
"type": "string"
5358+
}
5359+
},
5360+
"type": "object"
5361+
},
5362+
"GoogleChromeManagementVersionsV1GenericProfile": {
5363+
"description": "Describes a generic certificate provisioning profile.",
5364+
"id": "GoogleChromeManagementVersionsV1GenericProfile",
5365+
"properties": {
5366+
"profileAdapterConfigReference": {
5367+
"description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5368+
"readOnly": true,
5369+
"type": "string"
5370+
}
5371+
},
5372+
"type": "object"
5373+
},
53405374
"GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse": {
53415375
"description": "Response to ListChromeBrowserProfiles method.",
53425376
"id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse",
@@ -5657,6 +5691,16 @@ false
56575691
"readOnly": true,
56585692
"type": "string"
56595693
},
5694+
"genericCaConnection": {
5695+
"$ref": "GoogleChromeManagementVersionsV1alpha1GenericCaConnection",
5696+
"description": "Output only. The CA connection is a generic CA connection.",
5697+
"readOnly": true
5698+
},
5699+
"genericProfile": {
5700+
"$ref": "GoogleChromeManagementVersionsV1alpha1GenericProfile",
5701+
"description": "Output only. The profile is a generic certificate provisioning profile.",
5702+
"readOnly": true
5703+
},
56605704
"issuedCertificate": {
56615705
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
56625706
"readOnly": true,
@@ -5757,6 +5801,30 @@ false
57575801
},
57585802
"type": "object"
57595803
},
5804+
"GoogleChromeManagementVersionsV1alpha1GenericCaConnection": {
5805+
"description": "Describes a generic Certificate Authority Connection.",
5806+
"id": "GoogleChromeManagementVersionsV1alpha1GenericCaConnection",
5807+
"properties": {
5808+
"caConnectionAdapterConfigReference": {
5809+
"description": "Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5810+
"readOnly": true,
5811+
"type": "string"
5812+
}
5813+
},
5814+
"type": "object"
5815+
},
5816+
"GoogleChromeManagementVersionsV1alpha1GenericProfile": {
5817+
"description": "Describes a generic certificate provisioning profile.",
5818+
"id": "GoogleChromeManagementVersionsV1alpha1GenericProfile",
5819+
"properties": {
5820+
"profileAdapterConfigReference": {
5821+
"description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5822+
"readOnly": true,
5823+
"type": "string"
5824+
}
5825+
},
5826+
"type": "object"
5827+
},
57605828
"GoogleChromeManagementVersionsV1alpha1SignDataMetadata": {
57615829
"description": "Metadata for the long-running operation returned by signData.",
57625830
"id": "GoogleChromeManagementVersionsV1alpha1SignDataMetadata",

0 commit comments

Comments
 (0)
Please sign in to comment.