Skip to main content

relyingparty_project_config

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

Overview

Namerelyingparty_project_config
TypeResource
Idgoogle.identitytoolkit.relyingparty_project_config

Fields

NameDatatypeDescription
allowPasswordUserbooleanWhether to allow password user sign in or sign up.
apiKeystringBrowser API key, needed when making http request to Apiary.
authorizedDomainsarrayAuthorized domains.
changeEmailTemplateobjectTemplate for an email template.
dynamicLinksDomainstring
enableAnonymousUserbooleanWhether anonymous user is enabled.
idpConfigarrayOAuth2 provider configuration.
legacyResetPasswordTemplateobjectTemplate for an email template.
projectIdstringProject ID of the relying party.
resetPasswordTemplateobjectTemplate for an email template.
useEmailSendingbooleanWhether to use email sending provided by Firebear.
verifyEmailTemplateobjectTemplate for an email template.

Methods

NameAccessible byRequired ParamsDescription
get_project_configSELECTGet project configuration.

SELECT examples

Get project configuration.

SELECT
allowPasswordUser,
apiKey,
authorizedDomains,
changeEmailTemplate,
dynamicLinksDomain,
enableAnonymousUser,
idpConfig,
legacyResetPasswordTemplate,
projectId,
resetPasswordTemplate,
useEmailSending,
verifyEmailTemplate
FROM google.identitytoolkit.relyingparty_project_config
;