domainAllowlists

@JvmName(name = "yvhcllyudkwmkixm")
suspend fun domainAllowlists(value: Output<List<String>>)
@JvmName(name = "gkosegfcrtscadrg")
suspend fun domainAllowlists(value: List<String>?)

Parameters

value

Force people to use only corporate emails for sign-up. Default is null, meaning there is no restriction.


@JvmName(name = "ysjooedpyfjitkge")
suspend fun domainAllowlists(vararg values: Output<String>)


@JvmName(name = "pmnelxfmivdjefxa")
suspend fun domainAllowlists(values: List<Output<String>>)
@JvmName(name = "qfxtaygxekicuiai")
suspend fun domainAllowlists(vararg values: String)

Parameters

values

Force people to use only corporate emails for sign-up. Default is null, meaning there is no restriction.