UserDefinedResourcesProperties Class
Properties of the IoT Security solution's user defined resources.
All required parameters must be populated in order to send to server.
Constructor
UserDefinedResourcesProperties(*, query: str, query_subscriptions: List[str], **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
query
|
Azure Resource Graph query which represents the security solution's user defined resources. Required to start with "where type != "Microsoft.Devices/IotHubs"". Required. |
|
query_subscriptions
|
List of Azure subscription ids on which the user defined resources query should be executed. Required. |
Variables
| Name | Description |
|---|---|
|
query
|
Azure Resource Graph query which represents the security solution's user defined resources. Required to start with "where type != "Microsoft.Devices/IotHubs"". Required. |
|
query_subscriptions
|
List of Azure subscription ids on which the user defined resources query should be executed. Required. |