google-apis-admin_directory_v1 0.40.0 → 0.42.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: ffb004a60baad70088aa0cc1660563a54e4ce0f9747a12e433a58970a1da2111
4
- data.tar.gz: 190a08921c994f19a94394468120d131a1150368d554c6d6a5cd7a8d9fb7e7ae
3
+ metadata.gz: b96972f51fb7bc7ce41101f1bc200b6caf7f610e0821f0f90dba40f49e80d4e8
4
+ data.tar.gz: 4f90a4e934a61c260eeddf1e0645cdb3b07723470277ec90f0dc54396f4cf570
5
5
  SHA512:
6
- metadata.gz: 505c6563736a13bc7e29ee70376c490c5804c0db19343b94c5aeeebc3e6dc5fc1149665a172546d42b6d87a075d89dcc291384dd90e45dd962fb14b80dcfb9d2
7
- data.tar.gz: 232b41d5a7665e1f91e42e2b6b6fbab96f5f2323d24679026ae43a1ba1d2970a18da24eed3077088780817b81beb39a732ed73ca3172e7a42e8374f5d5acba20
6
+ metadata.gz: ef909f46a6b76de71bacfe1dc7170360a614f6204cc6a93dd2580c55658524249eac0f3fc9fa12d32fbdcf2e4b01f7b3e1c778e15e4482cd5681a5c1e38ce48c
7
+ data.tar.gz: b03c53a814ff0fffd642a3878c2ad5e30ce905c380f0734c5f152c3022cc115d8ef3b23618b5e5d4d1648f033e447fe2711c52c9ec11bd17a184bf23c389beaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.42.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
7
+ ### v0.41.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.40.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230316
@@ -3126,9 +3126,11 @@ module Google
3126
3126
 
3127
3127
  # Determines if a sub-organizational unit can inherit the settings of the parent
3128
3128
  # organization. The default value is `false`, meaning a sub-organizational unit
3129
- # inherits the settings of the nearest parent organizational unit. For more
3130
- # information on inheritance and users in an organization structure, see the [
3131
- # administration help center](https://support.google.com/a/answer/4352075).
3129
+ # inherits the settings of the nearest parent organizational unit. We recommend
3130
+ # using the default value because setting `block_inheritance` to `true` can have
3131
+ # _unintended consequences_. For more information about inheritance and users in
3132
+ # an organization structure, see the [administration help center](https://
3133
+ # support.google.com/a/answer/4352075).
3132
3134
  # Corresponds to the JSON property `blockInheritance`
3133
3135
  # @return [Boolean]
3134
3136
  attr_accessor :block_inheritance
@@ -3686,9 +3688,9 @@ module Google
3686
3688
  include Google::Apis::Core::Hashable
3687
3689
 
3688
3690
  # The unique ID of the entity this role is assigned to—either the `user_id` of a
3689
- # user or the `uniqueId` of a service account, as defined in [Identity and
3690
- # Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/
3691
- # projects.serviceAccounts).
3691
+ # user, the `group_id` of a group, or the `uniqueId` of a service account as
3692
+ # defined in [Identity and Access Management (IAM)](https://cloud.google.com/iam/
3693
+ # docs/reference/rest/v1/projects.serviceAccounts).
3692
3694
  # Corresponds to the JSON property `assignedTo`
3693
3695
  # @return [String]
3694
3696
  attr_accessor :assigned_to
@@ -4116,7 +4118,7 @@ module Google
4116
4118
  end
4117
4119
 
4118
4120
  # The Directory API allows you to create and manage your account's users, user
4119
- # aliases, and user Gmail chat profile photos. For more information about common
4121
+ # aliases, and user Google profile photos. For more information about common
4120
4122
  # tasks, see the [User Accounts Developer's Guide](/admin-sdk/directory/v1/
4121
4123
  # guides/manage-users.html) and the [User Aliases Developer's Guide](/admin-sdk/
4122
4124
  # directory/v1/guides/manage-user-aliases.html).
@@ -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.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230316"
25
+ REVISION = "20230425"
26
26
  end
27
27
  end
28
28
  end
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.40.0
4
+ version: 0.42.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: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.42.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: []