google-apis-iam_v1 0.43.0 → 0.44.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: c59c20769a4d8e981bf0636d3e3ff5c85a08ec3675cc98afca21971b1fcd2e7f
4
- data.tar.gz: f11d025657df7db8d1d58dec7e97a3aba4458903b9adfb9ef73d1c80a9a62a76
3
+ metadata.gz: 52be15c572ef844cc240d223a8408e4fde31474e523bd1c2388bb0f93e09d746
4
+ data.tar.gz: 5b5768b5533fe2f0438b53c7088d0d5b6f932c9216637110e56e38286210ccde
5
5
  SHA512:
6
- metadata.gz: 9358ae2e7aee22994824cc2b41d95d919f54e1076868ed7e7bdf5dba408ff88cdbb4bd174e52d74088365f37f206a172136afa1e81a1dd47cd654c95c5152cda
7
- data.tar.gz: 66459a27e4a64d9be0fa5364e29a944a2668495b28895b5389b2731dc755e0c256b3868f7c7cb8e6c0b0d9237c912682744dc3c49282dbeb2cd28fca71a779a9
6
+ metadata.gz: 51f435c5889e6ce0590d55282836a80e3c7533d4ef6ce38e197929aa4f108661075eb0511803cddf69694d526783e7968fb6051e244e32cf3a7e3bba2e2ed8f9
7
+ data.tar.gz: 1524cf6d816969ccb4094e456a11f3bf15fe142fb957cbe719996ae53db79f0d477082711a00100dad425b7092bca664278a6dfbfde4be968c2de1ccec081d45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.44.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230518
6
+
3
7
  ### v0.43.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -1066,6 +1066,17 @@ module Google
1066
1066
  # @return [String]
1067
1067
  attr_accessor :issuer_uri
1068
1068
 
1069
+ # Optional. OIDC JWKs in JSON String format. For details on the definition of a
1070
+ # JWK, see https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from
1071
+ # the discovery document(fetched from the .well-known path of the `issuer_uri`)
1072
+ # will be used. Currently, RSA and EC asymmetric keys are supported. The JWK
1073
+ # must use following format and include only the following fields: ` "keys": [ `
1074
+ # "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "", "e": "", "x": "",
1075
+ # "y": "", "crv": "" ` ] `
1076
+ # Corresponds to the JSON property `jwksJson`
1077
+ # @return [String]
1078
+ attr_accessor :jwks_json
1079
+
1069
1080
  def initialize(**args)
1070
1081
  update!(**args)
1071
1082
  end
@@ -1074,6 +1085,7 @@ module Google
1074
1085
  def update!(**args)
1075
1086
  @allowed_audiences = args[:allowed_audiences] if args.key?(:allowed_audiences)
1076
1087
  @issuer_uri = args[:issuer_uri] if args.key?(:issuer_uri)
1088
+ @jwks_json = args[:jwks_json] if args.key?(:jwks_json)
1077
1089
  end
1078
1090
  end
1079
1091
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230420"
25
+ REVISION = "20230518"
26
26
  end
27
27
  end
28
28
  end
@@ -789,6 +789,7 @@ module Google
789
789
  class Representation < Google::Apis::Core::JsonRepresentation
790
790
  collection :allowed_audiences, as: 'allowedAudiences'
791
791
  property :issuer_uri, as: 'issuerUri'
792
+ property :jwks_json, as: 'jwksJson'
792
793
  end
793
794
  end
794
795
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.43.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.44.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []