GoogleCloudIdentitytoolkitAdminV2InheritanceArgs

data class GoogleCloudIdentitytoolkitAdminV2InheritanceArgs(val emailSendingConfig: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2InheritanceArgs>

Settings that the tenants will inherit from project level.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2InheritanceArgs(emailSendingConfig: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIdentitytoolkitAdminV2InheritanceArgs

Properties

Link copied to clipboard
val emailSendingConfig: Output<Boolean>? = null

Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.