DataConnectorConnectBody interface
Represents Codeless API Polling data connector.
Properties
api |
The API key of the audit server. |
authorization |
The authorization code used in OAuth 2.0 code flow to issue a token. |
client |
The client id of the OAuth 2.0 application. |
client |
The client secret of the OAuth 2.0 application. |
data |
Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. |
data |
Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. |
kind | The authentication kind used to poll the data |
output |
Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. |
password | The user password in the audit log server. |
request |
|
user |
The user name in the audit log server. |
Property Details
apiKey
The API key of the audit server.
apiKey?: string
Property Value
string
authorizationCode
The authorization code used in OAuth 2.0 code flow to issue a token.
authorizationCode?: string
Property Value
string
clientId
The client id of the OAuth 2.0 application.
clientId?: string
Property Value
string
clientSecret
The client secret of the OAuth 2.0 application.
clientSecret?: string
Property Value
string
dataCollectionEndpoint
Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics.
dataCollectionEndpoint?: string
Property Value
string
dataCollectionRuleImmutableId
Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination.
dataCollectionRuleImmutableId?: string
Property Value
string
kind
The authentication kind used to poll the data
kind?: string
Property Value
string
outputStream
Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR.
outputStream?: string
Property Value
string
password
The user password in the audit log server.
password?: string
Property Value
string
requestConfigUserInputValues
requestConfigUserInputValues?: Record<string, unknown>[]
Property Value
Record<string, unknown>[]
userName
The user name in the audit log server.
userName?: string
Property Value
string
Azure SDK for JavaScript