InsightQueryItemProperties Class
Represents Insight Query.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.EntityQueryItemPropertiesInsightQueryItemProperties
Constructor
InsightQueryItemProperties(*, data_types: Optional[List[azure.mgmt.securityinsight.models._models_py3.EntityQueryItemPropertiesDataTypesItem]] = None, input_entity_type: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.EntityType]] = None, required_input_fields_sets: Optional[List[List[str]]] = None, entities_filter: Optional[Any] = None, display_name: Optional[str] = None, description: Optional[str] = None, base_query: Optional[str] = None, table_query: Optional[azure.mgmt.securityinsight.models._models_py3.InsightQueryItemPropertiesTableQuery] = None, chart_query: Optional[Any] = None, additional_query: Optional[azure.mgmt.securityinsight.models._models_py3.InsightQueryItemPropertiesAdditionalQuery] = None, default_time_range: Optional[azure.mgmt.securityinsight.models._models_py3.InsightQueryItemPropertiesDefaultTimeRange] = None, reference_time_range: Optional[azure.mgmt.securityinsight.models._models_py3.InsightQueryItemPropertiesReferenceTimeRange] = None, **kwargs)
Variables
- data_types
- list[EntityQueryItemPropertiesDataTypesItem]
Data types for template.
- input_entity_type
- str or EntityType
The type of the entity. Possible values include: "Account", "Host", "File", "AzureResource", "CloudApplication", "DNS", "FileHash", "IP", "Malware", "Process", "RegistryKey", "RegistryValue", "SecurityGroup", "URL", "IoTDevice", "SecurityAlert", "HuntingBookmark", "MailCluster", "MailMessage", "Mailbox", "SubmissionMail".
- entities_filter
- any
The query applied only to entities matching to all filters.
- display_name
- str
The insight display name.
- description
- str
The insight description.
- base_query
- str
The base query of the insight.
- table_query
- InsightQueryItemPropertiesTableQuery
The insight table query.
- chart_query
- any
The insight chart query.
- additional_query
- InsightQueryItemPropertiesAdditionalQuery
The activity query definitions.
- default_time_range
- InsightQueryItemPropertiesDefaultTimeRange
The insight chart query.
- reference_time_range
- InsightQueryItemPropertiesReferenceTimeRange
The insight chart query.
Feedback
Submit and view feedback for