google-apis-iam_v1 0.43.0 → 0.44.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +12 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52be15c572ef844cc240d223a8408e4fde31474e523bd1c2388bb0f93e09d746
|
|
4
|
+
data.tar.gz: 5b5768b5533fe2f0438b53c7088d0d5b6f932c9216637110e56e38286210ccde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51f435c5889e6ce0590d55282836a80e3c7533d4ef6ce38e197929aa4f108661075eb0511803cddf69694d526783e7968fb6051e244e32cf3a7e3bba2e2ed8f9
|
|
7
|
+
data.tar.gz: 1524cf6d816969ccb4094e456a11f3bf15fe142fb957cbe719996ae53db79f0d477082711a00100dad425b7092bca664278a6dfbfde4be968c2de1ccec081d45
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230518"
|
|
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-iam_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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
|
|
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.
|
|
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: []
|