domainDenylists

@JvmName(name = "uqvgihmcirwvelma")
suspend fun domainDenylists(value: Output<List<String>>)
@JvmName(name = "dfsfaayuycattfii")
suspend fun domainDenylists(value: List<String>?)

Parameters

value

Users with email addresses that match these domains cannot sign up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.


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


@JvmName(name = "synnkdwdhtakocyl")
suspend fun domainDenylists(values: List<Output<String>>)
@JvmName(name = "mowgaqecfpiyqgkx")
suspend fun domainDenylists(vararg values: String)

Parameters

values

Users with email addresses that match these domains cannot sign up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.