Skip to content

Commit 75ad6f0

Browse files
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement:v1 The following keys were added: - schemas.JwtLocation.properties.cookie.type (Total Keys: 1) #### serviceconsumermanagement:v1beta1 The following keys were added: - schemas.JwtLocation.properties.cookie.type (Total Keys: 1)
1 parent 215757f commit 75ad6f0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20220402",
545+
"revision": "20220409",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -671,7 +671,7 @@
671671
"type": "string"
672672
},
673673
"jwtLocations": {
674-
"description": "Defines the locations to extract the JWT. JWT locations can be either from HTTP headers or URL query parameters. The rule is that the first match wins. The checking order is: checking all headers first, then URL query parameters. If not specified, default to use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default locations can be specified as followings: jwt_locations: - header: Authorization value_prefix: \"Bearer \" - header: x-goog-iap-jwt-assertion - query: access_token",
674+
"description": "Defines the locations to extract the JWT. For now it is only used by the Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-locations) JWT locations can be one of HTTP headers, URL query parameters or cookies. The rule is that the first match wins. If not specified, default to use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default locations can be specified as followings: jwt_locations: - header: Authorization value_prefix: \"Bearer \" - header: x-goog-iap-jwt-assertion - query: access_token",
675675
"items": {
676676
"$ref": "JwtLocation"
677677
},
@@ -1315,6 +1315,10 @@
13151315
"description": "Specifies a location to extract JWT from an API request.",
13161316
"id": "JwtLocation",
13171317
"properties": {
1318+
"cookie": {
1319+
"description": "Specifies cookie name to extract JWT token.",
1320+
"type": "string"
1321+
},
13181322
"header": {
13191323
"description": "Specifies HTTP header name to extract JWT token.",
13201324
"type": "string"

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
}
501501
}
502502
},
503-
"revision": "20220402",
503+
"revision": "20220409",
504504
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
505505
"schemas": {
506506
"Api": {
@@ -580,7 +580,7 @@
580580
"type": "string"
581581
},
582582
"jwtLocations": {
583-
"description": "Defines the locations to extract the JWT. JWT locations can be either from HTTP headers or URL query parameters. The rule is that the first match wins. The checking order is: checking all headers first, then URL query parameters. If not specified, default to use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default locations can be specified as followings: jwt_locations: - header: Authorization value_prefix: \"Bearer \" - header: x-goog-iap-jwt-assertion - query: access_token",
583+
"description": "Defines the locations to extract the JWT. For now it is only used by the Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-locations) JWT locations can be one of HTTP headers, URL query parameters or cookies. The rule is that the first match wins. If not specified, default to use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default locations can be specified as followings: jwt_locations: - header: Authorization value_prefix: \"Bearer \" - header: x-goog-iap-jwt-assertion - query: access_token",
584584
"items": {
585585
"$ref": "JwtLocation"
586586
},
@@ -1185,6 +1185,10 @@
11851185
"description": "Specifies a location to extract JWT from an API request.",
11861186
"id": "JwtLocation",
11871187
"properties": {
1188+
"cookie": {
1189+
"description": "Specifies cookie name to extract JWT token.",
1190+
"type": "string"
1191+
},
11881192
"header": {
11891193
"description": "Specifies HTTP header name to extract JWT token.",
11901194
"type": "string"

0 commit comments

Comments
 (0)