Share via


FileHashEntityProperties Class

Definition

FileHash entity property bag.

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

Constructors

FileHashEntityProperties()

Creates an new FileHashEntityProperties instance.

Properties

AdditionalData

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

Algorithm

The hash algorithm type.

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.

HashValue

The file hash value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileHashEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileHashEntityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileHashEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to