clientIds

@JvmName(name = "qcoptqiagxhdagov")
suspend fun clientIds(value: Output<List<String>>)
@JvmName(name = "mqnyoawuxrxcvyyl")
suspend fun clientIds(value: List<String>?)

Parameters

value

The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.


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


@JvmName(name = "xamvspprofqpgxtt")
suspend fun clientIds(values: List<Output<String>>)
@JvmName(name = "wofrjqaaivdihucb")
suspend fun clientIds(vararg values: String)

Parameters

values

The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.