oidcClientAssertion

@JvmName(name = "ytksghggwaomrdnq")
suspend fun oidcClientAssertion(value: Output<AclAuthMethodConfigOidcClientAssertionArgs>)
@JvmName(name = "broftmgkgkopgsgu")
suspend fun oidcClientAssertion(value: AclAuthMethodConfigOidcClientAssertionArgs?)

Parameters

value

(OIDCClientAssertion: <optional>) - Optionally send a signed JWT ("private key jwt") as a client assertion to the OIDC provider. Browse to the concepts-assertions page to learn more.


@JvmName(name = "gurhicxpgmmolcyc")
suspend fun oidcClientAssertion(argument: suspend AclAuthMethodConfigOidcClientAssertionArgsBuilder.() -> Unit)

Parameters

argument

(OIDCClientAssertion: <optional>) - Optionally send a signed JWT ("private key jwt") as a client assertion to the OIDC provider. Browse to the concepts-assertions page to learn more.