google-apis-admin_directory_v1 0.23.0 → 0.26.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: deb7121bc173f1ade47aa2dbad70ee9d51354ae4f13dda951263b7f46d37c8e1
4
- data.tar.gz: 6d9080e2a4ffb1eb2e4a9c5f81adb83fd987b8c8d074b16b5c404517dd0d36a5
3
+ metadata.gz: fa2a64a0779bcaa6c54acfffc47f1ad0dc3f480eb4ac035549a39b28e62e260a
4
+ data.tar.gz: ea44ada5e31794d1528280b2d3a22ba8c436be8bd173fab899306a42c947fb33
5
5
  SHA512:
6
- metadata.gz: e835cac13c25913a24220f2f3f7d5c7fb411510be3e440d5da9b9a157a8d9e43a434327c23919de76f1fa8f22d386efa7a4424b6e3c08bf404c4fdf238c1c48b
7
- data.tar.gz: 927937e3cf64028fe09311c5967e428ad00d633291be42b9439a4c96b23f5bea5837b40cec93db9ff9db37cd6e3231054d815341678103e239ce4b5020ce9bbb
6
+ metadata.gz: 22386332eeb828a1a4a483b821bd7f94baafc75c96fc854efaa46a87e7572f0dd9fddc468a423f58d46e39282abe9eb2bf14c59e9860e87d0cce71281eedac10
7
+ data.tar.gz: 53602aef084f89ecf4c3e522e94a79758c0fc2b40e46a393e24c63be1928c2528d24396d71e79ec5fac2f4a3ee9362bccd907ba6e0ac7b6c84e802c3d741f44c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.26.0 (2022-06-19)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+ * Regenerated from discovery document revision 20220614
7
+
8
+ ### v0.25.0 (2022-06-09)
9
+
10
+ * Regenerated from discovery document revision 20220606
11
+
12
+ ### v0.24.0 (2022-06-04)
13
+
14
+ * Regenerated from discovery document revision 20220531
15
+ * Regenerated using generator version 0.5.0
16
+
3
17
  ### v0.23.0 (2022-03-31)
4
18
 
5
19
  * Regenerated from discovery document revision 20220325
@@ -2183,14 +2183,14 @@ module Google
2183
2183
  class Group
2184
2184
  include Google::Apis::Core::Hashable
2185
2185
 
2186
- # Value is `true` if this group was created by an administrator rather than a
2187
- # user.
2186
+ # Read-only. Value is `true` if this group was created by an administrator
2187
+ # rather than a user.
2188
2188
  # Corresponds to the JSON property `adminCreated`
2189
2189
  # @return [Boolean]
2190
2190
  attr_accessor :admin_created
2191
2191
  alias_method :admin_created?, :admin_created
2192
2192
 
2193
- # List of a group's alias email addresses.
2193
+ # Read-only. A list of a group's alias email addresses.
2194
2194
  # Corresponds to the JSON property `aliases`
2195
2195
  # @return [Array<String>]
2196
2196
  attr_accessor :aliases
@@ -2224,8 +2224,8 @@ module Google
2224
2224
  # @return [String]
2225
2225
  attr_accessor :etag
2226
2226
 
2227
- # The unique ID of a group. A group `id` can be used as a group request URI's `
2228
- # groupKey`.
2227
+ # Read-only. The unique ID of a group. A group `id` can be used as a group
2228
+ # request URI's `groupKey`.
2229
2229
  # Corresponds to the JSON property `id`
2230
2230
  # @return [String]
2231
2231
  attr_accessor :id
@@ -2241,11 +2241,11 @@ module Google
2241
2241
  # @return [String]
2242
2242
  attr_accessor :name
2243
2243
 
2244
- # List of the group's non-editable alias email addresses that are outside of the
2245
- # account's primary domain or subdomains. These are functioning email addresses
2246
- # used by the group. This is a read-only property returned in the API's response
2247
- # for a group. If edited in a group's POST or PUT request, the edit is ignored
2248
- # by the API service.
2244
+ # Read-only. A list of the group's non-editable alias email addresses that are
2245
+ # outside of the account's primary domain or subdomains. These are functioning
2246
+ # email addresses used by the group. This is a read-only property returned in
2247
+ # the API's response for a group. If edited in a group's POST or PUT request,
2248
+ # the edit is ignored by the API service.
2249
2249
  # Corresponds to the JSON property `nonEditableAliases`
2250
2250
  # @return [Array<String>]
2251
2251
  attr_accessor :non_editable_aliases
@@ -3302,7 +3302,10 @@ module Google
3302
3302
  class RoleAssignment
3303
3303
  include Google::Apis::Core::Hashable
3304
3304
 
3305
- # The unique ID of the user this role is assigned to.
3305
+ # The unique ID of the entity this role is assigned to—either the `user_id` of a
3306
+ # user or the `uniqueId` of a service account, as defined in [Identity and
3307
+ # Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/
3308
+ # projects.serviceAccounts).
3306
3309
  # Corresponds to the JSON property `assignedTo`
3307
3310
  # @return [String]
3308
3311
  attr_accessor :assigned_to
@@ -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.23.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220325"
25
+ REVISION = "20220614"
26
26
  end
27
27
  end
28
28
  end
@@ -1274,10 +1274,11 @@ module Google
1274
1274
  # Retrieves all groups of a domain or of a user given a userKey (paginated).
1275
1275
  # @param [String] customer
1276
1276
  # The unique ID for the customer's Google Workspace account. In case of a multi-
1277
- # domain account, to fetch all groups for a customer, fill this field instead of
1278
- # domain. As an account administrator, you can also use the `my_customer` alias
1279
- # to represent your account's `customerId`. The `customerId` is also returned as
1280
- # part of the [Users](/admin-sdk/directory/v1/reference/users)
1277
+ # domain account, to fetch all groups for a customer, fill in this field instead
1278
+ # of `domain`. You can also use the `my_customer` alias to represent your
1279
+ # account's `customerId`. The `customerId` is also returned as part of the [
1280
+ # Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer`
1281
+ # or the `domain` parameter must be provided.
1281
1282
  # @param [String] domain
1282
1283
  # The domain name. Use this field to get groups from only one domain. To return
1283
1284
  # all domains for a customer account, use the `customer` query parameter instead.
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.23.0
4
+ version: 0.26.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: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.26.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API DirectoryV1