allowedClientIds

@JvmName(name = "uoemoaaviafeerhj")
suspend fun allowedClientIds(value: Output<List<String>>)
@JvmName(name = "cvxmefisdiwynybi")
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 = "ivoatebudydbywig")
suspend fun allowedClientIds(vararg values: Output<String>)


@JvmName(name = "xvxwxdncjxrleuqc")
suspend fun allowedClientIds(values: List<Output<String>>)
@JvmName(name = "grditixuexsekaaa")
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.