ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs

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

Constructors

Functions

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

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.