ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs(val apiKey: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs>

Constructors

constructor(apiKey: Output<String>)

Properties

Link copied to clipboard
val apiKey: Output<String>

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

Functions

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