IActivityEntityQueryTemplate.RequiredInputFieldsSet Property

Definition

List of the fields of the source entity that are required to run the query

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of the fields of the source entity that are required to run the query", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiredInputFieldsSets", Update=true)]
public System.Collections.Generic.List<System.Collections.Generic.List<string>> RequiredInputFieldsSet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of the fields of the source entity that are required to run the query", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiredInputFieldsSets", Update=true)>]
member this.RequiredInputFieldsSet : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property RequiredInputFieldsSet As List(Of List(Of String))

Property Value

Attributes

Applies to