QuerySelectorResponse

data class QuerySelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val queryString: String, val subscriptionIds: List<String>, val type: String)

Model that represents a query selector.

Constructors

Link copied to clipboard
constructor(filter: SimpleFilterResponse? = null, id: String, queryString: String, subscriptionIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Model that represents available filter types that can be applied to a targets list.

Link copied to clipboard
val id: String

String of the selector ID.

Link copied to clipboard

Azure Resource Graph (ARG) Query Language query for target resources.

Link copied to clipboard

Subscription id list to scope resource query.

Link copied to clipboard

Enum of the selector type. Expected value is 'Query'.