Share via


LogAnalyticsDataConnectionData interface

Extends

Properties

kind

The kind of DataConnectionData

properties

properties

Inherited Properties

content

The type of data the data connection will transfer.

Possible values: "assets", "attackSurfaceInsights"

frequency

The rate at which the data connection will receive updates.

Possible values: "daily", "weekly", "monthly"

frequencyOffset

The day to update the data connection on. (1-7 for weekly, 1-31 for monthly)

name

The name of data connection

Property Details

kind

The kind of DataConnectionData

kind: "logAnalytics"

Property Value

"logAnalytics"

properties

properties

properties: LogAnalyticsDataConnectionProperties

Property Value

Inherited Property Details

content

The type of data the data connection will transfer.

Possible values: "assets", "attackSurfaceInsights"

content?: string

Property Value

string

Inherited From DataConnectionDataParent.content

frequency

The rate at which the data connection will receive updates.

Possible values: "daily", "weekly", "monthly"

frequency?: string

Property Value

string

Inherited From DataConnectionDataParent.frequency

frequencyOffset

The day to update the data connection on. (1-7 for weekly, 1-31 for monthly)

frequencyOffset?: number

Property Value

number

Inherited From DataConnectionDataParent.frequencyOffset

name

The name of data connection

name?: string

Property Value

string

Inherited From DataConnectionDataParent.name