writePermissions

@JvmName(name = "rihnnfqeiodrjbvl")
suspend fun writePermissions(value: Output<List<String>>)
@JvmName(name = "iyfboicxgrooyvgw")
suspend fun writePermissions(value: List<String>?)

Parameters

value

Specifies the list of write permissions granted to the API key. Valid values are annotations. Please note these values are case sensitive. Changing this forces a new resource to be created.

Note: At least one read or write permission must be defined.


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


@JvmName(name = "jqbbrumhkvphxnka")
suspend fun writePermissions(values: List<Output<String>>)
@JvmName(name = "ebhudesjnrygbbqk")
suspend fun writePermissions(vararg values: String)

Parameters

values

Specifies the list of write permissions granted to the API key. Valid values are annotations. Please note these values are case sensitive. Changing this forces a new resource to be created.

Note: At least one read or write permission must be defined.