GoogleCloudIdentitytoolkitAdminV2InheritanceArgs

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

Settings that the tenants will inherit from project level.

Constructors

constructor(emailSendingConfig: Output<Boolean>? = null)

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.

Functions

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