google-apis-serviceconsumermanagement_v1 0.22.0 → 0.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 191904562e6916fa4552b4733e4c233b89bdf2e2f3d1dd18c69187c419d1a9b8
|
4
|
+
data.tar.gz: 21c977f325215bafc0c340d7b1339ce534cdadfa6170af89cc9e36cd8ee5fa50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 507ebc3f9dba49835df2d287a3f03a5faeb493d65adef143fd480d945710acc23925303bad0f1c7d1da945776bf48fbda3cfe80aae6f71c7fc3cf13491b48bc1
|
7
|
+
data.tar.gz: 8302f7714f50d993246262e124c00d5c7e8681c44ec1704d6f23c354a854843091c28fa1e71a5ae06e10eef0b4afef3c7258802cd1b6113e710a8fb1b784eecc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2022-08-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220816
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.22.0 (2022-06-30)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -2131,6 +2131,17 @@ module Google
|
|
2131
2131
|
class OAuthRequirements
|
2132
2132
|
include Google::Apis::Core::Hashable
|
2133
2133
|
|
2134
|
+
# UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
|
2135
|
+
# more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
|
2136
|
+
# will bring security risks. Customers enabling this feature accidentally may
|
2137
|
+
# have the risk of losing authentication enforcement. Please reach out to api-
|
2138
|
+
# auth@ and esf-team@ for approval and allowlisting before you enable this
|
2139
|
+
# option.
|
2140
|
+
# Corresponds to the JSON property `allowAnyScope`
|
2141
|
+
# @return [Boolean]
|
2142
|
+
attr_accessor :allow_any_scope
|
2143
|
+
alias_method :allow_any_scope?, :allow_any_scope
|
2144
|
+
|
2134
2145
|
# The list of publicly documented OAuth scopes that are allowed access. An OAuth
|
2135
2146
|
# token containing any of these scopes will be accepted. Example:
|
2136
2147
|
# canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
|
@@ -2145,6 +2156,7 @@ module Google
|
|
2145
2156
|
|
2146
2157
|
# Update properties of this object
|
2147
2158
|
def update!(**args)
|
2159
|
+
@allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
|
2148
2160
|
@canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
|
2149
2161
|
end
|
2150
2162
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220816"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1029,6 +1029,7 @@ module Google
|
|
1029
1029
|
class OAuthRequirements
|
1030
1030
|
# @private
|
1031
1031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
property :allow_any_scope, as: 'allowAnyScope'
|
1032
1033
|
property :canonical_scopes, as: 'canonicalScopes'
|
1033
1034
|
end
|
1034
1035
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.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-
|
11
|
+
date: 2022-08-22 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-serviceconsumermanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|