ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs(val apiKey: Output<String>, val apiSecretKey: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs>

Constructors

constructor(apiKey: Output<String>, apiSecretKey: Output<String>? = null)

Properties

Link copied to clipboard
val apiKey: Output<String>

Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

Link copied to clipboard
val apiSecretKey: Output<String>? = null

The API secret key required for API key authentication.

Functions

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