apiKey

@JvmName(name = "pnimgybvsaamvgbk")
suspend fun apiKey(value: Output<EventConnectionAuthParametersApiKeyArgs>)
@JvmName(name = "dprwhigkriybstdr")
suspend fun apiKey(value: EventConnectionAuthParametersApiKeyArgs?)

Parameters

value

Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with basic and oauth. Documented below.


@JvmName(name = "fpdngmjinxkpomsf")
suspend fun apiKey(argument: suspend EventConnectionAuthParametersApiKeyArgsBuilder.() -> Unit)

Parameters

argument

Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with basic and oauth. Documented below.