google-apis-cloudidentity_v1 0.36.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: f001a38240b500d456775d8c21c1b89e9cb2277822ffa123f10903d7171aac56
4
- data.tar.gz: 8b8a9624185fbf61fe85a9b754b935c90470c9362685eb778eb75fb3bd104378
3
+ metadata.gz: '084f2c917616204d1089d253d985224114c25d1c4cd9125d7fa7bf1e49f696c6'
4
+ data.tar.gz: 53bd3157b624c5b786e41d0c5a3c59ebc082c1cd42ec3a50ae2cd2996fadde0a
5
5
  SHA512:
6
- metadata.gz: 22c37b688a837a75c1b50d17d3acb989a1998db4da4a58cb4dcfcd2071e09c1e85a362c748ecf42417044968d31b0d96f3cd623ce988f2a6cb71ecb4716656bb
7
- data.tar.gz: 0754167f514a75ee3c0fcc146af21379815969fc48148f9ca48cb4281632c2600a850e57b45faed64babe73b624946e6c8c219c18d6624b7e986def82a84d441
6
+ metadata.gz: ec492f9bb8c4b1a971c5ebe6d811d7fdf5e53b284da4abfa69237b124f241272836de2c70590c055b644158dc96f879d6712d3391d14334c5660791f87139d10
7
+ data.tar.gz: 89acf6e9216fbb39ede4e9c6e140936d7560e7d2b7b41deeeae376b2a1ae017d1606506297504c5125733ca053f616d1c27efb14b48e2a2a2ca39d0bac64a195
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.36.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230808
@@ -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
@@ -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.36.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 = "20230808"
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.36.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-08-20 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.36.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