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 dataCollectionEndpoint

dataCollectionEndpoint: undefined | string

Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics.

Optional dataCollectionRuleImmutableId

dataCollectionRuleImmutableId: undefined | string

Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination.

Optional kind

The authentication kind used to poll the data

Optional outputStream

outputStream: undefined | string

Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR.

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