@azure/arm-securityinsight 1.0.0-beta.4 → 1.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +159 -0
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1587 -606
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/actionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/actionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/actionsGetSample.js +12 -4
- package/dist-esm/samples-dev/actionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +12 -4
- package/dist-esm/samples-dev/actionsListByAlertRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +12 -4
- package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +12 -4
- package/dist-esm/samples-dev/alertRuleTemplatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +33 -20
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRulesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRulesGetSample.js +27 -16
- package/dist-esm/samples-dev/alertRulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRulesListSample.js +12 -4
- package/dist-esm/samples-dev/alertRulesListSample.js.map +1 -1
- package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/automationRulesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/automationRulesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/automationRulesGetSample.js +12 -4
- package/dist-esm/samples-dev/automationRulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/automationRulesListSample.js +12 -4
- package/dist-esm/samples-dev/automationRulesListSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarkExpandSample.js +12 -4
- package/dist-esm/samples-dev/bookmarkExpandSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +12 -4
- package/dist-esm/samples-dev/bookmarkRelationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsListSample.js +12 -4
- package/dist-esm/samples-dev/bookmarkRelationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarksDeleteSample.js +12 -4
- package/dist-esm/samples-dev/bookmarksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarksGetSample.js +12 -4
- package/dist-esm/samples-dev/bookmarksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/bookmarksListSample.js +12 -4
- package/dist-esm/samples-dev/bookmarksListSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +87 -64
- package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsConnectSample.js +17 -8
- package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +49 -34
- package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +32 -20
- package/dist-esm/samples-dev/dataConnectorsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +12 -4
- package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsGetSample.js +107 -80
- package/dist-esm/samples-dev/dataConnectorsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsListSample.js +12 -4
- package/dist-esm/samples-dev/dataConnectorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/domainWhoisGetSample.js +12 -4
- package/dist-esm/samples-dev/domainWhoisGetSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesExpandSample.js +12 -4
- package/dist-esm/samples-dev/entitiesExpandSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesGetInsightsSample.js +12 -4
- package/dist-esm/samples-dev/entitiesGetInsightsSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesGetSample.js +107 -80
- package/dist-esm/samples-dev/entitiesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +12 -4
- package/dist-esm/samples-dev/entitiesGetTimelineListSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesListSample.js +12 -4
- package/dist-esm/samples-dev/entitiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesQueriesSample.js +12 -4
- package/dist-esm/samples-dev/entitiesQueriesSample.js.map +1 -1
- package/dist-esm/samples-dev/entitiesRelationsListSample.js +12 -4
- package/dist-esm/samples-dev/entitiesRelationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +13 -5
- package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueriesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/entityQueriesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueriesGetSample.js +17 -8
- package/dist-esm/samples-dev/entityQueriesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueriesListSample.js +12 -4
- package/dist-esm/samples-dev/entityQueriesListSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +12 -4
- package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +12 -4
- package/dist-esm/samples-dev/entityQueryTemplatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +12 -4
- package/dist-esm/samples-dev/entityRelationsGetRelationSample.js.map +1 -1
- package/dist-esm/samples-dev/fileImportsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileImportsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileImportsCreateSample.js +46 -0
- package/dist-esm/samples-dev/fileImportsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileImportsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/fileImportsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/fileImportsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileImportsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileImportsGetSample.js +40 -0
- package/dist-esm/samples-dev/fileImportsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/fileImportsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileImportsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileImportsListSample.js +56 -0
- package/dist-esm/samples-dev/fileImportsListSample.js.map +1 -0
- package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/incidentCommentsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentCommentsGetSample.js +12 -4
- package/dist-esm/samples-dev/incidentCommentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentCommentsListSample.js +12 -4
- package/dist-esm/samples-dev/incidentCommentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/incidentRelationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentRelationsGetSample.js +12 -4
- package/dist-esm/samples-dev/incidentRelationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentRelationsListSample.js +12 -4
- package/dist-esm/samples-dev/incidentRelationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsCreateTeamSample.js +13 -4
- package/dist-esm/samples-dev/incidentsCreateTeamSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/incidentsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsGetSample.js +12 -4
- package/dist-esm/samples-dev/incidentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsListAlertsSample.js +12 -4
- package/dist-esm/samples-dev/incidentsListAlertsSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsListBookmarksSample.js +12 -4
- package/dist-esm/samples-dev/incidentsListBookmarksSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsListEntitiesSample.js +12 -4
- package/dist-esm/samples-dev/incidentsListEntitiesSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsListSample.js +12 -4
- package/dist-esm/samples-dev/incidentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +12 -4
- package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -1
- package/dist-esm/samples-dev/ipGeodataGetSample.js +12 -4
- package/dist-esm/samples-dev/ipGeodataGetSample.js.map +1 -1
- package/dist-esm/samples-dev/metadataCreateSample.js +17 -8
- package/dist-esm/samples-dev/metadataCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/metadataDeleteSample.js +12 -4
- package/dist-esm/samples-dev/metadataDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/metadataGetSample.js +12 -4
- package/dist-esm/samples-dev/metadataGetSample.js.map +1 -1
- package/dist-esm/samples-dev/metadataListSample.js +17 -8
- package/dist-esm/samples-dev/metadataListSample.js.map +1 -1
- package/dist-esm/samples-dev/metadataUpdateSample.js +12 -4
- package/dist-esm/samples-dev/metadataUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/officeConsentsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/officeConsentsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/officeConsentsGetSample.js +12 -4
- package/dist-esm/samples-dev/officeConsentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/officeConsentsListSample.js +12 -4
- package/dist-esm/samples-dev/officeConsentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/productSettingsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/productSettingsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/productSettingsGetSample.js +12 -4
- package/dist-esm/samples-dev/productSettingsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/productSettingsListSample.js +12 -4
- package/dist-esm/samples-dev/productSettingsListSample.js.map +1 -1
- package/dist-esm/samples-dev/productSettingsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/productSettingsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js +12 -4
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js +12 -4
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +12 -4
- package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +12 -4
- package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +12 -4
- package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +12 -4
- package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js.map +1 -1
- package/dist-esm/samples-dev/sourceControlsCreateSample.js +12 -4
- package/dist-esm/samples-dev/sourceControlsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sourceControlsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/sourceControlsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sourceControlsGetSample.js +12 -4
- package/dist-esm/samples-dev/sourceControlsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sourceControlsListSample.js +12 -4
- package/dist-esm/samples-dev/sourceControlsListSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js.map +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +12 -4
- package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/watchlistItemsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistItemsGetSample.js +12 -4
- package/dist-esm/samples-dev/watchlistItemsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistItemsListSample.js +12 -4
- package/dist-esm/samples-dev/watchlistItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +17 -8
- package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/watchlistsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistsGetSample.js +12 -4
- package/dist-esm/samples-dev/watchlistsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistsListSample.js +12 -4
- package/dist-esm/samples-dev/watchlistsListSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +474 -82
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +98 -8
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +82 -63
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +511 -201
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +16 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/actions.d.ts.map +1 -1
- package/dist-esm/src/operations/actions.js +19 -8
- package/dist-esm/src/operations/actions.js.map +1 -1
- package/dist-esm/src/operations/alertRuleTemplates.d.ts.map +1 -1
- package/dist-esm/src/operations/alertRuleTemplates.js +19 -8
- package/dist-esm/src/operations/alertRuleTemplates.js.map +1 -1
- package/dist-esm/src/operations/alertRules.d.ts.map +1 -1
- package/dist-esm/src/operations/alertRules.js +19 -8
- package/dist-esm/src/operations/alertRules.js.map +1 -1
- package/dist-esm/src/operations/automationRules.d.ts.map +1 -1
- package/dist-esm/src/operations/automationRules.js +19 -8
- package/dist-esm/src/operations/automationRules.js.map +1 -1
- package/dist-esm/src/operations/bookmarkRelations.d.ts.map +1 -1
- package/dist-esm/src/operations/bookmarkRelations.js +19 -14
- package/dist-esm/src/operations/bookmarkRelations.js.map +1 -1
- package/dist-esm/src/operations/bookmarks.d.ts.map +1 -1
- package/dist-esm/src/operations/bookmarks.js +19 -8
- package/dist-esm/src/operations/bookmarks.js.map +1 -1
- package/dist-esm/src/operations/dataConnectors.d.ts.map +1 -1
- package/dist-esm/src/operations/dataConnectors.js +19 -8
- package/dist-esm/src/operations/dataConnectors.js.map +1 -1
- package/dist-esm/src/operations/entities.d.ts.map +1 -1
- package/dist-esm/src/operations/entities.js +19 -8
- package/dist-esm/src/operations/entities.js.map +1 -1
- package/dist-esm/src/operations/entitiesRelations.d.ts.map +1 -1
- package/dist-esm/src/operations/entitiesRelations.js +19 -14
- package/dist-esm/src/operations/entitiesRelations.js.map +1 -1
- package/dist-esm/src/operations/entityQueries.d.ts.map +1 -1
- package/dist-esm/src/operations/entityQueries.js +19 -8
- package/dist-esm/src/operations/entityQueries.js.map +1 -1
- package/dist-esm/src/operations/entityQueryTemplates.d.ts.map +1 -1
- package/dist-esm/src/operations/entityQueryTemplates.js +19 -8
- package/dist-esm/src/operations/entityQueryTemplates.js.map +1 -1
- package/dist-esm/src/operations/fileImports.d.ts +72 -0
- package/dist-esm/src/operations/fileImports.d.ts.map +1 -0
- package/dist-esm/src/operations/fileImports.js +308 -0
- package/dist-esm/src/operations/fileImports.js.map +1 -0
- package/dist-esm/src/operations/incidentComments.d.ts.map +1 -1
- package/dist-esm/src/operations/incidentComments.js +19 -14
- package/dist-esm/src/operations/incidentComments.js.map +1 -1
- package/dist-esm/src/operations/incidentRelations.d.ts.map +1 -1
- package/dist-esm/src/operations/incidentRelations.js +19 -14
- package/dist-esm/src/operations/incidentRelations.js.map +1 -1
- package/dist-esm/src/operations/incidents.d.ts.map +1 -1
- package/dist-esm/src/operations/incidents.js +19 -14
- package/dist-esm/src/operations/incidents.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/metadata.d.ts.map +1 -1
- package/dist-esm/src/operations/metadata.js +19 -14
- package/dist-esm/src/operations/metadata.js.map +1 -1
- package/dist-esm/src/operations/officeConsents.d.ts.map +1 -1
- package/dist-esm/src/operations/officeConsents.js +19 -8
- package/dist-esm/src/operations/officeConsents.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/securityMLAnalyticsSettings.js +19 -8
- package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -1
- package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/sourceControlOperations.js +19 -8
- package/dist-esm/src/operations/sourceControlOperations.js.map +1 -1
- package/dist-esm/src/operations/sourceControls.d.ts.map +1 -1
- package/dist-esm/src/operations/sourceControls.js +19 -8
- package/dist-esm/src/operations/sourceControls.js.map +1 -1
- package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -1
- package/dist-esm/src/operations/threatIntelligenceIndicator.js +19 -8
- package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -1
- package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts.map +1 -1
- package/dist-esm/src/operations/threatIntelligenceIndicators.js +19 -14
- package/dist-esm/src/operations/threatIntelligenceIndicators.js.map +1 -1
- package/dist-esm/src/operations/watchlistItems.d.ts.map +1 -1
- package/dist-esm/src/operations/watchlistItems.js +19 -8
- package/dist-esm/src/operations/watchlistItems.js.map +1 -1
- package/dist-esm/src/operations/watchlists.d.ts.map +1 -1
- package/dist-esm/src/operations/watchlists.js +19 -8
- package/dist-esm/src/operations/watchlists.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/fileImports.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/fileImports.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileImports.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileImports.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/securityInsights.d.ts +2 -1
- package/dist-esm/src/securityInsights.d.ts.map +1 -1
- package/dist-esm/src/securityInsights.js +7 -9
- package/dist-esm/src/securityInsights.js.map +1 -1
- package/dist-esm/test/securityinsights_examples.spec.d.ts +4 -0
- package/dist-esm/test/securityinsights_examples.spec.d.ts.map +1 -0
- package/dist-esm/test/securityinsights_examples.spec.js +98 -0
- package/dist-esm/test/securityinsights_examples.spec.js.map +1 -0
- package/package.json +10 -6
- package/review/arm-securityinsight.api.md +282 -34
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +526 -100
- package/src/models/mappers.ts +546 -201
- package/src/models/parameters.ts +18 -1
- package/src/operations/actions.ts +27 -14
- package/src/operations/alertRuleTemplates.ts +26 -9
- package/src/operations/alertRules.ts +26 -9
- package/src/operations/automationRules.ts +27 -10
- package/src/operations/bookmarkRelations.ts +27 -20
- package/src/operations/bookmarks.ts +26 -9
- package/src/operations/dataConnectors.ts +26 -9
- package/src/operations/entities.ts +26 -9
- package/src/operations/entitiesRelations.ts +27 -20
- package/src/operations/entityQueries.ts +26 -9
- package/src/operations/entityQueryTemplates.ts +26 -9
- package/src/operations/fileImports.ts +421 -0
- package/src/operations/incidentComments.ts +27 -20
- package/src/operations/incidentRelations.ts +27 -20
- package/src/operations/incidents.ts +27 -16
- package/src/operations/index.ts +1 -0
- package/src/operations/metadata.ts +26 -15
- package/src/operations/officeConsents.ts +26 -9
- package/src/operations/operations.ts +21 -9
- package/src/operations/securityMLAnalyticsSettings.ts +26 -9
- package/src/operations/sourceControlOperations.ts +27 -14
- package/src/operations/sourceControls.ts +26 -9
- package/src/operations/threatIntelligenceIndicator.ts +28 -15
- package/src/operations/threatIntelligenceIndicators.ts +26 -15
- package/src/operations/watchlistItems.ts +27 -14
- package/src/operations/watchlists.ts +26 -9
- package/src/operationsInterfaces/fileImports.ts +95 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/pagingHelper.ts +39 -0
- package/src/securityInsights.ts +10 -7
- package/types/arm-securityinsight.d.ts +549 -67
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
package/src/models/index.ts
CHANGED
|
@@ -10,7 +10,9 @@ import * as coreClient from "@azure/core-client";
|
|
|
10
10
|
|
|
11
11
|
export type AutomationRuleConditionUnion =
|
|
12
12
|
| AutomationRuleCondition
|
|
13
|
+
| BooleanConditionProperties
|
|
13
14
|
| PropertyArrayChangedConditionProperties
|
|
15
|
+
| PropertyArrayConditionProperties
|
|
14
16
|
| PropertyChangedConditionProperties
|
|
15
17
|
| PropertyConditionProperties;
|
|
16
18
|
export type AutomationRuleActionUnion =
|
|
@@ -242,7 +244,12 @@ export interface AutomationRuleTriggeringLogic {
|
|
|
242
244
|
/** Describes an automation rule condition. */
|
|
243
245
|
export interface AutomationRuleCondition {
|
|
244
246
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
245
|
-
conditionType:
|
|
247
|
+
conditionType:
|
|
248
|
+
| "Boolean"
|
|
249
|
+
| "PropertyArrayChanged"
|
|
250
|
+
| "PropertyArray"
|
|
251
|
+
| "PropertyChanged"
|
|
252
|
+
| "Property";
|
|
246
253
|
}
|
|
247
254
|
|
|
248
255
|
/** Describes an automation rule action. */
|
|
@@ -271,7 +278,7 @@ export interface AutomationRulesList {
|
|
|
271
278
|
|
|
272
279
|
export interface ManualTriggerRequestBody {
|
|
273
280
|
tenantId?: string;
|
|
274
|
-
logicAppsResourceId
|
|
281
|
+
logicAppsResourceId: string;
|
|
275
282
|
}
|
|
276
283
|
|
|
277
284
|
/** List all the bookmarks. */
|
|
@@ -725,6 +732,48 @@ export interface EntityQueryTemplateList {
|
|
|
725
732
|
value: EntityQueryTemplateUnion[];
|
|
726
733
|
}
|
|
727
734
|
|
|
735
|
+
/** List all the file imports. */
|
|
736
|
+
export interface FileImportList {
|
|
737
|
+
/**
|
|
738
|
+
* URL to fetch the next set of file imports.
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly nextLink?: string;
|
|
742
|
+
/** Array of file imports. */
|
|
743
|
+
value: FileImport[];
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
/** Represents a file. */
|
|
747
|
+
export interface FileMetadata {
|
|
748
|
+
/** The format of the file */
|
|
749
|
+
fileFormat?: FileFormat;
|
|
750
|
+
/** The name of the file. */
|
|
751
|
+
fileName?: string;
|
|
752
|
+
/** The size of the file. */
|
|
753
|
+
fileSize?: number;
|
|
754
|
+
/**
|
|
755
|
+
* A URI with a valid SAS token to allow uploading / downloading the file.
|
|
756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
+
*/
|
|
758
|
+
readonly fileContentUri?: string;
|
|
759
|
+
/**
|
|
760
|
+
* Indicates whether the file was deleted from the storage account.
|
|
761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
762
|
+
*/
|
|
763
|
+
readonly deleteStatus?: DeleteStatus;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/** Describes an error encountered in the file during validation. */
|
|
767
|
+
export interface ValidationError {
|
|
768
|
+
/** The number of the record that has the error. */
|
|
769
|
+
recordIndex?: number;
|
|
770
|
+
/**
|
|
771
|
+
* A list of descriptions of the error.
|
|
772
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
+
*/
|
|
774
|
+
readonly errorMessages?: string[];
|
|
775
|
+
}
|
|
776
|
+
|
|
728
777
|
/** List all the incidents. */
|
|
729
778
|
export interface IncidentList {
|
|
730
779
|
/**
|
|
@@ -1428,6 +1477,8 @@ export interface QueryBasedAlertRuleTemplateProperties {
|
|
|
1428
1477
|
entityMappings?: EntityMapping[];
|
|
1429
1478
|
/** The alert details override settings */
|
|
1430
1479
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
1480
|
+
/** The event grouping settings. */
|
|
1481
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
1431
1482
|
}
|
|
1432
1483
|
|
|
1433
1484
|
/** Single entity mapping for the alert rule */
|
|
@@ -1458,6 +1509,12 @@ export interface AlertDetailsOverride {
|
|
|
1458
1509
|
alertSeverityColumnName?: string;
|
|
1459
1510
|
}
|
|
1460
1511
|
|
|
1512
|
+
/** Event grouping settings property bag. */
|
|
1513
|
+
export interface EventGroupingSettings {
|
|
1514
|
+
/** The event grouping aggregation kinds */
|
|
1515
|
+
aggregationKind?: EventGroupingAggregationKind;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1461
1518
|
/** Represents a supported source signal configuration in Fusion detection. */
|
|
1462
1519
|
export interface FusionSourceSettings {
|
|
1463
1520
|
/** Determines whether this source signal is enabled or disabled in Fusion detection. */
|
|
@@ -1601,10 +1658,9 @@ export interface ScheduledAlertRuleCommonProperties {
|
|
|
1601
1658
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
1602
1659
|
}
|
|
1603
1660
|
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
aggregationKind?: EventGroupingAggregationKind;
|
|
1661
|
+
export interface AutomationRuleBooleanCondition {
|
|
1662
|
+
operator?: AutomationRuleBooleanConditionSupportedOperator;
|
|
1663
|
+
innerConditions?: AutomationRuleConditionUnion[];
|
|
1608
1664
|
}
|
|
1609
1665
|
|
|
1610
1666
|
export interface IncidentPropertiesAction {
|
|
@@ -1629,6 +1685,12 @@ export interface AutomationRulePropertyArrayChangedValuesCondition {
|
|
|
1629
1685
|
changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
|
|
1630
1686
|
}
|
|
1631
1687
|
|
|
1688
|
+
export interface AutomationRulePropertyArrayValuesCondition {
|
|
1689
|
+
arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
|
|
1690
|
+
arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
|
|
1691
|
+
itemConditions?: AutomationRuleConditionUnion[];
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1632
1694
|
export interface AutomationRulePropertyValuesChangedCondition {
|
|
1633
1695
|
propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
|
|
1634
1696
|
changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
|
|
@@ -2175,6 +2237,63 @@ export interface EntityQueryTemplate extends Resource {
|
|
|
2175
2237
|
kind: EntityQueryTemplateKind;
|
|
2176
2238
|
}
|
|
2177
2239
|
|
|
2240
|
+
/** Represents a file import in Azure Security Insights. */
|
|
2241
|
+
export interface FileImport extends Resource {
|
|
2242
|
+
/** Describes how to ingest the records in the file. */
|
|
2243
|
+
ingestionMode?: IngestionMode;
|
|
2244
|
+
/** The content type of this file. */
|
|
2245
|
+
contentType?: FileImportContentType;
|
|
2246
|
+
/**
|
|
2247
|
+
* The time the file was imported.
|
|
2248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2249
|
+
*/
|
|
2250
|
+
readonly createdTimeUTC?: Date;
|
|
2251
|
+
/**
|
|
2252
|
+
* Represents the error file (if the import was ingested with errors or failed the validation).
|
|
2253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2254
|
+
*/
|
|
2255
|
+
readonly errorFile?: FileMetadata;
|
|
2256
|
+
/**
|
|
2257
|
+
* An ordered list of some of the errors that were encountered during validation.
|
|
2258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2259
|
+
*/
|
|
2260
|
+
readonly errorsPreview?: ValidationError[];
|
|
2261
|
+
/** Represents the imported file. */
|
|
2262
|
+
importFile?: FileMetadata;
|
|
2263
|
+
/**
|
|
2264
|
+
* The number of records that have been successfully ingested.
|
|
2265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2266
|
+
*/
|
|
2267
|
+
readonly ingestedRecordCount?: number;
|
|
2268
|
+
/** The source for the data in the file. */
|
|
2269
|
+
source?: string;
|
|
2270
|
+
/**
|
|
2271
|
+
* The state of the file import.
|
|
2272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2273
|
+
*/
|
|
2274
|
+
readonly state?: FileImportState;
|
|
2275
|
+
/**
|
|
2276
|
+
* The number of records in the file.
|
|
2277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2278
|
+
*/
|
|
2279
|
+
readonly totalRecordCount?: number;
|
|
2280
|
+
/**
|
|
2281
|
+
* The number of records that have passed validation.
|
|
2282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2283
|
+
*/
|
|
2284
|
+
readonly validRecordCount?: number;
|
|
2285
|
+
/**
|
|
2286
|
+
* The time the files associated with this import are deleted from the storage account.
|
|
2287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2288
|
+
*/
|
|
2289
|
+
readonly filesValidUntilTimeUTC?: Date;
|
|
2290
|
+
/**
|
|
2291
|
+
* The time the file import record is soft deleted from the database and history.
|
|
2292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2293
|
+
*/
|
|
2294
|
+
readonly importValidUntilTimeUTC?: Date;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2178
2297
|
/** Consent for Office365 tenant that already made. */
|
|
2179
2298
|
export interface OfficeConsent extends Resource {
|
|
2180
2299
|
/** The tenantId of the Office365 with the consent. */
|
|
@@ -2195,6 +2314,13 @@ export interface ActionRequestProperties extends ActionPropertiesBase {
|
|
|
2195
2314
|
triggerUri: string;
|
|
2196
2315
|
}
|
|
2197
2316
|
|
|
2317
|
+
/** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
|
|
2318
|
+
export interface BooleanConditionProperties extends AutomationRuleCondition {
|
|
2319
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2320
|
+
conditionType: "Boolean";
|
|
2321
|
+
conditionProperties?: AutomationRuleBooleanCondition;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2198
2324
|
/** Describes an automation rule condition that evaluates an array property's value change */
|
|
2199
2325
|
export interface PropertyArrayChangedConditionProperties
|
|
2200
2326
|
extends AutomationRuleCondition {
|
|
@@ -2203,6 +2329,14 @@ export interface PropertyArrayChangedConditionProperties
|
|
|
2203
2329
|
conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
|
|
2204
2330
|
}
|
|
2205
2331
|
|
|
2332
|
+
/** Describes an automation rule condition that evaluates an array property's value */
|
|
2333
|
+
export interface PropertyArrayConditionProperties
|
|
2334
|
+
extends AutomationRuleCondition {
|
|
2335
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2336
|
+
conditionType: "PropertyArray";
|
|
2337
|
+
conditionProperties?: AutomationRulePropertyArrayValuesCondition;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2206
2340
|
/** Describes an automation rule condition that evaluates a property's value change */
|
|
2207
2341
|
export interface PropertyChangedConditionProperties
|
|
2208
2342
|
extends AutomationRuleCondition {
|
|
@@ -4232,6 +4366,8 @@ export interface DataConnector extends ResourceWithEtag {
|
|
|
4232
4366
|
/** Represents MLBehaviorAnalytics alert rule template. */
|
|
4233
4367
|
export interface MLBehaviorAnalyticsAlertRuleTemplate
|
|
4234
4368
|
extends AlertRuleTemplate {
|
|
4369
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4370
|
+
kind: "MLBehaviorAnalytics";
|
|
4235
4371
|
/** the number of alert rules that were created by this template */
|
|
4236
4372
|
alertRulesCreatedByTemplateCount?: number;
|
|
4237
4373
|
/**
|
|
@@ -4262,6 +4398,8 @@ export interface MLBehaviorAnalyticsAlertRuleTemplate
|
|
|
4262
4398
|
|
|
4263
4399
|
/** Represents Fusion alert rule template. */
|
|
4264
4400
|
export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
|
|
4401
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4402
|
+
kind: "Fusion";
|
|
4265
4403
|
/** the number of alert rules that were created by this template */
|
|
4266
4404
|
alertRulesCreatedByTemplateCount?: number;
|
|
4267
4405
|
/**
|
|
@@ -4294,6 +4432,8 @@ export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
4294
4432
|
|
|
4295
4433
|
/** Represents Threat Intelligence alert rule template. */
|
|
4296
4434
|
export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
|
|
4435
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4436
|
+
kind: "ThreatIntelligence";
|
|
4297
4437
|
/** the number of alert rules that were created by this template */
|
|
4298
4438
|
alertRulesCreatedByTemplateCount?: number;
|
|
4299
4439
|
/**
|
|
@@ -4325,6 +4465,8 @@ export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
4325
4465
|
/** Represents MicrosoftSecurityIncidentCreation rule template. */
|
|
4326
4466
|
export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate
|
|
4327
4467
|
extends AlertRuleTemplate {
|
|
4468
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4469
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
4328
4470
|
/** the number of alert rules that were created by this template */
|
|
4329
4471
|
alertRulesCreatedByTemplateCount?: number;
|
|
4330
4472
|
/**
|
|
@@ -4357,6 +4499,8 @@ export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate
|
|
|
4357
4499
|
|
|
4358
4500
|
/** Represents scheduled alert rule template. */
|
|
4359
4501
|
export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
4502
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4503
|
+
kind: "Scheduled";
|
|
4360
4504
|
/** the number of alert rules that were created by this template */
|
|
4361
4505
|
alertRulesCreatedByTemplateCount?: number;
|
|
4362
4506
|
/**
|
|
@@ -4407,6 +4551,8 @@ export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
4407
4551
|
|
|
4408
4552
|
/** Represents NRT alert rule template. */
|
|
4409
4553
|
export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
4554
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4555
|
+
kind: "NRT";
|
|
4410
4556
|
/** the number of alert rules that were created by this template */
|
|
4411
4557
|
alertRulesCreatedByTemplateCount?: number;
|
|
4412
4558
|
/**
|
|
@@ -4443,10 +4589,14 @@ export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
4443
4589
|
entityMappings?: EntityMapping[];
|
|
4444
4590
|
/** The alert details override settings */
|
|
4445
4591
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
4592
|
+
/** The event grouping settings. */
|
|
4593
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4446
4594
|
}
|
|
4447
4595
|
|
|
4448
4596
|
/** Represents a security alert entity. */
|
|
4449
4597
|
export interface SecurityAlert extends Entity {
|
|
4598
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4599
|
+
kind: "SecurityAlert";
|
|
4450
4600
|
/**
|
|
4451
4601
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4452
4602
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4583,6 +4733,8 @@ export interface SecurityAlert extends Entity {
|
|
|
4583
4733
|
|
|
4584
4734
|
/** Represents a Hunting bookmark entity. */
|
|
4585
4735
|
export interface HuntingBookmark extends Entity {
|
|
4736
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4737
|
+
kind: "Bookmark";
|
|
4586
4738
|
/**
|
|
4587
4739
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4588
4740
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4619,6 +4771,8 @@ export interface HuntingBookmark extends Entity {
|
|
|
4619
4771
|
|
|
4620
4772
|
/** Represents an account entity. */
|
|
4621
4773
|
export interface AccountEntity extends Entity {
|
|
4774
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4775
|
+
kind: "Account";
|
|
4622
4776
|
/**
|
|
4623
4777
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4624
4778
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4693,6 +4847,8 @@ export interface AccountEntity extends Entity {
|
|
|
4693
4847
|
|
|
4694
4848
|
/** Represents an azure resource entity. */
|
|
4695
4849
|
export interface AzureResourceEntity extends Entity {
|
|
4850
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4851
|
+
kind: "AzureResource";
|
|
4696
4852
|
/**
|
|
4697
4853
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4698
4854
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4717,6 +4873,8 @@ export interface AzureResourceEntity extends Entity {
|
|
|
4717
4873
|
|
|
4718
4874
|
/** Represents a cloud application entity. */
|
|
4719
4875
|
export interface CloudApplicationEntity extends Entity {
|
|
4876
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4877
|
+
kind: "CloudApplication";
|
|
4720
4878
|
/**
|
|
4721
4879
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4722
4880
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4746,6 +4904,8 @@ export interface CloudApplicationEntity extends Entity {
|
|
|
4746
4904
|
|
|
4747
4905
|
/** Represents a dns entity. */
|
|
4748
4906
|
export interface DnsEntity extends Entity {
|
|
4907
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4908
|
+
kind: "DnsResolution";
|
|
4749
4909
|
/**
|
|
4750
4910
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4751
4911
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4780,6 +4940,8 @@ export interface DnsEntity extends Entity {
|
|
|
4780
4940
|
|
|
4781
4941
|
/** Represents a file entity. */
|
|
4782
4942
|
export interface FileEntity extends Entity {
|
|
4943
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4944
|
+
kind: "File";
|
|
4783
4945
|
/**
|
|
4784
4946
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4785
4947
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4814,6 +4976,8 @@ export interface FileEntity extends Entity {
|
|
|
4814
4976
|
|
|
4815
4977
|
/** Represents a file hash entity. */
|
|
4816
4978
|
export interface FileHashEntity extends Entity {
|
|
4979
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4980
|
+
kind: "FileHash";
|
|
4817
4981
|
/**
|
|
4818
4982
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4819
4983
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4838,6 +5002,8 @@ export interface FileHashEntity extends Entity {
|
|
|
4838
5002
|
|
|
4839
5003
|
/** Represents a host entity. */
|
|
4840
5004
|
export interface HostEntity extends Entity {
|
|
5005
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5006
|
+
kind: "Host";
|
|
4841
5007
|
/**
|
|
4842
5008
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4843
5009
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4894,6 +5060,8 @@ export interface HostEntity extends Entity {
|
|
|
4894
5060
|
|
|
4895
5061
|
/** Represents an IoT device entity. */
|
|
4896
5062
|
export interface IoTDeviceEntity extends Entity {
|
|
5063
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5064
|
+
kind: "IoTDevice";
|
|
4897
5065
|
/**
|
|
4898
5066
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4899
5067
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5045,6 +5213,8 @@ export interface IoTDeviceEntity extends Entity {
|
|
|
5045
5213
|
|
|
5046
5214
|
/** Represents an ip entity. */
|
|
5047
5215
|
export interface IpEntity extends Entity {
|
|
5216
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5217
|
+
kind: "Ip";
|
|
5048
5218
|
/**
|
|
5049
5219
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5050
5220
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5074,6 +5244,8 @@ export interface IpEntity extends Entity {
|
|
|
5074
5244
|
|
|
5075
5245
|
/** Represents a mailbox entity. */
|
|
5076
5246
|
export interface MailboxEntity extends Entity {
|
|
5247
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5248
|
+
kind: "Mailbox";
|
|
5077
5249
|
/**
|
|
5078
5250
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5079
5251
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5108,6 +5280,8 @@ export interface MailboxEntity extends Entity {
|
|
|
5108
5280
|
|
|
5109
5281
|
/** Represents a mail cluster entity. */
|
|
5110
5282
|
export interface MailClusterEntity extends Entity {
|
|
5283
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5284
|
+
kind: "MailCluster";
|
|
5111
5285
|
/**
|
|
5112
5286
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5113
5287
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5197,6 +5371,8 @@ export interface MailClusterEntity extends Entity {
|
|
|
5197
5371
|
|
|
5198
5372
|
/** Represents a mail message entity. */
|
|
5199
5373
|
export interface MailMessageEntity extends Entity {
|
|
5374
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5375
|
+
kind: "MailMessage";
|
|
5200
5376
|
/**
|
|
5201
5377
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5202
5378
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5312,6 +5488,8 @@ export interface MailMessageEntity extends Entity {
|
|
|
5312
5488
|
|
|
5313
5489
|
/** Represents a malware entity. */
|
|
5314
5490
|
export interface MalwareEntity extends Entity {
|
|
5491
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5492
|
+
kind: "Malware";
|
|
5315
5493
|
/**
|
|
5316
5494
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5317
5495
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5346,6 +5524,8 @@ export interface MalwareEntity extends Entity {
|
|
|
5346
5524
|
|
|
5347
5525
|
/** Represents a process entity. */
|
|
5348
5526
|
export interface ProcessEntity extends Entity {
|
|
5527
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5528
|
+
kind: "Process";
|
|
5349
5529
|
/**
|
|
5350
5530
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5351
5531
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5402,6 +5582,8 @@ export interface ProcessEntity extends Entity {
|
|
|
5402
5582
|
|
|
5403
5583
|
/** Represents a registry key entity. */
|
|
5404
5584
|
export interface RegistryKeyEntity extends Entity {
|
|
5585
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5586
|
+
kind: "RegistryKey";
|
|
5405
5587
|
/**
|
|
5406
5588
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5407
5589
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5426,6 +5608,8 @@ export interface RegistryKeyEntity extends Entity {
|
|
|
5426
5608
|
|
|
5427
5609
|
/** Represents a registry value entity. */
|
|
5428
5610
|
export interface RegistryValueEntity extends Entity {
|
|
5611
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5612
|
+
kind: "RegistryValue";
|
|
5429
5613
|
/**
|
|
5430
5614
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5431
5615
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5460,6 +5644,8 @@ export interface RegistryValueEntity extends Entity {
|
|
|
5460
5644
|
|
|
5461
5645
|
/** Represents a security group entity. */
|
|
5462
5646
|
export interface SecurityGroupEntity extends Entity {
|
|
5647
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5648
|
+
kind: "SecurityGroup";
|
|
5463
5649
|
/**
|
|
5464
5650
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5465
5651
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5489,6 +5675,8 @@ export interface SecurityGroupEntity extends Entity {
|
|
|
5489
5675
|
|
|
5490
5676
|
/** Represents a submission mail entity. */
|
|
5491
5677
|
export interface SubmissionMailEntity extends Entity {
|
|
5678
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5679
|
+
kind: "SubmissionMail";
|
|
5492
5680
|
/**
|
|
5493
5681
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5494
5682
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5553,6 +5741,8 @@ export interface SubmissionMailEntity extends Entity {
|
|
|
5553
5741
|
|
|
5554
5742
|
/** Represents a url entity. */
|
|
5555
5743
|
export interface UrlEntity extends Entity {
|
|
5744
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5745
|
+
kind: "Url";
|
|
5556
5746
|
/**
|
|
5557
5747
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5558
5748
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5572,6 +5762,8 @@ export interface UrlEntity extends Entity {
|
|
|
5572
5762
|
|
|
5573
5763
|
/** Represents an network interface entity. */
|
|
5574
5764
|
export interface NicEntity extends Entity {
|
|
5765
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5766
|
+
kind: "Nic";
|
|
5575
5767
|
/**
|
|
5576
5768
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5577
5769
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5601,6 +5793,8 @@ export interface NicEntity extends Entity {
|
|
|
5601
5793
|
|
|
5602
5794
|
/** Represents Activity entity query. */
|
|
5603
5795
|
export interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
|
|
5796
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5797
|
+
kind: "Activity";
|
|
5604
5798
|
/** The entity query title */
|
|
5605
5799
|
title?: string;
|
|
5606
5800
|
/** The entity query content to display in timeline */
|
|
@@ -5637,6 +5831,8 @@ export interface PermissionsCustomsItem extends Customs {}
|
|
|
5637
5831
|
|
|
5638
5832
|
/** Represents MLBehaviorAnalytics alert rule. */
|
|
5639
5833
|
export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
5834
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5835
|
+
kind: "MLBehaviorAnalytics";
|
|
5640
5836
|
/** The Name of the alert rule template used to create this rule. */
|
|
5641
5837
|
alertRuleTemplateName?: string;
|
|
5642
5838
|
/**
|
|
@@ -5675,6 +5871,8 @@ export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
|
5675
5871
|
|
|
5676
5872
|
/** Represents Fusion alert rule. */
|
|
5677
5873
|
export interface FusionAlertRule extends AlertRule {
|
|
5874
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5875
|
+
kind: "Fusion";
|
|
5678
5876
|
/** The Name of the alert rule template used to create this rule. */
|
|
5679
5877
|
alertRuleTemplateName?: string;
|
|
5680
5878
|
/**
|
|
@@ -5717,6 +5915,8 @@ export interface FusionAlertRule extends AlertRule {
|
|
|
5717
5915
|
|
|
5718
5916
|
/** Represents Threat Intelligence alert rule. */
|
|
5719
5917
|
export interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
5918
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5919
|
+
kind: "ThreatIntelligence";
|
|
5720
5920
|
/** The Name of the alert rule template used to create this rule. */
|
|
5721
5921
|
alertRuleTemplateName?: string;
|
|
5722
5922
|
/**
|
|
@@ -5755,6 +5955,8 @@ export interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
|
5755
5955
|
|
|
5756
5956
|
/** Represents MicrosoftSecurityIncidentCreation rule. */
|
|
5757
5957
|
export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
|
|
5958
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5959
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
5758
5960
|
/** the alerts' displayNames on which the cases will be generated */
|
|
5759
5961
|
displayNamesFilter?: string[];
|
|
5760
5962
|
/** the alerts' displayNames on which the cases will not be generated */
|
|
@@ -5780,6 +5982,8 @@ export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
|
|
|
5780
5982
|
|
|
5781
5983
|
/** Represents scheduled alert rule. */
|
|
5782
5984
|
export interface ScheduledAlertRule extends AlertRule {
|
|
5985
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5986
|
+
kind: "Scheduled";
|
|
5783
5987
|
/** The query that creates alerts for this rule. */
|
|
5784
5988
|
query?: string;
|
|
5785
5989
|
/** The frequency (in ISO 8601 duration format) for this alert rule to run. */
|
|
@@ -5829,6 +6033,8 @@ export interface ScheduledAlertRule extends AlertRule {
|
|
|
5829
6033
|
|
|
5830
6034
|
/** Represents NRT alert rule. */
|
|
5831
6035
|
export interface NrtAlertRule extends AlertRule {
|
|
6036
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6037
|
+
kind: "NRT";
|
|
5832
6038
|
/** The Name of the alert rule template used to create this rule. */
|
|
5833
6039
|
alertRuleTemplateName?: string;
|
|
5834
6040
|
/** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
|
|
@@ -5864,10 +6070,14 @@ export interface NrtAlertRule extends AlertRule {
|
|
|
5864
6070
|
entityMappings?: EntityMapping[];
|
|
5865
6071
|
/** The alert details override settings */
|
|
5866
6072
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
6073
|
+
/** The event grouping settings. */
|
|
6074
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
5867
6075
|
}
|
|
5868
6076
|
|
|
5869
6077
|
/** Represents Expansion entity query. */
|
|
5870
6078
|
export interface ExpansionEntityQuery extends EntityQuery {
|
|
6079
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6080
|
+
kind: "Expansion";
|
|
5871
6081
|
/** List of the data sources that are required to run the query */
|
|
5872
6082
|
dataSources?: string[];
|
|
5873
6083
|
/** The query display name */
|
|
@@ -5884,6 +6094,8 @@ export interface ExpansionEntityQuery extends EntityQuery {
|
|
|
5884
6094
|
|
|
5885
6095
|
/** Represents Activity entity query. */
|
|
5886
6096
|
export interface ActivityEntityQuery extends EntityQuery {
|
|
6097
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6098
|
+
kind: "Activity";
|
|
5887
6099
|
/** The entity query title */
|
|
5888
6100
|
title?: string;
|
|
5889
6101
|
/** The entity query content to display in timeline */
|
|
@@ -5916,6 +6128,8 @@ export interface ActivityEntityQuery extends EntityQuery {
|
|
|
5916
6128
|
|
|
5917
6129
|
/** Represents Activity entity query. */
|
|
5918
6130
|
export interface ActivityCustomEntityQuery extends CustomEntityQuery {
|
|
6131
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6132
|
+
kind: "Activity";
|
|
5919
6133
|
/** The entity query title */
|
|
5920
6134
|
title?: string;
|
|
5921
6135
|
/** The entity query content to display in timeline */
|
|
@@ -5949,6 +6163,8 @@ export interface ActivityCustomEntityQuery extends CustomEntityQuery {
|
|
|
5949
6163
|
/** Represents Anomaly Security ML Analytics Settings */
|
|
5950
6164
|
export interface AnomalySecurityMLAnalyticsSettings
|
|
5951
6165
|
extends SecurityMLAnalyticsSetting {
|
|
6166
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6167
|
+
kind: "Anomaly";
|
|
5952
6168
|
/** The description of the SecurityMLAnalyticsSettings. */
|
|
5953
6169
|
description?: string;
|
|
5954
6170
|
/** The display name for settings created by this SecurityMLAnalyticsSettings. */
|
|
@@ -5984,6 +6200,8 @@ export interface AnomalySecurityMLAnalyticsSettings
|
|
|
5984
6200
|
|
|
5985
6201
|
/** Settings with single toggle. */
|
|
5986
6202
|
export interface Anomalies extends Settings {
|
|
6203
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6204
|
+
kind: "Anomalies";
|
|
5987
6205
|
/**
|
|
5988
6206
|
* Determines whether the setting is enable or disabled.
|
|
5989
6207
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5993,6 +6211,8 @@ export interface Anomalies extends Settings {
|
|
|
5993
6211
|
|
|
5994
6212
|
/** Settings with single toggle. */
|
|
5995
6213
|
export interface EyesOn extends Settings {
|
|
6214
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6215
|
+
kind: "EyesOn";
|
|
5996
6216
|
/**
|
|
5997
6217
|
* Determines whether the setting is enable or disabled.
|
|
5998
6218
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6002,12 +6222,16 @@ export interface EyesOn extends Settings {
|
|
|
6002
6222
|
|
|
6003
6223
|
/** Settings with single toggle. */
|
|
6004
6224
|
export interface EntityAnalytics extends Settings {
|
|
6225
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6226
|
+
kind: "EntityAnalytics";
|
|
6005
6227
|
/** The relevant entity providers that are synced */
|
|
6006
6228
|
entityProviders?: EntityProviders[];
|
|
6007
6229
|
}
|
|
6008
6230
|
|
|
6009
6231
|
/** Settings with single toggle. */
|
|
6010
6232
|
export interface Ueba extends Settings {
|
|
6233
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6234
|
+
kind: "Ueba";
|
|
6011
6235
|
/** The relevant data sources that enriched by ueba */
|
|
6012
6236
|
dataSources?: UebaDataSources[];
|
|
6013
6237
|
}
|
|
@@ -6015,6 +6239,8 @@ export interface Ueba extends Settings {
|
|
|
6015
6239
|
/** Threat intelligence indicator entity. */
|
|
6016
6240
|
export interface ThreatIntelligenceIndicatorModel
|
|
6017
6241
|
extends ThreatIntelligenceInformation {
|
|
6242
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6243
|
+
kind: "indicator";
|
|
6018
6244
|
/**
|
|
6019
6245
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
6020
6246
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6085,6 +6311,8 @@ export interface ThreatIntelligenceIndicatorModel
|
|
|
6085
6311
|
|
|
6086
6312
|
/** Represents AAD (Azure Active Directory) data connector. */
|
|
6087
6313
|
export interface AADDataConnector extends DataConnector {
|
|
6314
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6315
|
+
kind: "AzureActiveDirectory";
|
|
6088
6316
|
/** The tenant id to connect to, and get the data from. */
|
|
6089
6317
|
tenantId?: string;
|
|
6090
6318
|
/** The available data types for the connector. */
|
|
@@ -6093,6 +6321,8 @@ export interface AADDataConnector extends DataConnector {
|
|
|
6093
6321
|
|
|
6094
6322
|
/** Represents Microsoft Threat Intelligence data connector. */
|
|
6095
6323
|
export interface MstiDataConnector extends DataConnector {
|
|
6324
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6325
|
+
kind: "MicrosoftThreatIntelligence";
|
|
6096
6326
|
/** The tenant id to connect to, and get the data from. */
|
|
6097
6327
|
tenantId?: string;
|
|
6098
6328
|
/** The available data types for the connector. */
|
|
@@ -6101,6 +6331,8 @@ export interface MstiDataConnector extends DataConnector {
|
|
|
6101
6331
|
|
|
6102
6332
|
/** Represents MTP (Microsoft Threat Protection) data connector. */
|
|
6103
6333
|
export interface MTPDataConnector extends DataConnector {
|
|
6334
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6335
|
+
kind: "MicrosoftThreatProtection";
|
|
6104
6336
|
/** The tenant id to connect to, and get the data from. */
|
|
6105
6337
|
tenantId?: string;
|
|
6106
6338
|
/** The available data types for the connector. */
|
|
@@ -6109,6 +6341,8 @@ export interface MTPDataConnector extends DataConnector {
|
|
|
6109
6341
|
|
|
6110
6342
|
/** Represents AATP (Azure Advanced Threat Protection) data connector. */
|
|
6111
6343
|
export interface AatpDataConnector extends DataConnector {
|
|
6344
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6345
|
+
kind: "AzureAdvancedThreatProtection";
|
|
6112
6346
|
/** The tenant id to connect to, and get the data from. */
|
|
6113
6347
|
tenantId?: string;
|
|
6114
6348
|
/** The available data types for the connector. */
|
|
@@ -6117,6 +6351,8 @@ export interface AatpDataConnector extends DataConnector {
|
|
|
6117
6351
|
|
|
6118
6352
|
/** Represents ASC (Azure Security Center) data connector. */
|
|
6119
6353
|
export interface ASCDataConnector extends DataConnector {
|
|
6354
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6355
|
+
kind: "AzureSecurityCenter";
|
|
6120
6356
|
/** The available data types for the connector. */
|
|
6121
6357
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
6122
6358
|
/** The subscription id to connect to, and get the data from. */
|
|
@@ -6125,6 +6361,8 @@ export interface ASCDataConnector extends DataConnector {
|
|
|
6125
6361
|
|
|
6126
6362
|
/** Represents Amazon Web Services CloudTrail data connector. */
|
|
6127
6363
|
export interface AwsCloudTrailDataConnector extends DataConnector {
|
|
6364
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6365
|
+
kind: "AmazonWebServicesCloudTrail";
|
|
6128
6366
|
/** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
|
|
6129
6367
|
awsRoleArn?: string;
|
|
6130
6368
|
/** The available data types for the connector. */
|
|
@@ -6133,6 +6371,8 @@ export interface AwsCloudTrailDataConnector extends DataConnector {
|
|
|
6133
6371
|
|
|
6134
6372
|
/** Represents Amazon Web Services S3 data connector. */
|
|
6135
6373
|
export interface AwsS3DataConnector extends DataConnector {
|
|
6374
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6375
|
+
kind: "AmazonWebServicesS3";
|
|
6136
6376
|
/** The logs destination table name in LogAnalytics. */
|
|
6137
6377
|
destinationTable?: string;
|
|
6138
6378
|
/** The AWS sqs urls for the connector. */
|
|
@@ -6145,6 +6385,8 @@ export interface AwsS3DataConnector extends DataConnector {
|
|
|
6145
6385
|
|
|
6146
6386
|
/** Represents MCAS (Microsoft Cloud App Security) data connector. */
|
|
6147
6387
|
export interface McasDataConnector extends DataConnector {
|
|
6388
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6389
|
+
kind: "MicrosoftCloudAppSecurity";
|
|
6148
6390
|
/** The tenant id to connect to, and get the data from. */
|
|
6149
6391
|
tenantId?: string;
|
|
6150
6392
|
/** The available data types for the connector. */
|
|
@@ -6153,6 +6395,8 @@ export interface McasDataConnector extends DataConnector {
|
|
|
6153
6395
|
|
|
6154
6396
|
/** Represents Dynamics365 data connector. */
|
|
6155
6397
|
export interface Dynamics365DataConnector extends DataConnector {
|
|
6398
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6399
|
+
kind: "Dynamics365";
|
|
6156
6400
|
/** The tenant id to connect to, and get the data from. */
|
|
6157
6401
|
tenantId?: string;
|
|
6158
6402
|
/** The available data types for the connector. */
|
|
@@ -6161,6 +6405,8 @@ export interface Dynamics365DataConnector extends DataConnector {
|
|
|
6161
6405
|
|
|
6162
6406
|
/** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
|
|
6163
6407
|
export interface OfficeATPDataConnector extends DataConnector {
|
|
6408
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6409
|
+
kind: "OfficeATP";
|
|
6164
6410
|
/** The tenant id to connect to, and get the data from. */
|
|
6165
6411
|
tenantId?: string;
|
|
6166
6412
|
/** The available data types for the connector. */
|
|
@@ -6169,6 +6415,8 @@ export interface OfficeATPDataConnector extends DataConnector {
|
|
|
6169
6415
|
|
|
6170
6416
|
/** Represents Office Microsoft Project data connector. */
|
|
6171
6417
|
export interface Office365ProjectDataConnector extends DataConnector {
|
|
6418
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6419
|
+
kind: "Office365Project";
|
|
6172
6420
|
/** The tenant id to connect to, and get the data from. */
|
|
6173
6421
|
tenantId?: string;
|
|
6174
6422
|
/** The available data types for the connector. */
|
|
@@ -6177,6 +6425,8 @@ export interface Office365ProjectDataConnector extends DataConnector {
|
|
|
6177
6425
|
|
|
6178
6426
|
/** Represents Office Microsoft PowerBI data connector. */
|
|
6179
6427
|
export interface OfficePowerBIDataConnector extends DataConnector {
|
|
6428
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6429
|
+
kind: "OfficePowerBI";
|
|
6180
6430
|
/** The tenant id to connect to, and get the data from. */
|
|
6181
6431
|
tenantId?: string;
|
|
6182
6432
|
/** The available data types for the connector. */
|
|
@@ -6185,6 +6435,8 @@ export interface OfficePowerBIDataConnector extends DataConnector {
|
|
|
6185
6435
|
|
|
6186
6436
|
/** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
|
|
6187
6437
|
export interface OfficeIRMDataConnector extends DataConnector {
|
|
6438
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6439
|
+
kind: "OfficeIRM";
|
|
6188
6440
|
/** The tenant id to connect to, and get the data from. */
|
|
6189
6441
|
tenantId?: string;
|
|
6190
6442
|
/** The available data types for the connector. */
|
|
@@ -6193,6 +6445,8 @@ export interface OfficeIRMDataConnector extends DataConnector {
|
|
|
6193
6445
|
|
|
6194
6446
|
/** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
|
|
6195
6447
|
export interface MdatpDataConnector extends DataConnector {
|
|
6448
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6449
|
+
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
6196
6450
|
/** The tenant id to connect to, and get the data from. */
|
|
6197
6451
|
tenantId?: string;
|
|
6198
6452
|
/** The available data types for the connector. */
|
|
@@ -6201,6 +6455,8 @@ export interface MdatpDataConnector extends DataConnector {
|
|
|
6201
6455
|
|
|
6202
6456
|
/** Represents office data connector. */
|
|
6203
6457
|
export interface OfficeDataConnector extends DataConnector {
|
|
6458
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6459
|
+
kind: "Office365";
|
|
6204
6460
|
/** The tenant id to connect to, and get the data from. */
|
|
6205
6461
|
tenantId?: string;
|
|
6206
6462
|
/** The available data types for the connector. */
|
|
@@ -6209,6 +6465,8 @@ export interface OfficeDataConnector extends DataConnector {
|
|
|
6209
6465
|
|
|
6210
6466
|
/** Represents threat intelligence data connector. */
|
|
6211
6467
|
export interface TIDataConnector extends DataConnector {
|
|
6468
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6469
|
+
kind: "ThreatIntelligence";
|
|
6212
6470
|
/** The tenant id to connect to, and get the data from. */
|
|
6213
6471
|
tenantId?: string;
|
|
6214
6472
|
/** The lookback period for the feed to be imported. */
|
|
@@ -6219,6 +6477,8 @@ export interface TIDataConnector extends DataConnector {
|
|
|
6219
6477
|
|
|
6220
6478
|
/** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
|
|
6221
6479
|
export interface TiTaxiiDataConnector extends DataConnector {
|
|
6480
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6481
|
+
kind: "ThreatIntelligenceTaxii";
|
|
6222
6482
|
/** The tenant id to connect to, and get the data from. */
|
|
6223
6483
|
tenantId?: string;
|
|
6224
6484
|
/** The workspace id. */
|
|
@@ -6243,6 +6503,8 @@ export interface TiTaxiiDataConnector extends DataConnector {
|
|
|
6243
6503
|
|
|
6244
6504
|
/** Represents IoT data connector. */
|
|
6245
6505
|
export interface IoTDataConnector extends DataConnector {
|
|
6506
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6507
|
+
kind: "IOT";
|
|
6246
6508
|
/** The available data types for the connector. */
|
|
6247
6509
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
6248
6510
|
/** The subscription id to connect to, and get the data from. */
|
|
@@ -6251,12 +6513,16 @@ export interface IoTDataConnector extends DataConnector {
|
|
|
6251
6513
|
|
|
6252
6514
|
/** Represents Codeless UI data connector. */
|
|
6253
6515
|
export interface CodelessUiDataConnector extends DataConnector {
|
|
6516
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6517
|
+
kind: "GenericUI";
|
|
6254
6518
|
/** Config to describe the instructions blade */
|
|
6255
6519
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
6256
6520
|
}
|
|
6257
6521
|
|
|
6258
6522
|
/** Represents Codeless API Polling data connector. */
|
|
6259
6523
|
export interface CodelessApiPollingDataConnector extends DataConnector {
|
|
6524
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6525
|
+
kind: "APIPolling";
|
|
6260
6526
|
/** Config to describe the instructions blade */
|
|
6261
6527
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
6262
6528
|
/** Config to describe the polling instructions */
|
|
@@ -6369,10 +6635,14 @@ export type TriggersWhen = string;
|
|
|
6369
6635
|
export enum KnownConditionType {
|
|
6370
6636
|
/** Evaluate an object property value */
|
|
6371
6637
|
Property = "Property",
|
|
6638
|
+
/** Evaluate an object array property value */
|
|
6639
|
+
PropertyArray = "PropertyArray",
|
|
6372
6640
|
/** Evaluate an object property changed value */
|
|
6373
6641
|
PropertyChanged = "PropertyChanged",
|
|
6374
6642
|
/** Evaluate an object array property changed value */
|
|
6375
|
-
PropertyArrayChanged = "PropertyArrayChanged"
|
|
6643
|
+
PropertyArrayChanged = "PropertyArrayChanged",
|
|
6644
|
+
/** Apply a boolean operator (e.g AND, OR) to conditions */
|
|
6645
|
+
Boolean = "Boolean"
|
|
6376
6646
|
}
|
|
6377
6647
|
|
|
6378
6648
|
/**
|
|
@@ -6381,8 +6651,10 @@ export enum KnownConditionType {
|
|
|
6381
6651
|
* this enum contains the known values that the service supports.
|
|
6382
6652
|
* ### Known values supported by the service
|
|
6383
6653
|
* **Property**: Evaluate an object property value \
|
|
6654
|
+
* **PropertyArray**: Evaluate an object array property value \
|
|
6384
6655
|
* **PropertyChanged**: Evaluate an object property changed value \
|
|
6385
|
-
* **PropertyArrayChanged**: Evaluate an object array property changed value
|
|
6656
|
+
* **PropertyArrayChanged**: Evaluate an object array property changed value \
|
|
6657
|
+
* **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
|
|
6386
6658
|
*/
|
|
6387
6659
|
export type ConditionType = string;
|
|
6388
6660
|
|
|
@@ -6692,6 +6964,123 @@ export enum KnownEntityQueryTemplateKind {
|
|
|
6692
6964
|
*/
|
|
6693
6965
|
export type EntityQueryTemplateKind = string;
|
|
6694
6966
|
|
|
6967
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
6968
|
+
export enum KnownIngestionMode {
|
|
6969
|
+
/** No records should be ingested when invalid records are detected. */
|
|
6970
|
+
IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
|
|
6971
|
+
/** Valid records should still be ingested when invalid records are detected. */
|
|
6972
|
+
IngestAnyValidRecords = "IngestAnyValidRecords",
|
|
6973
|
+
/** Unspecified */
|
|
6974
|
+
Unspecified = "Unspecified"
|
|
6975
|
+
}
|
|
6976
|
+
|
|
6977
|
+
/**
|
|
6978
|
+
* Defines values for IngestionMode. \
|
|
6979
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
6980
|
+
* this enum contains the known values that the service supports.
|
|
6981
|
+
* ### Known values supported by the service
|
|
6982
|
+
* **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
|
|
6983
|
+
* **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
|
|
6984
|
+
* **Unspecified**: Unspecified
|
|
6985
|
+
*/
|
|
6986
|
+
export type IngestionMode = string;
|
|
6987
|
+
|
|
6988
|
+
/** Known values of {@link FileImportContentType} that the service accepts. */
|
|
6989
|
+
export enum KnownFileImportContentType {
|
|
6990
|
+
/** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
|
|
6991
|
+
BasicIndicator = "BasicIndicator",
|
|
6992
|
+
/** File containing STIX indicators. */
|
|
6993
|
+
StixIndicator = "StixIndicator",
|
|
6994
|
+
/** File containing other records. */
|
|
6995
|
+
Unspecified = "Unspecified"
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
/**
|
|
6999
|
+
* Defines values for FileImportContentType. \
|
|
7000
|
+
* {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
|
|
7001
|
+
* this enum contains the known values that the service supports.
|
|
7002
|
+
* ### Known values supported by the service
|
|
7003
|
+
* **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
|
|
7004
|
+
* **StixIndicator**: File containing STIX indicators. \
|
|
7005
|
+
* **Unspecified**: File containing other records.
|
|
7006
|
+
*/
|
|
7007
|
+
export type FileImportContentType = string;
|
|
7008
|
+
|
|
7009
|
+
/** Known values of {@link FileFormat} that the service accepts. */
|
|
7010
|
+
export enum KnownFileFormat {
|
|
7011
|
+
/** A CSV file. */
|
|
7012
|
+
CSV = "CSV",
|
|
7013
|
+
/** A JSON file. */
|
|
7014
|
+
Json = "JSON",
|
|
7015
|
+
/** A file of other format. */
|
|
7016
|
+
Unspecified = "Unspecified"
|
|
7017
|
+
}
|
|
7018
|
+
|
|
7019
|
+
/**
|
|
7020
|
+
* Defines values for FileFormat. \
|
|
7021
|
+
* {@link KnownFileFormat} can be used interchangeably with FileFormat,
|
|
7022
|
+
* this enum contains the known values that the service supports.
|
|
7023
|
+
* ### Known values supported by the service
|
|
7024
|
+
* **CSV**: A CSV file. \
|
|
7025
|
+
* **JSON**: A JSON file. \
|
|
7026
|
+
* **Unspecified**: A file of other format.
|
|
7027
|
+
*/
|
|
7028
|
+
export type FileFormat = string;
|
|
7029
|
+
|
|
7030
|
+
/** Known values of {@link DeleteStatus} that the service accepts. */
|
|
7031
|
+
export enum KnownDeleteStatus {
|
|
7032
|
+
/** The file was deleted. */
|
|
7033
|
+
Deleted = "Deleted",
|
|
7034
|
+
/** The file was not deleted. */
|
|
7035
|
+
NotDeleted = "NotDeleted",
|
|
7036
|
+
/** Unspecified */
|
|
7037
|
+
Unspecified = "Unspecified"
|
|
7038
|
+
}
|
|
7039
|
+
|
|
7040
|
+
/**
|
|
7041
|
+
* Defines values for DeleteStatus. \
|
|
7042
|
+
* {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
|
|
7043
|
+
* this enum contains the known values that the service supports.
|
|
7044
|
+
* ### Known values supported by the service
|
|
7045
|
+
* **Deleted**: The file was deleted. \
|
|
7046
|
+
* **NotDeleted**: The file was not deleted. \
|
|
7047
|
+
* **Unspecified**: Unspecified
|
|
7048
|
+
*/
|
|
7049
|
+
export type DeleteStatus = string;
|
|
7050
|
+
|
|
7051
|
+
/** Known values of {@link FileImportState} that the service accepts. */
|
|
7052
|
+
export enum KnownFileImportState {
|
|
7053
|
+
/** A fatal error has occurred while ingesting the file. */
|
|
7054
|
+
FatalError = "FatalError",
|
|
7055
|
+
/** The file has been ingested. */
|
|
7056
|
+
Ingested = "Ingested",
|
|
7057
|
+
/** The file has been ingested with errors. */
|
|
7058
|
+
IngestedWithErrors = "IngestedWithErrors",
|
|
7059
|
+
/** The file ingestion is in progress. */
|
|
7060
|
+
InProgress = "InProgress",
|
|
7061
|
+
/** The file is invalid. */
|
|
7062
|
+
Invalid = "Invalid",
|
|
7063
|
+
/** Waiting for the file to be uploaded. */
|
|
7064
|
+
WaitingForUpload = "WaitingForUpload",
|
|
7065
|
+
/** Unspecified state. */
|
|
7066
|
+
Unspecified = "Unspecified"
|
|
7067
|
+
}
|
|
7068
|
+
|
|
7069
|
+
/**
|
|
7070
|
+
* Defines values for FileImportState. \
|
|
7071
|
+
* {@link KnownFileImportState} can be used interchangeably with FileImportState,
|
|
7072
|
+
* this enum contains the known values that the service supports.
|
|
7073
|
+
* ### Known values supported by the service
|
|
7074
|
+
* **FatalError**: A fatal error has occurred while ingesting the file. \
|
|
7075
|
+
* **Ingested**: The file has been ingested. \
|
|
7076
|
+
* **IngestedWithErrors**: The file has been ingested with errors. \
|
|
7077
|
+
* **InProgress**: The file ingestion is in progress. \
|
|
7078
|
+
* **Invalid**: The file is invalid. \
|
|
7079
|
+
* **WaitingForUpload**: Waiting for the file to be uploaded. \
|
|
7080
|
+
* **Unspecified**: Unspecified state.
|
|
7081
|
+
*/
|
|
7082
|
+
export type FileImportState = string;
|
|
7083
|
+
|
|
6695
7084
|
/** Known values of {@link IncidentClassification} that the service accepts. */
|
|
6696
7085
|
export enum KnownIncidentClassification {
|
|
6697
7086
|
/** Incident classification was undetermined */
|
|
@@ -7508,6 +7897,24 @@ export enum KnownEntityMappingType {
|
|
|
7508
7897
|
*/
|
|
7509
7898
|
export type EntityMappingType = string;
|
|
7510
7899
|
|
|
7900
|
+
/** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
|
|
7901
|
+
export enum KnownEventGroupingAggregationKind {
|
|
7902
|
+
/** SingleAlert */
|
|
7903
|
+
SingleAlert = "SingleAlert",
|
|
7904
|
+
/** AlertPerResult */
|
|
7905
|
+
AlertPerResult = "AlertPerResult"
|
|
7906
|
+
}
|
|
7907
|
+
|
|
7908
|
+
/**
|
|
7909
|
+
* Defines values for EventGroupingAggregationKind. \
|
|
7910
|
+
* {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
|
|
7911
|
+
* this enum contains the known values that the service supports.
|
|
7912
|
+
* ### Known values supported by the service
|
|
7913
|
+
* **SingleAlert** \
|
|
7914
|
+
* **AlertPerResult**
|
|
7915
|
+
*/
|
|
7916
|
+
export type EventGroupingAggregationKind = string;
|
|
7917
|
+
|
|
7511
7918
|
/** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
|
|
7512
7919
|
export enum KnownMicrosoftSecurityProductName {
|
|
7513
7920
|
/** MicrosoftCloudAppSecurity */
|
|
@@ -7580,23 +7987,23 @@ export enum KnownAlertDetail {
|
|
|
7580
7987
|
*/
|
|
7581
7988
|
export type AlertDetail = string;
|
|
7582
7989
|
|
|
7583
|
-
/** Known values of {@link
|
|
7584
|
-
export enum
|
|
7585
|
-
/**
|
|
7586
|
-
|
|
7587
|
-
/**
|
|
7588
|
-
|
|
7990
|
+
/** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
|
|
7991
|
+
export enum KnownAutomationRuleBooleanConditionSupportedOperator {
|
|
7992
|
+
/** Evaluates as true if all the item conditions are evaluated as true */
|
|
7993
|
+
And = "And",
|
|
7994
|
+
/** Evaluates as true if at least one of the item conditions are evaluated as true */
|
|
7995
|
+
Or = "Or"
|
|
7589
7996
|
}
|
|
7590
7997
|
|
|
7591
7998
|
/**
|
|
7592
|
-
* Defines values for
|
|
7593
|
-
* {@link
|
|
7999
|
+
* Defines values for AutomationRuleBooleanConditionSupportedOperator. \
|
|
8000
|
+
* {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
|
|
7594
8001
|
* this enum contains the known values that the service supports.
|
|
7595
8002
|
* ### Known values supported by the service
|
|
7596
|
-
* **
|
|
7597
|
-
* **
|
|
8003
|
+
* **And**: Evaluates as true if all the item conditions are evaluated as true \
|
|
8004
|
+
* **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
|
|
7598
8005
|
*/
|
|
7599
|
-
export type
|
|
8006
|
+
export type AutomationRuleBooleanConditionSupportedOperator = string;
|
|
7600
8007
|
|
|
7601
8008
|
/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
|
|
7602
8009
|
export enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
|
|
@@ -7637,6 +8044,39 @@ export enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType
|
|
|
7637
8044
|
*/
|
|
7638
8045
|
export type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
|
|
7639
8046
|
|
|
8047
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
|
|
8048
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
|
|
8049
|
+
/** Evaluate the condition on the custom detail keys */
|
|
8050
|
+
CustomDetails = "CustomDetails",
|
|
8051
|
+
/** Evaluate the condition on a custom detail's values */
|
|
8052
|
+
CustomDetailValues = "CustomDetailValues"
|
|
8053
|
+
}
|
|
8054
|
+
|
|
8055
|
+
/**
|
|
8056
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
|
|
8057
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
|
|
8058
|
+
* this enum contains the known values that the service supports.
|
|
8059
|
+
* ### Known values supported by the service
|
|
8060
|
+
* **CustomDetails**: Evaluate the condition on the custom detail keys \
|
|
8061
|
+
* **CustomDetailValues**: Evaluate the condition on a custom detail's values
|
|
8062
|
+
*/
|
|
8063
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayType = string;
|
|
8064
|
+
|
|
8065
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
|
|
8066
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
|
|
8067
|
+
/** Evaluate the condition as true if any item fulfills it */
|
|
8068
|
+
AnyItem = "AnyItem"
|
|
8069
|
+
}
|
|
8070
|
+
|
|
8071
|
+
/**
|
|
8072
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
|
|
8073
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
|
|
8074
|
+
* this enum contains the known values that the service supports.
|
|
8075
|
+
* ### Known values supported by the service
|
|
8076
|
+
* **AnyItem**: Evaluate the condition as true if any item fulfills it
|
|
8077
|
+
*/
|
|
8078
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
|
|
8079
|
+
|
|
7640
8080
|
/** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
|
|
7641
8081
|
export enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
|
|
7642
8082
|
/** Evaluate the condition on the incident severity */
|
|
@@ -7730,6 +8170,12 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7730
8170
|
IncidentLabel = "IncidentLabel",
|
|
7731
8171
|
/** The provider name of the incident */
|
|
7732
8172
|
IncidentProviderName = "IncidentProviderName",
|
|
8173
|
+
/** The update source of the incident */
|
|
8174
|
+
IncidentUpdatedBySource = "IncidentUpdatedBySource",
|
|
8175
|
+
/** The incident custom detail key */
|
|
8176
|
+
IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
|
|
8177
|
+
/** The incident custom detail value */
|
|
8178
|
+
IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
|
|
7733
8179
|
/** The account Azure Active Directory tenant id */
|
|
7734
8180
|
AccountAadTenantId = "AccountAadTenantId",
|
|
7735
8181
|
/** The account Azure Active Directory user id */
|
|
@@ -7839,6 +8285,9 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7839
8285
|
* **IncidentTactics**: The tactics of the incident \
|
|
7840
8286
|
* **IncidentLabel**: The labels of the incident \
|
|
7841
8287
|
* **IncidentProviderName**: The provider name of the incident \
|
|
8288
|
+
* **IncidentUpdatedBySource**: The update source of the incident \
|
|
8289
|
+
* **IncidentCustomDetailsKey**: The incident custom detail key \
|
|
8290
|
+
* **IncidentCustomDetailsValue**: The incident custom detail value \
|
|
7842
8291
|
* **AccountAadTenantId**: The account Azure Active Directory tenant id \
|
|
7843
8292
|
* **AccountAadUserId**: The account Azure Active Directory user id \
|
|
7844
8293
|
* **AccountName**: The account name \
|
|
@@ -8549,16 +8998,7 @@ export type IncidentsListEntitiesResponse = IncidentEntitiesResponse;
|
|
|
8549
8998
|
|
|
8550
8999
|
/** Optional parameters. */
|
|
8551
9000
|
export interface IncidentsListNextOptionalParams
|
|
8552
|
-
extends coreClient.OperationOptions {
|
|
8553
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8554
|
-
filter?: string;
|
|
8555
|
-
/** Sorts the results. Optional. */
|
|
8556
|
-
orderby?: string;
|
|
8557
|
-
/** Returns only the first n results. Optional. */
|
|
8558
|
-
top?: number;
|
|
8559
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
8560
|
-
skipToken?: string;
|
|
8561
|
-
}
|
|
9001
|
+
extends coreClient.OperationOptions {}
|
|
8562
9002
|
|
|
8563
9003
|
/** Contains response data for the listNext operation. */
|
|
8564
9004
|
export type IncidentsListNextResponse = IncidentList;
|
|
@@ -8631,16 +9071,7 @@ export interface BookmarkRelationsDeleteOptionalParams
|
|
|
8631
9071
|
|
|
8632
9072
|
/** Optional parameters. */
|
|
8633
9073
|
export interface BookmarkRelationsListNextOptionalParams
|
|
8634
|
-
extends coreClient.OperationOptions {
|
|
8635
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8636
|
-
filter?: string;
|
|
8637
|
-
/** Sorts the results. Optional. */
|
|
8638
|
-
orderby?: string;
|
|
8639
|
-
/** Returns only the first n results. Optional. */
|
|
8640
|
-
top?: number;
|
|
8641
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
8642
|
-
skipToken?: string;
|
|
8643
|
-
}
|
|
9074
|
+
extends coreClient.OperationOptions {}
|
|
8644
9075
|
|
|
8645
9076
|
/** Contains response data for the listNext operation. */
|
|
8646
9077
|
export type BookmarkRelationsListNextResponse = RelationList;
|
|
@@ -8733,16 +9164,7 @@ export type EntitiesRelationsListResponse = RelationList;
|
|
|
8733
9164
|
|
|
8734
9165
|
/** Optional parameters. */
|
|
8735
9166
|
export interface EntitiesRelationsListNextOptionalParams
|
|
8736
|
-
extends coreClient.OperationOptions {
|
|
8737
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8738
|
-
filter?: string;
|
|
8739
|
-
/** Sorts the results. Optional. */
|
|
8740
|
-
orderby?: string;
|
|
8741
|
-
/** Returns only the first n results. Optional. */
|
|
8742
|
-
top?: number;
|
|
8743
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
8744
|
-
skipToken?: string;
|
|
8745
|
-
}
|
|
9167
|
+
extends coreClient.OperationOptions {}
|
|
8746
9168
|
|
|
8747
9169
|
/** Contains response data for the listNext operation. */
|
|
8748
9170
|
export type EntitiesRelationsListNextResponse = RelationList;
|
|
@@ -8784,10 +9206,7 @@ export interface EntityQueriesDeleteOptionalParams
|
|
|
8784
9206
|
|
|
8785
9207
|
/** Optional parameters. */
|
|
8786
9208
|
export interface EntityQueriesListNextOptionalParams
|
|
8787
|
-
extends coreClient.OperationOptions {
|
|
8788
|
-
/** The entity query kind we want to fetch */
|
|
8789
|
-
kind?: Enum13;
|
|
8790
|
-
}
|
|
9209
|
+
extends coreClient.OperationOptions {}
|
|
8791
9210
|
|
|
8792
9211
|
/** Contains response data for the listNext operation. */
|
|
8793
9212
|
export type EntityQueriesListNextResponse = EntityQueryList;
|
|
@@ -8814,7 +9233,7 @@ export interface EntityQueryTemplatesListNextOptionalParams
|
|
|
8814
9233
|
export type EntityQueryTemplatesListNextResponse = EntityQueryTemplateList;
|
|
8815
9234
|
|
|
8816
9235
|
/** Optional parameters. */
|
|
8817
|
-
export interface
|
|
9236
|
+
export interface FileImportsListOptionalParams
|
|
8818
9237
|
extends coreClient.OperationOptions {
|
|
8819
9238
|
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8820
9239
|
filter?: string;
|
|
@@ -8827,28 +9246,43 @@ export interface IncidentCommentsListOptionalParams
|
|
|
8827
9246
|
}
|
|
8828
9247
|
|
|
8829
9248
|
/** Contains response data for the list operation. */
|
|
8830
|
-
export type
|
|
9249
|
+
export type FileImportsListResponse = FileImportList;
|
|
8831
9250
|
|
|
8832
9251
|
/** Optional parameters. */
|
|
8833
|
-
export interface
|
|
9252
|
+
export interface FileImportsGetOptionalParams
|
|
8834
9253
|
extends coreClient.OperationOptions {}
|
|
8835
9254
|
|
|
8836
9255
|
/** Contains response data for the get operation. */
|
|
8837
|
-
export type
|
|
9256
|
+
export type FileImportsGetResponse = FileImport;
|
|
8838
9257
|
|
|
8839
9258
|
/** Optional parameters. */
|
|
8840
|
-
export interface
|
|
9259
|
+
export interface FileImportsCreateOptionalParams
|
|
8841
9260
|
extends coreClient.OperationOptions {}
|
|
8842
9261
|
|
|
8843
|
-
/** Contains response data for the
|
|
8844
|
-
export type
|
|
9262
|
+
/** Contains response data for the create operation. */
|
|
9263
|
+
export type FileImportsCreateResponse = FileImport;
|
|
8845
9264
|
|
|
8846
9265
|
/** Optional parameters. */
|
|
8847
|
-
export interface
|
|
9266
|
+
export interface FileImportsDeleteOptionalParams
|
|
9267
|
+
extends coreClient.OperationOptions {
|
|
9268
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
9269
|
+
updateIntervalInMs?: number;
|
|
9270
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
9271
|
+
resumeFrom?: string;
|
|
9272
|
+
}
|
|
9273
|
+
|
|
9274
|
+
/** Contains response data for the delete operation. */
|
|
9275
|
+
export type FileImportsDeleteResponse = FileImport;
|
|
9276
|
+
|
|
9277
|
+
/** Optional parameters. */
|
|
9278
|
+
export interface FileImportsListNextOptionalParams
|
|
8848
9279
|
extends coreClient.OperationOptions {}
|
|
8849
9280
|
|
|
9281
|
+
/** Contains response data for the listNext operation. */
|
|
9282
|
+
export type FileImportsListNextResponse = FileImportList;
|
|
9283
|
+
|
|
8850
9284
|
/** Optional parameters. */
|
|
8851
|
-
export interface
|
|
9285
|
+
export interface IncidentCommentsListOptionalParams
|
|
8852
9286
|
extends coreClient.OperationOptions {
|
|
8853
9287
|
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8854
9288
|
filter?: string;
|
|
@@ -8860,6 +9294,31 @@ export interface IncidentCommentsListNextOptionalParams
|
|
|
8860
9294
|
skipToken?: string;
|
|
8861
9295
|
}
|
|
8862
9296
|
|
|
9297
|
+
/** Contains response data for the list operation. */
|
|
9298
|
+
export type IncidentCommentsListResponse = IncidentCommentList;
|
|
9299
|
+
|
|
9300
|
+
/** Optional parameters. */
|
|
9301
|
+
export interface IncidentCommentsGetOptionalParams
|
|
9302
|
+
extends coreClient.OperationOptions {}
|
|
9303
|
+
|
|
9304
|
+
/** Contains response data for the get operation. */
|
|
9305
|
+
export type IncidentCommentsGetResponse = IncidentComment;
|
|
9306
|
+
|
|
9307
|
+
/** Optional parameters. */
|
|
9308
|
+
export interface IncidentCommentsCreateOrUpdateOptionalParams
|
|
9309
|
+
extends coreClient.OperationOptions {}
|
|
9310
|
+
|
|
9311
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
9312
|
+
export type IncidentCommentsCreateOrUpdateResponse = IncidentComment;
|
|
9313
|
+
|
|
9314
|
+
/** Optional parameters. */
|
|
9315
|
+
export interface IncidentCommentsDeleteOptionalParams
|
|
9316
|
+
extends coreClient.OperationOptions {}
|
|
9317
|
+
|
|
9318
|
+
/** Optional parameters. */
|
|
9319
|
+
export interface IncidentCommentsListNextOptionalParams
|
|
9320
|
+
extends coreClient.OperationOptions {}
|
|
9321
|
+
|
|
8863
9322
|
/** Contains response data for the listNext operation. */
|
|
8864
9323
|
export type IncidentCommentsListNextResponse = IncidentCommentList;
|
|
8865
9324
|
|
|
@@ -8899,16 +9358,7 @@ export interface IncidentRelationsDeleteOptionalParams
|
|
|
8899
9358
|
|
|
8900
9359
|
/** Optional parameters. */
|
|
8901
9360
|
export interface IncidentRelationsListNextOptionalParams
|
|
8902
|
-
extends coreClient.OperationOptions {
|
|
8903
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8904
|
-
filter?: string;
|
|
8905
|
-
/** Sorts the results. Optional. */
|
|
8906
|
-
orderby?: string;
|
|
8907
|
-
/** Returns only the first n results. Optional. */
|
|
8908
|
-
top?: number;
|
|
8909
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
8910
|
-
skipToken?: string;
|
|
8911
|
-
}
|
|
9361
|
+
extends coreClient.OperationOptions {}
|
|
8912
9362
|
|
|
8913
9363
|
/** Contains response data for the listNext operation. */
|
|
8914
9364
|
export type IncidentRelationsListNextResponse = RelationList;
|
|
@@ -8956,16 +9406,7 @@ export type MetadataUpdateResponse = MetadataModel;
|
|
|
8956
9406
|
|
|
8957
9407
|
/** Optional parameters. */
|
|
8958
9408
|
export interface MetadataListNextOptionalParams
|
|
8959
|
-
extends coreClient.OperationOptions {
|
|
8960
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
8961
|
-
filter?: string;
|
|
8962
|
-
/** Sorts the results. Optional. */
|
|
8963
|
-
orderby?: string;
|
|
8964
|
-
/** Returns only the first n results. Optional. */
|
|
8965
|
-
top?: number;
|
|
8966
|
-
/** Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left. */
|
|
8967
|
-
skip?: number;
|
|
8968
|
-
}
|
|
9409
|
+
extends coreClient.OperationOptions {}
|
|
8969
9410
|
|
|
8970
9411
|
/** Contains response data for the listNext operation. */
|
|
8971
9412
|
export type MetadataListNextResponse = MetadataList;
|
|
@@ -9194,16 +9635,7 @@ export type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInforma
|
|
|
9194
9635
|
|
|
9195
9636
|
/** Optional parameters. */
|
|
9196
9637
|
export interface ThreatIntelligenceIndicatorsListNextOptionalParams
|
|
9197
|
-
extends coreClient.OperationOptions {
|
|
9198
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
9199
|
-
filter?: string;
|
|
9200
|
-
/** Sorts the results. Optional. */
|
|
9201
|
-
orderby?: string;
|
|
9202
|
-
/** Returns only the first n results. Optional. */
|
|
9203
|
-
top?: number;
|
|
9204
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
9205
|
-
skipToken?: string;
|
|
9206
|
-
}
|
|
9638
|
+
extends coreClient.OperationOptions {}
|
|
9207
9639
|
|
|
9208
9640
|
/** Contains response data for the listNext operation. */
|
|
9209
9641
|
export type ThreatIntelligenceIndicatorsListNextResponse = ThreatIntelligenceInformationList;
|
|
@@ -9248,10 +9680,7 @@ export type WatchlistsCreateOrUpdateResponse = Watchlist;
|
|
|
9248
9680
|
|
|
9249
9681
|
/** Optional parameters. */
|
|
9250
9682
|
export interface WatchlistsListNextOptionalParams
|
|
9251
|
-
extends coreClient.OperationOptions {
|
|
9252
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
9253
|
-
skipToken?: string;
|
|
9254
|
-
}
|
|
9683
|
+
extends coreClient.OperationOptions {}
|
|
9255
9684
|
|
|
9256
9685
|
/** Contains response data for the listNext operation. */
|
|
9257
9686
|
export type WatchlistsListNextResponse = WatchlistList;
|
|
@@ -9286,10 +9715,7 @@ export type WatchlistItemsCreateOrUpdateResponse = WatchlistItem;
|
|
|
9286
9715
|
|
|
9287
9716
|
/** Optional parameters. */
|
|
9288
9717
|
export interface WatchlistItemsListNextOptionalParams
|
|
9289
|
-
extends coreClient.OperationOptions {
|
|
9290
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
9291
|
-
skipToken?: string;
|
|
9292
|
-
}
|
|
9718
|
+
extends coreClient.OperationOptions {}
|
|
9293
9719
|
|
|
9294
9720
|
/** Contains response data for the listNext operation. */
|
|
9295
9721
|
export type WatchlistItemsListNextResponse = WatchlistItemList;
|