ConnectorProfileCustomAuthCredentialsArgs

data class ConnectorProfileCustomAuthCredentialsArgs(val credentialsMap: Output<Map<String, String>>? = null, val customAuthenticationType: Output<String>) : ConvertibleToJava<ConnectorProfileCustomAuthCredentialsArgs>

Constructors

constructor(credentialsMap: Output<Map<String, String>>? = null, customAuthenticationType: Output<String>)

Properties

Link copied to clipboard
val credentialsMap: Output<Map<String, String>>? = null

A map that holds custom authentication credentials.

Link copied to clipboard

The custom authentication type that the connector uses.

Functions

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