You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### sts:v1
The following keys were changed:
- schemas.GoogleIdentityStsV1ExchangeTokenRequest.properties.requestedTokenType.description
- schemas.GoogleIdentityStsV1ExchangeTokenResponse.properties.access_boundary_session_key.description
Copy file name to clipboardExpand all lines: discovery/sts-v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@
116
116
}
117
117
}
118
118
},
119
-
"revision": "20240704",
119
+
"revision": "20240904",
120
120
"rootUrl": "https://sts.googleapis.com/",
121
121
"schemas": {
122
122
"GoogleIamV1Binding": {
@@ -194,7 +194,7 @@
194
194
"type": "string"
195
195
},
196
196
"requestedTokenType": {
197
-
"description": "Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.",
197
+
"description": "Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.",
198
198
"type": "string"
199
199
},
200
200
"scope": {
@@ -217,7 +217,7 @@
217
217
"id": "GoogleIdentityStsV1ExchangeTokenResponse",
218
218
"properties": {
219
219
"access_boundary_session_key": {
220
-
"description": "The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.",
220
+
"description": "The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.",
Copy file name to clipboardExpand all lines: src/apis/sts/v1.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ export namespace sts_v1 {
223
223
*/
224
224
options?: string|null;
225
225
/**
226
-
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
226
+
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
* The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
247
+
* The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
0 commit comments