IFileEntity.FileHashEntityId Property

Definition

The file hash entity identifiers associated with this file

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The file hash entity identifiers associated with this file", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fileHashEntityIds", Update=false)]
public System.Collections.Generic.List<string> FileHashEntityId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The file hash entity identifiers associated with this file", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fileHashEntityIds", Update=false)>]
member this.FileHashEntityId : System.Collections.Generic.List<string>
Public ReadOnly Property FileHashEntityId As List(Of String)

Property Value

Attributes

Applies to