UserDefinedResourcesPropertiesResponse

data class UserDefinedResourcesPropertiesResponse(val query: String, val querySubscriptions: List<String>)

Properties of the IoT Security solution's user defined resources.

Constructors

Link copied to clipboard
constructor(query: String, querySubscriptions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Resource Graph query which represents the security solution's user defined resources. Required to start with "where type != "Microsoft.Devices/IotHubs""

Link copied to clipboard

List of Azure subscription ids on which the user defined resources query should be executed.