google-apis-accesscontextmanager_v1 0.17.0 → 0.20.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: 9cbc677c041f54eaa936729a2e9999a9e4981e474cf0ffe21fb46d9265161e1f
4
- data.tar.gz: a044a87d482ff6e62c482bde7832a6b42d8a8eff48225eddd92c24cdd97bbfed
3
+ metadata.gz: ff614408490cef02a19d26781359eaca235be6aa981dc9eb7ff73d351577628a
4
+ data.tar.gz: 97a8888834e99492faf8195fcb6f5a18800aaf49779501cb9bb5ada8bc06261f
5
5
  SHA512:
6
- metadata.gz: 0f810d6add2ee1ff51382334955ad938b044027544d656bb469d9c6c560463a35430d797e4e13acecbc19b98b2b8e8d1393b690e1dffe129b77d82b5d68e4ca0
7
- data.tar.gz: bd840e5763dfa899a4ee315af757bec00cad2b9c90724347fe7e17dc72b9d35eecf89a828e71b5a4bb26061a2abe87e20383a1f682af451ba92366b9f99a1c6e
6
+ metadata.gz: 877320276c994ce5307ce01c0e7b267191751614cee4fd4c1cd2d8af7f6a0d95b9ef11645eee5727bd1f81dc0b0e22fffadcb2adbe7dc24b0f649676cfeaef2c
7
+ data.tar.gz: 90d4abe719e06a35bbb62c320c7d6afd08c8abeca8e60d225a9442046823de5cd3fdd8e8cb70fb3a63a8c4abc6d7e3c1928f9aff31b7c6f05e8beab679326d3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.20.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
7
+ ### v0.19.0 (2022-08-10)
8
+
9
+ * Regenerated from discovery document revision 20220806
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.18.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.17.0 (2022-06-22)
4
17
 
5
18
  * Regenerated from discovery document revision 20220620
@@ -304,28 +304,33 @@ module Google
304
304
  # members` can have the following values: * `allUsers`: A special identifier
305
305
  # that represents anyone who is on the internet; with or without a Google
306
306
  # account. * `allAuthenticatedUsers`: A special identifier that represents
307
- # anyone who is authenticated with a Google account or a service account. * `
308
- # user:`emailid``: An email address that represents a specific Google account.
309
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
310
- # address that represents a service account. For example, `my-other-app@appspot.
311
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
312
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
313
- # `uniqueid``: An email address (plus unique identifier) representing a user
314
- # that has been recently deleted. For example, `alice@example.com?uid=
315
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
316
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
317
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
318
- # identifier) representing a service account that has been recently deleted. For
319
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
320
- # If the service account is undeleted, this value reverts to `serviceAccount:`
321
- # emailid`` and the undeleted service account retains the role in the binding. *
322
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
323
- # identifier) representing a Google group that has been recently deleted. For
324
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
325
- # recovered, this value reverts to `group:`emailid`` and the recovered group
326
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
327
- # primary) that represents all the users of that domain. For example, `google.
328
- # com` or `example.com`.
307
+ # anyone who is authenticated with a Google account or a service account. Does
308
+ # not include identities that come from external identity providers (IdPs)
309
+ # through identity federation. * `user:`emailid``: An email address that
310
+ # represents a specific Google account. For example, `alice@example.com` . * `
311
+ # serviceAccount:`emailid``: An email address that represents a Google service
312
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
313
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
314
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
315
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
316
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
317
+ # email address that represents a Google group. For example, `admins@example.com`
318
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
319
+ # identifier) representing a user that has been recently deleted. For example, `
320
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
321
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
322
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
323
+ # address (plus unique identifier) representing a service account that has been
324
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
325
+ # 123456789012345678901`. If the service account is undeleted, this value
326
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
327
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
328
+ # An email address (plus unique identifier) representing a Google group that has
329
+ # been recently deleted. For example, `admins@example.com?uid=
330
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
331
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
332
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
333
+ # of that domain. For example, `google.com` or `example.com`.
329
334
  # Corresponds to the JSON property `members`
330
335
  # @return [Array<String>]
331
336
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220620"
25
+ REVISION = "20220826"
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-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.20.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-06-27 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []