Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generated from ad57a6612c304a3cd5dbc7dcd642d3fffef7cdab
changed entities location
  • Loading branch information
AutorestCI committed Jul 17, 2019
commit a46ae633388b0a09e40d12e0b9237c78d24ecf73
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
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
from .entity_common_properties_py3 import EntityCommonProperties
from .security_alert_py3 import SecurityAlert
from .file_hash_py3 import FileHash
Expand All @@ -77,6 +65,18 @@
from .expansion_result_aggregation_py3 import ExpansionResultAggregation
from .expansion_results_metadata_py3 import ExpansionResultsMetadata
from .entity_expand_response_py3 import EntityExpandResponse
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
Expand Down Expand Up @@ -112,18 +112,6 @@
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 .entity_common_properties import EntityCommonProperties
from .security_alert import SecurityAlert
from .file_hash import FileHash
Expand All @@ -145,6 +133,18 @@
from .expansion_result_aggregation import ExpansionResultAggregation
from .expansion_results_metadata import ExpansionResultsMetadata
from .entity_expand_response import EntityExpandResponse
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
Expand All @@ -164,11 +164,6 @@
DataTypeState,
EntityKind,
OSFamily,
SettingKind,
StatusInMcas,
LicenseStatus,
AggregationsKind,
EntityType,
ConfidenceReason,
ConfidenceScoreStatus,
KillChainIntent,
Expand All @@ -179,6 +174,11 @@
ElevationToken,
RegistryHive,
RegistryValueKind,
SettingKind,
StatusInMcas,
LicenseStatus,
AggregationsKind,
EntityType,
)

__all__ = [
Expand Down Expand Up @@ -216,18 +216,6 @@
'AccountEntity',
'HostEntity',
'FileEntity',
'OfficeConsent',
'Resource',
'Settings',
'SettingsKind',
'UebaSettings',
'ToggleSettings',
'Aggregations',
'AggregationsKind1',
'CasesAggregationBySeverityProperties',
'CasesAggregationByStatusProperties',
'CasesAggregation',
'EntityQuery',
'EntityCommonProperties',
'SecurityAlert',
'FileHash',
Expand All @@ -249,6 +237,18 @@
'ExpansionResultAggregation',
'ExpansionResultsMetadata',
'EntityExpandResponse',
'OfficeConsent',
'Resource',
'Settings',
'SettingsKind',
'UebaSettings',
'ToggleSettings',
'Aggregations',
'AggregationsKind1',
'CasesAggregationBySeverityProperties',
'CasesAggregationByStatusProperties',
'CasesAggregation',
'EntityQuery',
'OperationPaged',
'AlertRulePaged',
'ActionPaged',
Expand All @@ -267,11 +267,6 @@
'DataTypeState',
'EntityKind',
'OSFamily',
'SettingKind',
'StatusInMcas',
'LicenseStatus',
'AggregationsKind',
'EntityType',
'ConfidenceReason',
'ConfidenceScoreStatus',
'KillChainIntent',
Expand All @@ -282,4 +277,9 @@
'ElevationToken',
'RegistryHive',
'RegistryValueKind',
'SettingKind',
'StatusInMcas',
'LicenseStatus',
'AggregationsKind',
'EntityType',
]
Original file line number Diff line number Diff line change
Expand Up @@ -101,49 +101,6 @@ class OSFamily(str, Enum):
ios = "IOS" #: Host with IOS operating system.


class SettingKind(str, Enum):

ueba_settings = "UebaSettings"
toggle_settings = "ToggleSettings"


class StatusInMcas(str, Enum):

enabled = "Enabled"
disabled = "Disabled"


class LicenseStatus(str, Enum):

enabled = "Enabled"
disabled = "Disabled"


class AggregationsKind(str, Enum):

cases_aggregation = "CasesAggregation"


class EntityType(str, Enum):

account = "Account" #: Entity represents account in the system.
host = "Host" #: Entity represents host in the system.
file = "File" #: Entity represents file in the system.
azure_resource = "AzureResource" #: Entity represents azure resource in the system.
cloud_application = "CloudApplication" #: Entity represents cloud application in the system.
dns = "DNS" #: Entity represents dns in the system.
file_hash = "FileHash" #: Entity represents file hash in the system.
ip = "IP" #: Entity represents ip in the system.
malware = "Malware" #: Entity represents malware in the system.
process = "Process" #: Entity represents process in the system.
registry_key = "RegistryKey" #: Entity represents registry key in the system.
registry_value = "RegistryValue" #: Entity represents registry value in the system.
security_group = "SecurityGroup" #: Entity represents security group in the system.
url = "URL" #: Entity represents url in the system.
security_alert = "SecurityAlert" #: Entity represents security alert in the system.
hunting_bookmark = "HuntingBookmark" #: Entity represents HuntingBookmark in the system.


class ConfidenceReason(str, Enum):

type = "Type" #: The type (category) of the reason
Expand Down Expand Up @@ -240,3 +197,46 @@ class RegistryValueKind(str, Enum):
dword = "DWord" #: DWord value type
multi_string = "MultiString" #: MultiString value type
qword = "QWord" #: QWord value type


class SettingKind(str, Enum):

ueba_settings = "UebaSettings"
toggle_settings = "ToggleSettings"


class StatusInMcas(str, Enum):

enabled = "Enabled"
disabled = "Disabled"


class LicenseStatus(str, Enum):

enabled = "Enabled"
disabled = "Disabled"


class AggregationsKind(str, Enum):

cases_aggregation = "CasesAggregation"


class EntityType(str, Enum):

account = "Account" #: Entity represents account in the system.
host = "Host" #: Entity represents host in the system.
file = "File" #: Entity represents file in the system.
azure_resource = "AzureResource" #: Entity represents azure resource in the system.
cloud_application = "CloudApplication" #: Entity represents cloud application in the system.
dns = "DNS" #: Entity represents dns in the system.
file_hash = "FileHash" #: Entity represents file hash in the system.
ip = "IP" #: Entity represents ip in the system.
malware = "Malware" #: Entity represents malware in the system.
process = "Process" #: Entity represents process in the system.
registry_key = "RegistryKey" #: Entity represents registry key in the system.
registry_value = "RegistryValue" #: Entity represents registry value in the system.
security_group = "SecurityGroup" #: Entity represents security group in the system.
url = "URL" #: Entity represents url in the system.
security_alert = "SecurityAlert" #: Entity represents security alert in the system.
hunting_bookmark = "HuntingBookmark" #: Entity represents HuntingBookmark in the system.