UserDefinedResourcesPropertiesArgs

data class UserDefinedResourcesPropertiesArgs(val query: Output<String>, val querySubscriptions: Output<List<String>>) : ConvertibleToJava<UserDefinedResourcesPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val query: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): UserDefinedResourcesPropertiesArgs