Share via


DataConnectionDataParent interface

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)

kind
name

The name of data connection

Property Details

content

The type of data the data connection will transfer.

Possible values: "assets", "attackSurfaceInsights"

content?: string

Property Value

string

frequency

The rate at which the data connection will receive updates.

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

frequency?: string

Property Value

string

frequencyOffset

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

frequencyOffset?: number

Property Value

number

kind

kind: string

Property Value

string

name

The name of data connection

name?: string

Property Value

string