Share via


FileEntityProperties Class

Definition

File entity property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FileEntityPropertiesTypeConverter))]
public class FileEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFileEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FileEntityPropertiesTypeConverter))>]
type FileEntityProperties = class
    interface IFileEntityProperties
    interface IJsonSerializable
    interface IEntityCommonProperties
    interface IValidates
Public Class FileEntityProperties
Implements IFileEntityProperties, IValidates
Inheritance
FileEntityProperties
Attributes
Implements

Constructors

FileEntityProperties()

Creates an new FileEntityProperties instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

Directory

The full path to the file.

FileHashEntityId

The file hash entity identifiers associated with this file

FileName

The file name without path (some alerts might not include path).

FriendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

HostEntityId

The Host entity id which the file belongs to

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileEntityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFileEntityProperties.

FromJsonString(String)

Creates a new instance of FileEntityProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to