allowedRoles

@JvmName(name = "aksbqlxpdhorbywk")
suspend fun allowedRoles(value: Output<List<String>>)
@JvmName(name = "cjrumtnhdkrexrlf")
suspend fun allowedRoles(value: List<String>?)

Parameters

value

The set of roles allowed to perform this transformation.


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


@JvmName(name = "qsyecapsutjvisyg")
suspend fun allowedRoles(values: List<Output<String>>)
@JvmName(name = "jolmnmppnkjqbgsj")
suspend fun allowedRoles(vararg values: String)

Parameters

values

The set of roles allowed to perform this transformation.