ResourceGraphQuerySpecification interface

Discovery rule specification for an Azure Resource Graph query

Extends

Properties

kind

Kind of the discovery rule specification

resourceGraphQuery

Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.

Property Details

kind

Kind of the discovery rule specification

kind: "ResourceGraphQuery"

Property Value

"ResourceGraphQuery"

resourceGraphQuery

Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.

resourceGraphQuery: string

Property Value

string