google-apis-admin_directory_v1 0.65.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: 89114f9e93445611ed0f0d41194845c3346dbea60ee59cc6d3d884a14acf77ba
4
- data.tar.gz: fe0a22074e78e6926199edad8b82f881dad263bdd4af83fc3bcd7a981a3335dd
3
+ metadata.gz: 5c9ae233a56e6650df49daece6ead65859821cce2503686c0e54394bed5f430e
4
+ data.tar.gz: 65d96e8c164a80bc15e911fcdc5bf0a24be6ffe7ca05b2129d278e77a7084ec2
5
5
  SHA512:
6
- metadata.gz: 5f22813ad260eca4c7f807447ea8b5a5d12f44fcaab51edb0b04acd818644b125b8810c5b38d2bfbeb474446d32b52a3c534543ce96e37eb6fe56d639ef5397f
7
- data.tar.gz: d5bcefd894aeeadd8fc66764b2028d7823d80460e0753a2da73626a9678ce38c4e0f234ae981b0ebb1d465e4441834eed9aa4939d45f1c5c1bfd95ee3d99a237
6
+ metadata.gz: 3819a6f3b5b1f823bf42f64f9b840d63527e59bd68eba2ba587650e11dbf8ebcc6b9e972b20caf002de66bc5c279b5bd1d45d4ec56e7a64be1462f6fa9e97c94
7
+ data.tar.gz: 49aa203af341eb6472d02848877b5994d2762f066c4a61377ef3e46a5153664c3603d68415d04810dfece136ccdef6566e619c79900776171d7b4f732fcc4a94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.67.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250707
6
+
7
+ ### v0.66.0 (2025-06-01)
8
+
9
+ * Regenerated from discovery document revision 20250527
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.65.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250513
@@ -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-sdk/directory/v1/guides/manage-chrome-devices).
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](/admin-sdk/directory/v1/guides/manage-chrome-
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-sdk/directory/v1/reference/chromeosdevices/list) method's `query`
1198
- # parameter. Maximum length is 500 characters. Empty values are allowed.
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](/admin-sdk/directory/v1/
1213
- # guides/manage-chrome-devices#move_chrome_devices_to_ou) using the API. For
1214
- # more information about how to create an organizational structure for your
1215
- # device, see the [administration help center](https://support.google.com/a/
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-sdk/directory/v1/guides/manage-chrome-devices#
1225
- # move_chrome_devices_to_ou) using the API. For more information about how to
1226
- # create an organizational structure for your device, see the [administration
1227
- # help center](https://support.google.com/a/answer/182433).
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-sdk/directory/
1880
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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](/admin-sdk/
1964
- # directory/v1/languages) page for the list of supported codes. Valid language
1965
- # codes outside the supported set will be accepted by the API but may lead to
1966
- # unexpected behavior. The default value is `en`.
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
@@ -2132,13 +2136,15 @@ module Google
2132
2136
 
2133
2137
  # The payload for the command result. The following commands respond with a
2134
2138
  # payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in
2135
- # the form: ` "url": url `. The URL provides a link to the Chrome Remote Desktop
2136
- # session. * `FETCH_CRD_AVAILABILITY_INFO`: Payload is a stringified JSON object
2137
- # in the form: ` "deviceIdleTimeInSeconds": number, "userSessionType": string, "
2138
- # remoteSupportAvailability": string, "remoteAccessAvailability": string `. The "
2139
- # remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
2140
- # to the device is available. The "remoteAccessAvailability" field is set to "
2141
- # AVAILABLE" if `private` CRD session to the device is available.
2139
+ # the form: ` "url": url `. The provided URL links to the Chrome Remote Desktop
2140
+ # session and requires authentication using only the `email` associated with the
2141
+ # command's issuance. * `FETCH_CRD_AVAILABILITY_INFO`: Payload is a stringified
2142
+ # JSON object in the form: ` "deviceIdleTimeInSeconds": number, "userSessionType"
2143
+ # : string, "remoteSupportAvailability": string, "remoteAccessAvailability":
2144
+ # string `. The "remoteSupportAvailability" field is set to "AVAILABLE" if `
2145
+ # shared` CRD session to the device is available. The "remoteAccessAvailability"
2146
+ # field is set to "AVAILABLE" if `private` CRD session to the device is
2147
+ # available.
2142
2148
  # Corresponds to the JSON property `commandResultPayload`
2143
2149
  # @return [String]
2144
2150
  attr_accessor :command_result_payload
@@ -2192,27 +2198,29 @@ module Google
2192
2198
  # only select from values `private` (which grants the remote admin exclusive
2193
2199
  # control of the ChromeOS device) or `shared` (which allows the admin and the
2194
2200
  # local user to share control of the ChromeOS device). If not set, `
2195
- # crdSessionType` defaults to `shared`. * `REBOOT`: Payload is a stringified
2196
- # JSON object in the form: ` "user_session_delay_seconds": 300 `. The `
2197
- # user_session_delay_seconds` is the amount of seconds to wait before rebooting
2198
- # the device if a user is logged in. It has to be an integer in the range [0,300]
2199
- # . When payload is not present for reboot, 0 delay is the default. Note: This
2200
- # only applies if an actual user is logged in, including a Guest. If the device
2201
- # is in the login screen or in Kiosk mode the value is not respected and the
2202
- # device immediately reboots. * `FETCH_SUPPORT_PACKET`: Payload is optionally a
2203
- # stringified JSON object in the form: `"supportPacketDetails":` "issueCaseId":
2204
- # optional_support_case_id_string, "issueDescription":
2205
- # optional_issue_description_string, "requestedDataCollectors": []`` The list of
2206
- # available `data_collector_enums` are as following: Chrome System Information (
2207
- # 1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS
2208
- # Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch
2209
- # Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11)
2210
- # , DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection
2211
- # Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16),
2212
- # ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (
2213
- # 19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21),
2214
- # ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details
2215
- # in [help article](https://support.google.com/chrome/a?p=remote-log).
2201
+ # crdSessionType` defaults to `shared`. The `FETCH_CRD_AVAILABILITY_INFO`
2202
+ # command can be used to determine available session types on the device. * `
2203
+ # REBOOT`: Payload is a stringified JSON object in the form: ` "
2204
+ # user_session_delay_seconds": 300 `. The `user_session_delay_seconds` is the
2205
+ # amount of seconds to wait before rebooting the device if a user is logged in.
2206
+ # It has to be an integer in the range [0,300]. When payload is not present for
2207
+ # reboot, 0 delay is the default. Note: This only applies if an actual user is
2208
+ # logged in, including a Guest. If the device is in the login screen or in Kiosk
2209
+ # mode the value is not respected and the device immediately reboots. * `
2210
+ # FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the
2211
+ # form: `"supportPacketDetails":` "issueCaseId": optional_support_case_id_string,
2212
+ # "issueDescription": optional_issue_description_string, "
2213
+ # requestedDataCollectors": []`` The list of available `data_collector_enums`
2214
+ # are as following: Chrome System Information (1), Crash IDs (2), Memory Details
2215
+ # (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6),
2216
+ # Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System
2217
+ # Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network
2218
+ # Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15),
2219
+ # ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS
2220
+ # Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input
2221
+ # Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22),
2222
+ # ChromeOS Network Health (23). See more details in [help article](https://
2223
+ # support.google.com/chrome/a?p=remote-log).
2216
2224
  # Corresponds to the JSON property `payload`
2217
2225
  # @return [String]
2218
2226
  attr_accessor :payload
@@ -2599,12 +2607,12 @@ module Google
2599
2607
 
2600
2608
  # Google Groups provide your users the ability to send messages to groups of
2601
2609
  # people using the group's email address. For more information about common
2602
- # tasks, see the [Developer's Guide](https://developers.google.com/admin-sdk/
2603
- # 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
2604
2612
  # groups, see the [Cloud Identity Groups API documentation](https://cloud.google.
2605
2613
  # com/identity/docs/groups). Note: The user calling the API (or being
2606
2614
  # impersonated by a service account) must have an assigned [role](https://
2607
- # developers.google.com/admin-sdk/directory/v1/guides/manage-roles) that
2615
+ # developers.google.com/workspace/admin/directory/v1/guides/manage-roles) that
2608
2616
  # includes Admin API Groups permissions, such as Super Admin or Groups Admin.
2609
2617
  class Group
2610
2618
  include Google::Apis::Core::Hashable
@@ -2861,8 +2869,8 @@ module Google
2861
2869
 
2862
2870
  # A Google Groups member can be a user or another group. This member can be
2863
2871
  # inside or outside of your account's domains. For more information about common
2864
- # group member tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/
2865
- # 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).
2866
2874
  class Member
2867
2875
  include Google::Apis::Core::Hashable
2868
2876
 
@@ -2992,8 +3000,9 @@ module Google
2992
3000
 
2993
3001
  # Google Workspace Mobile Management includes Android, [Google Sync](https://
2994
3002
  # support.google.com/a/answer/135937), and iOS devices. For more information
2995
- # about common group mobile device API tasks, see the [Developer's Guide](/admin-
2996
- # sdk/directory/v1/guides/manage-mobile-devices.html).
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).
2997
3006
  class MobileDevice
2998
3007
  include Google::Apis::Core::Hashable
2999
3008
 
@@ -3061,9 +3070,10 @@ module Google
3061
3070
  attr_accessor :device_password_status
3062
3071
 
3063
3072
  # The list of the owner's email addresses. If your application needs the current
3064
- # list of user emails, use the [get](/admin-sdk/directory/v1/reference/
3065
- # mobiledevices/get.html) method. For additional information, see the [retrieve
3066
- # a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.
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.
3067
3077
  # Corresponds to the JSON property `email`
3068
3078
  # @return [Array<String>]
3069
3079
  attr_accessor :email
@@ -3135,17 +3145,19 @@ module Google
3135
3145
  attr_accessor :meid
3136
3146
 
3137
3147
  # The mobile device's model name, for example Nexus S. This property can be [
3138
- # updated](/admin-sdk/directory/v1/reference/mobiledevices/update.html). For
3139
- # more information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/
3140
- # manage-mobile=devices#update_mobile_device).
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).
3141
3152
  # Corresponds to the JSON property `model`
3142
3153
  # @return [String]
3143
3154
  attr_accessor :model
3144
3155
 
3145
3156
  # The list of the owner's user names. If your application needs the current list
3146
- # of device owner names, use the [get](/admin-sdk/directory/v1/reference/
3147
- # mobiledevices/get.html) method. For more information about retrieving mobile
3148
- # device user information, see the [Developer's Guide](/admin-sdk/directory/v1/
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/
3149
3161
  # guides/manage-users#get_user).
3150
3162
  # Corresponds to the JSON property `name`
3151
3163
  # @return [Array<String>]
@@ -3157,8 +3169,9 @@ module Google
3157
3169
  attr_accessor :network_operator
3158
3170
 
3159
3171
  # The mobile device's operating system, for example IOS 4.3 or Android 2.3.5.
3160
- # This property can be [updated](/admin-sdk/directory/v1/reference/mobiledevices/
3161
- # update.html). For more information, see the [Developer's Guide](/admin-sdk/
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/
3162
3175
  # directory/v1/guides/manage-mobile-devices#update_mobile_device).
3163
3176
  # Corresponds to the JSON property `os`
3164
3177
  # @return [String]
@@ -3217,9 +3230,10 @@ module Google
3217
3230
  alias_method :unknown_sources_status?, :unknown_sources_status
3218
3231
 
3219
3232
  # Gives information about the device such as `os` version. This property can be [
3220
- # updated](/admin-sdk/directory/v1/reference/mobiledevices/update.html). For
3221
- # more information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/
3222
- # manage-mobile-devices#update_mobile_device).
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).
3223
3237
  # Corresponds to the JSON property `userAgent`
3224
3238
  # @return [String]
3225
3239
  attr_accessor :user_agent
@@ -3383,9 +3397,10 @@ module Google
3383
3397
 
3384
3398
  # Managing your account's organizational units allows you to configure your
3385
3399
  # users' access to services and custom settings. For more information about
3386
- # common organizational unit tasks, see the [Developer's Guide](/admin-sdk/
3387
- # directory/v1/guides/manage-org-units.html). The customer's organizational unit
3388
- # hierarchy is limited to 35 levels of depth.
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.
3389
3404
  class OrgUnit
3390
3405
  include Google::Apis::Core::Hashable
3391
3406
 
@@ -3433,8 +3448,9 @@ module Google
3433
3448
  # is moved to a new organization, the user's access changes. For more
3434
3449
  # information about organization structures, see the [administration help center]
3435
3450
  # (https://support.google.com/a/answer/4352075). For more information about
3436
- # moving a user to a different organization, see [Update a user](/admin-sdk/
3437
- # directory/v1/guides/manage-users.html#update_user).
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).
3438
3454
  # Corresponds to the JSON property `orgUnitPath`
3439
3455
  # @return [String]
3440
3456
  attr_accessor :org_unit_path
@@ -3588,8 +3604,8 @@ module Google
3588
3604
  # ID of the organization unit (OU) that owns this print server. This value can
3589
3605
  # only be set when the print server is initially created. If it's not populated,
3590
3606
  # the print server is placed under the root OU. The `org_unit_id` can be
3591
- # retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/
3592
- # orgunits).
3607
+ # retrieved using the [Directory API](https://developers.google.com/workspace/
3608
+ # admin/directory/reference/rest/v1/orgunits).
3593
3609
  # Corresponds to the JSON property `orgUnitId`
3594
3610
  # @return [String]
3595
3611
  attr_accessor :org_unit_id
@@ -3796,7 +3812,8 @@ module Google
3796
3812
  attr_accessor :privilege_name
3797
3813
 
3798
3814
  # The obfuscated ID of the service this privilege is for. This value is returned
3799
- # with [`Privileges.list()`](/admin-sdk/directory/v1/reference/privileges/list).
3815
+ # with [`Privileges.list()`](https://developers.google.com/workspace/admin/
3816
+ # directory/v1/reference/privileges/list).
3800
3817
  # Corresponds to the JSON property `serviceId`
3801
3818
  # @return [String]
3802
3819
  attr_accessor :service_id
@@ -3925,7 +3942,8 @@ module Google
3925
3942
  attr_accessor :privilege_name
3926
3943
 
3927
3944
  # The obfuscated ID of the service this privilege is for. This value is returned
3928
- # with [`Privileges.list()`](/admin-sdk/directory/v1/reference/privileges/list).
3945
+ # with [`Privileges.list()`](https://developers.google.com/workspace/admin/
3946
+ # directory/v1/reference/privileges/list).
3929
3947
  # Corresponds to the JSON property `serviceId`
3930
3948
  # @return [String]
3931
3949
  attr_accessor :service_id
@@ -3977,8 +3995,7 @@ module Google
3977
3995
  # and they only work with the following [pre-built administrator roles](https://
3978
3996
  # support.google.com/a/answer/2405986): - Groups Editor - Groups Reader The
3979
3997
  # condition follows [Cloud IAM condition syntax](https://cloud.google.com/iam/
3980
- # docs/conditions-overview). Additional conditions related to Locked Groups are
3981
- # available under Open Beta. - To make the `RoleAssignment` not applicable to [
3998
+ # docs/conditions-overview). - To make the `RoleAssignment` not applicable to [
3982
3999
  # Locked Groups](https://cloud.google.com/identity/docs/groups#group_types): `!
3983
4000
  # api.getAttribute('cloudidentity.googleapis.com/groups.labels', []).hasAny(['
3984
4001
  # groups.locked']) && resource.type == 'cloudidentity.googleapis.com/Group'`
@@ -4165,8 +4182,8 @@ module Google
4165
4182
  # You can use schemas to add custom fields to user profiles. You can use these
4166
4183
  # fields to store information such as the projects your users work on, their
4167
4184
  # physical locations, their hire dates, or whatever else fits your business
4168
- # needs. For more information, see [Custom User Fields](/admin-sdk/directory/v1/
4169
- # guides/manage-schemas).
4185
+ # needs. For more information, see [Custom User Fields](https://developers.
4186
+ # google.com/workspace/admin/directory/v1/guides/manage-schemas).
4170
4187
  class SchemaFieldSpec
4171
4188
  include Google::Apis::Core::Hashable
4172
4189
 
@@ -4222,9 +4239,9 @@ module Google
4222
4239
  attr_accessor :numeric_indexing_spec
4223
4240
 
4224
4241
  # Specifies who can view values of this field. See [Retrieve users as a non-
4225
- # administrator](/admin-sdk/directory/v1/guides/manage-users#
4226
- # retrieve_users_non_admin) for more information. Note: It may take up to 24
4227
- # 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.
4228
4245
  # Corresponds to the JSON property `readAccessType`
4229
4246
  # @return [String]
4230
4247
  attr_accessor :read_access_type
@@ -4447,9 +4464,10 @@ module Google
4447
4464
 
4448
4465
  # The Directory API allows you to create and manage your account's users, user
4449
4466
  # aliases, and user Google profile photos. For more information about common
4450
- # tasks, see the [User Accounts Developer's Guide](/admin-sdk/directory/v1/
4451
- # guides/manage-users.html) and the [User Aliases Developer's Guide](/admin-sdk/
4452
- # directory/v1/guides/manage-user-aliases.html).
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).
4453
4471
  class User
4454
4472
  include Google::Apis::Core::Hashable
4455
4473
 
@@ -4496,12 +4514,13 @@ module Google
4496
4514
  # @return [Hash<String,Hash<String,Object>>]
4497
4515
  attr_accessor :custom_schemas
4498
4516
 
4499
- # Output only. The customer ID to [retrieve all account users](/admin-sdk/
4500
- # directory/v1/guides/manage-users.html#get_all_users). You can use the alias `
4501
- # my_customer` to represent your account's `customerId`. As a reseller
4502
- # administrator, you can use the resold customer account's `customerId`. To get
4503
- # a `customerId`, use the account's primary domain in the `domain` parameter of
4504
- # a [users.list](/admin-sdk/directory/v1/reference/users/list) request.
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.
4505
4524
  # Corresponds to the JSON property `customerId`
4506
4525
  # @return [String]
4507
4526
  attr_accessor :customer_id
@@ -4573,12 +4592,14 @@ module Google
4573
4592
  attr_accessor :ip_whitelisted
4574
4593
  alias_method :ip_whitelisted?, :ip_whitelisted
4575
4594
 
4576
- # Output only. Indicates a user with super admininistrator privileges. The `
4577
- # isAdmin` property can only be edited in the [Make a user an administrator](/
4578
- # admin-sdk/directory/v1/guides/manage-users.html#make_admin) operation ( [
4579
- # makeAdmin](/admin-sdk/directory/v1/reference/users/makeAdmin.html) method). If
4580
- # edited in the user [insert](/admin-sdk/directory/v1/reference/users/insert.
4581
- # html) or [update](/admin-sdk/directory/v1/reference/users/update.html) methods,
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,
4582
4603
  # the edit is ignored by the API service.
4583
4604
  # Corresponds to the JSON property `isAdmin`
4584
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.65.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250513"
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](/admin-sdk/directory/reference/rest/v1/
182
- # customer.devices.chromeos/batchChangeStatus) instead. Takes an action that
183
- # affects a Chrome OS Device. This includes deprovisioning, disabling, and re-
184
- # enabling devices. *Warning:* * Deprovisioning a device will stop device policy
185
- # syncing and remove device-level printers. After a device is deprovisioned, it
186
- # must be wiped before it can be re-enrolled. * Lost or stolen devices should
187
- # use the disable action. * Re-enabling a disabled device will consume a device
188
- # license. If you do not have sufficient licenses available when completing the
189
- # re-enable action, you will receive an error. For more information about
190
- # deprovisioning and disabling devices, visit the [help center](https://support.
191
- # google.com/chrome/a/answer/3523633).
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/chromeosdevices/
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-sdk/directory/v1/reference/users).
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/admin-sdk/
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-sdk/directory/v1/guides/performance#patch).
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-sdk/directory/v1/reference/users).
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-sdk/v1/reference/chromeosdevices/list)
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-sdk/directory/v1/reference/users).
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-sdk/v1/reference/chromeosdevices/list)
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-sdk/directory/
670
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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-sdk/directory/
705
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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-sdk/directory/
740
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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-sdk/directory/
806
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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-sdk/directory/
838
- # reference/rest/v1/customers) of the customer's Google Workspace account.
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](/admin-
1271
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
1342
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
1411
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
1482
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
1607
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
1663
- # sdk/directory/v1/guides/performance#patch).
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-sdk/directory/v1/guides/troubleshoot-error-codes).
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](/admin-sdk/directory/v1/guides/performance#
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/
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-sdk/directory/v1/reference/users).
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/admin-sdk/
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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](/admin-
2417
- # sdk/directory/v1/guides/performance#patch)
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-sdk/directory/v1/reference/users).
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-sdk/directory/v1/reference/users).
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](/admin-
2503
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3286
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3357
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3442
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3513
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3657
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-
3728
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-sdk/
3996
- # directory/v1/guides/manage-users#retrieve_users_non_admin).
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](/admin-
4080
- # sdk/directory/v1/reference/users) resource. You must provide either the `
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](/admin-sdk/directory/v1/guides/search-
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](/admin-sdk/
4108
- # directory/v1/guides/manage-users#retrieve_users_non_admin).
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-sdk/directory/v1/reference/users/update) method
4183
- # instead of the `patch` method. This method is unable to clear fields that
4184
- # contain repeated objects (`addresses`, `phones`, etc). Use the update method
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-sdk/directory/v1/guides/manage-users#update_user) for more
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](/admin-sdk/
4352
- # directory/v1/guides/manage-users#retrieve_users_non_admin).
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](/admin-sdk/
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.65.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.65.0
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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Admin SDK API DirectoryV1
79
79
  test_files: []