roleEntities

@JvmName(name = "mseswrlgbbbqpfxj")
suspend fun roleEntities(value: Output<List<String>>)
@JvmName(name = "bgrsbtwwsqpcbdht")
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 = "gujtvghrksajitid")
suspend fun roleEntities(vararg values: Output<String>)


@JvmName(name = "drlxktubseoyglju")
suspend fun roleEntities(values: List<Output<String>>)
@JvmName(name = "tvhaejegrucobbsc")
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.