google-apis-beyondcorp_v1alpha 0.7.0 → 0.8.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: 9198c1b2b2b8f0468b3499bf54cd801fd3e6b896b8331ede5cfc640a6c589651
4
- data.tar.gz: d56353ccff7185dbdf1f97dbab1b3d67bb26d77005bcdd91ea250ab86bac19a9
3
+ metadata.gz: 0a6ce32f618c0404f7d9035f6e19e80d2ee6cfc36e09da74eb50032b59e0b07f
4
+ data.tar.gz: 9e8fa701524c2ff04cfe7c34abda97111589dae453e0c8f9844bd7c61b539620
5
5
  SHA512:
6
- metadata.gz: cf6bd43788bd742eea38d8535ecbad102481cfcdf5105166a99bccdbd9adf87ef4937d4a495fd10cfd2787a7109b1fad3960c11820df36cf17ab75f55b2723b0
7
- data.tar.gz: da683704090fb33901f800fe7e777adcbb6251df306157fcc58a0ea0b8650fc0da04e0544f2ac2574bb694101e25103411d4fe3047ec97665a38d25deb95eb91
6
+ metadata.gz: 55aa1376f8282ec5db8614fa6de2538ddb2fe6b901ca58a28d8626884caac77559d07047d0bf2277167c18667a82418f4aea45a8b1cbd03838011363ced11cb2
7
+ data.tar.gz: 8c377f598fe588cb9f8bd1ae7c981f88adbb9c958f9f49ac8a54aa8d69745e9d4f3863e525d684f2b3614392f7600769b5268f23e9af58d400ea20f3d98f51b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.8.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
3
7
  ### v0.7.0 (2022-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220804
@@ -2816,31 +2816,33 @@ module Google
2816
2816
  # members` can have the following values: * `allUsers`: A special identifier
2817
2817
  # that represents anyone who is on the internet; with or without a Google
2818
2818
  # account. * `allAuthenticatedUsers`: A special identifier that represents
2819
- # anyone who is authenticated with a Google account or a service account. * `
2820
- # user:`emailid``: An email address that represents a specific Google account.
2821
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
2822
- # address that represents a Google service account. For example, `my-other-app@
2823
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
2824
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
2825
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
2826
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
2827
- # . * `group:`emailid``: An email address that represents a Google group. For
2828
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
2829
- # email address (plus unique identifier) representing a user that has been
2830
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
2831
- # If the user is recovered, this value reverts to `user:`emailid`` and the
2832
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
2833
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2834
- # representing a service account that has been recently deleted. For example, `
2835
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
2836
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
2837
- # and the undeleted service account retains the role in the binding. * `deleted:
2838
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2839
- # representing a Google group that has been recently deleted. For example, `
2840
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
2841
- # value reverts to `group:`emailid`` and the recovered group retains the role in
2842
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
2843
- # all the users of that domain. For example, `google.com` or `example.com`.
2819
+ # anyone who is authenticated with a Google account or a service account. Does
2820
+ # not include identities that come from external identity providers (IdPs)
2821
+ # through identity federation. * `user:`emailid``: An email address that
2822
+ # represents a specific Google account. For example, `alice@example.com` . * `
2823
+ # serviceAccount:`emailid``: An email address that represents a Google service
2824
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
2825
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
2826
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
2827
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
2828
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
2829
+ # email address that represents a Google group. For example, `admins@example.com`
2830
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
2831
+ # identifier) representing a user that has been recently deleted. For example, `
2832
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
2833
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
2834
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
2835
+ # address (plus unique identifier) representing a service account that has been
2836
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
2837
+ # 123456789012345678901`. If the service account is undeleted, this value
2838
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
2839
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
2840
+ # An email address (plus unique identifier) representing a Google group that has
2841
+ # been recently deleted. For example, `admins@example.com?uid=
2842
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
2843
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
2844
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
2845
+ # of that domain. For example, `google.com` or `example.com`.
2844
2846
  # Corresponds to the JSON property `members`
2845
2847
  # @return [Array<String>]
2846
2848
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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 = "20220804"
25
+ REVISION = "20220908"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-12 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []