roleEntities

@JvmName(name = "ciuikdsonfndxjml")
suspend fun roleEntities(value: Output<List<String>>)
@JvmName(name = "jeobcrmrbbjtnqsn")
suspend fun roleEntities(value: List<String>?)

Parameters

value

List of role/entity pairs in the form ROLE:entity. See GCS Object ACL documentation for more details. Omitting the field is the same as providing an empty list.


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


@JvmName(name = "gvigsulcpixefqxh")
suspend fun roleEntities(values: List<Output<String>>)
@JvmName(name = "hxmrdockifxeoxxv")
suspend fun roleEntities(vararg values: String)

Parameters

values

List of role/entity pairs in the form ROLE:entity. See GCS Object ACL documentation for more details. Omitting the field is the same as providing an empty list.