You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"osPlatformType": "A String", # Output only. OS platform of the device on which the profile exists.
159
-
"osPlatformVersion": "A String", # Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
159
+
"osPlatformVersion": "A String", # Output only. Major OS platform version of the device on which the profile exists, from profile reporting.
160
160
"osVersion": "A String", # Output only. OS version of the device on which the profile exists.
161
161
"policyCount": "A String", # Output only. Number of policies applied on the profile.
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 '=' 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.
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 " desc" 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 '=' 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.
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 " desc" should be added to the field name. The default ordering is the descending order of last_status_report_time.
231
231
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.
232
232
pageToken: string, Optional. The page token used to retrieve a specific page of the listing request.
233
233
x__xgafv: string, V1 error format.
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
"lastStatusReportTime": "A String", # Output only. Timestamp of the latest status report by the profile.
"osPlatformType": "A String", # Output only. OS platform of the device on which the profile exists.
272
-
"osPlatformVersion": "A String", # Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
272
+
"osPlatformVersion": "A String", # Output only. Major OS platform version of the device on which the profile exists, from profile reporting.
273
273
"osVersion": "A String", # Output only. OS version of the device on which the profile exists.
274
274
"policyCount": "A String", # Output only. Number of policies applied on the profile.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/chromemanagement.v1.json
+10-22Lines changed: 10 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -413,12 +413,12 @@
413
413
],
414
414
"parameters": {
415
415
"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.",
417
417
"location": "query",
418
418
"type": "string"
419
419
},
420
420
"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.",
"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.",
"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.",
5031
5026
"readOnly": true
5032
5027
},
5033
5028
"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.",
5035
5030
"readOnly": true,
5036
5031
"type": "string"
5037
5032
},
@@ -5054,11 +5049,6 @@ false
5054
5049
"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.",
5055
5050
"type": "string"
5056
5051
},
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
-
},
5062
5052
"provisioningProfileId": {
5063
5053
"description": "Output only. The ID of the certificate provisioning profile.",
5064
5054
"readOnly": true,
@@ -5071,7 +5061,7 @@ false
5071
5061
"type": "string"
5072
5062
},
5073
5063
"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.",
5075
5065
"format": "byte",
5076
5066
"readOnly": true,
5077
5067
"type": "string"
@@ -5080,13 +5070,11 @@ false
5080
5070
"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.",
5081
5071
"enum": [
5082
5072
"SIGNATURE_ALGORITHM_UNSPECIFIED",
5083
-
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5084
-
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
5073
+
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256"
5085
5074
],
5086
5075
"enumDescriptions": [
5087
5076
"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."
5090
5078
],
5091
5079
"readOnly": true,
5092
5080
"type": "string"
@@ -5230,7 +5218,7 @@ false
5230
5218
"type": "string"
5231
5219
},
5232
5220
"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.",
"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.",
0 commit comments