google-apis-beyondcorp_v1 0.3.0 → 0.4.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: f4f40736e7282160ef73d0f5c666cf69ac0c9494a3837e636bd8f9f80f9c6d3d
4
- data.tar.gz: 0fc68423300088587398ba4b8cf25a2591edf7e316579371ca52b5310c52124c
3
+ metadata.gz: bec2d4223b390abf9f06fa3420e72e8ec8e44175b887d798fd4d2430a0530625
4
+ data.tar.gz: 6da25e18a00a5059b9f1dc850cb2192823d5c462f8d2d8bc5250b6fdf908c3f9
5
5
  SHA512:
6
- metadata.gz: 78c4a148df0108f954d2dde3fd8801168070235e5314adaecab9b707497b79e49cdca8a36e4f2f16fac80de866c9a549ded2eecadefd6d4cc95962212c2e8bdb
7
- data.tar.gz: 7b8cf1953e241fb41afd290eef3386f0df25958477e49bcd1ccdb146b36466b3c9d9d12f64dba2e76bd10a017b81c00a9608b9f67f29885f8a3612e6a4aa9adf
6
+ metadata.gz: 8ce1ee1ba56340b5a026a4fe15d340dcc3701d20ac3482662fe99b6e74ee5bcf1d748fe1b8582d578cfbcc0206fa0a759f85417c12b8c64c6a0a15171dba2e69
7
+ data.tar.gz: 1790147a6051ed4227bae338a0ce031d6baa0ef03c7a6c37860487d7dbfbea554907c9be34c8d973aa387e334328cdfb6c6c65d2cde51e913522d8537c8b9c83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.4.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
3
7
  ### v0.3.0 (2022-08-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220725
@@ -2173,25 +2173,28 @@ module Google
2173
2173
  # anyone who is authenticated with a Google account or a service account. * `
2174
2174
  # user:`emailid``: An email address that represents a specific Google account.
2175
2175
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
2176
- # address that represents a service account. For example, `my-other-app@appspot.
2177
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
2178
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
2179
- # `uniqueid``: An email address (plus unique identifier) representing a user
2180
- # that has been recently deleted. For example, `alice@example.com?uid=
2181
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
2182
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
2183
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
2184
- # identifier) representing a service account that has been recently deleted. For
2185
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
2186
- # If the service account is undeleted, this value reverts to `serviceAccount:`
2187
- # emailid`` and the undeleted service account retains the role in the binding. *
2188
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
2189
- # identifier) representing a Google group that has been recently deleted. For
2190
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
2191
- # recovered, this value reverts to `group:`emailid`` and the recovered group
2192
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
2193
- # primary) that represents all the users of that domain. For example, `google.
2194
- # com` or `example.com`.
2176
+ # address that represents a Google service account. For example, `my-other-app@
2177
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
2178
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
2179
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
2180
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
2181
+ # . * `group:`emailid``: An email address that represents a Google group. For
2182
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
2183
+ # email address (plus unique identifier) representing a user that has been
2184
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
2185
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
2186
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
2187
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2188
+ # representing a service account that has been recently deleted. For example, `
2189
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
2190
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
2191
+ # and the undeleted service account retains the role in the binding. * `deleted:
2192
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2193
+ # representing a Google group that has been recently deleted. For example, `
2194
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
2195
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
2196
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
2197
+ # all the users of that domain. For example, `google.com` or `example.com`.
2195
2198
  # Corresponds to the JSON property `members`
2196
2199
  # @return [Array<String>]
2197
2200
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.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 = "20220725"
25
+ REVISION = "20220804"
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-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-08 00:00:00.000000000 Z
11
+ date: 2022-08-15 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-beyondcorp_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
63
63
  post_install_message:
64
64
  rdoc_options: []