google-apis-cloudidentity_v1 0.35.0 → 0.37.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: 73a5c304eeef00fc0cefc3490bf75666c7e70ba1cd3db9d1f9133047d5c100e5
4
- data.tar.gz: b34c66775a6e4b1054c368d156509e85f41e10f7faff5e1d306bac6e2ee4aa13
3
+ metadata.gz: '084f2c917616204d1089d253d985224114c25d1c4cd9125d7fa7bf1e49f696c6'
4
+ data.tar.gz: 53bd3157b624c5b786e41d0c5a3c59ebc082c1cd42ec3a50ae2cd2996fadde0a
5
5
  SHA512:
6
- metadata.gz: 4d191337bc95bfbeb6650d78d9d1647cfffc1bd47b8751176a29e6b32a9d13f733f5689871abd2df52daeac1a28f39fb2b4f106df9601365d4f808eb7fd920f0
7
- data.tar.gz: 021f68d5ad1e5b027c34225d979aece6340d1457c6d18df5bdca15706a9a1fd6a29e928fec790b2f03d96bb3115d1de19c3979914e0476603f3749e67921335c
6
+ metadata.gz: ec492f9bb8c4b1a971c5ebe6d811d7fdf5e53b284da4abfa69237b124f241272836de2c70590c055b644158dc96f879d6712d3391d14334c5660791f87139d10
7
+ data.tar.gz: 89acf6e9216fbb39ede4e9c6e140936d7560e7d2b7b41deeeae376b2a1ae017d1606506297504c5125733ca053f616d1c27efb14b48e2a2a2ca39d0bac64a195
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.37.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231211
6
+
7
+ ### v0.36.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230808
10
+
3
11
  ### v0.35.0 (2023-07-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20230703
@@ -326,9 +326,11 @@ module Google
326
326
  include Google::Apis::Core::Hashable
327
327
 
328
328
  # The ID of the entity. For Google-managed entities, the `id` should be the
329
- # email address of an existing group or user. For external-identity-mapped
330
- # entities, the `id` must be a string conforming to the Identity Source's
331
- # requirements. Must be unique within a `namespace`.
329
+ # email address of an existing group or user. Email addresses need to adhere to [
330
+ # name guidelines for users and groups](https://support.google.com/a/answer/
331
+ # 9193374). For external-identity-mapped entities, the `id` must be a string
332
+ # conforming to the Identity Source's requirements. Must be unique within a `
333
+ # namespace`.
332
334
  # Corresponds to the JSON property `id`
333
335
  # @return [String]
334
336
  attr_accessor :id
@@ -2341,13 +2343,13 @@ module Google
2341
2343
  # @return [String]
2342
2344
  attr_accessor :name
2343
2345
 
2344
- # The normal response of the operation in case of success. If the original
2345
- # method returns no data on success, such as `Delete`, the response is `google.
2346
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2347
- # the response should be the resource. For other methods, the response should
2348
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2349
- # example, if the original method name is `TakeSnapshot()`, the inferred
2350
- # response type is `TakeSnapshotResponse`.
2346
+ # The normal, successful response of the operation. If the original method
2347
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2348
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2349
+ # response should be the resource. For other methods, the response should have
2350
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2351
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2352
+ # `TakeSnapshotResponse`.
2351
2353
  # Corresponds to the JSON property `response`
2352
2354
  # @return [Hash<String,Object>]
2353
2355
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.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 = "20230703"
25
+ REVISION = "20231211"
26
26
  end
27
27
  end
28
28
  end
@@ -1206,9 +1206,11 @@ module Google
1206
1206
  # resource_names) of a `Group` by its `EntityKey`.
1207
1207
  # @param [String] group_key_id
1208
1208
  # The ID of the entity. For Google-managed entities, the `id` should be the
1209
- # email address of an existing group or user. For external-identity-mapped
1210
- # entities, the `id` must be a string conforming to the Identity Source's
1211
- # requirements. Must be unique within a `namespace`.
1209
+ # email address of an existing group or user. Email addresses need to adhere to [
1210
+ # name guidelines for users and groups](https://support.google.com/a/answer/
1211
+ # 9193374). For external-identity-mapped entities, the `id` must be a string
1212
+ # conforming to the Identity Source's requirements. Must be unique within a `
1213
+ # namespace`.
1212
1214
  # @param [String] group_key_namespace
1213
1215
  # The namespace in which the entity exists. If not specified, the `EntityKey`
1214
1216
  # represents a Google-managed entity such as a Google user or a Google Group. If
@@ -1299,12 +1301,12 @@ module Google
1299
1301
  # support.google.com/cloudidentity/answer/10070793) * Can contain optional
1300
1302
  # inclusion operators on `labels` such as `'cloudidentity.googleapis.com/groups.
1301
1303
  # discussion_forum' in labels`). * Can contain an optional equality operator on `
1302
- # domain_name`. e.g. `domain_name == 'abc.com'` * Can contain optional `
1303
- # startsWith/contains/equality` operators on `group_key`, e.g. `group_key.
1304
- # startsWith('dev')`, `group_key.contains('dev'), group_key == 'dev@abc.com'` *
1305
- # Can contain optional `startsWith/contains/equality` operators on `display_name`
1306
- # , such as `display_name.startsWith('dev')` , `display_name.contains('dev')`, `
1307
- # display_name == 'dev'`
1304
+ # domain_name`. e.g. `domain_name == 'examplepetstore.com'` * Can contain
1305
+ # optional `startsWith/contains/equality` operators on `group_key`, e.g. `
1306
+ # group_key.startsWith('dev')`, `group_key.contains('dev'), group_key == 'dev@
1307
+ # examplepetstore.com'` * Can contain optional `startsWith/contains/equality`
1308
+ # operators on `display_name`, such as `display_name.startsWith('dev')` , `
1309
+ # display_name.contains('dev')`, `display_name == 'dev'`
1308
1310
  # @param [String] view
1309
1311
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1310
1312
  # @param [String] fields
@@ -1622,9 +1624,11 @@ module Google
1622
1624
  # name. Must be of the form `groups/`group``.
1623
1625
  # @param [String] member_key_id
1624
1626
  # The ID of the entity. For Google-managed entities, the `id` should be the
1625
- # email address of an existing group or user. For external-identity-mapped
1626
- # entities, the `id` must be a string conforming to the Identity Source's
1627
- # requirements. Must be unique within a `namespace`.
1627
+ # email address of an existing group or user. Email addresses need to adhere to [
1628
+ # name guidelines for users and groups](https://support.google.com/a/answer/
1629
+ # 9193374). For external-identity-mapped entities, the `id` must be a string
1630
+ # conforming to the Identity Source's requirements. Must be unique within a `
1631
+ # namespace`.
1628
1632
  # @param [String] member_key_namespace
1629
1633
  # The namespace in which the entity exists. If not specified, the `EntityKey`
1630
1634
  # represents a Google-managed entity such as a Google user or a Google Group. If
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-12-17 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-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Identity API V1