roleEntities

@JvmName(name = "vywjfdauokefjnpn")
suspend fun roleEntities(value: Output<List<String>>)
@JvmName(name = "oddlgjdbtkxcdwld")
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. Must be set if predefined_acl is not.


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


@JvmName(name = "rjcchgmksqckaffa")
suspend fun roleEntities(values: List<Output<String>>)
@JvmName(name = "bxobdqdcosspavdh")
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. Must be set if predefined_acl is not.