actions

@JvmName(name = "tlvnxtppyyqpgtop")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "taahpyigqbirxvek")
suspend fun actions(value: List<String>?)

Parameters

value

A list of actions to attach to the scope map (e.g. repo/content/read, repo2/content/delete).


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


@JvmName(name = "cpbcsbeygnaehben")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "yvgrlsxotqqdalna")
suspend fun actions(vararg values: String)

Parameters

values

A list of actions to attach to the scope map (e.g. repo/content/read, repo2/content/delete).