google-apis-sts_v1beta 0.16.0 → 0.19.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: 497c9367743622fd1b50d70da0de1e1ada395cceb1844ceae02a0cca16404a05
4
- data.tar.gz: 6420df19a9901408ee96b5f8f89428328378d618c7dd05bdade1db9f5c7d8f8f
3
+ metadata.gz: c399a3b21446c261abe54a5a67cf004de6f355546cff86d76e77c5830b9fd81e
4
+ data.tar.gz: 0da539d4c58323c16df8c685dba9d9df7a8211435bc438242b27394e14aca963
5
5
  SHA512:
6
- metadata.gz: 9b97843274d0e6ad1c2fb6d1bad818417291aae539cf7f0a4b267709310f0178e49eb3de45fa2efbeb3756ea5adc4f5b6711358d25be075fa7aa3a17d990a17a
7
- data.tar.gz: aeb2b448545e4620ea41b332fc1d4083e7b300097386fc7346b6248150122c096a7fddddbd053c20fdba658da115b005432524081336bc42e46f68ebae9998c7
6
+ metadata.gz: 7234054af2e0f5922a7602a52f694e274688c044bf534fb93586050f140abd380f1443fcd860cb23fb00ae4cb07df1e9cecfdd532f328a94d1a76d69c6a2e584
7
+ data.tar.gz: 506cea202c21e919e3e043db6c537d6b47f9196d742da9126b3fca11fe2c827e02a94df0947cc382f9871ee33ad3910fb3c36b1c0633606d0e44aa0d4317fa8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-sts_v1beta
2
2
 
3
+ ### v0.19.0 (2022-09-02)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
7
+ ### v0.18.0 (2022-08-13)
8
+
9
+ * Regenerated from discovery document revision 20220806
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.17.0 (2022-07-01)
13
+
14
+ * Regenerated from discovery document revision 20220619
15
+ * Regenerated using generator version 0.8.0
16
+
3
17
  ### v0.16.0 (2022-06-17)
4
18
 
5
19
  * Regenerated using generator version 0.6.0
@@ -49,28 +49,33 @@ module Google
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
52
- # anyone who is authenticated with a Google account or a service account. * `
53
- # user:`emailid``: An email address that represents a specific Google account.
54
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
55
- # address that represents a service account. For example, `my-other-app@appspot.
56
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
57
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
58
- # `uniqueid``: An email address (plus unique identifier) representing a user
59
- # that has been recently deleted. For example, `alice@example.com?uid=
60
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
61
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
62
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
63
- # identifier) representing a service account that has been recently deleted. For
64
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
65
- # If the service account is undeleted, this value reverts to `serviceAccount:`
66
- # emailid`` and the undeleted service account retains the role in the binding. *
67
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
68
- # identifier) representing a Google group that has been recently deleted. For
69
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
70
- # recovered, this value reverts to `group:`emailid`` and the recovered group
71
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
72
- # primary) that represents all the users of that domain. For example, `google.
73
- # com` or `example.com`.
52
+ # anyone who is authenticated with a Google account or a service account. Does
53
+ # not include identities that come from external identity providers (IdPs)
54
+ # through identity federation. * `user:`emailid``: An email address that
55
+ # represents a specific Google account. For example, `alice@example.com` . * `
56
+ # serviceAccount:`emailid``: An email address that represents a Google service
57
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
58
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
59
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
60
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
61
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
62
+ # email address that represents a Google group. For example, `admins@example.com`
63
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
64
+ # identifier) representing a user that has been recently deleted. For example, `
65
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
66
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
67
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
68
+ # address (plus unique identifier) representing a service account that has been
69
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
70
+ # 123456789012345678901`. If the service account is undeleted, this value
71
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
72
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
73
+ # An email address (plus unique identifier) representing a Google group that has
74
+ # been recently deleted. For example, `admins@example.com?uid=
75
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
76
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
77
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
78
+ # of that domain. For example, `google.com` or `example.com`.
74
79
  # Corresponds to the JSON property `members`
75
80
  # @return [Array<String>]
76
81
  attr_accessor :members
@@ -306,7 +311,7 @@ module Google
306
311
 
307
312
  # A set of features that Security Token Service supports, in addition to the
308
313
  # standard OAuth 2.0 token exchange, formatted as a serialized JSON object of
309
- # Options.
314
+ # Options. The size of the parameter value must not exceed 4096 characters.
310
315
  # Corresponds to the JSON property `options`
311
316
  # @return [String]
312
317
  attr_accessor :options
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1beta
18
18
  # Version of the google-apis-sts_v1beta gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220402"
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-sts_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.19.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-20 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-sts_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []