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 |
| configuration |
The configuration status of the machines group or machine or rule |
| file |
The type of the file (for Linux files - Executable is used) |
| path | The full path of the file, or an identifier of the application |
| publisher |
Represents the publisher information of a process/rule |
| type | The type of IoT Security recommendation. |
| usernames | |
| user |
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
userSids
userSids?: string[]
Property Value
string[]