roles

@JvmName(name = "fawkibflenupsxiv")
suspend fun roles(value: Output<List<String>>)
@JvmName(name = "arnyuupdehpehnri")
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 = "tddunedntqkbiuyc")
suspend fun roles(vararg values: Output<String>)


@JvmName(name = "gwajqpsvgpqgfuec")
suspend fun roles(values: List<Output<String>>)
@JvmName(name = "phsagseqkrgoncdf")
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.