@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
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
3
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
import { PollerLike } from '@azure/core-lro';
|
|
5
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
4
6
|
|
|
5
7
|
/** Represents AAD (Azure Active Directory) requirements check request. */
|
|
6
8
|
export declare interface AADCheckRequirements extends DataConnectorsCheckRequirements {
|
|
@@ -16,6 +18,8 @@ export declare interface AADCheckRequirementsProperties extends DataConnectorTen
|
|
|
16
18
|
|
|
17
19
|
/** Represents AAD (Azure Active Directory) data connector. */
|
|
18
20
|
export declare interface AADDataConnector extends DataConnector {
|
|
21
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
22
|
+
kind: "AzureActiveDirectory";
|
|
19
23
|
/** The tenant id to connect to, and get the data from. */
|
|
20
24
|
tenantId?: string;
|
|
21
25
|
/** The available data types for the connector. */
|
|
@@ -40,6 +44,8 @@ export declare interface AatpCheckRequirementsProperties extends DataConnectorTe
|
|
|
40
44
|
|
|
41
45
|
/** Represents AATP (Azure Advanced Threat Protection) data connector. */
|
|
42
46
|
export declare interface AatpDataConnector extends DataConnector {
|
|
47
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
48
|
+
kind: "AzureAdvancedThreatProtection";
|
|
43
49
|
/** The tenant id to connect to, and get the data from. */
|
|
44
50
|
tenantId?: string;
|
|
45
51
|
/** The available data types for the connector. */
|
|
@@ -52,6 +58,8 @@ export declare interface AatpDataConnectorProperties extends DataConnectorTenant
|
|
|
52
58
|
|
|
53
59
|
/** Represents an account entity. */
|
|
54
60
|
export declare interface AccountEntity extends Entity {
|
|
61
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
62
|
+
kind: "Account";
|
|
55
63
|
/**
|
|
56
64
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
57
65
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -319,6 +327,8 @@ export declare type ActionType = string;
|
|
|
319
327
|
|
|
320
328
|
/** Represents Activity entity query. */
|
|
321
329
|
export declare interface ActivityCustomEntityQuery extends CustomEntityQuery {
|
|
330
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
331
|
+
kind: "Activity";
|
|
322
332
|
/** The entity query title */
|
|
323
333
|
title?: string;
|
|
324
334
|
/** The entity query content to display in timeline */
|
|
@@ -359,6 +369,8 @@ export declare interface ActivityEntityQueriesPropertiesQueryDefinitions {
|
|
|
359
369
|
|
|
360
370
|
/** Represents Activity entity query. */
|
|
361
371
|
export declare interface ActivityEntityQuery extends EntityQuery {
|
|
372
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
373
|
+
kind: "Activity";
|
|
362
374
|
/** The entity query title */
|
|
363
375
|
title?: string;
|
|
364
376
|
/** The entity query content to display in timeline */
|
|
@@ -393,6 +405,8 @@ export declare interface ActivityEntityQuery extends EntityQuery {
|
|
|
393
405
|
|
|
394
406
|
/** Represents Activity entity query. */
|
|
395
407
|
export declare interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
|
|
408
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
409
|
+
kind: "Activity";
|
|
396
410
|
/** The entity query title */
|
|
397
411
|
title?: string;
|
|
398
412
|
/** The entity query content to display in timeline */
|
|
@@ -696,6 +710,8 @@ export declare type AlertStatus = string;
|
|
|
696
710
|
|
|
697
711
|
/** Settings with single toggle. */
|
|
698
712
|
export declare interface Anomalies extends Settings {
|
|
713
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
714
|
+
kind: "Anomalies";
|
|
699
715
|
/**
|
|
700
716
|
* Determines whether the setting is enable or disabled.
|
|
701
717
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -705,6 +721,8 @@ export declare interface Anomalies extends Settings {
|
|
|
705
721
|
|
|
706
722
|
/** Represents Anomaly Security ML Analytics Settings */
|
|
707
723
|
export declare interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
|
|
724
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
725
|
+
kind: "Anomaly";
|
|
708
726
|
/** The description of the SecurityMLAnalyticsSettings. */
|
|
709
727
|
description?: string;
|
|
710
728
|
/** The display name for settings created by this SecurityMLAnalyticsSettings. */
|
|
@@ -788,6 +806,8 @@ export declare interface ASCCheckRequirements extends DataConnectorsCheckRequire
|
|
|
788
806
|
|
|
789
807
|
/** Represents ASC (Azure Security Center) data connector. */
|
|
790
808
|
export declare interface ASCDataConnector extends DataConnector {
|
|
809
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
810
|
+
kind: "AzureSecurityCenter";
|
|
791
811
|
/** The available data types for the connector. */
|
|
792
812
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
793
813
|
/** The subscription id to connect to, and get the data from. */
|
|
@@ -865,13 +885,28 @@ export declare interface AutomationRuleAction {
|
|
|
865
885
|
|
|
866
886
|
export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
|
|
867
887
|
|
|
888
|
+
export declare interface AutomationRuleBooleanCondition {
|
|
889
|
+
operator?: AutomationRuleBooleanConditionSupportedOperator;
|
|
890
|
+
innerConditions?: AutomationRuleConditionUnion[];
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* Defines values for AutomationRuleBooleanConditionSupportedOperator. \
|
|
895
|
+
* {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
|
|
896
|
+
* this enum contains the known values that the service supports.
|
|
897
|
+
* ### Known values supported by the service
|
|
898
|
+
* **And**: Evaluates as true if all the item conditions are evaluated as true \
|
|
899
|
+
* **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
|
|
900
|
+
*/
|
|
901
|
+
export declare type AutomationRuleBooleanConditionSupportedOperator = string;
|
|
902
|
+
|
|
868
903
|
/** Describes an automation rule condition. */
|
|
869
904
|
export declare interface AutomationRuleCondition {
|
|
870
905
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
871
|
-
conditionType: "PropertyArrayChanged" | "PropertyChanged" | "Property";
|
|
906
|
+
conditionType: "Boolean" | "PropertyArrayChanged" | "PropertyArray" | "PropertyChanged" | "Property";
|
|
872
907
|
}
|
|
873
908
|
|
|
874
|
-
export declare type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyArrayChangedConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
|
|
909
|
+
export declare type AutomationRuleConditionUnion = AutomationRuleCondition | BooleanConditionProperties | PropertyArrayChangedConditionProperties | PropertyArrayConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
|
|
875
910
|
|
|
876
911
|
/** Describes an automation rule action to modify an object's properties */
|
|
877
912
|
export declare interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {
|
|
@@ -906,6 +941,31 @@ export declare interface AutomationRulePropertyArrayChangedValuesCondition {
|
|
|
906
941
|
changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
|
|
907
942
|
}
|
|
908
943
|
|
|
944
|
+
/**
|
|
945
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
|
|
946
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
|
|
947
|
+
* this enum contains the known values that the service supports.
|
|
948
|
+
* ### Known values supported by the service
|
|
949
|
+
* **AnyItem**: Evaluate the condition as true if any item fulfills it
|
|
950
|
+
*/
|
|
951
|
+
export declare type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
|
|
955
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
|
|
956
|
+
* this enum contains the known values that the service supports.
|
|
957
|
+
* ### Known values supported by the service
|
|
958
|
+
* **CustomDetails**: Evaluate the condition on the custom detail keys \
|
|
959
|
+
* **CustomDetailValues**: Evaluate the condition on a custom detail's values
|
|
960
|
+
*/
|
|
961
|
+
export declare type AutomationRulePropertyArrayConditionSupportedArrayType = string;
|
|
962
|
+
|
|
963
|
+
export declare interface AutomationRulePropertyArrayValuesCondition {
|
|
964
|
+
arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
|
|
965
|
+
arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
|
|
966
|
+
itemConditions?: AutomationRuleConditionUnion[];
|
|
967
|
+
}
|
|
968
|
+
|
|
909
969
|
/**
|
|
910
970
|
* Defines values for AutomationRulePropertyChangedConditionSupportedChangedType. \
|
|
911
971
|
* {@link KnownAutomationRulePropertyChangedConditionSupportedChangedType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedChangedType,
|
|
@@ -956,6 +1016,9 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
|
|
|
956
1016
|
* **IncidentTactics**: The tactics of the incident \
|
|
957
1017
|
* **IncidentLabel**: The labels of the incident \
|
|
958
1018
|
* **IncidentProviderName**: The provider name of the incident \
|
|
1019
|
+
* **IncidentUpdatedBySource**: The update source of the incident \
|
|
1020
|
+
* **IncidentCustomDetailsKey**: The incident custom detail key \
|
|
1021
|
+
* **IncidentCustomDetailsValue**: The incident custom detail value \
|
|
959
1022
|
* **AccountAadTenantId**: The account Azure Active Directory tenant id \
|
|
960
1023
|
* **AccountAadUserId**: The account Azure Active Directory user id \
|
|
961
1024
|
* **AccountName**: The account name \
|
|
@@ -1132,6 +1195,8 @@ export declare interface AwsCloudTrailCheckRequirements extends DataConnectorsCh
|
|
|
1132
1195
|
|
|
1133
1196
|
/** Represents Amazon Web Services CloudTrail data connector. */
|
|
1134
1197
|
export declare interface AwsCloudTrailDataConnector extends DataConnector {
|
|
1198
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1199
|
+
kind: "AmazonWebServicesCloudTrail";
|
|
1135
1200
|
/** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
|
|
1136
1201
|
awsRoleArn?: string;
|
|
1137
1202
|
/** The available data types for the connector. */
|
|
@@ -1156,6 +1221,8 @@ export declare interface AwsS3CheckRequirements extends DataConnectorsCheckRequi
|
|
|
1156
1221
|
|
|
1157
1222
|
/** Represents Amazon Web Services S3 data connector. */
|
|
1158
1223
|
export declare interface AwsS3DataConnector extends DataConnector {
|
|
1224
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1225
|
+
kind: "AmazonWebServicesS3";
|
|
1159
1226
|
/** The logs destination table name in LogAnalytics. */
|
|
1160
1227
|
destinationTable?: string;
|
|
1161
1228
|
/** The AWS sqs urls for the connector. */
|
|
@@ -1186,6 +1253,8 @@ export declare interface AzureDevOpsResourceInfo {
|
|
|
1186
1253
|
|
|
1187
1254
|
/** Represents an azure resource entity. */
|
|
1188
1255
|
export declare interface AzureResourceEntity extends Entity {
|
|
1256
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1257
|
+
kind: "AzureResource";
|
|
1189
1258
|
/**
|
|
1190
1259
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
1191
1260
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1385,14 +1454,6 @@ export declare type BookmarkRelationsGetResponse = Relation;
|
|
|
1385
1454
|
|
|
1386
1455
|
/** Optional parameters. */
|
|
1387
1456
|
export declare interface BookmarkRelationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1388
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
1389
|
-
filter?: string;
|
|
1390
|
-
/** Sorts the results. Optional. */
|
|
1391
|
-
orderby?: string;
|
|
1392
|
-
/** Returns only the first n results. Optional. */
|
|
1393
|
-
top?: number;
|
|
1394
|
-
/** 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. */
|
|
1395
|
-
skipToken?: string;
|
|
1396
1457
|
}
|
|
1397
1458
|
|
|
1398
1459
|
/** Contains response data for the listNext operation. */
|
|
@@ -1503,6 +1564,13 @@ export declare interface BookmarkTimelineItem extends EntityTimelineItem {
|
|
|
1503
1564
|
labels?: string[];
|
|
1504
1565
|
}
|
|
1505
1566
|
|
|
1567
|
+
/** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
|
|
1568
|
+
export declare interface BooleanConditionProperties extends AutomationRuleCondition {
|
|
1569
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1570
|
+
conditionType: "Boolean";
|
|
1571
|
+
conditionProperties?: AutomationRuleBooleanCondition;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1506
1574
|
/** Information on the client (user or application) that made some action */
|
|
1507
1575
|
export declare interface ClientInfo {
|
|
1508
1576
|
/** The email of the client. */
|
|
@@ -1517,6 +1585,8 @@ export declare interface ClientInfo {
|
|
|
1517
1585
|
|
|
1518
1586
|
/** Represents a cloud application entity. */
|
|
1519
1587
|
export declare interface CloudApplicationEntity extends Entity {
|
|
1588
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1589
|
+
kind: "CloudApplication";
|
|
1520
1590
|
/**
|
|
1521
1591
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
1522
1592
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1587,6 +1657,8 @@ export declare interface CloudErrorBody {
|
|
|
1587
1657
|
|
|
1588
1658
|
/** Represents Codeless API Polling data connector. */
|
|
1589
1659
|
export declare interface CodelessApiPollingDataConnector extends DataConnector {
|
|
1660
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1661
|
+
kind: "APIPolling";
|
|
1590
1662
|
/** Config to describe the instructions blade */
|
|
1591
1663
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
1592
1664
|
/** Config to describe the polling instructions */
|
|
@@ -1744,6 +1816,8 @@ export declare interface CodelessUiConnectorConfigPropertiesSampleQueriesItem ex
|
|
|
1744
1816
|
|
|
1745
1817
|
/** Represents Codeless UI data connector. */
|
|
1746
1818
|
export declare interface CodelessUiDataConnector extends DataConnector {
|
|
1819
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1820
|
+
kind: "GenericUI";
|
|
1747
1821
|
/** Config to describe the instructions blade */
|
|
1748
1822
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
1749
1823
|
}
|
|
@@ -1754,8 +1828,10 @@ export declare interface CodelessUiDataConnector extends DataConnector {
|
|
|
1754
1828
|
* this enum contains the known values that the service supports.
|
|
1755
1829
|
* ### Known values supported by the service
|
|
1756
1830
|
* **Property**: Evaluate an object property value \
|
|
1831
|
+
* **PropertyArray**: Evaluate an object array property value \
|
|
1757
1832
|
* **PropertyChanged**: Evaluate an object property changed value \
|
|
1758
|
-
* **PropertyArrayChanged**: Evaluate an object array property changed value
|
|
1833
|
+
* **PropertyArrayChanged**: Evaluate an object array property changed value \
|
|
1834
|
+
* **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
|
|
1759
1835
|
*/
|
|
1760
1836
|
export declare type ConditionType = string;
|
|
1761
1837
|
|
|
@@ -2140,6 +2216,17 @@ export declare interface DataTypeDefinitions {
|
|
|
2140
2216
|
*/
|
|
2141
2217
|
export declare type DataTypeState = string;
|
|
2142
2218
|
|
|
2219
|
+
/**
|
|
2220
|
+
* Defines values for DeleteStatus. \
|
|
2221
|
+
* {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
|
|
2222
|
+
* this enum contains the known values that the service supports.
|
|
2223
|
+
* ### Known values supported by the service
|
|
2224
|
+
* **Deleted**: The file was deleted. \
|
|
2225
|
+
* **NotDeleted**: The file was not deleted. \
|
|
2226
|
+
* **Unspecified**: Unspecified
|
|
2227
|
+
*/
|
|
2228
|
+
export declare type DeleteStatus = string;
|
|
2229
|
+
|
|
2143
2230
|
/** Defines values for DeliveryAction. */
|
|
2144
2231
|
export declare type DeliveryAction = "Unknown" | "DeliveredAsSpam" | "Delivered" | "Blocked" | "Replaced";
|
|
2145
2232
|
|
|
@@ -2218,6 +2305,8 @@ export declare type DeviceImportance = string;
|
|
|
2218
2305
|
|
|
2219
2306
|
/** Represents a dns entity. */
|
|
2220
2307
|
export declare interface DnsEntity extends Entity {
|
|
2308
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2309
|
+
kind: "DnsResolution";
|
|
2221
2310
|
/**
|
|
2222
2311
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
2223
2312
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2308,6 +2397,8 @@ export declare interface Dynamics365CheckRequirementsProperties extends DataConn
|
|
|
2308
2397
|
|
|
2309
2398
|
/** Represents Dynamics365 data connector. */
|
|
2310
2399
|
export declare interface Dynamics365DataConnector extends DataConnector {
|
|
2400
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2401
|
+
kind: "Dynamics365";
|
|
2311
2402
|
/** The tenant id to connect to, and get the data from. */
|
|
2312
2403
|
tenantId?: string;
|
|
2313
2404
|
/** The available data types for the connector. */
|
|
@@ -2573,14 +2664,6 @@ export declare interface EntitiesRelations {
|
|
|
2573
2664
|
|
|
2574
2665
|
/** Optional parameters. */
|
|
2575
2666
|
export declare interface EntitiesRelationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2576
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
2577
|
-
filter?: string;
|
|
2578
|
-
/** Sorts the results. Optional. */
|
|
2579
|
-
orderby?: string;
|
|
2580
|
-
/** Returns only the first n results. Optional. */
|
|
2581
|
-
top?: number;
|
|
2582
|
-
/** 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. */
|
|
2583
|
-
skipToken?: string;
|
|
2584
2667
|
}
|
|
2585
2668
|
|
|
2586
2669
|
/** Contains response data for the listNext operation. */
|
|
@@ -2609,6 +2692,8 @@ export declare interface Entity extends Resource {
|
|
|
2609
2692
|
|
|
2610
2693
|
/** Settings with single toggle. */
|
|
2611
2694
|
export declare interface EntityAnalytics extends Settings {
|
|
2695
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2696
|
+
kind: "EntityAnalytics";
|
|
2612
2697
|
/** The relevant entity providers that are synced */
|
|
2613
2698
|
entityProviders?: EntityProviders[];
|
|
2614
2699
|
}
|
|
@@ -2863,8 +2948,6 @@ export declare type EntityQueriesGetResponse = EntityQueryUnion;
|
|
|
2863
2948
|
|
|
2864
2949
|
/** Optional parameters. */
|
|
2865
2950
|
export declare interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2866
|
-
/** The entity query kind we want to fetch */
|
|
2867
|
-
kind?: Enum13;
|
|
2868
2951
|
}
|
|
2869
2952
|
|
|
2870
2953
|
/** Contains response data for the listNext operation. */
|
|
@@ -3131,6 +3214,8 @@ export declare interface EventGroupingSettings {
|
|
|
3131
3214
|
|
|
3132
3215
|
/** Represents Expansion entity query. */
|
|
3133
3216
|
export declare interface ExpansionEntityQuery extends EntityQuery {
|
|
3217
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3218
|
+
kind: "Expansion";
|
|
3134
3219
|
/** List of the data sources that are required to run the query */
|
|
3135
3220
|
dataSources?: string[];
|
|
3136
3221
|
/** The query display name */
|
|
@@ -3165,6 +3250,8 @@ export declare interface ExpansionResultsMetadata {
|
|
|
3165
3250
|
|
|
3166
3251
|
/** Settings with single toggle. */
|
|
3167
3252
|
export declare interface EyesOn extends Settings {
|
|
3253
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3254
|
+
kind: "EyesOn";
|
|
3168
3255
|
/**
|
|
3169
3256
|
* Determines whether the setting is enable or disabled.
|
|
3170
3257
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3182,6 +3269,8 @@ export declare interface FieldMapping {
|
|
|
3182
3269
|
|
|
3183
3270
|
/** Represents a file entity. */
|
|
3184
3271
|
export declare interface FileEntity extends Entity {
|
|
3272
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3273
|
+
kind: "File";
|
|
3185
3274
|
/**
|
|
3186
3275
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
3187
3276
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3240,6 +3329,17 @@ export declare interface FileEntityProperties extends EntityCommonProperties {
|
|
|
3240
3329
|
readonly hostEntityId?: string;
|
|
3241
3330
|
}
|
|
3242
3331
|
|
|
3332
|
+
/**
|
|
3333
|
+
* Defines values for FileFormat. \
|
|
3334
|
+
* {@link KnownFileFormat} can be used interchangeably with FileFormat,
|
|
3335
|
+
* this enum contains the known values that the service supports.
|
|
3336
|
+
* ### Known values supported by the service
|
|
3337
|
+
* **CSV**: A CSV file. \
|
|
3338
|
+
* **JSON**: A JSON file. \
|
|
3339
|
+
* **Unspecified**: A file of other format.
|
|
3340
|
+
*/
|
|
3341
|
+
export declare type FileFormat = string;
|
|
3342
|
+
|
|
3243
3343
|
/**
|
|
3244
3344
|
* Defines values for FileHashAlgorithm. \
|
|
3245
3345
|
* {@link KnownFileHashAlgorithm} can be used interchangeably with FileHashAlgorithm,
|
|
@@ -3255,6 +3355,8 @@ export declare type FileHashAlgorithm = string;
|
|
|
3255
3355
|
|
|
3256
3356
|
/** Represents a file hash entity. */
|
|
3257
3357
|
export declare interface FileHashEntity extends Entity {
|
|
3358
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3359
|
+
kind: "FileHash";
|
|
3258
3360
|
/**
|
|
3259
3361
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
3260
3362
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3293,8 +3395,215 @@ export declare interface FileHashEntityProperties extends EntityCommonProperties
|
|
|
3293
3395
|
readonly hashValue?: string;
|
|
3294
3396
|
}
|
|
3295
3397
|
|
|
3398
|
+
/** Represents a file import in Azure Security Insights. */
|
|
3399
|
+
export declare interface FileImport extends Resource {
|
|
3400
|
+
/** Describes how to ingest the records in the file. */
|
|
3401
|
+
ingestionMode?: IngestionMode;
|
|
3402
|
+
/** The content type of this file. */
|
|
3403
|
+
contentType?: FileImportContentType;
|
|
3404
|
+
/**
|
|
3405
|
+
* The time the file was imported.
|
|
3406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3407
|
+
*/
|
|
3408
|
+
readonly createdTimeUTC?: Date;
|
|
3409
|
+
/**
|
|
3410
|
+
* Represents the error file (if the import was ingested with errors or failed the validation).
|
|
3411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3412
|
+
*/
|
|
3413
|
+
readonly errorFile?: FileMetadata;
|
|
3414
|
+
/**
|
|
3415
|
+
* An ordered list of some of the errors that were encountered during validation.
|
|
3416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3417
|
+
*/
|
|
3418
|
+
readonly errorsPreview?: ValidationError[];
|
|
3419
|
+
/** Represents the imported file. */
|
|
3420
|
+
importFile?: FileMetadata;
|
|
3421
|
+
/**
|
|
3422
|
+
* The number of records that have been successfully ingested.
|
|
3423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3424
|
+
*/
|
|
3425
|
+
readonly ingestedRecordCount?: number;
|
|
3426
|
+
/** The source for the data in the file. */
|
|
3427
|
+
source?: string;
|
|
3428
|
+
/**
|
|
3429
|
+
* The state of the file import.
|
|
3430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3431
|
+
*/
|
|
3432
|
+
readonly state?: FileImportState;
|
|
3433
|
+
/**
|
|
3434
|
+
* The number of records in the file.
|
|
3435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3436
|
+
*/
|
|
3437
|
+
readonly totalRecordCount?: number;
|
|
3438
|
+
/**
|
|
3439
|
+
* The number of records that have passed validation.
|
|
3440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3441
|
+
*/
|
|
3442
|
+
readonly validRecordCount?: number;
|
|
3443
|
+
/**
|
|
3444
|
+
* The time the files associated with this import are deleted from the storage account.
|
|
3445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3446
|
+
*/
|
|
3447
|
+
readonly filesValidUntilTimeUTC?: Date;
|
|
3448
|
+
/**
|
|
3449
|
+
* The time the file import record is soft deleted from the database and history.
|
|
3450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3451
|
+
*/
|
|
3452
|
+
readonly importValidUntilTimeUTC?: Date;
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
/**
|
|
3456
|
+
* Defines values for FileImportContentType. \
|
|
3457
|
+
* {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
|
|
3458
|
+
* this enum contains the known values that the service supports.
|
|
3459
|
+
* ### Known values supported by the service
|
|
3460
|
+
* **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
|
|
3461
|
+
* **StixIndicator**: File containing STIX indicators. \
|
|
3462
|
+
* **Unspecified**: File containing other records.
|
|
3463
|
+
*/
|
|
3464
|
+
export declare type FileImportContentType = string;
|
|
3465
|
+
|
|
3466
|
+
/** List all the file imports. */
|
|
3467
|
+
export declare interface FileImportList {
|
|
3468
|
+
/**
|
|
3469
|
+
* URL to fetch the next set of file imports.
|
|
3470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3471
|
+
*/
|
|
3472
|
+
readonly nextLink?: string;
|
|
3473
|
+
/** Array of file imports. */
|
|
3474
|
+
value: FileImport[];
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
/** Interface representing a FileImports. */
|
|
3478
|
+
export declare interface FileImports {
|
|
3479
|
+
/**
|
|
3480
|
+
* Gets all file imports.
|
|
3481
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3482
|
+
* @param workspaceName The name of the workspace.
|
|
3483
|
+
* @param options The options parameters.
|
|
3484
|
+
*/
|
|
3485
|
+
list(resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams): PagedAsyncIterableIterator<FileImport>;
|
|
3486
|
+
/**
|
|
3487
|
+
* Gets a file import.
|
|
3488
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3489
|
+
* @param workspaceName The name of the workspace.
|
|
3490
|
+
* @param fileImportId File import ID
|
|
3491
|
+
* @param options The options parameters.
|
|
3492
|
+
*/
|
|
3493
|
+
get(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams): Promise<FileImportsGetResponse>;
|
|
3494
|
+
/**
|
|
3495
|
+
* Creates the file import.
|
|
3496
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3497
|
+
* @param workspaceName The name of the workspace.
|
|
3498
|
+
* @param fileImportId File import ID
|
|
3499
|
+
* @param fileImport The file import
|
|
3500
|
+
* @param options The options parameters.
|
|
3501
|
+
*/
|
|
3502
|
+
create(resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams): Promise<FileImportsCreateResponse>;
|
|
3503
|
+
/**
|
|
3504
|
+
* Delete the file import.
|
|
3505
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3506
|
+
* @param workspaceName The name of the workspace.
|
|
3507
|
+
* @param fileImportId File import ID
|
|
3508
|
+
* @param options The options parameters.
|
|
3509
|
+
*/
|
|
3510
|
+
beginDelete(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<PollerLike<PollOperationState<FileImportsDeleteResponse>, FileImportsDeleteResponse>>;
|
|
3511
|
+
/**
|
|
3512
|
+
* Delete the file import.
|
|
3513
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3514
|
+
* @param workspaceName The name of the workspace.
|
|
3515
|
+
* @param fileImportId File import ID
|
|
3516
|
+
* @param options The options parameters.
|
|
3517
|
+
*/
|
|
3518
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<FileImportsDeleteResponse>;
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
/** Optional parameters. */
|
|
3522
|
+
export declare interface FileImportsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
/** Contains response data for the create operation. */
|
|
3526
|
+
export declare type FileImportsCreateResponse = FileImport;
|
|
3527
|
+
|
|
3528
|
+
/** Optional parameters. */
|
|
3529
|
+
export declare interface FileImportsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3530
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3531
|
+
updateIntervalInMs?: number;
|
|
3532
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3533
|
+
resumeFrom?: string;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
/** Contains response data for the delete operation. */
|
|
3537
|
+
export declare type FileImportsDeleteResponse = FileImport;
|
|
3538
|
+
|
|
3539
|
+
/** Optional parameters. */
|
|
3540
|
+
export declare interface FileImportsGetOptionalParams extends coreClient.OperationOptions {
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
/** Contains response data for the get operation. */
|
|
3544
|
+
export declare type FileImportsGetResponse = FileImport;
|
|
3545
|
+
|
|
3546
|
+
/** Optional parameters. */
|
|
3547
|
+
export declare interface FileImportsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
/** Contains response data for the listNext operation. */
|
|
3551
|
+
export declare type FileImportsListNextResponse = FileImportList;
|
|
3552
|
+
|
|
3553
|
+
/** Optional parameters. */
|
|
3554
|
+
export declare interface FileImportsListOptionalParams extends coreClient.OperationOptions {
|
|
3555
|
+
/** Filters the results, based on a Boolean condition. Optional. */
|
|
3556
|
+
filter?: string;
|
|
3557
|
+
/** Sorts the results. Optional. */
|
|
3558
|
+
orderby?: string;
|
|
3559
|
+
/** Returns only the first n results. Optional. */
|
|
3560
|
+
top?: number;
|
|
3561
|
+
/** 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. */
|
|
3562
|
+
skipToken?: string;
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3565
|
+
/** Contains response data for the list operation. */
|
|
3566
|
+
export declare type FileImportsListResponse = FileImportList;
|
|
3567
|
+
|
|
3568
|
+
/**
|
|
3569
|
+
* Defines values for FileImportState. \
|
|
3570
|
+
* {@link KnownFileImportState} can be used interchangeably with FileImportState,
|
|
3571
|
+
* this enum contains the known values that the service supports.
|
|
3572
|
+
* ### Known values supported by the service
|
|
3573
|
+
* **FatalError**: A fatal error has occurred while ingesting the file. \
|
|
3574
|
+
* **Ingested**: The file has been ingested. \
|
|
3575
|
+
* **IngestedWithErrors**: The file has been ingested with errors. \
|
|
3576
|
+
* **InProgress**: The file ingestion is in progress. \
|
|
3577
|
+
* **Invalid**: The file is invalid. \
|
|
3578
|
+
* **WaitingForUpload**: Waiting for the file to be uploaded. \
|
|
3579
|
+
* **Unspecified**: Unspecified state.
|
|
3580
|
+
*/
|
|
3581
|
+
export declare type FileImportState = string;
|
|
3582
|
+
|
|
3583
|
+
/** Represents a file. */
|
|
3584
|
+
export declare interface FileMetadata {
|
|
3585
|
+
/** The format of the file */
|
|
3586
|
+
fileFormat?: FileFormat;
|
|
3587
|
+
/** The name of the file. */
|
|
3588
|
+
fileName?: string;
|
|
3589
|
+
/** The size of the file. */
|
|
3590
|
+
fileSize?: number;
|
|
3591
|
+
/**
|
|
3592
|
+
* A URI with a valid SAS token to allow uploading / downloading the file.
|
|
3593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3594
|
+
*/
|
|
3595
|
+
readonly fileContentUri?: string;
|
|
3596
|
+
/**
|
|
3597
|
+
* Indicates whether the file was deleted from the storage account.
|
|
3598
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3599
|
+
*/
|
|
3600
|
+
readonly deleteStatus?: DeleteStatus;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3296
3603
|
/** Represents Fusion alert rule. */
|
|
3297
3604
|
export declare interface FusionAlertRule extends AlertRule {
|
|
3605
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3606
|
+
kind: "Fusion";
|
|
3298
3607
|
/** The Name of the alert rule template used to create this rule. */
|
|
3299
3608
|
alertRuleTemplateName?: string;
|
|
3300
3609
|
/**
|
|
@@ -3337,6 +3646,8 @@ export declare interface FusionAlertRule extends AlertRule {
|
|
|
3337
3646
|
|
|
3338
3647
|
/** Represents Fusion alert rule template. */
|
|
3339
3648
|
export declare interface FusionAlertRuleTemplate extends AlertRuleTemplate {
|
|
3649
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3650
|
+
kind: "Fusion";
|
|
3340
3651
|
/** the number of alert rules that were created by this template */
|
|
3341
3652
|
alertRulesCreatedByTemplateCount?: number;
|
|
3342
3653
|
/**
|
|
@@ -3487,6 +3798,15 @@ export declare interface GeoLocation {
|
|
|
3487
3798
|
readonly state?: string;
|
|
3488
3799
|
}
|
|
3489
3800
|
|
|
3801
|
+
/**
|
|
3802
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
3803
|
+
* returns a continuation token that can be used to begin paging from
|
|
3804
|
+
* that point later.
|
|
3805
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
3806
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
3807
|
+
*/
|
|
3808
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
3809
|
+
|
|
3490
3810
|
/**
|
|
3491
3811
|
* Defines values for GetInsightsError. \
|
|
3492
3812
|
* {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,
|
|
@@ -3556,6 +3876,8 @@ export declare interface GroupingConfiguration {
|
|
|
3556
3876
|
|
|
3557
3877
|
/** Represents a host entity. */
|
|
3558
3878
|
export declare interface HostEntity extends Entity {
|
|
3879
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3880
|
+
kind: "Host";
|
|
3559
3881
|
/**
|
|
3560
3882
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
3561
3883
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3660,6 +3982,8 @@ export declare interface HostEntityProperties extends EntityCommonProperties {
|
|
|
3660
3982
|
|
|
3661
3983
|
/** Represents a Hunting bookmark entity. */
|
|
3662
3984
|
export declare interface HuntingBookmark extends Entity {
|
|
3985
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3986
|
+
kind: "Bookmark";
|
|
3663
3987
|
/**
|
|
3664
3988
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
3665
3989
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3951,14 +4275,6 @@ export declare type IncidentCommentsGetResponse = IncidentComment;
|
|
|
3951
4275
|
|
|
3952
4276
|
/** Optional parameters. */
|
|
3953
4277
|
export declare interface IncidentCommentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3954
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
3955
|
-
filter?: string;
|
|
3956
|
-
/** Sorts the results. Optional. */
|
|
3957
|
-
orderby?: string;
|
|
3958
|
-
/** Returns only the first n results. Optional. */
|
|
3959
|
-
top?: number;
|
|
3960
|
-
/** 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. */
|
|
3961
|
-
skipToken?: string;
|
|
3962
4278
|
}
|
|
3963
4279
|
|
|
3964
4280
|
/** Contains response data for the listNext operation. */
|
|
@@ -4138,14 +4454,6 @@ export declare type IncidentRelationsGetResponse = Relation;
|
|
|
4138
4454
|
|
|
4139
4455
|
/** Optional parameters. */
|
|
4140
4456
|
export declare interface IncidentRelationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4141
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
4142
|
-
filter?: string;
|
|
4143
|
-
/** Sorts the results. Optional. */
|
|
4144
|
-
orderby?: string;
|
|
4145
|
-
/** Returns only the first n results. Optional. */
|
|
4146
|
-
top?: number;
|
|
4147
|
-
/** 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. */
|
|
4148
|
-
skipToken?: string;
|
|
4149
4457
|
}
|
|
4150
4458
|
|
|
4151
4459
|
/** Contains response data for the listNext operation. */
|
|
@@ -4304,14 +4612,6 @@ export declare type IncidentsListEntitiesResponse = IncidentEntitiesResponse;
|
|
|
4304
4612
|
|
|
4305
4613
|
/** Optional parameters. */
|
|
4306
4614
|
export declare interface IncidentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4307
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
4308
|
-
filter?: string;
|
|
4309
|
-
/** Sorts the results. Optional. */
|
|
4310
|
-
orderby?: string;
|
|
4311
|
-
/** Returns only the first n results. Optional. */
|
|
4312
|
-
top?: number;
|
|
4313
|
-
/** 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. */
|
|
4314
|
-
skipToken?: string;
|
|
4315
4615
|
}
|
|
4316
4616
|
|
|
4317
4617
|
/** Contains response data for the listNext operation. */
|
|
@@ -4351,6 +4651,17 @@ export declare type IncidentsRunPlaybookResponse = Record<string, unknown>;
|
|
|
4351
4651
|
*/
|
|
4352
4652
|
export declare type IncidentStatus = string;
|
|
4353
4653
|
|
|
4654
|
+
/**
|
|
4655
|
+
* Defines values for IngestionMode. \
|
|
4656
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
4657
|
+
* this enum contains the known values that the service supports.
|
|
4658
|
+
* ### Known values supported by the service
|
|
4659
|
+
* **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
|
|
4660
|
+
* **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
|
|
4661
|
+
* **Unspecified**: Unspecified
|
|
4662
|
+
*/
|
|
4663
|
+
export declare type IngestionMode = string;
|
|
4664
|
+
|
|
4354
4665
|
/** Represents Insight Query. */
|
|
4355
4666
|
export declare interface InsightQueryItem extends EntityQueryItem {
|
|
4356
4667
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -4474,6 +4785,8 @@ export declare interface IoTCheckRequirements extends DataConnectorsCheckRequire
|
|
|
4474
4785
|
|
|
4475
4786
|
/** Represents IoT data connector. */
|
|
4476
4787
|
export declare interface IoTDataConnector extends DataConnector {
|
|
4788
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4789
|
+
kind: "IOT";
|
|
4477
4790
|
/** The available data types for the connector. */
|
|
4478
4791
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
4479
4792
|
/** The subscription id to connect to, and get the data from. */
|
|
@@ -4488,6 +4801,8 @@ export declare interface IoTDataConnectorProperties extends DataConnectorWithAle
|
|
|
4488
4801
|
|
|
4489
4802
|
/** Represents an IoT device entity. */
|
|
4490
4803
|
export declare interface IoTDeviceEntity extends Entity {
|
|
4804
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4805
|
+
kind: "IoTDevice";
|
|
4491
4806
|
/**
|
|
4492
4807
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4493
4808
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4782,6 +5097,8 @@ export declare interface IoTDeviceEntityProperties extends EntityCommonPropertie
|
|
|
4782
5097
|
|
|
4783
5098
|
/** Represents an ip entity. */
|
|
4784
5099
|
export declare interface IpEntity extends Entity {
|
|
5100
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5101
|
+
kind: "Ip";
|
|
4785
5102
|
/**
|
|
4786
5103
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4787
5104
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5003,6 +5320,14 @@ export declare enum KnownAttackTactic {
|
|
|
5003
5320
|
InhibitResponseFunction = "InhibitResponseFunction"
|
|
5004
5321
|
}
|
|
5005
5322
|
|
|
5323
|
+
/** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
|
|
5324
|
+
export declare enum KnownAutomationRuleBooleanConditionSupportedOperator {
|
|
5325
|
+
/** Evaluates as true if all the item conditions are evaluated as true */
|
|
5326
|
+
And = "And",
|
|
5327
|
+
/** Evaluates as true if at least one of the item conditions are evaluated as true */
|
|
5328
|
+
Or = "Or"
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5006
5331
|
/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
|
|
5007
5332
|
export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
|
|
5008
5333
|
/** Evaluate the condition on the alerts */
|
|
@@ -5021,6 +5346,20 @@ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedCha
|
|
|
5021
5346
|
Added = "Added"
|
|
5022
5347
|
}
|
|
5023
5348
|
|
|
5349
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
|
|
5350
|
+
export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
|
|
5351
|
+
/** Evaluate the condition as true if any item fulfills it */
|
|
5352
|
+
AnyItem = "AnyItem"
|
|
5353
|
+
}
|
|
5354
|
+
|
|
5355
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
|
|
5356
|
+
export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
|
|
5357
|
+
/** Evaluate the condition on the custom detail keys */
|
|
5358
|
+
CustomDetails = "CustomDetails",
|
|
5359
|
+
/** Evaluate the condition on a custom detail's values */
|
|
5360
|
+
CustomDetailValues = "CustomDetailValues"
|
|
5361
|
+
}
|
|
5362
|
+
|
|
5024
5363
|
/** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
|
|
5025
5364
|
export declare enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
|
|
5026
5365
|
/** Evaluate the condition on the previous value of the property */
|
|
@@ -5077,6 +5416,12 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
5077
5416
|
IncidentLabel = "IncidentLabel",
|
|
5078
5417
|
/** The provider name of the incident */
|
|
5079
5418
|
IncidentProviderName = "IncidentProviderName",
|
|
5419
|
+
/** The update source of the incident */
|
|
5420
|
+
IncidentUpdatedBySource = "IncidentUpdatedBySource",
|
|
5421
|
+
/** The incident custom detail key */
|
|
5422
|
+
IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
|
|
5423
|
+
/** The incident custom detail value */
|
|
5424
|
+
IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
|
|
5080
5425
|
/** The account Azure Active Directory tenant id */
|
|
5081
5426
|
AccountAadTenantId = "AccountAadTenantId",
|
|
5082
5427
|
/** The account Azure Active Directory user id */
|
|
@@ -5177,10 +5522,14 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
5177
5522
|
export declare enum KnownConditionType {
|
|
5178
5523
|
/** Evaluate an object property value */
|
|
5179
5524
|
Property = "Property",
|
|
5525
|
+
/** Evaluate an object array property value */
|
|
5526
|
+
PropertyArray = "PropertyArray",
|
|
5180
5527
|
/** Evaluate an object property changed value */
|
|
5181
5528
|
PropertyChanged = "PropertyChanged",
|
|
5182
5529
|
/** Evaluate an object array property changed value */
|
|
5183
|
-
PropertyArrayChanged = "PropertyArrayChanged"
|
|
5530
|
+
PropertyArrayChanged = "PropertyArrayChanged",
|
|
5531
|
+
/** Apply a boolean operator (e.g AND, OR) to conditions */
|
|
5532
|
+
Boolean = "Boolean"
|
|
5184
5533
|
}
|
|
5185
5534
|
|
|
5186
5535
|
/** Known values of {@link ConfidenceLevel} that the service accepts. */
|
|
@@ -5317,6 +5666,16 @@ export declare enum KnownDataTypeState {
|
|
|
5317
5666
|
Disabled = "Disabled"
|
|
5318
5667
|
}
|
|
5319
5668
|
|
|
5669
|
+
/** Known values of {@link DeleteStatus} that the service accepts. */
|
|
5670
|
+
export declare enum KnownDeleteStatus {
|
|
5671
|
+
/** The file was deleted. */
|
|
5672
|
+
Deleted = "Deleted",
|
|
5673
|
+
/** The file was not deleted. */
|
|
5674
|
+
NotDeleted = "NotDeleted",
|
|
5675
|
+
/** Unspecified */
|
|
5676
|
+
Unspecified = "Unspecified"
|
|
5677
|
+
}
|
|
5678
|
+
|
|
5320
5679
|
/** Known values of {@link DeploymentFetchStatus} that the service accepts. */
|
|
5321
5680
|
export declare enum KnownDeploymentFetchStatus {
|
|
5322
5681
|
/** Success */
|
|
@@ -5555,6 +5914,16 @@ export declare enum KnownEventGroupingAggregationKind {
|
|
|
5555
5914
|
AlertPerResult = "AlertPerResult"
|
|
5556
5915
|
}
|
|
5557
5916
|
|
|
5917
|
+
/** Known values of {@link FileFormat} that the service accepts. */
|
|
5918
|
+
export declare enum KnownFileFormat {
|
|
5919
|
+
/** A CSV file. */
|
|
5920
|
+
CSV = "CSV",
|
|
5921
|
+
/** A JSON file. */
|
|
5922
|
+
Json = "JSON",
|
|
5923
|
+
/** A file of other format. */
|
|
5924
|
+
Unspecified = "Unspecified"
|
|
5925
|
+
}
|
|
5926
|
+
|
|
5558
5927
|
/** Known values of {@link FileHashAlgorithm} that the service accepts. */
|
|
5559
5928
|
export declare enum KnownFileHashAlgorithm {
|
|
5560
5929
|
/** Unknown hash algorithm */
|
|
@@ -5569,6 +5938,34 @@ export declare enum KnownFileHashAlgorithm {
|
|
|
5569
5938
|
SHA256AC = "SHA256AC"
|
|
5570
5939
|
}
|
|
5571
5940
|
|
|
5941
|
+
/** Known values of {@link FileImportContentType} that the service accepts. */
|
|
5942
|
+
export declare enum KnownFileImportContentType {
|
|
5943
|
+
/** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
|
|
5944
|
+
BasicIndicator = "BasicIndicator",
|
|
5945
|
+
/** File containing STIX indicators. */
|
|
5946
|
+
StixIndicator = "StixIndicator",
|
|
5947
|
+
/** File containing other records. */
|
|
5948
|
+
Unspecified = "Unspecified"
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
/** Known values of {@link FileImportState} that the service accepts. */
|
|
5952
|
+
export declare enum KnownFileImportState {
|
|
5953
|
+
/** A fatal error has occurred while ingesting the file. */
|
|
5954
|
+
FatalError = "FatalError",
|
|
5955
|
+
/** The file has been ingested. */
|
|
5956
|
+
Ingested = "Ingested",
|
|
5957
|
+
/** The file has been ingested with errors. */
|
|
5958
|
+
IngestedWithErrors = "IngestedWithErrors",
|
|
5959
|
+
/** The file ingestion is in progress. */
|
|
5960
|
+
InProgress = "InProgress",
|
|
5961
|
+
/** The file is invalid. */
|
|
5962
|
+
Invalid = "Invalid",
|
|
5963
|
+
/** Waiting for the file to be uploaded. */
|
|
5964
|
+
WaitingForUpload = "WaitingForUpload",
|
|
5965
|
+
/** Unspecified state. */
|
|
5966
|
+
Unspecified = "Unspecified"
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5572
5969
|
/** Known values of {@link GetInsightsError} that the service accepts. */
|
|
5573
5970
|
export declare enum KnownGetInsightsError {
|
|
5574
5971
|
/** Insight */
|
|
@@ -5629,6 +6026,16 @@ export declare enum KnownIncidentStatus {
|
|
|
5629
6026
|
Closed = "Closed"
|
|
5630
6027
|
}
|
|
5631
6028
|
|
|
6029
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
6030
|
+
export declare enum KnownIngestionMode {
|
|
6031
|
+
/** No records should be ingested when invalid records are detected. */
|
|
6032
|
+
IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
|
|
6033
|
+
/** Valid records should still be ingested when invalid records are detected. */
|
|
6034
|
+
IngestAnyValidRecords = "IngestAnyValidRecords",
|
|
6035
|
+
/** Unspecified */
|
|
6036
|
+
Unspecified = "Unspecified"
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5632
6039
|
/** Known values of {@link KillChainIntent} that the service accepts. */
|
|
5633
6040
|
export declare enum KnownKillChainIntent {
|
|
5634
6041
|
/** The default value. */
|
|
@@ -5983,6 +6390,8 @@ export declare interface LastDataReceivedDataType {
|
|
|
5983
6390
|
|
|
5984
6391
|
/** Represents a mailbox entity. */
|
|
5985
6392
|
export declare interface MailboxEntity extends Entity {
|
|
6393
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6394
|
+
kind: "Mailbox";
|
|
5986
6395
|
/**
|
|
5987
6396
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5988
6397
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6043,6 +6452,8 @@ export declare interface MailboxEntityProperties extends EntityCommonProperties
|
|
|
6043
6452
|
|
|
6044
6453
|
/** Represents a mail cluster entity. */
|
|
6045
6454
|
export declare interface MailClusterEntity extends Entity {
|
|
6455
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6456
|
+
kind: "MailCluster";
|
|
6046
6457
|
/**
|
|
6047
6458
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
6048
6459
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6213,6 +6624,8 @@ export declare interface MailClusterEntityProperties extends EntityCommonPropert
|
|
|
6213
6624
|
|
|
6214
6625
|
/** Represents a mail message entity. */
|
|
6215
6626
|
export declare interface MailMessageEntity extends Entity {
|
|
6627
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6628
|
+
kind: "MailMessage";
|
|
6216
6629
|
/**
|
|
6217
6630
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
6218
6631
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6435,6 +6848,8 @@ export declare interface MailMessageEntityProperties extends EntityCommonPropert
|
|
|
6435
6848
|
|
|
6436
6849
|
/** Represents a malware entity. */
|
|
6437
6850
|
export declare interface MalwareEntity extends Entity {
|
|
6851
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6852
|
+
kind: "Malware";
|
|
6438
6853
|
/**
|
|
6439
6854
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
6440
6855
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -6495,7 +6910,7 @@ export declare interface MalwareEntityProperties extends EntityCommonProperties
|
|
|
6495
6910
|
|
|
6496
6911
|
export declare interface ManualTriggerRequestBody {
|
|
6497
6912
|
tenantId?: string;
|
|
6498
|
-
logicAppsResourceId
|
|
6913
|
+
logicAppsResourceId: string;
|
|
6499
6914
|
}
|
|
6500
6915
|
|
|
6501
6916
|
/**
|
|
@@ -6523,6 +6938,8 @@ export declare interface McasCheckRequirementsProperties extends DataConnectorTe
|
|
|
6523
6938
|
|
|
6524
6939
|
/** Represents MCAS (Microsoft Cloud App Security) data connector. */
|
|
6525
6940
|
export declare interface McasDataConnector extends DataConnector {
|
|
6941
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6942
|
+
kind: "MicrosoftCloudAppSecurity";
|
|
6526
6943
|
/** The tenant id to connect to, and get the data from. */
|
|
6527
6944
|
tenantId?: string;
|
|
6528
6945
|
/** The available data types for the connector. */
|
|
@@ -6555,6 +6972,8 @@ export declare interface MdatpCheckRequirementsProperties extends DataConnectorT
|
|
|
6555
6972
|
|
|
6556
6973
|
/** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
|
|
6557
6974
|
export declare interface MdatpDataConnector extends DataConnector {
|
|
6975
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6976
|
+
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
6558
6977
|
/** The tenant id to connect to, and get the data from. */
|
|
6559
6978
|
tenantId?: string;
|
|
6560
6979
|
/** The available data types for the connector. */
|
|
@@ -6675,14 +7094,6 @@ export declare interface MetadataList {
|
|
|
6675
7094
|
|
|
6676
7095
|
/** Optional parameters. */
|
|
6677
7096
|
export declare interface MetadataListNextOptionalParams extends coreClient.OperationOptions {
|
|
6678
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
6679
|
-
filter?: string;
|
|
6680
|
-
/** Sorts the results. Optional. */
|
|
6681
|
-
orderby?: string;
|
|
6682
|
-
/** Returns only the first n results. Optional. */
|
|
6683
|
-
top?: number;
|
|
6684
|
-
/** Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left. */
|
|
6685
|
-
skip?: number;
|
|
6686
7097
|
}
|
|
6687
7098
|
|
|
6688
7099
|
/** Contains response data for the listNext operation. */
|
|
@@ -6818,6 +7229,8 @@ export declare type MetadataUpdateResponse = MetadataModel;
|
|
|
6818
7229
|
|
|
6819
7230
|
/** Represents MicrosoftSecurityIncidentCreation rule. */
|
|
6820
7231
|
export declare interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
|
|
7232
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7233
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
6821
7234
|
/** the alerts' displayNames on which the cases will be generated */
|
|
6822
7235
|
displayNamesFilter?: string[];
|
|
6823
7236
|
/** the alerts' displayNames on which the cases will not be generated */
|
|
@@ -6872,6 +7285,8 @@ export declare interface MicrosoftSecurityIncidentCreationAlertRuleProperties ex
|
|
|
6872
7285
|
|
|
6873
7286
|
/** Represents MicrosoftSecurityIncidentCreation rule template. */
|
|
6874
7287
|
export declare interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
|
|
7288
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7289
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
6875
7290
|
/** the number of alert rules that were created by this template */
|
|
6876
7291
|
alertRulesCreatedByTemplateCount?: number;
|
|
6877
7292
|
/**
|
|
@@ -6931,6 +7346,8 @@ export declare type MicrosoftSecurityProductName = string;
|
|
|
6931
7346
|
|
|
6932
7347
|
/** Represents MLBehaviorAnalytics alert rule. */
|
|
6933
7348
|
export declare interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
7349
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7350
|
+
kind: "MLBehaviorAnalytics";
|
|
6934
7351
|
/** The Name of the alert rule template used to create this rule. */
|
|
6935
7352
|
alertRuleTemplateName?: string;
|
|
6936
7353
|
/**
|
|
@@ -6969,6 +7386,8 @@ export declare interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
|
6969
7386
|
|
|
6970
7387
|
/** Represents MLBehaviorAnalytics alert rule template. */
|
|
6971
7388
|
export declare interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
|
|
7389
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7390
|
+
kind: "MLBehaviorAnalytics";
|
|
6972
7391
|
/** the number of alert rules that were created by this template */
|
|
6973
7392
|
alertRulesCreatedByTemplateCount?: number;
|
|
6974
7393
|
/**
|
|
@@ -7017,6 +7436,8 @@ export declare interface MstiCheckRequirementsProperties extends DataConnectorTe
|
|
|
7017
7436
|
|
|
7018
7437
|
/** Represents Microsoft Threat Intelligence data connector. */
|
|
7019
7438
|
export declare interface MstiDataConnector extends DataConnector {
|
|
7439
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7440
|
+
kind: "MicrosoftThreatIntelligence";
|
|
7020
7441
|
/** The tenant id to connect to, and get the data from. */
|
|
7021
7442
|
tenantId?: string;
|
|
7022
7443
|
/** The available data types for the connector. */
|
|
@@ -7063,6 +7484,8 @@ export declare interface MTPCheckRequirementsProperties extends DataConnectorTen
|
|
|
7063
7484
|
|
|
7064
7485
|
/** Represents MTP (Microsoft Threat Protection) data connector. */
|
|
7065
7486
|
export declare interface MTPDataConnector extends DataConnector {
|
|
7487
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7488
|
+
kind: "MicrosoftThreatProtection";
|
|
7066
7489
|
/** The tenant id to connect to, and get the data from. */
|
|
7067
7490
|
tenantId?: string;
|
|
7068
7491
|
/** The available data types for the connector. */
|
|
@@ -7087,6 +7510,8 @@ export declare interface MTPDataConnectorProperties extends DataConnectorTenantI
|
|
|
7087
7510
|
|
|
7088
7511
|
/** Represents an network interface entity. */
|
|
7089
7512
|
export declare interface NicEntity extends Entity {
|
|
7513
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7514
|
+
kind: "Nic";
|
|
7090
7515
|
/**
|
|
7091
7516
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
7092
7517
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -7137,6 +7562,8 @@ export declare interface NicEntityProperties extends EntityCommonProperties {
|
|
|
7137
7562
|
|
|
7138
7563
|
/** Represents NRT alert rule. */
|
|
7139
7564
|
export declare interface NrtAlertRule extends AlertRule {
|
|
7565
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7566
|
+
kind: "NRT";
|
|
7140
7567
|
/** The Name of the alert rule template used to create this rule. */
|
|
7141
7568
|
alertRuleTemplateName?: string;
|
|
7142
7569
|
/** 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> */
|
|
@@ -7174,10 +7601,14 @@ export declare interface NrtAlertRule extends AlertRule {
|
|
|
7174
7601
|
entityMappings?: EntityMapping[];
|
|
7175
7602
|
/** The alert details override settings */
|
|
7176
7603
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
7604
|
+
/** The event grouping settings. */
|
|
7605
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
7177
7606
|
}
|
|
7178
7607
|
|
|
7179
7608
|
/** Represents NRT alert rule template. */
|
|
7180
7609
|
export declare interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
7610
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7611
|
+
kind: "NRT";
|
|
7181
7612
|
/** the number of alert rules that were created by this template */
|
|
7182
7613
|
alertRulesCreatedByTemplateCount?: number;
|
|
7183
7614
|
/**
|
|
@@ -7216,6 +7647,8 @@ export declare interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
7216
7647
|
entityMappings?: EntityMapping[];
|
|
7217
7648
|
/** The alert details override settings */
|
|
7218
7649
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
7650
|
+
/** The event grouping settings. */
|
|
7651
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
7219
7652
|
}
|
|
7220
7653
|
|
|
7221
7654
|
/** NRT alert rule template properties */
|
|
@@ -7246,6 +7679,8 @@ export declare interface Office365ProjectConnectorDataTypesLogs extends DataConn
|
|
|
7246
7679
|
|
|
7247
7680
|
/** Represents Office Microsoft Project data connector. */
|
|
7248
7681
|
export declare interface Office365ProjectDataConnector extends DataConnector {
|
|
7682
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7683
|
+
kind: "Office365Project";
|
|
7249
7684
|
/** The tenant id to connect to, and get the data from. */
|
|
7250
7685
|
tenantId?: string;
|
|
7251
7686
|
/** The available data types for the connector. */
|
|
@@ -7272,6 +7707,8 @@ export declare interface OfficeATPCheckRequirementsProperties extends DataConnec
|
|
|
7272
7707
|
|
|
7273
7708
|
/** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
|
|
7274
7709
|
export declare interface OfficeATPDataConnector extends DataConnector {
|
|
7710
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7711
|
+
kind: "OfficeATP";
|
|
7275
7712
|
/** The tenant id to connect to, and get the data from. */
|
|
7276
7713
|
tenantId?: string;
|
|
7277
7714
|
/** The available data types for the connector. */
|
|
@@ -7355,6 +7792,8 @@ export declare type OfficeConsentsListResponse = OfficeConsentList;
|
|
|
7355
7792
|
|
|
7356
7793
|
/** Represents office data connector. */
|
|
7357
7794
|
export declare interface OfficeDataConnector extends DataConnector {
|
|
7795
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7796
|
+
kind: "Office365";
|
|
7358
7797
|
/** The tenant id to connect to, and get the data from. */
|
|
7359
7798
|
tenantId?: string;
|
|
7360
7799
|
/** The available data types for the connector. */
|
|
@@ -7403,6 +7842,8 @@ export declare interface OfficeIRMCheckRequirementsProperties extends DataConnec
|
|
|
7403
7842
|
|
|
7404
7843
|
/** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
|
|
7405
7844
|
export declare interface OfficeIRMDataConnector extends DataConnector {
|
|
7845
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7846
|
+
kind: "OfficeIRM";
|
|
7406
7847
|
/** The tenant id to connect to, and get the data from. */
|
|
7407
7848
|
tenantId?: string;
|
|
7408
7849
|
/** The available data types for the connector. */
|
|
@@ -7437,6 +7878,8 @@ export declare interface OfficePowerBIConnectorDataTypesLogs extends DataConnect
|
|
|
7437
7878
|
|
|
7438
7879
|
/** Represents Office Microsoft PowerBI data connector. */
|
|
7439
7880
|
export declare interface OfficePowerBIDataConnector extends DataConnector {
|
|
7881
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7882
|
+
kind: "OfficePowerBI";
|
|
7440
7883
|
/** The tenant id to connect to, and get the data from. */
|
|
7441
7884
|
tenantId?: string;
|
|
7442
7885
|
/** The available data types for the connector. */
|
|
@@ -7589,6 +8032,8 @@ export declare type PollingFrequency = string;
|
|
|
7589
8032
|
|
|
7590
8033
|
/** Represents a process entity. */
|
|
7591
8034
|
export declare interface ProcessEntity extends Entity {
|
|
8035
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8036
|
+
kind: "Process";
|
|
7592
8037
|
/**
|
|
7593
8038
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
7594
8039
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -7759,6 +8204,13 @@ export declare interface PropertyArrayChangedConditionProperties extends Automat
|
|
|
7759
8204
|
conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
|
|
7760
8205
|
}
|
|
7761
8206
|
|
|
8207
|
+
/** Describes an automation rule condition that evaluates an array property's value */
|
|
8208
|
+
export declare interface PropertyArrayConditionProperties extends AutomationRuleCondition {
|
|
8209
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8210
|
+
conditionType: "PropertyArray";
|
|
8211
|
+
conditionProperties?: AutomationRulePropertyArrayValuesCondition;
|
|
8212
|
+
}
|
|
8213
|
+
|
|
7762
8214
|
/** Describes an automation rule condition that evaluates a property's value change */
|
|
7763
8215
|
export declare interface PropertyChangedConditionProperties extends AutomationRuleCondition {
|
|
7764
8216
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7803,6 +8255,8 @@ export declare interface QueryBasedAlertRuleTemplateProperties {
|
|
|
7803
8255
|
entityMappings?: EntityMapping[];
|
|
7804
8256
|
/** The alert details override settings */
|
|
7805
8257
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
8258
|
+
/** The event grouping settings. */
|
|
8259
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
7806
8260
|
}
|
|
7807
8261
|
|
|
7808
8262
|
/**
|
|
@@ -7825,6 +8279,8 @@ export declare type RegistryHive = string;
|
|
|
7825
8279
|
|
|
7826
8280
|
/** Represents a registry key entity. */
|
|
7827
8281
|
export declare interface RegistryKeyEntity extends Entity {
|
|
8282
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8283
|
+
kind: "RegistryKey";
|
|
7828
8284
|
/**
|
|
7829
8285
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
7830
8286
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -7865,6 +8321,8 @@ export declare interface RegistryKeyEntityProperties extends EntityCommonPropert
|
|
|
7865
8321
|
|
|
7866
8322
|
/** Represents a registry value entity. */
|
|
7867
8323
|
export declare interface RegistryValueEntity extends Entity {
|
|
8324
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8325
|
+
kind: "RegistryValue";
|
|
7868
8326
|
/**
|
|
7869
8327
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
7870
8328
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -8092,6 +8550,8 @@ export declare interface SampleQueries {
|
|
|
8092
8550
|
|
|
8093
8551
|
/** Represents scheduled alert rule. */
|
|
8094
8552
|
export declare interface ScheduledAlertRule extends AlertRule {
|
|
8553
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8554
|
+
kind: "Scheduled";
|
|
8095
8555
|
/** The query that creates alerts for this rule. */
|
|
8096
8556
|
query?: string;
|
|
8097
8557
|
/** The frequency (in ISO 8601 duration format) for this alert rule to run. */
|
|
@@ -8198,6 +8658,8 @@ export declare interface ScheduledAlertRuleProperties extends ScheduledAlertRule
|
|
|
8198
8658
|
|
|
8199
8659
|
/** Represents scheduled alert rule template. */
|
|
8200
8660
|
export declare interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
8661
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8662
|
+
kind: "Scheduled";
|
|
8201
8663
|
/** the number of alert rules that were created by this template */
|
|
8202
8664
|
alertRulesCreatedByTemplateCount?: number;
|
|
8203
8665
|
/**
|
|
@@ -8250,6 +8712,8 @@ export declare interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
|
8250
8712
|
|
|
8251
8713
|
/** Represents a security alert entity. */
|
|
8252
8714
|
export declare interface SecurityAlert extends Entity {
|
|
8715
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8716
|
+
kind: "SecurityAlert";
|
|
8253
8717
|
/**
|
|
8254
8718
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
8255
8719
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -8552,6 +9016,8 @@ export declare interface SecurityAlertTimelineItem extends EntityTimelineItem {
|
|
|
8552
9016
|
|
|
8553
9017
|
/** Represents a security group entity. */
|
|
8554
9018
|
export declare interface SecurityGroupEntity extends Entity {
|
|
9019
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9020
|
+
kind: "SecurityGroup";
|
|
8555
9021
|
/**
|
|
8556
9022
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
8557
9023
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -8629,6 +9095,7 @@ export declare class SecurityInsights extends coreClient.ServiceClient {
|
|
|
8629
9095
|
entityRelations: EntityRelations;
|
|
8630
9096
|
entityQueries: EntityQueries;
|
|
8631
9097
|
entityQueryTemplates: EntityQueryTemplates;
|
|
9098
|
+
fileImports: FileImports;
|
|
8632
9099
|
incidentComments: IncidentComments;
|
|
8633
9100
|
incidentRelations: IncidentRelations;
|
|
8634
9101
|
metadata: Metadata;
|
|
@@ -9034,6 +9501,8 @@ export declare type SourceType = string;
|
|
|
9034
9501
|
|
|
9035
9502
|
/** Represents a submission mail entity. */
|
|
9036
9503
|
export declare interface SubmissionMailEntity extends Entity {
|
|
9504
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9505
|
+
kind: "SubmissionMail";
|
|
9037
9506
|
/**
|
|
9038
9507
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
9039
9508
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -9267,6 +9736,8 @@ export declare interface ThreatIntelligence {
|
|
|
9267
9736
|
|
|
9268
9737
|
/** Represents Threat Intelligence alert rule. */
|
|
9269
9738
|
export declare interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
9739
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9740
|
+
kind: "ThreatIntelligence";
|
|
9270
9741
|
/** The Name of the alert rule template used to create this rule. */
|
|
9271
9742
|
alertRuleTemplateName?: string;
|
|
9272
9743
|
/**
|
|
@@ -9305,6 +9776,8 @@ export declare interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
|
9305
9776
|
|
|
9306
9777
|
/** Represents Threat Intelligence alert rule template. */
|
|
9307
9778
|
export declare interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
|
|
9779
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9780
|
+
kind: "ThreatIntelligence";
|
|
9308
9781
|
/** the number of alert rules that were created by this template */
|
|
9309
9782
|
alertRulesCreatedByTemplateCount?: number;
|
|
9310
9783
|
/**
|
|
@@ -9516,6 +9989,8 @@ export declare type ThreatIntelligenceIndicatorMetricsListResponse = ThreatIntel
|
|
|
9516
9989
|
|
|
9517
9990
|
/** Threat intelligence indicator entity. */
|
|
9518
9991
|
export declare interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
|
|
9992
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9993
|
+
kind: "indicator";
|
|
9519
9994
|
/**
|
|
9520
9995
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
9521
9996
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -9684,14 +10159,6 @@ export declare interface ThreatIntelligenceIndicators {
|
|
|
9684
10159
|
|
|
9685
10160
|
/** Optional parameters. */
|
|
9686
10161
|
export declare interface ThreatIntelligenceIndicatorsListNextOptionalParams extends coreClient.OperationOptions {
|
|
9687
|
-
/** Filters the results, based on a Boolean condition. Optional. */
|
|
9688
|
-
filter?: string;
|
|
9689
|
-
/** Sorts the results. Optional. */
|
|
9690
|
-
orderby?: string;
|
|
9691
|
-
/** Returns only the first n results. Optional. */
|
|
9692
|
-
top?: number;
|
|
9693
|
-
/** 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. */
|
|
9694
|
-
skipToken?: string;
|
|
9695
10162
|
}
|
|
9696
10163
|
|
|
9697
10164
|
/** Contains response data for the listNext operation. */
|
|
@@ -9829,6 +10296,8 @@ export declare interface TICheckRequirementsProperties extends DataConnectorTena
|
|
|
9829
10296
|
|
|
9830
10297
|
/** Represents threat intelligence data connector. */
|
|
9831
10298
|
export declare interface TIDataConnector extends DataConnector {
|
|
10299
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10300
|
+
kind: "ThreatIntelligence";
|
|
9832
10301
|
/** The tenant id to connect to, and get the data from. */
|
|
9833
10302
|
tenantId?: string;
|
|
9834
10303
|
/** The lookback period for the feed to be imported. */
|
|
@@ -9897,6 +10366,8 @@ export declare interface TiTaxiiCheckRequirementsProperties extends DataConnecto
|
|
|
9897
10366
|
|
|
9898
10367
|
/** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
|
|
9899
10368
|
export declare interface TiTaxiiDataConnector extends DataConnector {
|
|
10369
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10370
|
+
kind: "ThreatIntelligenceTaxii";
|
|
9900
10371
|
/** The tenant id to connect to, and get the data from. */
|
|
9901
10372
|
tenantId?: string;
|
|
9902
10373
|
/** The workspace id. */
|
|
@@ -9976,6 +10447,8 @@ export declare type TriggersWhen = string;
|
|
|
9976
10447
|
|
|
9977
10448
|
/** Settings with single toggle. */
|
|
9978
10449
|
export declare interface Ueba extends Settings {
|
|
10450
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10451
|
+
kind: "Ueba";
|
|
9979
10452
|
/** The relevant data sources that enriched by ueba */
|
|
9980
10453
|
dataSources?: UebaDataSources[];
|
|
9981
10454
|
}
|
|
@@ -9994,6 +10467,8 @@ export declare type UebaDataSources = string;
|
|
|
9994
10467
|
|
|
9995
10468
|
/** Represents a url entity. */
|
|
9996
10469
|
export declare interface UrlEntity extends Entity {
|
|
10470
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10471
|
+
kind: "Url";
|
|
9997
10472
|
/**
|
|
9998
10473
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
9999
10474
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -10038,6 +10513,17 @@ export declare interface UserInfo {
|
|
|
10038
10513
|
objectId?: string;
|
|
10039
10514
|
}
|
|
10040
10515
|
|
|
10516
|
+
/** Describes an error encountered in the file during validation. */
|
|
10517
|
+
export declare interface ValidationError {
|
|
10518
|
+
/** The number of the record that has the error. */
|
|
10519
|
+
recordIndex?: number;
|
|
10520
|
+
/**
|
|
10521
|
+
* A list of descriptions of the error.
|
|
10522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10523
|
+
*/
|
|
10524
|
+
readonly errorMessages?: string[];
|
|
10525
|
+
}
|
|
10526
|
+
|
|
10041
10527
|
/**
|
|
10042
10528
|
* Defines values for Version. \
|
|
10043
10529
|
* {@link KnownVersion} can be used interchangeably with Version,
|
|
@@ -10193,8 +10679,6 @@ export declare type WatchlistItemsGetResponse = WatchlistItem;
|
|
|
10193
10679
|
|
|
10194
10680
|
/** Optional parameters. */
|
|
10195
10681
|
export declare interface WatchlistItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
10196
|
-
/** 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. */
|
|
10197
|
-
skipToken?: string;
|
|
10198
10682
|
}
|
|
10199
10683
|
|
|
10200
10684
|
/** Contains response data for the listNext operation. */
|
|
@@ -10296,8 +10780,6 @@ export declare type WatchlistsGetResponse = Watchlist;
|
|
|
10296
10780
|
|
|
10297
10781
|
/** Optional parameters. */
|
|
10298
10782
|
export declare interface WatchlistsListNextOptionalParams extends coreClient.OperationOptions {
|
|
10299
|
-
/** 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. */
|
|
10300
|
-
skipToken?: string;
|
|
10301
10783
|
}
|
|
10302
10784
|
|
|
10303
10785
|
/** Contains response data for the listNext operation. */
|