-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Expand file tree
/
Copy path__init__.py
More file actions
214 lines (212 loc) · 9.3 KB
/
__init__.py
File metadata and controls
214 lines (212 loc) · 9.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
try:
from .operation_display_py3 import OperationDisplay
from .operation_py3 import Operation
from .alert_rule_py3 import AlertRule
from .alert_rule_kind1_py3 import AlertRuleKind1
from .scheduled_alert_rule_py3 import ScheduledAlertRule
from .action_py3 import Action
from .user_info_py3 import UserInfo
from .case_py3 import Case
from .bookmark_py3 import Bookmark
from .data_connector_py3 import DataConnector
from .data_connector_kind1_py3 import DataConnectorKind1
from .data_connector_tenant_id_py3 import DataConnectorTenantId
from .office_data_connector_data_types_share_point_py3 import OfficeDataConnectorDataTypesSharePoint
from .office_data_connector_data_types_exchange_py3 import OfficeDataConnectorDataTypesExchange
from .office_data_connector_data_types_py3 import OfficeDataConnectorDataTypes
from .office_data_connector_py3 import OfficeDataConnector
from .ti_data_connector_data_types_indicators_py3 import TIDataConnectorDataTypesIndicators
from .ti_data_connector_data_types_py3 import TIDataConnectorDataTypes
from .ti_data_connector_py3 import TIDataConnector
from .aws_cloud_trail_data_connector_data_types_logs_py3 import AwsCloudTrailDataConnectorDataTypesLogs
from .aws_cloud_trail_data_connector_data_types_py3 import AwsCloudTrailDataConnectorDataTypes
from .aws_cloud_trail_data_connector_py3 import AwsCloudTrailDataConnector
from .alerts_data_type_of_data_connector_alerts_py3 import AlertsDataTypeOfDataConnectorAlerts
from .alerts_data_type_of_data_connector_py3 import AlertsDataTypeOfDataConnector
from .aad_data_connector_py3 import AADDataConnector
from .asc_data_connector_py3 import ASCDataConnector
from .mcas_data_connector_data_types_discovery_logs_py3 import MCASDataConnectorDataTypesDiscoveryLogs
from .mcas_data_connector_data_types_py3 import MCASDataConnectorDataTypes
from .mcas_data_connector_py3 import MCASDataConnector
from .azure_advanced_threat_protection_data_connector_py3 import AzureAdvancedThreatProtectionDataConnector
from .microsoft_defender_advanced_threat_protection_data_connector_py3 import MicrosoftDefenderAdvancedThreatProtectionDataConnector
from .data_connector_with_alerts_properties_py3 import DataConnectorWithAlertsProperties
from .data_connector_data_type_common_py3 import DataConnectorDataTypeCommon
from .entity_py3 import Entity
from .entity_kind1_py3 import EntityKind1
from .account_entity_py3 import AccountEntity
from .host_entity_py3 import HostEntity
from .file_entity_py3 import FileEntity
from .office_consent_py3 import OfficeConsent
from .resource_py3 import Resource
from .settings_py3 import Settings
from .settings_kind_py3 import SettingsKind
from .ueba_settings_py3 import UebaSettings
from .toggle_settings_py3 import ToggleSettings
from .aggregations_py3 import Aggregations
from .aggregations_kind1_py3 import AggregationsKind1
from .cases_aggregation_by_severity_properties_py3 import CasesAggregationBySeverityProperties
from .cases_aggregation_by_status_properties_py3 import CasesAggregationByStatusProperties
from .cases_aggregation_py3 import CasesAggregation
from .entity_query_py3 import EntityQuery
except (SyntaxError, ImportError):
from .operation_display import OperationDisplay
from .operation import Operation
from .alert_rule import AlertRule
from .alert_rule_kind1 import AlertRuleKind1
from .scheduled_alert_rule import ScheduledAlertRule
from .action import Action
from .user_info import UserInfo
from .case import Case
from .bookmark import Bookmark
from .data_connector import DataConnector
from .data_connector_kind1 import DataConnectorKind1
from .data_connector_tenant_id import DataConnectorTenantId
from .office_data_connector_data_types_share_point import OfficeDataConnectorDataTypesSharePoint
from .office_data_connector_data_types_exchange import OfficeDataConnectorDataTypesExchange
from .office_data_connector_data_types import OfficeDataConnectorDataTypes
from .office_data_connector import OfficeDataConnector
from .ti_data_connector_data_types_indicators import TIDataConnectorDataTypesIndicators
from .ti_data_connector_data_types import TIDataConnectorDataTypes
from .ti_data_connector import TIDataConnector
from .aws_cloud_trail_data_connector_data_types_logs import AwsCloudTrailDataConnectorDataTypesLogs
from .aws_cloud_trail_data_connector_data_types import AwsCloudTrailDataConnectorDataTypes
from .aws_cloud_trail_data_connector import AwsCloudTrailDataConnector
from .alerts_data_type_of_data_connector_alerts import AlertsDataTypeOfDataConnectorAlerts
from .alerts_data_type_of_data_connector import AlertsDataTypeOfDataConnector
from .aad_data_connector import AADDataConnector
from .asc_data_connector import ASCDataConnector
from .mcas_data_connector_data_types_discovery_logs import MCASDataConnectorDataTypesDiscoveryLogs
from .mcas_data_connector_data_types import MCASDataConnectorDataTypes
from .mcas_data_connector import MCASDataConnector
from .azure_advanced_threat_protection_data_connector import AzureAdvancedThreatProtectionDataConnector
from .microsoft_defender_advanced_threat_protection_data_connector import MicrosoftDefenderAdvancedThreatProtectionDataConnector
from .data_connector_with_alerts_properties import DataConnectorWithAlertsProperties
from .data_connector_data_type_common import DataConnectorDataTypeCommon
from .entity import Entity
from .entity_kind1 import EntityKind1
from .account_entity import AccountEntity
from .host_entity import HostEntity
from .file_entity import FileEntity
from .office_consent import OfficeConsent
from .resource import Resource
from .settings import Settings
from .settings_kind import SettingsKind
from .ueba_settings import UebaSettings
from .toggle_settings import ToggleSettings
from .aggregations import Aggregations
from .aggregations_kind1 import AggregationsKind1
from .cases_aggregation_by_severity_properties import CasesAggregationBySeverityProperties
from .cases_aggregation_by_status_properties import CasesAggregationByStatusProperties
from .cases_aggregation import CasesAggregation
from .entity_query import EntityQuery
from .operation_paged import OperationPaged
from .alert_rule_paged import AlertRulePaged
from .action_paged import ActionPaged
from .case_paged import CasePaged
from .bookmark_paged import BookmarkPaged
from .data_connector_paged import DataConnectorPaged
from .entity_paged import EntityPaged
from .office_consent_paged import OfficeConsentPaged
from .entity_query_paged import EntityQueryPaged
from .security_insights_enums import (
AlertRuleKind,
AlertSeverity,
TriggerOperator,
CaseSeverity,
CaseStatus,
CloseReason,
DataConnectorKind,
DataTypeState,
EntityKind,
OSFamily,
SettingKind,
StatusInMcas,
LicenseStatus,
AggregationsKind,
)
__all__ = [
'OperationDisplay',
'Operation',
'AlertRule',
'AlertRuleKind1',
'ScheduledAlertRule',
'Action',
'UserInfo',
'Case',
'Bookmark',
'DataConnector',
'DataConnectorKind1',
'DataConnectorTenantId',
'OfficeDataConnectorDataTypesSharePoint',
'OfficeDataConnectorDataTypesExchange',
'OfficeDataConnectorDataTypes',
'OfficeDataConnector',
'TIDataConnectorDataTypesIndicators',
'TIDataConnectorDataTypes',
'TIDataConnector',
'AwsCloudTrailDataConnectorDataTypesLogs',
'AwsCloudTrailDataConnectorDataTypes',
'AwsCloudTrailDataConnector',
'AlertsDataTypeOfDataConnectorAlerts',
'AlertsDataTypeOfDataConnector',
'AADDataConnector',
'ASCDataConnector',
'MCASDataConnectorDataTypesDiscoveryLogs',
'MCASDataConnectorDataTypes',
'MCASDataConnector',
'AzureAdvancedThreatProtectionDataConnector',
'MicrosoftDefenderAdvancedThreatProtectionDataConnector',
'DataConnectorWithAlertsProperties',
'DataConnectorDataTypeCommon',
'Entity',
'EntityKind1',
'AccountEntity',
'HostEntity',
'FileEntity',
'OfficeConsent',
'Resource',
'Settings',
'SettingsKind',
'UebaSettings',
'ToggleSettings',
'Aggregations',
'AggregationsKind1',
'CasesAggregationBySeverityProperties',
'CasesAggregationByStatusProperties',
'CasesAggregation',
'EntityQuery',
'OperationPaged',
'AlertRulePaged',
'ActionPaged',
'CasePaged',
'BookmarkPaged',
'DataConnectorPaged',
'EntityPaged',
'OfficeConsentPaged',
'EntityQueryPaged',
'AlertRuleKind',
'AlertSeverity',
'TriggerOperator',
'CaseSeverity',
'CaseStatus',
'CloseReason',
'DataConnectorKind',
'DataTypeState',
'EntityKind',
'OSFamily',
'SettingKind',
'StatusInMcas',
'LicenseStatus',
'AggregationsKind',
]