google-apis-admin_directory_v1 0.66.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c9ae233a56e6650df49daece6ead65859821cce2503686c0e54394bed5f430e
|
4
|
+
data.tar.gz: 65d96e8c164a80bc15e911fcdc5bf0a24be6ffe7ca05b2129d278e77a7084ec2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3819a6f3b5b1f823bf42f64f9b840d63527e59bd68eba2ba587650e11dbf8ebcc6b9e972b20caf002de66bc5c279b5bd1d45d4ec56e7a64be1462f6fa9e97c94
|
7
|
+
data.tar.gz: 49aa203af341eb6472d02848877b5994d2762f066c4a61377ef3e46a5153664c3603d68415d04810dfece136ccdef6566e619c79900776171d7b4f732fcc4a94
|
data/CHANGELOG.md
CHANGED
@@ -977,7 +977,8 @@ module Google
|
|
977
977
|
|
978
978
|
# Google Chrome devices run on the [Chrome OS](https://support.google.com/
|
979
979
|
# chromeos). For more information about common API tasks, see the [Developer's
|
980
|
-
# Guide](/admin
|
980
|
+
# Guide](https://developers.google.com/workspace/admin/directory/v1/guides/
|
981
|
+
# manage-chrome-devices).
|
981
982
|
class ChromeOsDevice
|
982
983
|
include Google::Apis::Core::Hashable
|
983
984
|
|
@@ -1180,8 +1181,8 @@ module Google
|
|
1180
1181
|
# typically used when adding a device to a wireless carrier's post-pay service
|
1181
1182
|
# plan. If the device does not have this information, this property is not
|
1182
1183
|
# included in the response. For more information on how to export a MEID/IMEI
|
1183
|
-
# list, see the [Developer's Guide](/
|
1184
|
-
# devices.html#export_meid).
|
1184
|
+
# list, see the [Developer's Guide](https://developers.google.com/workspace/
|
1185
|
+
# admin/directory/v1/guides/manage-chrome-devices.html#export_meid).
|
1185
1186
|
# Corresponds to the JSON property `meid`
|
1186
1187
|
# @return [String]
|
1187
1188
|
attr_accessor :meid
|
@@ -1193,9 +1194,10 @@ module Google
|
|
1193
1194
|
attr_accessor :model
|
1194
1195
|
|
1195
1196
|
# Notes about this device added by the administrator. This property can be [
|
1196
|
-
# searched](https://support.google.com/chrome/a/answer/1698333) with the [list](
|
1197
|
-
# admin
|
1198
|
-
# parameter. Maximum length is 500
|
1197
|
+
# searched](https://support.google.com/chrome/a/answer/1698333) with the [list](
|
1198
|
+
# https://developers.google.com/workspace/admin/directory/v1/reference/
|
1199
|
+
# chromeosdevices/list) method's `query` parameter. Maximum length is 500
|
1200
|
+
# characters. Empty values are allowed.
|
1199
1201
|
# Corresponds to the JSON property `notes`
|
1200
1202
|
# @return [String]
|
1201
1203
|
attr_accessor :notes
|
@@ -1209,11 +1211,11 @@ module Google
|
|
1209
1211
|
# The unique ID of the organizational unit. orgUnitPath is the human readable
|
1210
1212
|
# version of orgUnitId. While orgUnitPath may change by renaming an
|
1211
1213
|
# organizational unit within the path, orgUnitId is unchangeable for one
|
1212
|
-
# organizational unit. This property can be [updated](
|
1213
|
-
# guides/manage-chrome-devices#
|
1214
|
-
# more information about how to
|
1215
|
-
# device, see the [administration
|
1216
|
-
# answer/182433).
|
1214
|
+
# organizational unit. This property can be [updated](https://developers.google.
|
1215
|
+
# com/workspace/admin/directory/v1/guides/manage-chrome-devices#
|
1216
|
+
# move_chrome_devices_to_ou) using the API. For more information about how to
|
1217
|
+
# create an organizational structure for your device, see the [administration
|
1218
|
+
# help center](https://support.google.com/a/answer/182433).
|
1217
1219
|
# Corresponds to the JSON property `orgUnitId`
|
1218
1220
|
# @return [String]
|
1219
1221
|
attr_accessor :org_unit_id
|
@@ -1221,10 +1223,11 @@ module Google
|
|
1221
1223
|
# The full parent path with the organizational unit's name associated with the
|
1222
1224
|
# device. Path names are case insensitive. If the parent organizational unit is
|
1223
1225
|
# the top-level organization, it is represented as a forward slash, `/`. This
|
1224
|
-
# property can be [updated](/admin
|
1225
|
-
# move_chrome_devices_to_ou) using the
|
1226
|
-
# create an organizational structure for
|
1227
|
-
# help center](https://support.google.com/a/
|
1226
|
+
# property can be [updated](https://developers.google.com/workspace/admin/
|
1227
|
+
# directory/v1/guides/manage-chrome-devices#move_chrome_devices_to_ou) using the
|
1228
|
+
# API. For more information about how to create an organizational structure for
|
1229
|
+
# your device, see the [administration help center](https://support.google.com/a/
|
1230
|
+
# answer/182433).
|
1228
1231
|
# Corresponds to the JSON property `orgUnitPath`
|
1229
1232
|
# @return [String]
|
1230
1233
|
attr_accessor :org_unit_path
|
@@ -1876,9 +1879,9 @@ module Google
|
|
1876
1879
|
class CreatePrintServerRequest
|
1877
1880
|
include Google::Apis::Core::Hashable
|
1878
1881
|
|
1879
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
1880
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
1881
|
-
# Format: `customers/`id``
|
1882
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
1883
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
1884
|
+
# account. Format: `customers/`id``
|
1882
1885
|
# Corresponds to the JSON property `parent`
|
1883
1886
|
# @return [String]
|
1884
1887
|
attr_accessor :parent
|
@@ -1960,10 +1963,11 @@ module Google
|
|
1960
1963
|
# @return [String]
|
1961
1964
|
attr_accessor :kind
|
1962
1965
|
|
1963
|
-
# The customer's ISO 639-2 language code. See the [Language Codes](
|
1964
|
-
# directory/v1/languages) page for the
|
1965
|
-
#
|
1966
|
-
# unexpected behavior. The default value
|
1966
|
+
# The customer's ISO 639-2 language code. See the [Language Codes](https://
|
1967
|
+
# developers.google.com/workspace/admin/directory/v1/languages) page for the
|
1968
|
+
# list of supported codes. Valid language codes outside the supported set will
|
1969
|
+
# be accepted by the API but may lead to unexpected behavior. The default value
|
1970
|
+
# is `en`.
|
1967
1971
|
# Corresponds to the JSON property `language`
|
1968
1972
|
# @return [String]
|
1969
1973
|
attr_accessor :language
|
@@ -2603,12 +2607,12 @@ module Google
|
|
2603
2607
|
|
2604
2608
|
# Google Groups provide your users the ability to send messages to groups of
|
2605
2609
|
# people using the group's email address. For more information about common
|
2606
|
-
# tasks, see the [Developer's Guide](https://developers.google.com/
|
2607
|
-
# directory/v1/guides/manage-groups). For information about other types of
|
2610
|
+
# tasks, see the [Developer's Guide](https://developers.google.com/workspace/
|
2611
|
+
# admin/directory/v1/guides/manage-groups). For information about other types of
|
2608
2612
|
# groups, see the [Cloud Identity Groups API documentation](https://cloud.google.
|
2609
2613
|
# com/identity/docs/groups). Note: The user calling the API (or being
|
2610
2614
|
# impersonated by a service account) must have an assigned [role](https://
|
2611
|
-
# developers.google.com/admin
|
2615
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-roles) that
|
2612
2616
|
# includes Admin API Groups permissions, such as Super Admin or Groups Admin.
|
2613
2617
|
class Group
|
2614
2618
|
include Google::Apis::Core::Hashable
|
@@ -2865,8 +2869,8 @@ module Google
|
|
2865
2869
|
|
2866
2870
|
# A Google Groups member can be a user or another group. This member can be
|
2867
2871
|
# inside or outside of your account's domains. For more information about common
|
2868
|
-
# group member tasks, see the [Developer's Guide](/
|
2869
|
-
# manage-group-members).
|
2872
|
+
# group member tasks, see the [Developer's Guide](https://developers.google.com/
|
2873
|
+
# workspace/admin/directory/v1/guides/manage-group-members).
|
2870
2874
|
class Member
|
2871
2875
|
include Google::Apis::Core::Hashable
|
2872
2876
|
|
@@ -2996,8 +3000,9 @@ module Google
|
|
2996
3000
|
|
2997
3001
|
# Google Workspace Mobile Management includes Android, [Google Sync](https://
|
2998
3002
|
# support.google.com/a/answer/135937), and iOS devices. For more information
|
2999
|
-
# about common group mobile device API tasks, see the [Developer's Guide](
|
3000
|
-
#
|
3003
|
+
# about common group mobile device API tasks, see the [Developer's Guide](https:/
|
3004
|
+
# /developers.google.com/workspace/admin/directory/v1/guides/manage-mobile-
|
3005
|
+
# devices.html).
|
3001
3006
|
class MobileDevice
|
3002
3007
|
include Google::Apis::Core::Hashable
|
3003
3008
|
|
@@ -3065,9 +3070,10 @@ module Google
|
|
3065
3070
|
attr_accessor :device_password_status
|
3066
3071
|
|
3067
3072
|
# The list of the owner's email addresses. If your application needs the current
|
3068
|
-
# list of user emails, use the [get](/
|
3069
|
-
# mobiledevices/get.html) method. For additional
|
3070
|
-
# a user](/
|
3073
|
+
# list of user emails, use the [get](https://developers.google.com/workspace/
|
3074
|
+
# admin/directory/v1/reference/mobiledevices/get.html) method. For additional
|
3075
|
+
# information, see the [retrieve a user](https://developers.google.com/workspace/
|
3076
|
+
# admin/directory/v1/guides/manage-users#get_user) method.
|
3071
3077
|
# Corresponds to the JSON property `email`
|
3072
3078
|
# @return [Array<String>]
|
3073
3079
|
attr_accessor :email
|
@@ -3139,17 +3145,19 @@ module Google
|
|
3139
3145
|
attr_accessor :meid
|
3140
3146
|
|
3141
3147
|
# The mobile device's model name, for example Nexus S. This property can be [
|
3142
|
-
# updated](/admin
|
3143
|
-
# more information, see the [Developer's Guide](
|
3144
|
-
# manage-
|
3148
|
+
# updated](https://developers.google.com/workspace/admin/directory/v1/reference/
|
3149
|
+
# mobiledevices/update.html). For more information, see the [Developer's Guide](
|
3150
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/manage-
|
3151
|
+
# mobile=devices#update_mobile_device).
|
3145
3152
|
# Corresponds to the JSON property `model`
|
3146
3153
|
# @return [String]
|
3147
3154
|
attr_accessor :model
|
3148
3155
|
|
3149
3156
|
# The list of the owner's user names. If your application needs the current list
|
3150
|
-
# of device owner names, use the [get](/
|
3151
|
-
# mobiledevices/get.html) method. For more
|
3152
|
-
# device user information, see the [
|
3157
|
+
# of device owner names, use the [get](https://developers.google.com/workspace/
|
3158
|
+
# admin/directory/v1/reference/mobiledevices/get.html) method. For more
|
3159
|
+
# information about retrieving mobile device user information, see the [
|
3160
|
+
# Developer's Guide](https://developers.google.com/workspace/admin/directory/v1/
|
3153
3161
|
# guides/manage-users#get_user).
|
3154
3162
|
# Corresponds to the JSON property `name`
|
3155
3163
|
# @return [Array<String>]
|
@@ -3161,8 +3169,9 @@ module Google
|
|
3161
3169
|
attr_accessor :network_operator
|
3162
3170
|
|
3163
3171
|
# The mobile device's operating system, for example IOS 4.3 or Android 2.3.5.
|
3164
|
-
# This property can be [updated](/admin
|
3165
|
-
# update.html). For more information, see
|
3172
|
+
# This property can be [updated](https://developers.google.com/workspace/admin/
|
3173
|
+
# directory/v1/reference/mobiledevices/update.html). For more information, see
|
3174
|
+
# the [Developer's Guide](https://developers.google.com/workspace/admin/
|
3166
3175
|
# directory/v1/guides/manage-mobile-devices#update_mobile_device).
|
3167
3176
|
# Corresponds to the JSON property `os`
|
3168
3177
|
# @return [String]
|
@@ -3221,9 +3230,10 @@ module Google
|
|
3221
3230
|
alias_method :unknown_sources_status?, :unknown_sources_status
|
3222
3231
|
|
3223
3232
|
# Gives information about the device such as `os` version. This property can be [
|
3224
|
-
# updated](/admin
|
3225
|
-
# more information, see the [Developer's Guide](
|
3226
|
-
# manage-
|
3233
|
+
# updated](https://developers.google.com/workspace/admin/directory/v1/reference/
|
3234
|
+
# mobiledevices/update.html). For more information, see the [Developer's Guide](
|
3235
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/manage-
|
3236
|
+
# mobile-devices#update_mobile_device).
|
3227
3237
|
# Corresponds to the JSON property `userAgent`
|
3228
3238
|
# @return [String]
|
3229
3239
|
attr_accessor :user_agent
|
@@ -3387,9 +3397,10 @@ module Google
|
|
3387
3397
|
|
3388
3398
|
# Managing your account's organizational units allows you to configure your
|
3389
3399
|
# users' access to services and custom settings. For more information about
|
3390
|
-
# common organizational unit tasks, see the [Developer's Guide](
|
3391
|
-
# directory/v1/guides/manage-org-units.
|
3392
|
-
# hierarchy is limited to 35 levels of
|
3400
|
+
# common organizational unit tasks, see the [Developer's Guide](https://
|
3401
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-org-units.
|
3402
|
+
# html). The customer's organizational unit hierarchy is limited to 35 levels of
|
3403
|
+
# depth.
|
3393
3404
|
class OrgUnit
|
3394
3405
|
include Google::Apis::Core::Hashable
|
3395
3406
|
|
@@ -3437,8 +3448,9 @@ module Google
|
|
3437
3448
|
# is moved to a new organization, the user's access changes. For more
|
3438
3449
|
# information about organization structures, see the [administration help center]
|
3439
3450
|
# (https://support.google.com/a/answer/4352075). For more information about
|
3440
|
-
# moving a user to a different organization, see [Update a user](
|
3441
|
-
# directory/v1/guides/manage-users.html#
|
3451
|
+
# moving a user to a different organization, see [Update a user](https://
|
3452
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-users.html#
|
3453
|
+
# update_user).
|
3442
3454
|
# Corresponds to the JSON property `orgUnitPath`
|
3443
3455
|
# @return [String]
|
3444
3456
|
attr_accessor :org_unit_path
|
@@ -3592,8 +3604,8 @@ module Google
|
|
3592
3604
|
# ID of the organization unit (OU) that owns this print server. This value can
|
3593
3605
|
# only be set when the print server is initially created. If it's not populated,
|
3594
3606
|
# the print server is placed under the root OU. The `org_unit_id` can be
|
3595
|
-
# retrieved using the [Directory API](/
|
3596
|
-
# orgunits).
|
3607
|
+
# retrieved using the [Directory API](https://developers.google.com/workspace/
|
3608
|
+
# admin/directory/reference/rest/v1/orgunits).
|
3597
3609
|
# Corresponds to the JSON property `orgUnitId`
|
3598
3610
|
# @return [String]
|
3599
3611
|
attr_accessor :org_unit_id
|
@@ -3800,7 +3812,8 @@ module Google
|
|
3800
3812
|
attr_accessor :privilege_name
|
3801
3813
|
|
3802
3814
|
# The obfuscated ID of the service this privilege is for. This value is returned
|
3803
|
-
# with [`Privileges.list()`](/admin
|
3815
|
+
# with [`Privileges.list()`](https://developers.google.com/workspace/admin/
|
3816
|
+
# directory/v1/reference/privileges/list).
|
3804
3817
|
# Corresponds to the JSON property `serviceId`
|
3805
3818
|
# @return [String]
|
3806
3819
|
attr_accessor :service_id
|
@@ -3929,7 +3942,8 @@ module Google
|
|
3929
3942
|
attr_accessor :privilege_name
|
3930
3943
|
|
3931
3944
|
# The obfuscated ID of the service this privilege is for. This value is returned
|
3932
|
-
# with [`Privileges.list()`](/admin
|
3945
|
+
# with [`Privileges.list()`](https://developers.google.com/workspace/admin/
|
3946
|
+
# directory/v1/reference/privileges/list).
|
3933
3947
|
# Corresponds to the JSON property `serviceId`
|
3934
3948
|
# @return [String]
|
3935
3949
|
attr_accessor :service_id
|
@@ -3981,8 +3995,7 @@ module Google
|
|
3981
3995
|
# and they only work with the following [pre-built administrator roles](https://
|
3982
3996
|
# support.google.com/a/answer/2405986): - Groups Editor - Groups Reader The
|
3983
3997
|
# condition follows [Cloud IAM condition syntax](https://cloud.google.com/iam/
|
3984
|
-
# docs/conditions-overview).
|
3985
|
-
# available under Open Beta. - To make the `RoleAssignment` not applicable to [
|
3998
|
+
# docs/conditions-overview). - To make the `RoleAssignment` not applicable to [
|
3986
3999
|
# Locked Groups](https://cloud.google.com/identity/docs/groups#group_types): `!
|
3987
4000
|
# api.getAttribute('cloudidentity.googleapis.com/groups.labels', []).hasAny(['
|
3988
4001
|
# groups.locked']) && resource.type == 'cloudidentity.googleapis.com/Group'`
|
@@ -4169,8 +4182,8 @@ module Google
|
|
4169
4182
|
# You can use schemas to add custom fields to user profiles. You can use these
|
4170
4183
|
# fields to store information such as the projects your users work on, their
|
4171
4184
|
# physical locations, their hire dates, or whatever else fits your business
|
4172
|
-
# needs. For more information, see [Custom User Fields](
|
4173
|
-
# guides/manage-schemas).
|
4185
|
+
# needs. For more information, see [Custom User Fields](https://developers.
|
4186
|
+
# google.com/workspace/admin/directory/v1/guides/manage-schemas).
|
4174
4187
|
class SchemaFieldSpec
|
4175
4188
|
include Google::Apis::Core::Hashable
|
4176
4189
|
|
@@ -4226,9 +4239,9 @@ module Google
|
|
4226
4239
|
attr_accessor :numeric_indexing_spec
|
4227
4240
|
|
4228
4241
|
# Specifies who can view values of this field. See [Retrieve users as a non-
|
4229
|
-
# administrator](/admin
|
4230
|
-
# retrieve_users_non_admin) for more information. Note: It
|
4231
|
-
# hours for changes to this field to be reflected.
|
4242
|
+
# administrator](https://developers.google.com/workspace/admin/directory/v1/
|
4243
|
+
# guides/manage-users#retrieve_users_non_admin) for more information. Note: It
|
4244
|
+
# may take up to 24 hours for changes to this field to be reflected.
|
4232
4245
|
# Corresponds to the JSON property `readAccessType`
|
4233
4246
|
# @return [String]
|
4234
4247
|
attr_accessor :read_access_type
|
@@ -4451,9 +4464,10 @@ module Google
|
|
4451
4464
|
|
4452
4465
|
# The Directory API allows you to create and manage your account's users, user
|
4453
4466
|
# aliases, and user Google profile photos. For more information about common
|
4454
|
-
# tasks, see the [User Accounts Developer's Guide](/
|
4455
|
-
# guides/manage-users.html) and the [User Aliases
|
4456
|
-
# directory/v1/
|
4467
|
+
# tasks, see the [User Accounts Developer's Guide](https://developers.google.com/
|
4468
|
+
# workspace/admin/directory/v1/guides/manage-users.html) and the [User Aliases
|
4469
|
+
# Developer's Guide](https://developers.google.com/workspace/admin/directory/v1/
|
4470
|
+
# guides/manage-user-aliases.html).
|
4457
4471
|
class User
|
4458
4472
|
include Google::Apis::Core::Hashable
|
4459
4473
|
|
@@ -4500,12 +4514,13 @@ module Google
|
|
4500
4514
|
# @return [Hash<String,Hash<String,Object>>]
|
4501
4515
|
attr_accessor :custom_schemas
|
4502
4516
|
|
4503
|
-
# Output only. The customer ID to [retrieve all account users](
|
4504
|
-
# directory/v1/guides/manage-users.html#
|
4505
|
-
# my_customer` to represent your account'
|
4506
|
-
# administrator, you can use the resold customer
|
4507
|
-
# a `customerId`, use the account's primary
|
4508
|
-
# a [users.list](
|
4517
|
+
# Output only. The customer ID to [retrieve all account users](https://
|
4518
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-users.html#
|
4519
|
+
# get_all_users). You can use the alias `my_customer` to represent your account'
|
4520
|
+
# s `customerId`. As a reseller administrator, you can use the resold customer
|
4521
|
+
# account's `customerId`. To get a `customerId`, use the account's primary
|
4522
|
+
# domain in the `domain` parameter of a [users.list](https://developers.google.
|
4523
|
+
# com/workspace/admin/directory/v1/reference/users/list) request.
|
4509
4524
|
# Corresponds to the JSON property `customerId`
|
4510
4525
|
# @return [String]
|
4511
4526
|
attr_accessor :customer_id
|
@@ -4577,12 +4592,14 @@ module Google
|
|
4577
4592
|
attr_accessor :ip_whitelisted
|
4578
4593
|
alias_method :ip_whitelisted?, :ip_whitelisted
|
4579
4594
|
|
4580
|
-
# Output only. Indicates a user with super
|
4581
|
-
# isAdmin` property can only be edited in the [Make a user an administrator](
|
4582
|
-
# admin
|
4583
|
-
# makeAdmin](
|
4584
|
-
#
|
4585
|
-
#
|
4595
|
+
# Output only. Indicates a user with super administrator privileges. The `
|
4596
|
+
# isAdmin` property can only be edited in the [Make a user an administrator](
|
4597
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/manage-users.
|
4598
|
+
# html#make_admin) operation ( [makeAdmin](https://developers.google.com/
|
4599
|
+
# workspace/admin/directory/v1/reference/users/makeAdmin.html) method). If
|
4600
|
+
# edited in the user [insert](https://developers.google.com/workspace/admin/
|
4601
|
+
# directory/v1/reference/users/insert.html) or [update](https://developers.
|
4602
|
+
# google.com/workspace/admin/directory/v1/reference/users/update.html) methods,
|
4586
4603
|
# the edit is ignored by the API service.
|
4587
4604
|
# Corresponds to the JSON property `isAdmin`
|
4588
4605
|
# @return [Boolean]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdminDirectoryV1
|
18
18
|
# Version of the google-apis-admin_directory_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -178,26 +178,28 @@ module Google
|
|
178
178
|
execute_or_queue_command(command, &block)
|
179
179
|
end
|
180
180
|
|
181
|
-
# Use [BatchChangeChromeOsDeviceStatus](/
|
182
|
-
# customer.devices.chromeos/batchChangeStatus)
|
183
|
-
# affects a Chrome OS Device. This includes
|
184
|
-
# enabling devices. *Warning:* *
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
# google.com/chrome/a/answer/
|
181
|
+
# Use [BatchChangeChromeOsDeviceStatus](https://developers.google.com/workspace/
|
182
|
+
# admin/directory/reference/rest/v1/customer.devices.chromeos/batchChangeStatus)
|
183
|
+
# instead. Takes an action that affects a Chrome OS Device. This includes
|
184
|
+
# deprovisioning, disabling, and re-enabling devices. *Warning:* *
|
185
|
+
# Deprovisioning a device will stop device policy syncing and remove device-
|
186
|
+
# level printers. After a device is deprovisioned, it must be wiped before it
|
187
|
+
# can be re-enrolled. * Lost or stolen devices should use the disable action. *
|
188
|
+
# Re-enabling a disabled device will consume a device license. If you do not
|
189
|
+
# have sufficient licenses available when completing the re-enable action, you
|
190
|
+
# will receive an error. For more information about deprovisioning and disabling
|
191
|
+
# devices, visit the [help center](https://support.google.com/chrome/a/answer/
|
192
|
+
# 3523633).
|
192
193
|
# @param [String] customer_id
|
193
194
|
# The unique ID for the customer's Google Workspace account. As an account
|
194
195
|
# administrator, you can also use the `my_customer` alias to represent your
|
195
196
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
196
|
-
# Users resource](/admin
|
197
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
198
|
+
# reference/users).
|
197
199
|
# @param [String] resource_id
|
198
200
|
# The unique ID of the device. The `resourceId`s are returned in the response
|
199
|
-
# from the [chromeosdevices.list](/admin
|
200
|
-
# chromeosdevices/list) method.
|
201
|
+
# from the [chromeosdevices.list](https://developers.google.com/workspace/admin/
|
202
|
+
# directory/v1/reference/chromeosdevices/list) method.
|
201
203
|
# @param [Google::Apis::AdminDirectoryV1::ChromeOsDeviceAction] chrome_os_device_action_object
|
202
204
|
# @param [String] fields
|
203
205
|
# Selector specifying which fields to include in a partial response.
|
@@ -232,11 +234,12 @@ module Google
|
|
232
234
|
# The unique ID for the customer's Google Workspace account. As an account
|
233
235
|
# administrator, you can also use the `my_customer` alias to represent your
|
234
236
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
235
|
-
# Users resource](/admin
|
237
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
238
|
+
# reference/users).
|
236
239
|
# @param [String] device_id
|
237
240
|
# The unique ID of the device. The `deviceId`s are returned in the response from
|
238
|
-
# the [chromeosdevices.list](/admin
|
239
|
-
# list) method.
|
241
|
+
# the [chromeosdevices.list](https://developers.google.com/workspace/admin/
|
242
|
+
# directory/v1/reference/chromeosdevices/list) method.
|
240
243
|
# @param [String] projection
|
241
244
|
# Determines whether the response contains the full list of properties or only a
|
242
245
|
# subset.
|
@@ -274,7 +277,8 @@ module Google
|
|
274
277
|
# The unique ID for the customer's Google Workspace account. As an account
|
275
278
|
# administrator, you can also use the `my_customer` alias to represent your
|
276
279
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
277
|
-
# Users resource](/admin
|
280
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
281
|
+
# reference/users).
|
278
282
|
# @param [Boolean] include_child_orgunits
|
279
283
|
# Return devices from all child orgunits, as well as the specified org unit. If
|
280
284
|
# this is set to true, 'orgUnitPath' must be provided.
|
@@ -293,8 +297,8 @@ module Google
|
|
293
297
|
# Determines whether the response contains the full list of properties or only a
|
294
298
|
# subset.
|
295
299
|
# @param [String] query
|
296
|
-
# Search string in the format given at https://developers.google.com/
|
297
|
-
# directory/v1/list-query-operators
|
300
|
+
# Search string in the format given at https://developers.google.com/workspace/
|
301
|
+
# admin/directory/v1/list-query-operators
|
298
302
|
# @param [String] sort_order
|
299
303
|
# Whether to return results in ascending or descending order. Must be used with
|
300
304
|
# the `orderBy` parameter.
|
@@ -370,16 +374,18 @@ module Google
|
|
370
374
|
|
371
375
|
# Updates a device's updatable properties, such as `annotatedUser`, `
|
372
376
|
# annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`. This method
|
373
|
-
# supports [patch semantics](/admin
|
377
|
+
# supports [patch semantics](https://developers.google.com/workspace/admin/
|
378
|
+
# directory/v1/guides/performance#patch).
|
374
379
|
# @param [String] customer_id
|
375
380
|
# The unique ID for the customer's Google Workspace account. As an account
|
376
381
|
# administrator, you can also use the `my_customer` alias to represent your
|
377
382
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
378
|
-
# Users resource](/admin
|
383
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
384
|
+
# reference/users).
|
379
385
|
# @param [String] device_id
|
380
386
|
# The unique ID of the device. The `deviceId`s are returned in the response from
|
381
|
-
# the [chromeosdevices.list](/admin
|
382
|
-
# method.
|
387
|
+
# the [chromeosdevices.list](https://developers.google.com/workspace/admin/v1/
|
388
|
+
# reference/chromeosdevices/list) method.
|
383
389
|
# @param [Google::Apis::AdminDirectoryV1::ChromeOsDevice] chrome_os_device_object
|
384
390
|
# @param [String] projection
|
385
391
|
# Determines whether the response contains the full list of properties or only a
|
@@ -421,11 +427,12 @@ module Google
|
|
421
427
|
# The unique ID for the customer's Google Workspace account. As an account
|
422
428
|
# administrator, you can also use the `my_customer` alias to represent your
|
423
429
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
424
|
-
# Users resource](/admin
|
430
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
431
|
+
# reference/users).
|
425
432
|
# @param [String] device_id
|
426
433
|
# The unique ID of the device. The `deviceId`s are returned in the response from
|
427
|
-
# the [chromeosdevices.list](/admin
|
428
|
-
# method.
|
434
|
+
# the [chromeosdevices.list](https://developers.google.com/workspace/admin/v1/
|
435
|
+
# reference/chromeosdevices/list) method.
|
429
436
|
# @param [Google::Apis::AdminDirectoryV1::ChromeOsDevice] chrome_os_device_object
|
430
437
|
# @param [String] projection
|
431
438
|
# Determines whether the response contains the full list of properties or only a
|
@@ -666,9 +673,9 @@ module Google
|
|
666
673
|
|
667
674
|
# Creates multiple print servers.
|
668
675
|
# @param [String] parent
|
669
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
670
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
671
|
-
# Format: `customers/`id``
|
676
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
677
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
678
|
+
# account. Format: `customers/`id``
|
672
679
|
# @param [Google::Apis::AdminDirectoryV1::BatchCreatePrintServersRequest] batch_create_print_servers_request_object
|
673
680
|
# @param [String] fields
|
674
681
|
# Selector specifying which fields to include in a partial response.
|
@@ -701,9 +708,9 @@ module Google
|
|
701
708
|
|
702
709
|
# Deletes multiple print servers.
|
703
710
|
# @param [String] parent
|
704
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
705
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
706
|
-
# Format: `customers/`customer.id``
|
711
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
712
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
713
|
+
# account. Format: `customers/`customer.id``
|
707
714
|
# @param [Google::Apis::AdminDirectoryV1::BatchDeletePrintServersRequest] batch_delete_print_servers_request_object
|
708
715
|
# @param [String] fields
|
709
716
|
# Selector specifying which fields to include in a partial response.
|
@@ -736,9 +743,9 @@ module Google
|
|
736
743
|
|
737
744
|
# Creates a print server.
|
738
745
|
# @param [String] parent
|
739
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
740
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
741
|
-
# Format: `customers/`id``
|
746
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
747
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
748
|
+
# account. Format: `customers/`id``
|
742
749
|
# @param [Google::Apis::AdminDirectoryV1::PrintServer] print_server_object
|
743
750
|
# @param [String] fields
|
744
751
|
# Selector specifying which fields to include in a partial response.
|
@@ -802,9 +809,9 @@ module Google
|
|
802
809
|
|
803
810
|
# Returns a print server's configuration.
|
804
811
|
# @param [String] name
|
805
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
806
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
807
|
-
# Format: `customers/`id``
|
812
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
813
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
814
|
+
# account. Format: `customers/`id``
|
808
815
|
# @param [String] fields
|
809
816
|
# Selector specifying which fields to include in a partial response.
|
810
817
|
# @param [String] quota_user
|
@@ -834,9 +841,9 @@ module Google
|
|
834
841
|
|
835
842
|
# Lists print server configurations.
|
836
843
|
# @param [String] parent
|
837
|
-
# Required. The [unique ID](https://developers.google.com/admin
|
838
|
-
# reference/rest/v1/customers) of the customer's Google Workspace
|
839
|
-
# Format: `customers/`id``
|
844
|
+
# Required. The [unique ID](https://developers.google.com/workspace/admin/
|
845
|
+
# directory/reference/rest/v1/customers) of the customer's Google Workspace
|
846
|
+
# account. Format: `customers/`id``
|
840
847
|
# @param [String] filter
|
841
848
|
# Search query in [Common Expression Language syntax](https://github.com/google/
|
842
849
|
# cel-spec). Supported filters are `display_name`, `description`, and `uri`.
|
@@ -1267,9 +1274,9 @@ module Google
|
|
1267
1274
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
1268
1275
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
1269
1276
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
1270
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
1271
|
-
#
|
1272
|
-
# customer` or the `domain` parameter.
|
1277
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
1278
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
1279
|
+
# You must provide either the `customer` or the `domain` parameter.
|
1273
1280
|
# @param [String] domain_alias_name
|
1274
1281
|
# Name of domain alias to be retrieved.
|
1275
1282
|
# @param [String] fields
|
@@ -1338,9 +1345,9 @@ module Google
|
|
1338
1345
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
1339
1346
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
1340
1347
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
1341
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
1342
|
-
#
|
1343
|
-
# customer` or the `domain` parameter.
|
1348
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
1349
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
1350
|
+
# You must provide either the `customer` or the `domain` parameter.
|
1344
1351
|
# @param [String] parent_domain_name
|
1345
1352
|
# Name of the parent domain for which domain aliases are to be fetched.
|
1346
1353
|
# @param [String] fields
|
@@ -1407,9 +1414,9 @@ module Google
|
|
1407
1414
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
1408
1415
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
1409
1416
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
1410
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
1411
|
-
#
|
1412
|
-
# customer` or the `domain` parameter.
|
1417
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
1418
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
1419
|
+
# You must provide either the `customer` or the `domain` parameter.
|
1413
1420
|
# @param [String] domain_name
|
1414
1421
|
# Name of domain to be retrieved
|
1415
1422
|
# @param [String] fields
|
@@ -1478,9 +1485,9 @@ module Google
|
|
1478
1485
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
1479
1486
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
1480
1487
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
1481
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
1482
|
-
#
|
1483
|
-
# customer` or the `domain` parameter.
|
1488
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
1489
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
1490
|
+
# You must provide either the `customer` or the `domain` parameter.
|
1484
1491
|
# @param [String] fields
|
1485
1492
|
# Selector specifying which fields to include in a partial response.
|
1486
1493
|
# @param [String] quota_user
|
@@ -1603,9 +1610,9 @@ module Google
|
|
1603
1610
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
1604
1611
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
1605
1612
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
1606
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
1607
|
-
#
|
1608
|
-
# customer` or the `domain` parameter.
|
1613
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
1614
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
1615
|
+
# You must provide either the `customer` or the `domain` parameter.
|
1609
1616
|
# @param [String] domain
|
1610
1617
|
# The domain name. Use this field to get groups from only one domain. To return
|
1611
1618
|
# all domains for a customer account, use the `customer` query parameter instead.
|
@@ -1659,8 +1666,8 @@ module Google
|
|
1659
1666
|
execute_or_queue_command(command, &block)
|
1660
1667
|
end
|
1661
1668
|
|
1662
|
-
# Updates a group's properties. This method supports [patch semantics](
|
1663
|
-
#
|
1669
|
+
# Updates a group's properties. This method supports [patch semantics](https://
|
1670
|
+
# developers.google.com/workspace/admin/directory/v1/guides/performance#patch).
|
1664
1671
|
# @param [String] group_key
|
1665
1672
|
# Identifies the group in the API request. The value can be the group's email
|
1666
1673
|
# address, group alias, or the unique group ID.
|
@@ -1972,7 +1979,8 @@ module Google
|
|
1972
1979
|
|
1973
1980
|
# Retrieves a paginated list of all members in a group. This method times out
|
1974
1981
|
# after 60 minutes. For more information, see [Troubleshoot error codes](https://
|
1975
|
-
# developers.google.com/admin
|
1982
|
+
# developers.google.com/workspace/admin/directory/v1/guides/troubleshoot-error-
|
1983
|
+
# codes).
|
1976
1984
|
# @param [String] group_key
|
1977
1985
|
# Identifies the group in the API request. The value can be the group's email
|
1978
1986
|
# address, group alias, or the unique group ID.
|
@@ -2017,8 +2025,8 @@ module Google
|
|
2017
2025
|
end
|
2018
2026
|
|
2019
2027
|
# Updates the membership properties of a user in the specified group. This
|
2020
|
-
# method supports [patch semantics](/
|
2021
|
-
# patch).
|
2028
|
+
# method supports [patch semantics](https://developers.google.com/workspace/
|
2029
|
+
# admin/directory/v1/guides/performance#patch).
|
2022
2030
|
# @param [String] group_key
|
2023
2031
|
# Identifies the group in the API request. The value can be the group's email
|
2024
2032
|
# address, group alias, or the unique group ID.
|
@@ -2102,7 +2110,8 @@ module Google
|
|
2102
2110
|
# The unique ID for the customer's Google Workspace account. As an account
|
2103
2111
|
# administrator, you can also use the `my_customer` alias to represent your
|
2104
2112
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2105
|
-
# Users resource](/admin
|
2113
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2114
|
+
# reference/users).
|
2106
2115
|
# @param [String] resource_id
|
2107
2116
|
# The unique ID the API service uses to identify the mobile device.
|
2108
2117
|
# @param [Google::Apis::AdminDirectoryV1::MobileDeviceAction] mobile_device_action_object
|
@@ -2139,7 +2148,8 @@ module Google
|
|
2139
2148
|
# The unique ID for the customer's Google Workspace account. As an account
|
2140
2149
|
# administrator, you can also use the `my_customer` alias to represent your
|
2141
2150
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2142
|
-
# Users resource](/admin
|
2151
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2152
|
+
# reference/users).
|
2143
2153
|
# @param [String] resource_id
|
2144
2154
|
# The unique ID the API service uses to identify the mobile device.
|
2145
2155
|
# @param [String] fields
|
@@ -2173,7 +2183,8 @@ module Google
|
|
2173
2183
|
# The unique ID for the customer's Google Workspace account. As an account
|
2174
2184
|
# administrator, you can also use the `my_customer` alias to represent your
|
2175
2185
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2176
|
-
# Users resource](/admin
|
2186
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2187
|
+
# reference/users).
|
2177
2188
|
# @param [String] resource_id
|
2178
2189
|
# The unique ID the API service uses to identify the mobile device.
|
2179
2190
|
# @param [String] projection
|
@@ -2211,13 +2222,14 @@ module Google
|
|
2211
2222
|
# retrieve a list that includes company-owned devices, use the Cloud Identity [
|
2212
2223
|
# Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices)
|
2213
2224
|
# instead. This method times out after 60 minutes. For more information, see [
|
2214
|
-
# Troubleshoot error codes](https://developers.google.com/admin
|
2215
|
-
# guides/troubleshoot-error-codes).
|
2225
|
+
# Troubleshoot error codes](https://developers.google.com/workspace/admin/
|
2226
|
+
# directory/v1/guides/troubleshoot-error-codes).
|
2216
2227
|
# @param [String] customer_id
|
2217
2228
|
# The unique ID for the customer's Google Workspace account. As an account
|
2218
2229
|
# administrator, you can also use the `my_customer` alias to represent your
|
2219
2230
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2220
|
-
# Users resource](/admin
|
2231
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2232
|
+
# reference/users).
|
2221
2233
|
# @param [Fixnum] max_results
|
2222
2234
|
# Maximum number of results to return. Max allowed value is 100.
|
2223
2235
|
# @param [String] order_by
|
@@ -2227,8 +2239,8 @@ module Google
|
|
2227
2239
|
# @param [String] projection
|
2228
2240
|
# Restrict information returned to a set of selected fields.
|
2229
2241
|
# @param [String] query
|
2230
|
-
# Search string in the format given at https://developers.google.com/
|
2231
|
-
# directory/v1/search-operators
|
2242
|
+
# Search string in the format given at https://developers.google.com/workspace/
|
2243
|
+
# admin/directory/v1/search-operators
|
2232
2244
|
# @param [String] sort_order
|
2233
2245
|
# Whether to return results in ascending or descending order. Must be used with
|
2234
2246
|
# the `orderBy` parameter.
|
@@ -2270,7 +2282,8 @@ module Google
|
|
2270
2282
|
# The unique ID for the customer's Google Workspace account. As an account
|
2271
2283
|
# administrator, you can also use the `my_customer` alias to represent your
|
2272
2284
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2273
|
-
# Users resource](/admin
|
2285
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2286
|
+
# reference/users).
|
2274
2287
|
# @param [String] org_unit_path
|
2275
2288
|
# The full path of the organizational unit (minus the leading `/`) or its unique
|
2276
2289
|
# ID.
|
@@ -2305,7 +2318,8 @@ module Google
|
|
2305
2318
|
# The unique ID for the customer's Google Workspace account. As an account
|
2306
2319
|
# administrator, you can also use the `my_customer` alias to represent your
|
2307
2320
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2308
|
-
# Users resource](/admin
|
2321
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2322
|
+
# reference/users).
|
2309
2323
|
# @param [String] org_unit_path
|
2310
2324
|
# The full path of the organizational unit (minus the leading `/`) or its unique
|
2311
2325
|
# ID.
|
@@ -2342,7 +2356,8 @@ module Google
|
|
2342
2356
|
# The unique ID for the customer's Google Workspace account. As an account
|
2343
2357
|
# administrator, you can also use the `my_customer` alias to represent your
|
2344
2358
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2345
|
-
# Users resource](/admin
|
2359
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2360
|
+
# reference/users).
|
2346
2361
|
# @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
|
2347
2362
|
# @param [String] fields
|
2348
2363
|
# Selector specifying which fields to include in a partial response.
|
@@ -2378,7 +2393,8 @@ module Google
|
|
2378
2393
|
# The unique ID for the customer's Google Workspace account. As an account
|
2379
2394
|
# administrator, you can also use the `my_customer` alias to represent your
|
2380
2395
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2381
|
-
# Users resource](/admin
|
2396
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2397
|
+
# reference/users).
|
2382
2398
|
# @param [String] org_unit_path
|
2383
2399
|
# The full path to the organizational unit or its unique ID. Returns the
|
2384
2400
|
# children of the specified organizational unit.
|
@@ -2413,13 +2429,14 @@ module Google
|
|
2413
2429
|
execute_or_queue_command(command, &block)
|
2414
2430
|
end
|
2415
2431
|
|
2416
|
-
# Updates an organizational unit. This method supports [patch semantics](
|
2417
|
-
#
|
2432
|
+
# Updates an organizational unit. This method supports [patch semantics](https://
|
2433
|
+
# developers.google.com/workspace/admin/directory/v1/guides/performance#patch)
|
2418
2434
|
# @param [String] customer_id
|
2419
2435
|
# The unique ID for the customer's Google Workspace account. As an account
|
2420
2436
|
# administrator, you can also use the `my_customer` alias to represent your
|
2421
2437
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2422
|
-
# Users resource](/admin
|
2438
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2439
|
+
# reference/users).
|
2423
2440
|
# @param [String] org_unit_path
|
2424
2441
|
# The full path of the organizational unit (minus the leading `/`) or its unique
|
2425
2442
|
# ID.
|
@@ -2459,7 +2476,8 @@ module Google
|
|
2459
2476
|
# The unique ID for the customer's Google Workspace account. As an account
|
2460
2477
|
# administrator, you can also use the `my_customer` alias to represent your
|
2461
2478
|
# account's `customerId`. The `customerId` is also returned as part of the [
|
2462
|
-
# Users resource](/admin
|
2479
|
+
# Users resource](https://developers.google.com/workspace/admin/directory/v1/
|
2480
|
+
# reference/users).
|
2463
2481
|
# @param [String] org_unit_path
|
2464
2482
|
# The full path of the organizational unit (minus the leading `/`) or its unique
|
2465
2483
|
# ID.
|
@@ -2499,9 +2517,9 @@ module Google
|
|
2499
2517
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
2500
2518
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
2501
2519
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
2502
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
2503
|
-
#
|
2504
|
-
# customer` or the `domain` parameter.
|
2520
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
2521
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
2522
|
+
# You must provide either the `customer` or the `domain` parameter.
|
2505
2523
|
# @param [String] fields
|
2506
2524
|
# Selector specifying which fields to include in a partial response.
|
2507
2525
|
# @param [String] quota_user
|
@@ -3282,9 +3300,9 @@ module Google
|
|
3282
3300
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3283
3301
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3284
3302
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3285
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3286
|
-
#
|
3287
|
-
# customer` or the `domain` parameter.
|
3303
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3304
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3305
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3288
3306
|
# @param [String] role_assignment_id
|
3289
3307
|
# Immutable ID of the role assignment.
|
3290
3308
|
# @param [String] fields
|
@@ -3353,9 +3371,9 @@ module Google
|
|
3353
3371
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3354
3372
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3355
3373
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3356
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3357
|
-
#
|
3358
|
-
# customer` or the `domain` parameter.
|
3374
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3375
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3376
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3359
3377
|
# @param [Boolean] include_indirect_role_assignments
|
3360
3378
|
# When set to `true`, fetches indirect role assignments (i.e. role assignment
|
3361
3379
|
# via a group) as well as direct ones. Defaults to `false`. You must specify `
|
@@ -3438,9 +3456,9 @@ module Google
|
|
3438
3456
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3439
3457
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3440
3458
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3441
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3442
|
-
#
|
3443
|
-
# customer` or the `domain` parameter.
|
3459
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3460
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3461
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3444
3462
|
# @param [String] role_id
|
3445
3463
|
# Immutable ID of the role.
|
3446
3464
|
# @param [String] fields
|
@@ -3509,9 +3527,9 @@ module Google
|
|
3509
3527
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3510
3528
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3511
3529
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3512
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3513
|
-
#
|
3514
|
-
# customer` or the `domain` parameter.
|
3530
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3531
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3532
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3515
3533
|
# @param [Fixnum] max_results
|
3516
3534
|
# Maximum number of results to return.
|
3517
3535
|
# @param [String] page_token
|
@@ -3653,9 +3671,9 @@ module Google
|
|
3653
3671
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3654
3672
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3655
3673
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3656
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3657
|
-
#
|
3658
|
-
# customer` or the `domain` parameter.
|
3674
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3675
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3676
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3659
3677
|
# @param [String] schema_key
|
3660
3678
|
# Name or immutable ID of the schema.
|
3661
3679
|
# @param [String] fields
|
@@ -3724,9 +3742,9 @@ module Google
|
|
3724
3742
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
3725
3743
|
# domain account, to fetch all groups for a customer, use this field instead of `
|
3726
3744
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
3727
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
3728
|
-
#
|
3729
|
-
# customer` or the `domain` parameter.
|
3745
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
3746
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
3747
|
+
# You must provide either the `customer` or the `domain` parameter.
|
3730
3748
|
# @param [String] fields
|
3731
3749
|
# Selector specifying which fields to include in a partial response.
|
3732
3750
|
# @param [String] quota_user
|
@@ -3992,8 +4010,9 @@ module Google
|
|
3992
4010
|
# What subset of fields to fetch for this user.
|
3993
4011
|
# @param [String] view_type
|
3994
4012
|
# Whether to fetch the administrator-only or domain-wide public view of the user.
|
3995
|
-
# For more information, see [Retrieve a user as a non-administrator](
|
3996
|
-
# directory/v1/guides/manage-users#
|
4013
|
+
# For more information, see [Retrieve a user as a non-administrator](https://
|
4014
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-users#
|
4015
|
+
# retrieve_users_non_admin).
|
3997
4016
|
# @param [String] fields
|
3998
4017
|
# Selector specifying which fields to include in a partial response.
|
3999
4018
|
# @param [String] quota_user
|
@@ -4076,9 +4095,9 @@ module Google
|
|
4076
4095
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
4077
4096
|
# domain account, to fetch all users for a customer, use this field instead of `
|
4078
4097
|
# domain`. You can also use the `my_customer` alias to represent your account's `
|
4079
|
-
# customerId`. The `customerId` is also returned as part of the [Users](
|
4080
|
-
#
|
4081
|
-
# customer` or the `domain` parameter.
|
4098
|
+
# customerId`. The `customerId` is also returned as part of the [Users](https://
|
4099
|
+
# developers.google.com/workspace/admin/directory/v1/reference/users) resource.
|
4100
|
+
# You must provide either the `customer` or the `domain` parameter.
|
4082
4101
|
# @param [String] domain
|
4083
4102
|
# The domain name. Use this field to get users from only one domain. To return
|
4084
4103
|
# all domains for a customer account, use the `customer` query parameter instead.
|
@@ -4096,16 +4115,17 @@ module Google
|
|
4096
4115
|
# What subset of fields to fetch for this user.
|
4097
4116
|
# @param [String] query
|
4098
4117
|
# Query string for searching user fields. For more information on constructing
|
4099
|
-
# user queries, see [Search for Users](/
|
4100
|
-
# users).
|
4118
|
+
# user queries, see [Search for Users](https://developers.google.com/workspace/
|
4119
|
+
# admin/directory/v1/guides/search-users).
|
4101
4120
|
# @param [String] show_deleted
|
4102
4121
|
# If set to `true`, retrieves the list of deleted users. (Default: `false`)
|
4103
4122
|
# @param [String] sort_order
|
4104
4123
|
# Whether to return results in ascending or descending order, ignoring case.
|
4105
4124
|
# @param [String] view_type
|
4106
4125
|
# Whether to fetch the administrator-only or domain-wide public view of the user.
|
4107
|
-
# For more information, see [Retrieve a user as a non-administrator](
|
4108
|
-
# directory/v1/guides/manage-users#
|
4126
|
+
# For more information, see [Retrieve a user as a non-administrator](https://
|
4127
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-users#
|
4128
|
+
# retrieve_users_non_admin).
|
4109
4129
|
# @param [String] fields
|
4110
4130
|
# Selector specifying which fields to include in a partial response.
|
4111
4131
|
# @param [String] quota_user
|
@@ -4179,10 +4199,10 @@ module Google
|
|
4179
4199
|
# Updates a user using patch semantics. The update method should be used instead,
|
4180
4200
|
# because it also supports patch semantics and has better performance. If you'
|
4181
4201
|
# re mapping an external identity to a Google identity, use the [`update`](https:
|
4182
|
-
# //developers.google.com/admin
|
4183
|
-
# instead of the `patch` method. This method is unable to clear fields
|
4184
|
-
# contain repeated objects (`addresses`, `phones`, etc). Use the update
|
4185
|
-
# instead.
|
4202
|
+
# //developers.google.com/workspace/admin/directory/v1/reference/users/update)
|
4203
|
+
# method instead of the `patch` method. This method is unable to clear fields
|
4204
|
+
# that contain repeated objects (`addresses`, `phones`, etc). Use the update
|
4205
|
+
# method instead.
|
4186
4206
|
# @param [String] user_key
|
4187
4207
|
# Identifies the user in the API request. The value can be the user's primary
|
4188
4208
|
# email address, alias email address, or unique user ID.
|
@@ -4283,7 +4303,7 @@ module Google
|
|
4283
4303
|
# repeating fields that contain arrays, individual items in the array can't be
|
4284
4304
|
# patched piecemeal; they must be supplied in the request body with the desired
|
4285
4305
|
# values for all items. See the [user accounts guide](https://developers.google.
|
4286
|
-
# com/admin
|
4306
|
+
# com/workspace/admin/directory/v1/guides/manage-users#update_user) for more
|
4287
4307
|
# information.
|
4288
4308
|
# @param [String] user_key
|
4289
4309
|
# Identifies the user in the API request. The value can be the user's primary
|
@@ -4348,8 +4368,9 @@ module Google
|
|
4348
4368
|
# Whether to return results in ascending or descending order.
|
4349
4369
|
# @param [String] view_type
|
4350
4370
|
# Whether to fetch the administrator-only or domain-wide public view of the user.
|
4351
|
-
# For more information, see [Retrieve a user as a non-administrator](
|
4352
|
-
# directory/v1/guides/manage-users#
|
4371
|
+
# For more information, see [Retrieve a user as a non-administrator](https://
|
4372
|
+
# developers.google.com/workspace/admin/directory/v1/guides/manage-users#
|
4373
|
+
# retrieve_users_non_admin).
|
4353
4374
|
# @param [String] fields
|
4354
4375
|
# Selector specifying which fields to include in a partial response.
|
4355
4376
|
# @param [String] quota_user
|
@@ -4586,8 +4607,8 @@ module Google
|
|
4586
4607
|
execute_or_queue_command(command, &block)
|
4587
4608
|
end
|
4588
4609
|
|
4589
|
-
# Adds a photo for the user. This method supports [patch semantics](
|
4590
|
-
# directory/v1/guides/performance#patch).
|
4610
|
+
# Adds a photo for the user. This method supports [patch semantics](https://
|
4611
|
+
# developers.google.com/workspace/admin/directory/v1/guides/performance#patch).
|
4591
4612
|
# @param [String] user_key
|
4592
4613
|
# Identifies the user in the API request. The value can be the user's primary
|
4593
4614
|
# email address, alias email address, or unique user ID.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-admin_directory_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.67.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.67.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|