Skip to content

Commit 1825008

Browse files
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were deleted: - schemas.GoogleChromeManagementVersionsV1CertificateProvisioningProcess.properties.caConnectionAdapterConfigReference (Total Keys: 2) - schemas.GoogleChromeManagementVersionsV1CertificateProvisioningProcess.properties.profileAdapterConfigReference (Total Keys: 2)
1 parent 269e6aa commit 1825008

File tree

2 files changed

+14
-26
lines changed

2 files changed

+14
-26
lines changed

docs/dyn/chromemanagement_v1.customers.profiles.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156156
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the latest status report by the profile.
157157
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}
158158
&quot;osPlatformType&quot;: &quot;A String&quot;, # Output only. OS platform of the device on which the profile exists.
159-
&quot;osPlatformVersion&quot;: &quot;A String&quot;, # Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
159+
&quot;osPlatformVersion&quot;: &quot;A String&quot;, # Output only. Major OS platform version of the device on which the profile exists, from profile reporting.
160160
&quot;osVersion&quot;: &quot;A String&quot;, # Output only. OS version of the device on which the profile exists.
161161
&quot;policyCount&quot;: &quot;A String&quot;, # Output only. Number of policies applied on the profile.
162162
&quot;profileId&quot;: &quot;A String&quot;, # Output only. Chrome client side profile ID.
@@ -226,8 +226,8 @@ <h3>Method Details</h3>
226226

227227
Args:
228228
parent: string, Required. Format: customers/{customer_id} (required)
229-
filter: string, Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support &#x27;=&#x27; and &#x27;!=&#x27; operators. The integer type and the timestamp type fields support &#x27;=&#x27;, &#x27;!=&#x27;, &#x27;&lt;&#x27;, &#x27;&gt;&#x27;, &#x27;&lt;=&#x27; and &#x27;&gt;=&#x27; operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard &#x27;*&#x27; can be used with a string type field filter. In addition, string literal filtering is also supported, for example, &#x27;ABC&#x27; as a filter maps to a filter that checks if any of the filterable string type fields contains &#x27;ABC&#x27;. Organization unit number can be used as a filtering criteria here by specifying &#x27;ouId = ${your_org_unit_id}&#x27;, please note that only single OU ID matching is supported.
230-
orderBy: string, Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state By default, sorting is in ascending order, to specify descending order for a field, a suffix &quot; desc&quot; should be added to the field name. The default ordering is the descending order of last_status_report_time.
229+
filter: string, Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support &#x27;=&#x27; and &#x27;!=&#x27; operators. The integer type and the timestamp type fields support &#x27;=&#x27;, &#x27;!=&#x27;, &#x27;&lt;&#x27;, &#x27;&gt;&#x27;, &#x27;&lt;=&#x27; and &#x27;&gt;=&#x27; operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard &#x27;*&#x27; can be used with a string type field filter. In addition, string literal filtering is also supported, for example, &#x27;ABC&#x27; as a filter maps to a filter that checks if any of the filterable string type fields contains &#x27;ABC&#x27;. Organization unit number can be used as a filtering criteria here by specifying &#x27;ouId = ${your_org_unit_id}&#x27;, please note that only single OU ID matching is supported.
230+
orderBy: string, Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version By default, sorting is in ascending order, to specify descending order for a field, a suffix &quot; desc&quot; should be added to the field name. The default ordering is the descending order of last_status_report_time.
231231
pageSize: integer, Optional. The maximum number of profiles to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 200.
232232
pageToken: string, Optional. The page token used to retrieve a specific page of the listing request.
233233
x__xgafv: string, V1 error format.
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the latest status report by the profile.
270270
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}
271271
&quot;osPlatformType&quot;: &quot;A String&quot;, # Output only. OS platform of the device on which the profile exists.
272-
&quot;osPlatformVersion&quot;: &quot;A String&quot;, # Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
272+
&quot;osPlatformVersion&quot;: &quot;A String&quot;, # Output only. Major OS platform version of the device on which the profile exists, from profile reporting.
273273
&quot;osVersion&quot;: &quot;A String&quot;, # Output only. OS version of the device on which the profile exists.
274274
&quot;policyCount&quot;: &quot;A String&quot;, # Output only. Number of policies applied on the profile.
275275
&quot;profileId&quot;: &quot;A String&quot;, # Output only. Chrome client side profile ID.

googleapiclient/discovery_cache/documents/chromemanagement.v1.json

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@
413413
],
414414
"parameters": {
415415
"filter": {
416-
"description": "Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.",
416+
"description": "Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.",
417417
"location": "query",
418418
"type": "string"
419419
},
420420
"orderBy": {
421-
"description": "Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state By default, sorting is in ascending order, to specify descending order for a field, a suffix \" desc\" should be added to the field name. The default ordering is the descending order of last_status_report_time.",
421+
"description": "Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version By default, sorting is in ascending order, to specify descending order for a field, a suffix \" desc\" should be added to the field name. The default ordering is the descending order of last_status_report_time.",
422422
"location": "query",
423423
"type": "string"
424424
},
@@ -1280,7 +1280,7 @@
12801280
}
12811281
}
12821282
},
1283-
"revision": "20250307",
1283+
"revision": "20250313",
12841284
"rootUrl": "https://chromemanagement.googleapis.com/",
12851285
"schemas": {
12861286
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -5015,23 +5015,18 @@ false
50155015
"description": "A certificate provisioning process.",
50165016
"id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
50175017
"properties": {
5018-
"caConnectionAdapterConfigReference": {
5019-
"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.",
5020-
"readOnly": true,
5021-
"type": "string"
5022-
},
50235018
"chromeOsDevice": {
50245019
"$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
50255020
"description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
50265021
"readOnly": true
50275022
},
50285023
"chromeOsUserSession": {
50295024
"$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5030-
"description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5025+
"description": "Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session.",
50315026
"readOnly": true
50325027
},
50335028
"failureMessage": {
5034-
"description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5029+
"description": "Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
50355030
"readOnly": true,
50365031
"type": "string"
50375032
},
@@ -5054,11 +5049,6 @@ false
50545049
"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.",
50555050
"type": "string"
50565051
},
5057-
"profileAdapterConfigReference": {
5058-
"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.",
5059-
"readOnly": true,
5060-
"type": "string"
5061-
},
50625052
"provisioningProfileId": {
50635053
"description": "Output only. The ID of the certificate provisioning profile.",
50645054
"readOnly": true,
@@ -5071,7 +5061,7 @@ false
50715061
"type": "string"
50725062
},
50735063
"signature": {
5074-
"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.",
5064+
"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.",
50755065
"format": "byte",
50765066
"readOnly": true,
50775067
"type": "string"
@@ -5080,13 +5070,11 @@ false
50805070
"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.",
50815071
"enum": [
50825072
"SIGNATURE_ALGORITHM_UNSPECIFIED",
5083-
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5084-
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
5073+
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256"
50855074
],
50865075
"enumDescriptions": [
50875076
"Default value. This value is unused.",
5088-
"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.",
5089-
"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."
5077+
"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."
50905078
],
50915079
"readOnly": true,
50925080
"type": "string"
@@ -5230,7 +5218,7 @@ false
52305218
"type": "string"
52315219
},
52325220
"osPlatformVersion": {
5233-
"description": "Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)",
5221+
"description": "Output only. Major OS platform version of the device on which the profile exists, from profile reporting.",
52345222
"readOnly": true,
52355223
"type": "string"
52365224
},
@@ -5296,7 +5284,7 @@ false
52965284
"properties": {
52975285
"chromeOsDevice": {
52985286
"$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5299-
"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.",
5287+
"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 is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device.",
53005288
"readOnly": true
53015289
},
53025290
"userDirectoryApiId": {

0 commit comments

Comments
 (0)