Connector Profile Custom Connector Profile Credentials Args
data class ConnectorProfileCustomConnectorProfileCredentialsArgs(val apiKey: Output<ConnectorProfileApiKeyCredentialsArgs>? = null, val authenticationType: Output<ConnectorProfileAuthenticationType>, val basic: Output<ConnectorProfileBasicAuthCredentialsArgs>? = null, val custom: Output<ConnectorProfileCustomAuthCredentialsArgs>? = null, val oauth2: Output<ConnectorProfileOAuth2CredentialsArgs>? = null) : ConvertibleToJava<ConnectorProfileCustomConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileCustomConnectorProfileCredentialsArgs(apiKey: Output<ConnectorProfileApiKeyCredentialsArgs>? = null, authenticationType: Output<ConnectorProfileAuthenticationType>, basic: Output<ConnectorProfileBasicAuthCredentialsArgs>? = null, custom: Output<ConnectorProfileCustomAuthCredentialsArgs>? = null, oauth2: Output<ConnectorProfileOAuth2CredentialsArgs>? = null)