writePermissions

@JvmName(name = "ylhvlbeoootwphnf")
suspend fun writePermissions(value: Output<List<String>>)
@JvmName(name = "tuphsmeangcpyxwj")
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 = "tlopwcietfxfqytp")
suspend fun writePermissions(vararg values: Output<String>)


@JvmName(name = "rhjbtsvgnaqqpvne")
suspend fun writePermissions(values: List<Output<String>>)
@JvmName(name = "iprxeaxrgrymfwpo")
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.