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
* `:alt` (*type:* `String.t`) - Data format for response.
505
+
* `:callback` (*type:* `String.t`) - JSONP
506
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
507
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
508
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
509
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
510
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
511
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
512
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
513
+
* `opts` (*type:* `keyword()`) - Call options
514
+
515
+
## Returns
516
+
517
+
* `{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleProtobufEmpty{}}` on success
* `:alt` (*type:* `String.t`) - Data format for response.
577
+
* `:callback` (*type:* `String.t`) - JSONP
578
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
579
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
580
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
581
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
582
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
583
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
584
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
585
+
* `opts` (*type:* `keyword()`) - Call options
586
+
587
+
## Returns
588
+
589
+
* `{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ChromeBrowserProfile{}}` on success
* `:alt` (*type:* `String.t`) - Data format for response.
649
+
* `:callback` (*type:* `String.t`) - JSONP
650
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
651
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
652
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
653
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
654
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
655
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
656
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
657
+
* `:filter` (*type:* `String.t`) - 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.
658
+
* `:orderBy` (*type:* `String.t`) - 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.
659
+
* `:pageSize` (*type:* `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.
660
+
* `:pageToken` (*type:* `String.t`) - Optional. The page token used to retrieve a specific page of the listing request.
661
+
* `opts` (*type:* `keyword()`) - Call options
662
+
663
+
## Returns
664
+
665
+
* `{:ok, %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse{}}` on success
0 commit comments