allowedRoles

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

Parameters

value

The set of roles allowed to perform this transformation.


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


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

Parameters

values

The set of roles allowed to perform this transformation.