Add email notification callback_uri
configuration support to google_identity_platform_config
#20752
Labels
callback_uri
configuration support to google_identity_platform_config
#20752
Community Note
Description
Allow us to configure the notification emails sent by Google Identity Platform. Primarily the most needed is the email
callback_uri
so that we can customize the email verification flow for things like resetting a password or changing their account email address.Currently, this configuration is supported by the REST API but not the Terraform provider.
New or Affected Resource(s)
Potential Terraform Configuration
References
updateConfig
API: https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects/updateConfigNotification
,SendEmail
, andcallback_uri
parts of the Config object: https://cloud.google.com/identity-platform/docs/reference/rest/v2/ConfigThe text was updated successfully, but these errors were encountered: