Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataConnectorConnectBody

Package version

Represents Codeless API Polling data connector.

Hierarchy

  • DataConnectorConnectBody

Index

Properties

Optional apiKey

apiKey: undefined | string

The API key of the audit server.

Optional authorizationCode

authorizationCode: undefined | string

The authorization code used in OAuth 2.0 code flow to issue a token.

Optional clientId

clientId: undefined | string

The client id of the OAuth 2.0 application.

Optional clientSecret

clientSecret: undefined | string

The client secret of the OAuth 2.0 application.

Optional kind

The authentication kind used to poll the data

Optional password

password: undefined | string

The user password in the audit log server.

Optional requestConfigUserInputValues

requestConfigUserInputValues: Record<string, unknown>[]

Optional userName

userName: undefined | string

The user name in the audit log server.

Generated using TypeDoc