EventConnectionAuthParametersOauthOauthHttpParametersArgs

data class EventConnectionAuthParametersOauthOauthHttpParametersArgs(val bodies: Output<List<EventConnectionAuthParametersOauthOauthHttpParametersBodyArgs>>? = null, val headers: Output<List<EventConnectionAuthParametersOauthOauthHttpParametersHeaderArgs>>? = null, val queryStrings: Output<List<EventConnectionAuthParametersOauthOauthHttpParametersQueryStringArgs>>? = null) : ConvertibleToJava<EventConnectionAuthParametersOauthOauthHttpParametersArgs>

Properties

Link copied to clipboard

Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:

Link copied to clipboard

Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:

Link copied to clipboard

Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:

Functions

Link copied to clipboard
open override fun toJava(): EventConnectionAuthParametersOauthOauthHttpParametersArgs