actions

@JvmName(name = "roaybdimruuywxsw")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "xisufgmknmmjwnyl")
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 = "uopwhkmwntbxfqhw")
suspend fun actions(vararg values: Output<String>)


@JvmName(name = "linkmhjxomqarkau")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "pvgshiniobmwaqey")
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).