roleEntities

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


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