roles

@JvmName(name = "xqogxdglowvffosn")
suspend fun roles(value: Output<List<String>>)
@JvmName(name = "aayuoqvoskciegyk")
suspend fun roles(value: List<String>?)

Parameters

value

List of roles that the API Key needs to have. Possible values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN and ORG_READ_ONLY.


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


@JvmName(name = "onlwusbsqtudcbpg")
suspend fun roles(values: List<Output<String>>)
@JvmName(name = "kjyeonagfphagcwq")
suspend fun roles(vararg values: String)

Parameters

values

List of roles that the API Key needs to have. Possible values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN and ORG_READ_ONLY.