|
197 | 197 | }
|
198 | 198 | }
|
199 | 199 | },
|
200 |
| - "revision": "20240802", |
| 200 | + "revision": "20250117", |
201 | 201 | "rootUrl": "https://servicecontrol.googleapis.com/",
|
202 | 202 | "schemas": {
|
203 | 203 | "AllocateInfo": {
|
|
289 | 289 | "additionalProperties": {
|
290 | 290 | "$ref": "AttributeValue"
|
291 | 291 | },
|
292 |
| - "description": "The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: \"/instance_id\": \"my-instance\" \"/http/user_agent\": \"\" \"/http/request_bytes\": 300 \"abc.com/myattribute\": true", |
| 292 | + "description": "The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: \"/instance_id\": \"my-instance\" \"/http/user_agent\": \"\" \"/http/request_bytes\": 300 \"example.com/myattribute\": true", |
293 | 293 | "type": "object"
|
294 | 294 | },
|
295 | 295 | "droppedAttributesCount": {
|
|
418 | 418 | "description": "Structured claims presented with the credential. JWTs include `{key: value}` pairs for standard and private claims. The following is a subset of the standard required and optional claims that would typically be presented for a Google-based JWT: {'iss': 'accounts.google.com', 'sub': '113289723416554971153', 'aud': ['123456789012', 'pubsub.googleapis.com'], 'azp': '123456789012.apps.googleusercontent.com', 'email': 'jsmith@example.com', 'iat': 1353601026, 'exp': 1353604926} SAML assertions are similarly specified, but with an identity provider dependent structure.",
|
419 | 419 | "type": "object"
|
420 | 420 | },
|
421 |
| - "credentialId": { |
422 |
| - "description": "Identifies the client credential id used for authentication. credential_id is in the format of AUTH_METHOD:IDENTIFIER, e.g. \"serviceaccount:XXXXX, apikey:XXXXX\" where the format of the IDENTIFIER can vary for different AUTH_METHODs.", |
423 |
| - "type": "string" |
424 |
| - }, |
425 | 421 | "presenter": {
|
426 | 422 | "description": "The authorized presenter of the credential. Reflects the optional Authorized Presenter (`azp`) claim within a JWT or the OAuth client id. For example, a Google Cloud Platform client id looks as follows: \"123456789012.apps.googleusercontent.com\".",
|
427 | 423 | "type": "string"
|
|
596 | 592 | "The backend server for checking quota limits is unavailable.",
|
597 | 593 | "The Spanner for looking up LOAS project is unavailable.",
|
598 | 594 | "Cloud Resource Manager backend server is unavailable.",
|
599 |
| - "NOTE: for customers in the scope of Beta/GA of https://cloud.google.com/vpc-service-controls, this error is no longer returned. If the security backend is unavailable, rpc UNAVAILABLE status will be returned instead. It should be ignored and should not be used to reject client requests.", |
| 595 | + "NOTE: for customers in the scope of Beta/GA of https://cloud.google.com/vpc-service-controls, this error is no longer returned. If the security backend is unavailable: For Fail open requests, error is ignored and request is allowed. For Fail close requests, rpc UNAVAILABLE status will be returned instead. It should be ignored and should not be used to reject client requests.", |
600 | 596 | "Backend server for evaluating location policy is unavailable.",
|
601 | 597 | "Part of the project of fault injection: go/chemist-slo-validation. To distinguish between artificially injected errors and organic ones, this value will be exported for the per_service_check_error_count streamz. http://google3/apiserving/servicecontrol/server/controller_service.cc;l=196 Rpcinjectz2 works by injecting errors early in the rpc life cycle, before any of the chemist business logic runs."
|
602 | 598 | ],
|
|
905 | 901 | "type": "string"
|
906 | 902 | },
|
907 | 903 | "referer": {
|
908 |
| - "description": "The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).", |
| 904 | + "description": "The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).", |
909 | 905 | "type": "string"
|
910 | 906 | },
|
911 | 907 | "remoteIp": {
|
|
1994 | 1990 | "type": "string"
|
1995 | 1991 | },
|
1996 | 1992 | "referer": {
|
1997 |
| - "description": "The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).", |
| 1993 | + "description": "The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).", |
1998 | 1994 | "type": "string"
|
1999 | 1995 | },
|
2000 | 1996 | "remoteIp": {
|
|
0 commit comments