kxUser

suspend fun kxUser(name: String, block: suspend KxUserResourceBuilder.() -> Unit): KxUser

Parameters

name

The unique name of the resulting resource.

block

Builder for KxUser.

See also


fun kxUser(name: String): KxUser

Parameters

name

The unique name of the resulting resource.

See also