roleEntities

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


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