google-apis-admin_directory_v1 0.57.0 → 0.58.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c2a8818ff590122c0de138e04acb7ff4bee1a2bbc807ddbf8935f176f49be43
|
4
|
+
data.tar.gz: 4b5f19d8b1b6e059650b21faff97e83903cf7741b736628845883f0bc3773bfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43b863cb7b9cdfd3bcc45d98e04036e2a5ceddb5ce6821bd4aa358305f50359781e7038ed5b0fee22a48da7eeff7c1f29d45fea065b03726ca605a9f70fcfba7
|
7
|
+
data.tar.gz: 8bb56cb483d9cde1ea77c80c8c934c6f0a5b0b510ce4dfdba77ba921a4406ab4b59e88133b1d5a2d26b374fc78c14aba2bd08472c94717e6406c963144f0ccbc
|
data/CHANGELOG.md
CHANGED
@@ -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.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240709"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4028,7 +4028,12 @@ module Google
|
|
4028
4028
|
# sometimes fail as the user isn't fully created due to propagation delay in our
|
4029
4029
|
# backends. Check the error details for the "User creation is not complete"
|
4030
4030
|
# message to see if this is the case. Retrying the calls after some time can
|
4031
|
-
# help in this case.
|
4031
|
+
# help in this case. If `resolveConflictAccount` is set to `true`, a `202`
|
4032
|
+
# response code means that a conflicting unmanaged account exists and was
|
4033
|
+
# invited to join the organization. A `409` response code means that a
|
4034
|
+
# conflicting account exists so the user wasn't created based on the [handling
|
4035
|
+
# unmanaged user accounts](https://support.google.com/a/answer/11112794) option
|
4036
|
+
# selected.
|
4032
4037
|
# @param [Google::Apis::AdminDirectoryV1::User] user_object
|
4033
4038
|
# @param [Boolean] resolve_conflict_account
|
4034
4039
|
# Optional. If set to `true`, the option selected for [handling unmanaged user
|
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.58.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-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.58.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|