Google Cloud Identitytoolkit Admin V2Sms Region Config Args
data class GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigArgs(val allowByDefault: Output<GoogleCloudIdentitytoolkitAdminV2AllowByDefaultArgs>? = null, val allowlistOnly: Output<GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyArgs>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigArgs>
Configures the regions where users are allowed to send verification SMS for the project or tenant. This is based on the calling code of the destination phone number.
Constructors
Link copied to clipboard
fun GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigArgs(allowByDefault: Output<GoogleCloudIdentitytoolkitAdminV2AllowByDefaultArgs>? = null, allowlistOnly: Output<GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyArgs>? = null)