passwordNotContainUserName

@JvmName(name = "cyyafshsfksuvtwj")
suspend fun passwordNotContainUserName(value: Output<Boolean>)
@JvmName(name = "iugsobitytsggidq")
suspend fun passwordNotContainUserName(value: Boolean?)

Parameters

value

Whether the user name is not allowed in the password. Value:

  • true: The password cannot contain the user name.

  • false (default): The user name can be included in the password.