Skip to main content

relyingparty_account_info

Creates, updates, deletes, gets or lists a relyingparty_account_info resource.

Overview

Namerelyingparty_account_info
TypeResource
Idgoogle.identitytoolkit.relyingparty_account_info

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
kindstringThe fixed string "identitytoolkit#GetAccountInfoResponse". (default: identitytoolkit#GetAccountInfoResponse)
usersarrayThe info of the users.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_account_infoselectReturns 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.

NameDatatypeDescription

SELECT examples

Returns the account info.

SELECT
kind,
users
FROM google.identitytoolkit.relyingparty_account_info;