userNames

@JvmName(name = "gevqqshkwcvxlhsi")
suspend fun userNames(value: Output<List<String>>)
@JvmName(name = "qqvnrusdxfliikvk")
suspend fun userNames(value: List<String>?)

Parameters

value

Set of user name which will be added to group. Each name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.


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


@JvmName(name = "ehsrwogqnmfvbteo")
suspend fun userNames(values: List<Output<String>>)
@JvmName(name = "sowerbbxsdbiskvq")
suspend fun userNames(vararg values: String)

Parameters

values

Set of user name which will be added to group. Each name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.