relyingparty_account_info
Creates, updates, deletes, gets or lists a relyingparty_account_info resource.
Overview
| Name | relyingparty_account_info |
| Type | Resource |
| Id | google.identitytoolkit.relyingparty_account_info |
Fields
The following fields are returned by SELECT queries:
- get_account_info
| Name | Datatype | Description |
|---|---|---|
kind | string | The fixed string "identitytoolkit#GetAccountInfoResponse". (default: identitytoolkit#GetAccountInfoResponse) |
users | array | The info of the users. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_account_info | select | Returns the account info. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_account_info
Returns the account info.
SELECT
kind,
users
FROM google.identitytoolkit.relyingparty_account_info
;