privateKey

@JvmName(name = "qjxvdxdtvloeeitu")
suspend fun privateKey(value: Output<AclAuthMethodConfigOidcClientAssertionPrivateKeyArgs>)
@JvmName(name = "uyqnhtbqixtnwtie")
suspend fun privateKey(value: AclAuthMethodConfigOidcClientAssertionPrivateKeyArgs?)

Parameters

value

(OIDCClientAssertionKey: <optional>) - External key to sign the JWT. key_source must be "private_key" to enable this.


@JvmName(name = "uapytmegjtjxqvot")
suspend fun privateKey(argument: suspend AclAuthMethodConfigOidcClientAssertionPrivateKeyArgsBuilder.() -> Unit)

Parameters

argument

(OIDCClientAssertionKey: <optional>) - External key to sign the JWT. key_source must be "private_key" to enable this.