google-apis-chromemanagement_v1 0.57.0 → 0.59.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromemanagementV1
18
18
  # Version of the google-apis-chromemanagement_v1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241003"
25
+ REVISION = "20241121"
26
26
  end
27
27
  end
28
28
  end
@@ -400,6 +400,24 @@ module Google
400
400
  include Google::Apis::Core::JsonObjectSupport
401
401
  end
402
402
 
403
+ class GoogleChromeManagementV1RiskAssessment
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleChromeManagementV1RiskAssessmentData
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleChromeManagementV1RiskAssessmentEntry
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
403
421
  class GoogleChromeManagementV1RuntimeCountersReport
404
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
423
 
@@ -568,6 +586,90 @@ module Google
568
586
  include Google::Apis::Core::JsonObjectSupport
569
587
  end
570
588
 
589
+ class GoogleChromeManagementVersionsV1AttestationCredential
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleChromeManagementVersionsV1ChromeBrowserProfile
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GoogleChromeManagementVersionsV1DeviceInfo
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleChromeManagementVersionsV1ReportingData
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionData
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleChromeManagementVersionsV1ReportingDataPolicyData
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleChromeManagementVersionsV1alpha1SignDataResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
571
673
  class GoogleProtobufEmpty
572
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
675
 
@@ -1100,6 +1202,8 @@ module Google
1100
1202
  property :homepage_uri, as: 'homepageUri'
1101
1203
  property :os_user_count, :numeric_string => true, as: 'osUserCount'
1102
1204
  collection :permissions, as: 'permissions'
1205
+ property :risk_assessment, as: 'riskAssessment', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentData::Representation
1206
+
1103
1207
  end
1104
1208
  end
1105
1209
 
@@ -1277,6 +1381,34 @@ module Google
1277
1381
  end
1278
1382
  end
1279
1383
 
1384
+ class GoogleChromeManagementV1RiskAssessment
1385
+ # @private
1386
+ class Representation < Google::Apis::Core::JsonRepresentation
1387
+ property :assessment, as: 'assessment'
1388
+ property :details_url, as: 'detailsUrl'
1389
+ property :version, as: 'version'
1390
+ end
1391
+ end
1392
+
1393
+ class GoogleChromeManagementV1RiskAssessmentData
1394
+ # @private
1395
+ class Representation < Google::Apis::Core::JsonRepresentation
1396
+ collection :entries, as: 'entries', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentEntry, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentEntry::Representation
1397
+
1398
+ property :overall_risk_level, as: 'overallRiskLevel'
1399
+ end
1400
+ end
1401
+
1402
+ class GoogleChromeManagementV1RiskAssessmentEntry
1403
+ # @private
1404
+ class Representation < Google::Apis::Core::JsonRepresentation
1405
+ property :provider, as: 'provider'
1406
+ property :risk_assessment, as: 'riskAssessment', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessment, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessment::Representation
1407
+
1408
+ property :risk_level, as: 'riskLevel'
1409
+ end
1410
+ end
1411
+
1280
1412
  class GoogleChromeManagementV1RuntimeCountersReport
1281
1413
  # @private
1282
1414
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1616,6 +1748,186 @@ module Google
1616
1748
  end
1617
1749
  end
1618
1750
 
1751
+ class GoogleChromeManagementVersionsV1AttestationCredential
1752
+ # @private
1753
+ class Representation < Google::Apis::Core::JsonRepresentation
1754
+ property :key_rotation_time, as: 'keyRotationTime'
1755
+ property :key_trust_level, as: 'keyTrustLevel'
1756
+ property :key_type, as: 'keyType'
1757
+ property :public_key, :base64 => true, as: 'publicKey'
1758
+ end
1759
+ end
1760
+
1761
+ class GoogleChromeManagementVersionsV1ChromeBrowserProfile
1762
+ # @private
1763
+ class Representation < Google::Apis::Core::JsonRepresentation
1764
+ property :affiliation_state, as: 'affiliationState'
1765
+ property :annotated_location, as: 'annotatedLocation'
1766
+ property :annotated_user, as: 'annotatedUser'
1767
+ property :attestation_credential, as: 'attestationCredential', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1AttestationCredential, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1AttestationCredential::Representation
1768
+
1769
+ property :browser_channel, as: 'browserChannel'
1770
+ property :browser_version, as: 'browserVersion'
1771
+ property :device_info, as: 'deviceInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1DeviceInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1DeviceInfo::Representation
1772
+
1773
+ property :display_name, as: 'displayName'
1774
+ property :etag, as: 'etag'
1775
+ property :extension_count, :numeric_string => true, as: 'extensionCount'
1776
+ property :first_enrollment_time, as: 'firstEnrollmentTime'
1777
+ property :identity_provider, as: 'identityProvider'
1778
+ property :last_activity_time, as: 'lastActivityTime'
1779
+ property :last_policy_fetch_time, as: 'lastPolicyFetchTime'
1780
+ property :last_policy_sync_time, as: 'lastPolicySyncTime'
1781
+ property :last_status_report_time, as: 'lastStatusReportTime'
1782
+ property :name, as: 'name'
1783
+ property :os_platform_type, as: 'osPlatformType'
1784
+ property :os_platform_version, as: 'osPlatformVersion'
1785
+ property :os_version, as: 'osVersion'
1786
+ property :policy_count, :numeric_string => true, as: 'policyCount'
1787
+ property :profile_id, as: 'profileId'
1788
+ property :profile_permanent_id, as: 'profilePermanentId'
1789
+ property :reporting_data, as: 'reportingData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingData::Representation
1790
+
1791
+ property :user_email, as: 'userEmail'
1792
+ property :user_id, as: 'userId'
1793
+ end
1794
+ end
1795
+
1796
+ class GoogleChromeManagementVersionsV1DeviceInfo
1797
+ # @private
1798
+ class Representation < Google::Apis::Core::JsonRepresentation
1799
+ property :affiliated_device_id, as: 'affiliatedDeviceId'
1800
+ property :device_type, as: 'deviceType'
1801
+ property :hostname, as: 'hostname'
1802
+ property :machine, as: 'machine'
1803
+ end
1804
+ end
1805
+
1806
+ class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
1807
+ # @private
1808
+ class Representation < Google::Apis::Core::JsonRepresentation
1809
+ collection :chrome_browser_profiles, as: 'chromeBrowserProfiles', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile::Representation
1810
+
1811
+ property :next_page_token, as: 'nextPageToken'
1812
+ property :total_size, :numeric_string => true, as: 'totalSize'
1813
+ end
1814
+ end
1815
+
1816
+ class GoogleChromeManagementVersionsV1ReportingData
1817
+ # @private
1818
+ class Representation < Google::Apis::Core::JsonRepresentation
1819
+ property :browser_executable_path, as: 'browserExecutablePath'
1820
+ collection :extension_data, as: 'extensionData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataExtensionData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataExtensionData::Representation
1821
+
1822
+ collection :extension_policy_data, as: 'extensionPolicyData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData::Representation
1823
+
1824
+ property :installed_browser_version, as: 'installedBrowserVersion'
1825
+ collection :policy_data, as: 'policyData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataPolicyData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataPolicyData::Representation
1826
+
1827
+ property :profile_path, as: 'profilePath'
1828
+ end
1829
+ end
1830
+
1831
+ class GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :source, as: 'source'
1835
+ end
1836
+ end
1837
+
1838
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionData
1839
+ # @private
1840
+ class Representation < Google::Apis::Core::JsonRepresentation
1841
+ property :description, as: 'description'
1842
+ property :extension_id, as: 'extensionId'
1843
+ property :extension_type, as: 'extensionType'
1844
+ property :homepage_uri, as: 'homepageUri'
1845
+ property :installation_type, as: 'installationType'
1846
+ property :is_disabled, as: 'isDisabled'
1847
+ property :is_webstore_extension, as: 'isWebstoreExtension'
1848
+ property :manifest_version, as: 'manifestVersion'
1849
+ property :name, as: 'name'
1850
+ collection :permissions, as: 'permissions'
1851
+ property :version, as: 'version'
1852
+ end
1853
+ end
1854
+
1855
+ class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :extension_id, as: 'extensionId'
1859
+ property :extension_name, as: 'extensionName'
1860
+ collection :policy_data, as: 'policyData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataPolicyData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataPolicyData::Representation
1861
+
1862
+ end
1863
+ end
1864
+
1865
+ class GoogleChromeManagementVersionsV1ReportingDataPolicyData
1866
+ # @private
1867
+ class Representation < Google::Apis::Core::JsonRepresentation
1868
+ collection :conflicts, as: 'conflicts', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData::Representation
1869
+
1870
+ property :error, as: 'error'
1871
+ property :name, as: 'name'
1872
+ property :source, as: 'source'
1873
+ property :value, as: 'value'
1874
+ end
1875
+ end
1876
+
1877
+ class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
1878
+ # @private
1879
+ class Representation < Google::Apis::Core::JsonRepresentation
1880
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1881
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
1882
+
1883
+ property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession::Representation
1884
+
1885
+ property :failure_message, as: 'failureMessage'
1886
+ property :issued_certificate, as: 'issuedCertificate'
1887
+ property :name, as: 'name'
1888
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1889
+ property :provisioning_profile_id, as: 'provisioningProfileId'
1890
+ property :sign_data, :base64 => true, as: 'signData'
1891
+ property :signature, :base64 => true, as: 'signature'
1892
+ property :signature_algorithm, as: 'signatureAlgorithm'
1893
+ property :start_time, as: 'startTime'
1894
+ property :subject_public_key_info, :base64 => true, as: 'subjectPublicKeyInfo'
1895
+ end
1896
+ end
1897
+
1898
+ class GoogleChromeManagementVersionsV1alpha1ChromeOsDevice
1899
+ # @private
1900
+ class Representation < Google::Apis::Core::JsonRepresentation
1901
+ property :device_directory_api_id, as: 'deviceDirectoryApiId'
1902
+ property :serial_number, as: 'serialNumber'
1903
+ end
1904
+ end
1905
+
1906
+ class GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession
1907
+ # @private
1908
+ class Representation < Google::Apis::Core::JsonRepresentation
1909
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::Representation
1910
+
1911
+ property :user_directory_api_id, as: 'userDirectoryApiId'
1912
+ property :user_primary_email, as: 'userPrimaryEmail'
1913
+ end
1914
+ end
1915
+
1916
+ class GoogleChromeManagementVersionsV1alpha1SignDataMetadata
1917
+ # @private
1918
+ class Representation < Google::Apis::Core::JsonRepresentation
1919
+ property :start_time, as: 'startTime'
1920
+ end
1921
+ end
1922
+
1923
+ class GoogleChromeManagementVersionsV1alpha1SignDataResponse
1924
+ # @private
1925
+ class Representation < Google::Apis::Core::JsonRepresentation
1926
+ property :certificate_provisioning_process, as: 'certificateProvisioningProcess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess::Representation
1927
+
1928
+ end
1929
+ end
1930
+
1619
1931
  class GoogleProtobufEmpty
1620
1932
  # @private
1621
1933
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -292,6 +292,133 @@ module Google
292
292
  execute_or_queue_command(command, &block)
293
293
  end
294
294
 
295
+ # Deletes the data collected from a Chrome browser profile.
296
+ # @param [String] name
297
+ # Required. Format: customers/`customer_id`/profiles/`profile_permanent_id`
298
+ # @param [String] fields
299
+ # Selector specifying which fields to include in a partial response.
300
+ # @param [String] quota_user
301
+ # Available to use for quota purposes for server-side applications. Can be any
302
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
303
+ # @param [Google::Apis::RequestOptions] options
304
+ # Request-specific options
305
+ #
306
+ # @yield [result, err] Result & error if block supplied
307
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleProtobufEmpty] parsed result object
308
+ # @yieldparam err [StandardError] error object if request failed
309
+ #
310
+ # @return [Google::Apis::ChromemanagementV1::GoogleProtobufEmpty]
311
+ #
312
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
313
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
314
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
315
+ def delete_customer_profile(name, fields: nil, quota_user: nil, options: nil, &block)
316
+ command = make_simple_command(:delete, 'v1/{+name}', options)
317
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleProtobufEmpty::Representation
318
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleProtobufEmpty
319
+ command.params['name'] = name unless name.nil?
320
+ command.query['fields'] = fields unless fields.nil?
321
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
322
+ execute_or_queue_command(command, &block)
323
+ end
324
+
325
+ # Gets a Chrome browser profile with customer ID and profile permanent ID.
326
+ # @param [String] name
327
+ # Required. Format: customers/`customer_id`/profiles/`profile_permanent_id`
328
+ # @param [String] fields
329
+ # Selector specifying which fields to include in a partial response.
330
+ # @param [String] quota_user
331
+ # Available to use for quota purposes for server-side applications. Can be any
332
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
333
+ # @param [Google::Apis::RequestOptions] options
334
+ # Request-specific options
335
+ #
336
+ # @yield [result, err] Result & error if block supplied
337
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile] parsed result object
338
+ # @yieldparam err [StandardError] error object if request failed
339
+ #
340
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile]
341
+ #
342
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
343
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
344
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
345
+ def get_customer_profile(name, fields: nil, quota_user: nil, options: nil, &block)
346
+ command = make_simple_command(:get, 'v1/{+name}', options)
347
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile::Representation
348
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile
349
+ command.params['name'] = name unless name.nil?
350
+ command.query['fields'] = fields unless fields.nil?
351
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
352
+ execute_or_queue_command(command, &block)
353
+ end
354
+
355
+ # Lists Chrome browser profiles of a customer based on the given search and
356
+ # sorting criteria.
357
+ # @param [String] parent
358
+ # Required. Format: customers/`customer_id`
359
+ # @param [String] filter
360
+ # Optional. The filter used to filter profiles. The following fields can be used
361
+ # in the filter: - profile_id - display_name - user_email - last_activity_time -
362
+ # last_policy_sync_time - last_status_report_time - first_enrollment_time -
363
+ # os_platform_type - os_version - browser_version - browser_channel -
364
+ # policy_count - extension_count - identity_provider - affiliation_state - ouId
365
+ # Any of the above fields can be used to specify a filter, and filtering by
366
+ # multiple fields is supported with AND operator. String type fields and enum
367
+ # type fields support '=' and '!=' operators. The integer type and the timestamp
368
+ # type fields support '=', '!=', '<', '>', '<=' and '>=' operators. Timestamps
369
+ # expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard
370
+ # '*' can be used with a string type field filter. In addition, string literal
371
+ # filtering is also supported, for example, 'ABC' as a filter maps to a filter
372
+ # that checks if any of the filterable string type fields contains 'ABC'.
373
+ # Organization unit number can be used as a filtering criteria here by
374
+ # specifying 'ouId = $`your_org_unit_id`', please note that only single OU ID
375
+ # matching is supported.
376
+ # @param [String] order_by
377
+ # Optional. The fields used to specify the ordering of the results. The
378
+ # supported fields are: - profile_id - display_name - user_email -
379
+ # last_activity_time - last_policy_sync_time - last_status_report_time -
380
+ # first_enrollment_time - os_platform_type - os_version - browser_version -
381
+ # browser_channel - policy_count - extension_count - identity_provider -
382
+ # affiliation_state By default, sorting is in ascending order, to specify
383
+ # descending order for a field, a suffix " desc" should be added to the field
384
+ # name. The default ordering is the descending order of last_status_report_time.
385
+ # @param [Fixnum] page_size
386
+ # Optional. The maximum number of profiles to return. The default page size is
387
+ # 100 if page_size is unspecified, and the maximum page size allowed is 200.
388
+ # @param [String] page_token
389
+ # Optional. The page token used to retrieve a specific page of the listing
390
+ # request.
391
+ # @param [String] fields
392
+ # Selector specifying which fields to include in a partial response.
393
+ # @param [String] quota_user
394
+ # Available to use for quota purposes for server-side applications. Can be any
395
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
396
+ # @param [Google::Apis::RequestOptions] options
397
+ # Request-specific options
398
+ #
399
+ # @yield [result, err] Result & error if block supplied
400
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse] parsed result object
401
+ # @yieldparam err [StandardError] error object if request failed
402
+ #
403
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse]
404
+ #
405
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
406
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
407
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
408
+ def list_customer_profiles(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
409
+ command = make_simple_command(:get, 'v1/{+parent}/profiles', options)
410
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse::Representation
411
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
412
+ command.params['parent'] = parent unless parent.nil?
413
+ command.query['filter'] = filter unless filter.nil?
414
+ command.query['orderBy'] = order_by unless order_by.nil?
415
+ command.query['pageSize'] = page_size unless page_size.nil?
416
+ command.query['pageToken'] = page_token unless page_token.nil?
417
+ command.query['fields'] = fields unless fields.nil?
418
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
419
+ execute_or_queue_command(command, &block)
420
+ end
421
+
295
422
  # Count of Chrome Browsers that have been recently enrolled, have new policy to
296
423
  # be synced, or have no recent activity.
297
424
  # @param [String] customer
@@ -551,11 +678,11 @@ module Google
551
678
  # operations are not supported in this filter. Supported filter fields: *
552
679
  # app_name * app_type * install_type * number_of_permissions *
553
680
  # total_install_count * latest_profile_active_date * permission_name * app_id *
554
- # manifest_versions
681
+ # manifest_versions * risk_score
555
682
  # @param [String] order_by
556
683
  # Field used to order results. Supported order by fields: * app_name * app_type *
557
684
  # install_type * number_of_permissions * total_install_count * app_id *
558
- # manifest_versions
685
+ # manifest_versions * risk_score
559
686
  # @param [String] org_unit_id
560
687
  # The ID of the organizational unit.
561
688
  # @param [Fixnum] page_size
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome Management API V1