mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json-update): update json and regen all code
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/c9gT3rNuoajJVcPy4DAj8Wu9bSM\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Xnfg-4IS066IVT9k9SbG9wAvQdM\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "identitytoolkit:v3",
|
||||
"name": "identitytoolkit",
|
||||
"canonicalName": "Identity Toolkit",
|
||||
"version": "v3",
|
||||
"revision": "20150406",
|
||||
"revision": "20150513",
|
||||
"title": "Google Identity Toolkit API",
|
||||
"description": "Help the third party sites to implement federated login.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -333,6 +333,10 @@
|
||||
"type": "string",
|
||||
"description": "Response to the captcha."
|
||||
},
|
||||
"disableUser": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to disable the user."
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string",
|
||||
"description": "The name of the user."
|
||||
@@ -371,6 +375,11 @@
|
||||
"upgradeToFederatedLogin": {
|
||||
"type": "boolean",
|
||||
"description": "Mark the user to upgrade to federated login."
|
||||
},
|
||||
"validSince": {
|
||||
"type": "string",
|
||||
"description": "Timestamp in seconds for valid login token.",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -598,6 +607,10 @@
|
||||
"type": "object",
|
||||
"description": "Template for an individual account info.",
|
||||
"properties": {
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the user is disabled."
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string",
|
||||
"description": "The name of the user."
|
||||
@@ -658,6 +671,11 @@
|
||||
"description": "The user's password salt.",
|
||||
"format": "byte"
|
||||
},
|
||||
"validSince": {
|
||||
"type": "string",
|
||||
"description": "Timestamp in seconds for valid login token.",
|
||||
"format": "int64"
|
||||
},
|
||||
"version": {
|
||||
"type": "integer",
|
||||
"description": "Version of the user's password.",
|
||||
|
||||
Reference in New Issue
Block a user