members

@JvmName(name = "dqigphoxwtutlfox")
suspend fun members(value: Output<List<String>>)
@JvmName(name = "ublfcecpvygelogm")
suspend fun members(value: List<String>?)

Parameters

value

The request must be made by one of the provided user or service accounts. Groups are not supported. Syntax: user:{emailid} serviceAccount:{emailid} If not specified, a request may come from any user.


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


@JvmName(name = "tvbijylmdbhgtrgt")
suspend fun members(values: List<Output<String>>)
@JvmName(name = "wgvwafdebsvgxoun")
suspend fun members(vararg values: String)

Parameters

values

The request must be made by one of the provided user or service accounts. Groups are not supported. Syntax: user:{emailid} serviceAccount:{emailid} If not specified, a request may come from any user.