PathRecommendation Class

Definition

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

public class PathRecommendation
public class PathRecommendation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.PathRecommendation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.PathRecommendation>
type PathRecommendation = class
type PathRecommendation = class
    interface IJsonModel<PathRecommendation>
    interface IPersistableModel<PathRecommendation>
Public Class PathRecommendation
Public Class PathRecommendation
Implements IJsonModel(Of PathRecommendation), IPersistableModel(Of PathRecommendation)
Inheritance
PathRecommendation
Implements

Constructors

PathRecommendation()

Initializes a new instance of PathRecommendation.

Properties

Action

The recommendation action of the machine or rule.

ConfigurationStatus

The configuration status of the machines group or machine or rule.

FileType

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

IotSecurityRecommendationType

The type of IoT Security recommendation.

IsCommon

Whether the application is commonly run on the machine.

Path

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

PublisherInfo

Represents the publisher information of a process/rule.

Usernames

Gets the usernames.

UserSids

Gets the user sids.

Explicit Interface Implementations

IJsonModel<PathRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PathRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PathRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PathRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PathRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to