allowedClientIds

@JvmName(name = "xokeugpcxoirsrdf")
suspend fun allowedClientIds(value: Output<List<String>>)
@JvmName(name = "bqcqbearxrapoejs")
suspend fun allowedClientIds(value: List<String>?)

Parameters

value

The client IDs that are permitted to use the provider. If empty, no clients are allowed. If *, all clients are allowed.


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


@JvmName(name = "fmscbdoslysrevds")
suspend fun allowedClientIds(values: List<Output<String>>)
@JvmName(name = "ocdbgoclquhxowcc")
suspend fun allowedClientIds(vararg values: String)

Parameters

values

The client IDs that are permitted to use the provider. If empty, no clients are allowed. If *, all clients are allowed.