ConnectorProfileSingularConnectorProfileCredentialsArgs

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

Constructors

constructor(apiKey: Output<String>)

Properties

Link copied to clipboard
val apiKey: Output<String>

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

Functions

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