google-apis-accesscontextmanager_v1 0.19.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a27e6ef89d07d573c1932a0fd069e681d3e11bc78ee31b645aba6f31f717df0a
4
- data.tar.gz: '078379812ebdeb7438a70f5b18f03652bb2ecdae6e3e6f634eb156fa5dff6f9c'
3
+ metadata.gz: ff614408490cef02a19d26781359eaca235be6aa981dc9eb7ff73d351577628a
4
+ data.tar.gz: 97a8888834e99492faf8195fcb6f5a18800aaf49779501cb9bb5ada8bc06261f
5
5
  SHA512:
6
- metadata.gz: d0ef0b55eb9e8b928bd8ee0abd84d43dcc8c00419d3626f300a7c340884dd457b69e2b6b4d3d83fe87d14560f5141b058a56f7939c73e5da123d89986cd80459
7
- data.tar.gz: d334c366e82397170a6ac6ebb7498ee1a29c7c9c1cac280f169d724852d051638ba1fcad01119a44fc0b65f70ad1a6cf3a34d31040b50990016eed86189b78f6
6
+ metadata.gz: 877320276c994ce5307ce01c0e7b267191751614cee4fd4c1cd2d8af7f6a0d95b9ef11645eee5727bd1f81dc0b0e22fffadcb2adbe7dc24b0f649676cfeaef2c
7
+ data.tar.gz: 90d4abe719e06a35bbb62c320c7d6afd08c8abeca8e60d225a9442046823de5cd3fdd8e8cb70fb3a63a8c4abc6d7e3c1928f9aff31b7c6f05e8beab679326d3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.19.0 (2022-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220806
@@ -304,31 +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 Google service account. For example, `my-other-app@
311
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
312
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
313
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
314
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
315
- # . * `group:`emailid``: An email address that represents a Google group. For
316
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
317
- # email address (plus unique identifier) representing a user that has been
318
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
319
- # If the user is recovered, this value reverts to `user:`emailid`` and the
320
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
321
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
322
- # representing a service account that has been recently deleted. For example, `
323
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
324
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
325
- # and the undeleted service account retains the role in the binding. * `deleted:
326
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
327
- # representing a Google group that has been recently deleted. For example, `
328
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
329
- # value reverts to `group:`emailid`` and the recovered group retains the role in
330
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
331
- # all the users of that domain. For example, `google.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`.
332
334
  # Corresponds to the JSON property `members`
333
335
  # @return [Array<String>]
334
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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220806"
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.19.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-08-15 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
@@ -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.19.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: []