domainAllowlists

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

Parameters

value

Force people to use only corporate emails for sign-up. Null means there is no restriction.


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


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

Parameters

values

Force people to use only corporate emails for sign-up. Null means there is no restriction.