GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigArgs

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

Functions

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

Properties

Link copied to clipboard

A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.

Link copied to clipboard

A policy of only allowing regions by explicitly adding them to an allowlist.