Skip to content

Commit 590e427

Browse files
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were deleted: - schemas.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess (Total Keys: 35) - schemas.GoogleChromeManagementVersionsV1alpha1ChromeOsDevice (Total Keys: 6) - schemas.GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession (Total Keys: 8) - schemas.GoogleChromeManagementVersionsV1alpha1GenericCaConnection (Total Keys: 4) - schemas.GoogleChromeManagementVersionsV1alpha1GenericProfile (Total Keys: 4) - schemas.GoogleChromeManagementVersionsV1alpha1SignDataMetadata (Total Keys: 5) - schemas.GoogleChromeManagementVersionsV1alpha1SignDataResponse (Total Keys: 4)
1 parent 223f373 commit 590e427

File tree

1 file changed

+1
-184
lines changed

1 file changed

+1
-184
lines changed

googleapiclient/discovery_cache/documents/chromemanagement.v1.json

Lines changed: 1 addition & 184 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
}
12811281
}
12821282
},
1283-
"revision": "20250212",
1283+
"revision": "20250307",
12841284
"rootUrl": "https://chromemanagement.googleapis.com/",
12851285
"schemas": {
12861286
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -5667,189 +5667,6 @@ false
56675667
},
56685668
"type": "object"
56695669
},
5670-
"GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
5671-
"description": "A certificate provisioning process.",
5672-
"id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
5673-
"properties": {
5674-
"caConnectionAdapterConfigReference": {
5675-
"description": "Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5676-
"readOnly": true,
5677-
"type": "string"
5678-
},
5679-
"chromeOsDevice": {
5680-
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5681-
"description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
5682-
"readOnly": true
5683-
},
5684-
"chromeOsUserSession": {
5685-
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
5686-
"description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5687-
"readOnly": true
5688-
},
5689-
"failureMessage": {
5690-
"description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5691-
"readOnly": true,
5692-
"type": "string"
5693-
},
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-
},
5704-
"issuedCertificate": {
5705-
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
5706-
"readOnly": true,
5707-
"type": "string"
5708-
},
5709-
"name": {
5710-
"description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
5711-
"type": "string"
5712-
},
5713-
"profileAdapterConfigReference": {
5714-
"description": "Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5715-
"readOnly": true,
5716-
"type": "string"
5717-
},
5718-
"provisioningProfileId": {
5719-
"description": "Output only. The ID of the certificate provisioning profile.",
5720-
"readOnly": true,
5721-
"type": "string"
5722-
},
5723-
"signData": {
5724-
"description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
5725-
"format": "byte",
5726-
"readOnly": true,
5727-
"type": "string"
5728-
},
5729-
"signature": {
5730-
"description": "Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished.",
5731-
"format": "byte",
5732-
"readOnly": true,
5733-
"type": "string"
5734-
},
5735-
"signatureAlgorithm": {
5736-
"description": "Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated.",
5737-
"enum": [
5738-
"SIGNATURE_ALGORITHM_UNSPECIFIED",
5739-
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5740-
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
5741-
],
5742-
"enumDescriptions": [
5743-
"Default value. This value is unused.",
5744-
"The server-side builds the PKCS#1 DigestInfo, i.e., the SHA256 hash is constructed on the server-side. The client should sign using RSA with PKCS#1 v1.5 padding.",
5745-
"The PKCS#1 digest info is built by the server-side and sent to the client unhashed. The client is responsible for signing and hashing. Uses the P-256 curve."
5746-
],
5747-
"readOnly": true,
5748-
"type": "string"
5749-
},
5750-
"startTime": {
5751-
"description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
5752-
"format": "google-datetime",
5753-
"readOnly": true,
5754-
"type": "string"
5755-
},
5756-
"subjectPublicKeyInfo": {
5757-
"description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
5758-
"format": "byte",
5759-
"readOnly": true,
5760-
"type": "string"
5761-
}
5762-
},
5763-
"type": "object"
5764-
},
5765-
"GoogleChromeManagementVersionsV1alpha1ChromeOsDevice": {
5766-
"description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
5767-
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5768-
"properties": {
5769-
"deviceDirectoryApiId": {
5770-
"description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
5771-
"readOnly": true,
5772-
"type": "string"
5773-
},
5774-
"serialNumber": {
5775-
"description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
5776-
"readOnly": true,
5777-
"type": "string"
5778-
}
5779-
},
5780-
"type": "object"
5781-
},
5782-
"GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession": {
5783-
"description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
5784-
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
5785-
"properties": {
5786-
"chromeOsDevice": {
5787-
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5788-
"description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device.",
5789-
"readOnly": true
5790-
},
5791-
"userDirectoryApiId": {
5792-
"description": "Output only. The unique Directory API ID of the user.",
5793-
"readOnly": true,
5794-
"type": "string"
5795-
},
5796-
"userPrimaryEmail": {
5797-
"description": "Output only. The primary e-mail address of the user.",
5798-
"readOnly": true,
5799-
"type": "string"
5800-
}
5801-
},
5802-
"type": "object"
5803-
},
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-
},
5828-
"GoogleChromeManagementVersionsV1alpha1SignDataMetadata": {
5829-
"description": "Metadata for the long-running operation returned by signData.",
5830-
"id": "GoogleChromeManagementVersionsV1alpha1SignDataMetadata",
5831-
"properties": {
5832-
"startTime": {
5833-
"description": "Output only. Start time of the SignData operation.",
5834-
"format": "google-datetime",
5835-
"readOnly": true,
5836-
"type": "string"
5837-
}
5838-
},
5839-
"type": "object"
5840-
},
5841-
"GoogleChromeManagementVersionsV1alpha1SignDataResponse": {
5842-
"description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
5843-
"id": "GoogleChromeManagementVersionsV1alpha1SignDataResponse",
5844-
"properties": {
5845-
"certificateProvisioningProcess": {
5846-
"$ref": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
5847-
"description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
5848-
"readOnly": true
5849-
}
5850-
},
5851-
"type": "object"
5852-
},
58535670
"GoogleProtobufEmpty": {
58545671
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
58555672
"id": "GoogleProtobufEmpty",

0 commit comments

Comments
 (0)