PathRecommendation interface

Represents a path that is recommended to be allowed and its properties

Properties

action

The recommendation action of the machine or rule

common

Whether the application is commonly run on the machine

configurationStatus

The configuration status of the machines group or machine or rule

fileType

The type of the file (for Linux files - Executable is used)

path

The full path of the file, or an identifier of the application

publisherInfo

Represents the publisher information of a process/rule

type

The type of IoT Security recommendation.

usernames
userSids

Property Details

action

The recommendation action of the machine or rule

action?: string

Property Value

string

common

Whether the application is commonly run on the machine

common?: boolean

Property Value

boolean

configurationStatus

The configuration status of the machines group or machine or rule

configurationStatus?: string

Property Value

string

fileType

The type of the file (for Linux files - Executable is used)

fileType?: string

Property Value

string

path

The full path of the file, or an identifier of the application

path?: string

Property Value

string

publisherInfo

Represents the publisher information of a process/rule

publisherInfo?: PublisherInfo

Property Value

type

The type of IoT Security recommendation.

type?: string

Property Value

string

usernames

usernames?: UserRecommendation[]

Property Value

userSids

userSids?: string[]

Property Value

string[]