google-apis-admin_directory_v1 0.12.0 → 0.13.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: 6c0ec9548f65b09d1dd2ac1c15d123fd2375e091b1f0ea20f7c9ea4a2df56e6d
|
|
4
|
+
data.tar.gz: a59a46d72f9865ba71e1ea03ffdb72532757740367f51266ce9b36cece4e8bb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f39497713d2a2c2f48c0f827aa538e7d31fff0a939a77040af6f10415c3ce16d37dc22d2379530c54291457bba29a1ce5e8c9486b3a6aa704f59d68655d7c05
|
|
7
|
+
data.tar.gz: 6d0704bbf0fe54e95ad6d5abc6e750d8c435a1e3301a374fa334802ca6ec2ba603e5191f13c9e9f5abb4913a2c438afb9772248619b923a9ee02baaf7bf7ef66
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
|
79
79
|
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
|
81
81
|
|
|
82
|
-
The [product documentation](
|
|
82
|
+
The [product documentation](https://developers.google.com/admin-sdk/) may provide guidance regarding the preferred client library to use.
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# resources like user, groups etc. It also provides audit and usage reports of
|
|
26
26
|
# domain.
|
|
27
27
|
#
|
|
28
|
-
# @see
|
|
28
|
+
# @see https://developers.google.com/admin-sdk/
|
|
29
29
|
module AdminDirectoryV1
|
|
30
30
|
# Version of the Admin SDK API this client connects to.
|
|
31
31
|
# This is NOT the gem version.
|
|
@@ -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.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -32,7 +32,7 @@ module Google
|
|
|
32
32
|
# Admin = Google::Apis::AdminDirectoryV1 # Alias the module
|
|
33
33
|
# service = Admin::DirectoryService.new
|
|
34
34
|
#
|
|
35
|
-
# @see
|
|
35
|
+
# @see https://developers.google.com/admin-sdk/
|
|
36
36
|
class DirectoryService < Google::Apis::Core::BaseService
|
|
37
37
|
# @return [String]
|
|
38
38
|
# API key. Your API key identifies your project and provides you with API access,
|
|
@@ -51,7 +51,7 @@ module Google
|
|
|
51
51
|
@batch_path = 'batch'
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
#
|
|
54
|
+
# Deletes an ASP issued by a user.
|
|
55
55
|
# @param [String] user_key
|
|
56
56
|
# Identifies the user in the API request. The value can be the user's primary
|
|
57
57
|
# email address, alias email address, or unique user ID.
|
|
@@ -83,7 +83,7 @@ module Google
|
|
|
83
83
|
execute_or_queue_command(command, &block)
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
#
|
|
86
|
+
# Gets information about an ASP issued by a user.
|
|
87
87
|
# @param [String] user_key
|
|
88
88
|
# Identifies the user in the API request. The value can be the user's primary
|
|
89
89
|
# email address, alias email address, or unique user ID.
|
|
@@ -117,7 +117,7 @@ module Google
|
|
|
117
117
|
execute_or_queue_command(command, &block)
|
|
118
118
|
end
|
|
119
119
|
|
|
120
|
-
#
|
|
120
|
+
# Lists the ASPs issued by a user.
|
|
121
121
|
# @param [String] user_key
|
|
122
122
|
# Identifies the user in the API request. The value can be the user's primary
|
|
123
123
|
# email address, alias email address, or unique user ID.
|
|
@@ -148,7 +148,7 @@ module Google
|
|
|
148
148
|
execute_or_queue_command(command, &block)
|
|
149
149
|
end
|
|
150
150
|
|
|
151
|
-
#
|
|
151
|
+
# Stops watching resources through this channel.
|
|
152
152
|
# @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
|
|
153
153
|
# @param [String] fields
|
|
154
154
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -323,7 +323,7 @@ module Google
|
|
|
323
323
|
execute_or_queue_command(command, &block)
|
|
324
324
|
end
|
|
325
325
|
|
|
326
|
-
#
|
|
326
|
+
# Moves or inserts multiple Chrome OS devices to an organizational unit. You can
|
|
327
327
|
# move up to 50 devices at once.
|
|
328
328
|
# @param [String] customer_id
|
|
329
329
|
# Immutable ID of the Google Workspace account
|
|
@@ -551,7 +551,7 @@ module Google
|
|
|
551
551
|
execute_or_queue_command(command, &block)
|
|
552
552
|
end
|
|
553
553
|
|
|
554
|
-
#
|
|
554
|
+
# Patches a customer.
|
|
555
555
|
# @param [String] customer_key
|
|
556
556
|
# Id of the customer to be updated
|
|
557
557
|
# @param [Google::Apis::AdminDirectoryV1::Customer] customer_object
|
|
@@ -1259,7 +1259,7 @@ module Google
|
|
|
1259
1259
|
execute_or_queue_command(command, &block)
|
|
1260
1260
|
end
|
|
1261
1261
|
|
|
1262
|
-
#
|
|
1262
|
+
# Retrieves all groups of a domain or of a user given a userKey (paginated).
|
|
1263
1263
|
# @param [String] customer
|
|
1264
1264
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
|
1265
1265
|
# domain account, to fetch all groups for a customer, fill this field instead of
|
|
@@ -2312,7 +2312,7 @@ module Google
|
|
|
2312
2312
|
execute_or_queue_command(command, &block)
|
|
2313
2313
|
end
|
|
2314
2314
|
|
|
2315
|
-
# Patches a building
|
|
2315
|
+
# Patches a building.
|
|
2316
2316
|
# @param [String] customer
|
|
2317
2317
|
# The unique ID for the customer's Google Workspace account. As an account
|
|
2318
2318
|
# administrator, you can also use the `my_customer` alias to represent your
|
|
@@ -2554,7 +2554,7 @@ module Google
|
|
|
2554
2554
|
execute_or_queue_command(command, &block)
|
|
2555
2555
|
end
|
|
2556
2556
|
|
|
2557
|
-
# Patches a calendar resource
|
|
2557
|
+
# Patches a calendar resource.
|
|
2558
2558
|
# @param [String] customer
|
|
2559
2559
|
# The unique ID for the customer's Google Workspace account. As an account
|
|
2560
2560
|
# administrator, you can also use the `my_customer` alias to represent your
|
|
@@ -2773,7 +2773,7 @@ module Google
|
|
|
2773
2773
|
execute_or_queue_command(command, &block)
|
|
2774
2774
|
end
|
|
2775
2775
|
|
|
2776
|
-
# Patches a feature
|
|
2776
|
+
# Patches a feature.
|
|
2777
2777
|
# @param [String] customer
|
|
2778
2778
|
# The unique ID for the customer's Google Workspace account. As an account
|
|
2779
2779
|
# administrator, you can also use the `my_customer` alias to represent your
|
|
@@ -2916,7 +2916,7 @@ module Google
|
|
|
2916
2916
|
execute_or_queue_command(command, &block)
|
|
2917
2917
|
end
|
|
2918
2918
|
|
|
2919
|
-
#
|
|
2919
|
+
# Retrieves a role assignment.
|
|
2920
2920
|
# @param [String] customer
|
|
2921
2921
|
# Immutable ID of the Google Workspace account.
|
|
2922
2922
|
# @param [String] role_assignment_id
|
|
@@ -3159,7 +3159,7 @@ module Google
|
|
|
3159
3159
|
execute_or_queue_command(command, &block)
|
|
3160
3160
|
end
|
|
3161
3161
|
|
|
3162
|
-
#
|
|
3162
|
+
# Patches a role.
|
|
3163
3163
|
# @param [String] customer
|
|
3164
3164
|
# Immutable ID of the Google Workspace account.
|
|
3165
3165
|
# @param [String] role_id
|
|
@@ -3231,7 +3231,7 @@ module Google
|
|
|
3231
3231
|
execute_or_queue_command(command, &block)
|
|
3232
3232
|
end
|
|
3233
3233
|
|
|
3234
|
-
#
|
|
3234
|
+
# Deletes a schema.
|
|
3235
3235
|
# @param [String] customer_id
|
|
3236
3236
|
# Immutable ID of the Google Workspace account.
|
|
3237
3237
|
# @param [String] schema_key
|
|
@@ -3262,7 +3262,7 @@ module Google
|
|
|
3262
3262
|
execute_or_queue_command(command, &block)
|
|
3263
3263
|
end
|
|
3264
3264
|
|
|
3265
|
-
#
|
|
3265
|
+
# Retrieves a schema.
|
|
3266
3266
|
# @param [String] customer_id
|
|
3267
3267
|
# Immutable ID of the Google Workspace account.
|
|
3268
3268
|
# @param [String] schema_key
|
|
@@ -3295,7 +3295,7 @@ module Google
|
|
|
3295
3295
|
execute_or_queue_command(command, &block)
|
|
3296
3296
|
end
|
|
3297
3297
|
|
|
3298
|
-
#
|
|
3298
|
+
# Creates a schema.
|
|
3299
3299
|
# @param [String] customer_id
|
|
3300
3300
|
# Immutable ID of the Google Workspace account.
|
|
3301
3301
|
# @param [Google::Apis::AdminDirectoryV1::Schema] schema_object
|
|
@@ -3328,7 +3328,7 @@ module Google
|
|
|
3328
3328
|
execute_or_queue_command(command, &block)
|
|
3329
3329
|
end
|
|
3330
3330
|
|
|
3331
|
-
#
|
|
3331
|
+
# Retrieves all schemas for a customer.
|
|
3332
3332
|
# @param [String] customer_id
|
|
3333
3333
|
# Immutable ID of the Google Workspace account.
|
|
3334
3334
|
# @param [String] fields
|
|
@@ -3358,7 +3358,7 @@ module Google
|
|
|
3358
3358
|
execute_or_queue_command(command, &block)
|
|
3359
3359
|
end
|
|
3360
3360
|
|
|
3361
|
-
#
|
|
3361
|
+
# Patches a schema.
|
|
3362
3362
|
# @param [String] customer_id
|
|
3363
3363
|
# Immutable ID of the Google Workspace account.
|
|
3364
3364
|
# @param [String] schema_key
|
|
@@ -3394,7 +3394,7 @@ module Google
|
|
|
3394
3394
|
execute_or_queue_command(command, &block)
|
|
3395
3395
|
end
|
|
3396
3396
|
|
|
3397
|
-
#
|
|
3397
|
+
# Updates a schema.
|
|
3398
3398
|
# @param [String] customer_id
|
|
3399
3399
|
# Immutable ID of the Google Workspace account.
|
|
3400
3400
|
# @param [String] schema_key
|
|
@@ -3430,7 +3430,7 @@ module Google
|
|
|
3430
3430
|
execute_or_queue_command(command, &block)
|
|
3431
3431
|
end
|
|
3432
3432
|
|
|
3433
|
-
#
|
|
3433
|
+
# Deletes all access tokens issued by a user for an application.
|
|
3434
3434
|
# @param [String] user_key
|
|
3435
3435
|
# Identifies the user in the API request. The value can be the user's primary
|
|
3436
3436
|
# email address, alias email address, or unique user ID.
|
|
@@ -3462,7 +3462,7 @@ module Google
|
|
|
3462
3462
|
execute_or_queue_command(command, &block)
|
|
3463
3463
|
end
|
|
3464
3464
|
|
|
3465
|
-
#
|
|
3465
|
+
# Gets information about an access token issued by a user.
|
|
3466
3466
|
# @param [String] user_key
|
|
3467
3467
|
# Identifies the user in the API request. The value can be the user's primary
|
|
3468
3468
|
# email address, alias email address, or unique user ID.
|
|
@@ -3527,7 +3527,7 @@ module Google
|
|
|
3527
3527
|
execute_or_queue_command(command, &block)
|
|
3528
3528
|
end
|
|
3529
3529
|
|
|
3530
|
-
#
|
|
3530
|
+
# Turns off 2-Step Verification for user.
|
|
3531
3531
|
# @param [String] user_key
|
|
3532
3532
|
# Identifies the user in the API request. The value can be the user's primary
|
|
3533
3533
|
# email address, alias email address, or unique user ID.
|
|
@@ -3802,8 +3802,8 @@ module Google
|
|
|
3802
3802
|
execute_or_queue_command(command, &block)
|
|
3803
3803
|
end
|
|
3804
3804
|
|
|
3805
|
-
#
|
|
3806
|
-
# User will have to sign in by authenticating again.
|
|
3805
|
+
# Signs a user out of all web and device sessions and reset their sign-in
|
|
3806
|
+
# cookies. User will have to sign in by authenticating again.
|
|
3807
3807
|
# @param [String] user_key
|
|
3808
3808
|
# Identifies the target user in the API request. The value can be the user's
|
|
3809
3809
|
# primary email address, alias email address, or unique user ID.
|
|
@@ -3899,7 +3899,7 @@ module Google
|
|
|
3899
3899
|
execute_or_queue_command(command, &block)
|
|
3900
3900
|
end
|
|
3901
3901
|
|
|
3902
|
-
#
|
|
3902
|
+
# Watches for changes in users list.
|
|
3903
3903
|
# @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
|
|
3904
3904
|
# @param [String] custom_field_mask
|
|
3905
3905
|
# Comma-separated list of schema names. All fields from these schemas are
|
|
@@ -4071,7 +4071,7 @@ module Google
|
|
|
4071
4071
|
execute_or_queue_command(command, &block)
|
|
4072
4072
|
end
|
|
4073
4073
|
|
|
4074
|
-
#
|
|
4074
|
+
# Watches for changes in users list.
|
|
4075
4075
|
# @param [String] user_key
|
|
4076
4076
|
# Email or immutable ID of the user
|
|
4077
4077
|
# @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
|
|
@@ -4236,7 +4236,7 @@ module Google
|
|
|
4236
4236
|
execute_or_queue_command(command, &block)
|
|
4237
4237
|
end
|
|
4238
4238
|
|
|
4239
|
-
#
|
|
4239
|
+
# Generates new backup verification codes for the user.
|
|
4240
4240
|
# @param [String] user_key
|
|
4241
4241
|
# Email or immutable ID of the user
|
|
4242
4242
|
# @param [String] fields
|
|
@@ -4264,7 +4264,7 @@ module Google
|
|
|
4264
4264
|
execute_or_queue_command(command, &block)
|
|
4265
4265
|
end
|
|
4266
4266
|
|
|
4267
|
-
#
|
|
4267
|
+
# Invalidates the current backup verification codes for the user.
|
|
4268
4268
|
# @param [String] user_key
|
|
4269
4269
|
# Email or immutable ID of the user
|
|
4270
4270
|
# @param [String] fields
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.13.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|