@azure/arm-securityinsight 1.0.0-beta.3 → 1.0.0-beta.5
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 +379 -0
- package/README.md +7 -7
- package/dist/index.js +2447 -615
- 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 +1 -1
- package/dist-esm/samples-dev/actionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/actionsGetSample.js +1 -1
- package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +1 -1
- package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +1 -1
- package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +1 -1
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +6 -5
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/alertRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/alertRulesGetSample.js +4 -4
- package/dist-esm/samples-dev/alertRulesListSample.js +1 -1
- package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/automationRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/automationRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/automationRulesListSample.js +1 -1
- package/dist-esm/samples-dev/bookmarkExpandSample.js +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +1 -1
- package/dist-esm/samples-dev/bookmarkRelationsListSample.js +1 -1
- package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/bookmarksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/bookmarksGetSample.js +1 -1
- package/dist-esm/samples-dev/bookmarksListSample.js +1 -1
- package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +16 -16
- package/dist-esm/samples-dev/dataConnectorsConnectSample.js +35 -1
- package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -1
- package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +8 -8
- package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +5 -5
- package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +1 -1
- package/dist-esm/samples-dev/dataConnectorsGetSample.js +20 -20
- package/dist-esm/samples-dev/dataConnectorsListSample.js +1 -1
- package/dist-esm/samples-dev/domainWhoisGetSample.js +1 -1
- package/dist-esm/samples-dev/entitiesExpandSample.js +1 -1
- package/dist-esm/samples-dev/entitiesGetInsightsSample.js +1 -1
- package/dist-esm/samples-dev/entitiesGetSample.js +20 -20
- package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +1 -1
- package/dist-esm/samples-dev/entitiesListSample.js +1 -1
- package/dist-esm/samples-dev/entitiesQueriesSample.js +1 -1
- package/dist-esm/samples-dev/entitiesRelationsListSample.js +1 -1
- package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/entityQueriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/entityQueriesGetSample.js +2 -2
- package/dist-esm/samples-dev/entityQueriesListSample.js +1 -1
- package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +1 -1
- package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +1 -1
- package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +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/{checkRequirementsForAad.js → fileImportsCreateSample.js} +15 -12
- 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/{deleteAnEntityQuery.js → fileImportsDeleteSample.js} +10 -10
- 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/{deleteAnIncident.js → fileImportsGetSample.js} +10 -10
- 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/{getAllIncidents.js → fileImportsListSample.js} +10 -10
- package/dist-esm/samples-dev/fileImportsListSample.js.map +1 -0
- package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/incidentCommentsGetSample.js +1 -1
- package/dist-esm/samples-dev/incidentCommentsListSample.js +1 -1
- package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/incidentRelationsGetSample.js +1 -1
- package/dist-esm/samples-dev/incidentRelationsListSample.js +1 -1
- package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/incidentsCreateTeamSample.js +1 -1
- package/dist-esm/samples-dev/incidentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/incidentsGetSample.js +1 -1
- package/dist-esm/samples-dev/incidentsListAlertsSample.js +1 -1
- package/dist-esm/samples-dev/incidentsListBookmarksSample.js +1 -1
- package/dist-esm/samples-dev/incidentsListEntitiesSample.js +1 -1
- package/dist-esm/samples-dev/incidentsListSample.js +1 -1
- package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +3 -3
- package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -1
- package/dist-esm/samples-dev/ipGeodataGetSample.js +1 -1
- package/dist-esm/samples-dev/metadataCreateSample.js +2 -2
- package/dist-esm/samples-dev/metadataDeleteSample.js +1 -1
- package/dist-esm/samples-dev/metadataGetSample.js +1 -1
- package/dist-esm/samples-dev/metadataListSample.js +2 -2
- package/dist-esm/samples-dev/metadataUpdateSample.js +1 -1
- package/dist-esm/samples-dev/officeConsentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/officeConsentsGetSample.js +1 -1
- package/dist-esm/samples-dev/officeConsentsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/productSettingsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/productSettingsGetSample.js +1 -1
- package/dist-esm/samples-dev/productSettingsListSample.js +1 -1
- package/dist-esm/samples-dev/productSettingsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +87 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{deleteAApiPollingDataConnector.js → securityMlAnalyticsSettingsDeleteSample.js} +10 -10
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{deleteASourceControl.js → securityMlAnalyticsSettingsGetSample.js} +10 -10
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getAllRelationsOfAnEntity.js → securityMlAnalyticsSettingsListSample.js} +9 -10
- package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -0
- package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +1 -1
- package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +1 -1
- package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +1 -1
- package/dist-esm/samples-dev/sourceControlsCreateSample.js +1 -1
- package/dist-esm/samples-dev/sourceControlsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/sourceControlsListSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +1 -1
- package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +1 -1
- package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/watchlistItemsGetSample.js +1 -1
- package/dist-esm/samples-dev/watchlistItemsListSample.js +1 -1
- package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +2 -31
- package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/watchlistsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/watchlistsGetSample.js +1 -1
- package/dist-esm/samples-dev/watchlistsListSample.js +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 +1548 -493
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +359 -46
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +97 -62
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1107 -235
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +30 -2
- package/dist-esm/src/models/parameters.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 +303 -0
- package/dist-esm/src/operations/fileImports.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts +63 -0
- package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
- package/dist-esm/src/operations/securityMLAnalyticsSettings.js +244 -0
- package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -0
- 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 +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
- package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
- package/dist-esm/src/securityInsights.d.ts +5 -1
- package/dist-esm/src/securityInsights.d.ts.map +1 -1
- package/dist-esm/src/securityInsights.js +51 -15
- 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 +13 -8
- package/review/arm-securityinsight.api.md +1305 -898
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1666 -503
- package/src/models/mappers.ts +1255 -266
- package/src/models/parameters.ts +35 -1
- package/src/operations/fileImports.ts +410 -0
- package/src/operations/index.ts +2 -0
- package/src/operations/securityMLAnalyticsSettings.ts +321 -0
- package/src/operationsInterfaces/fileImports.ts +95 -0
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/securityMLAnalyticsSettings.ts +75 -0
- package/src/securityInsights.ts +68 -17
- package/types/arm-securityinsight.d.ts +1723 -514
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.d.ts +0 -2
- package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.d.ts.map +0 -1
- package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.js +0 -35
- package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAad.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForAad.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAad.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAsc.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForAsc.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForAsc.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForAsc.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForDynamics365.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForDynamics365.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForDynamics365.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForDynamics365.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMcas.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForMcas.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMcas.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForMcas.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMdatp.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForMdatp.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMdatp.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForMdatp.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForTi.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForTi.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForTi.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForTi.js.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForTiTaxii.d.ts +0 -2
- package/dist-esm/samples-dev/checkRequirementsForTiTaxii.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkRequirementsForTiTaxii.js +0 -35
- package/dist-esm/samples-dev/checkRequirementsForTiTaxii.js.map +0 -1
- package/dist-esm/samples-dev/connectAnApiPollingDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/connectAnApiPollingDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectAnApiPollingDataConnector.js +0 -44
- package/dist-esm/samples-dev/connectAnApiPollingDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createANewThreatIntelligence.d.ts +0 -2
- package/dist-esm/samples-dev/createANewThreatIntelligence.d.ts.map +0 -1
- package/dist-esm/samples-dev/createANewThreatIntelligence.js +0 -51
- package/dist-esm/samples-dev/createANewThreatIntelligence.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullMetadata.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateFullMetadata.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullMetadata.js +0 -87
- package/dist-esm/samples-dev/createOrUpdateFullMetadata.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.js +0 -37
- package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.js.map +0 -1
- package/dist-esm/samples-dev/createSentinelOnboardingState.d.ts +0 -2
- package/dist-esm/samples-dev/createSentinelOnboardingState.d.ts.map +0 -1
- package/dist-esm/samples-dev/createSentinelOnboardingState.js +0 -38
- package/dist-esm/samples-dev/createSentinelOnboardingState.js.map +0 -1
- package/dist-esm/samples-dev/createsASourceControl.d.ts +0 -2
- package/dist-esm/samples-dev/createsASourceControl.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsASourceControl.js +0 -48
- package/dist-esm/samples-dev/createsASourceControl.js.map +0 -1
- package/dist-esm/samples-dev/createsIncidentTeamsGroup.d.ts +0 -2
- package/dist-esm/samples-dev/createsIncidentTeamsGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsIncidentTeamsGroup.js +0 -36
- package/dist-esm/samples-dev/createsIncidentTeamsGroup.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.js +0 -123
- package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesABookmark.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesABookmark.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesABookmark.js +0 -44
- package/dist-esm/samples-dev/createsOrUpdatesABookmark.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.js +0 -36
- package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.js +0 -38
- package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.js +0 -38
- package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.js +0 -149
- package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.js +0 -39
- package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.js +0 -54
- package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.js +0 -79
- package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.js +0 -46
- package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.js +0 -40
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.js +0 -43
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.js +0 -44
- package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.js +0 -38
- package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.js +0 -52
- package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.js +0 -70
- package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncident.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnIncident.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncident.js +0 -45
- package/dist-esm/samples-dev/createsOrUpdatesAnIncident.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.js +0 -34
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.js +0 -36
- package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.js +0 -42
- package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.js +0 -38
- package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/deleteAApiPollingDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAApiPollingDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAApiPollingDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/deleteABookmark.d.ts +0 -2
- package/dist-esm/samples-dev/deleteABookmark.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteABookmark.js +0 -32
- package/dist-esm/samples-dev/deleteABookmark.js.map +0 -1
- package/dist-esm/samples-dev/deleteAGenericUiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAGenericUiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAGenericUiDataConnector.js +0 -32
- package/dist-esm/samples-dev/deleteAGenericUiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/deleteASourceControl.d.ts +0 -2
- package/dist-esm/samples-dev/deleteASourceControl.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteASourceControl.js.map +0 -1
- package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.js +0 -32
- package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.js.map +0 -1
- package/dist-esm/samples-dev/deleteAWatchlist.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAWatchlist.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAWatchlist.js +0 -32
- package/dist-esm/samples-dev/deleteAWatchlist.js.map +0 -1
- package/dist-esm/samples-dev/deleteAWatchlistItem.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAWatchlistItem.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAWatchlistItem.js +0 -33
- package/dist-esm/samples-dev/deleteAWatchlistItem.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnActionOfAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnActionOfAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnActionOfAlertRule.js +0 -33
- package/dist-esm/samples-dev/deleteAnActionOfAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnAlertRule.js +0 -32
- package/dist-esm/samples-dev/deleteAnAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnAutomationRule.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnAutomationRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnAutomationRule.js +0 -32
- package/dist-esm/samples-dev/deleteAnAutomationRule.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnEntityQuery.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnEntityQuery.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnEntityQuery.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnIncident.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnIncident.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnIncident.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnOffice365DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnOffice365DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnOffice365DataConnector.js +0 -32
- package/dist-esm/samples-dev/deleteAnOffice365DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/deleteAnOfficeConsent.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAnOfficeConsent.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAnOfficeConsent.js +0 -32
- package/dist-esm/samples-dev/deleteAnOfficeConsent.js.map +0 -1
- package/dist-esm/samples-dev/deleteEyesOnSettings.d.ts +0 -2
- package/dist-esm/samples-dev/deleteEyesOnSettings.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteEyesOnSettings.js +0 -32
- package/dist-esm/samples-dev/deleteEyesOnSettings.js.map +0 -1
- package/dist-esm/samples-dev/deleteMetadata.d.ts +0 -2
- package/dist-esm/samples-dev/deleteMetadata.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteMetadata.js +0 -32
- package/dist-esm/samples-dev/deleteMetadata.js.map +0 -1
- package/dist-esm/samples-dev/deleteSentinelOnboardingState.d.ts +0 -2
- package/dist-esm/samples-dev/deleteSentinelOnboardingState.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteSentinelOnboardingState.js +0 -32
- package/dist-esm/samples-dev/deleteSentinelOnboardingState.js.map +0 -1
- package/dist-esm/samples-dev/deleteTheBookmarkRelation.d.ts +0 -2
- package/dist-esm/samples-dev/deleteTheBookmarkRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteTheBookmarkRelation.js +0 -33
- package/dist-esm/samples-dev/deleteTheBookmarkRelation.js.map +0 -1
- package/dist-esm/samples-dev/deleteTheIncidentComment.d.ts +0 -2
- package/dist-esm/samples-dev/deleteTheIncidentComment.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteTheIncidentComment.js +0 -33
- package/dist-esm/samples-dev/deleteTheIncidentComment.js.map +0 -1
- package/dist-esm/samples-dev/deleteTheIncidentRelation.d.ts +0 -2
- package/dist-esm/samples-dev/deleteTheIncidentRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteTheIncidentRelation.js +0 -33
- package/dist-esm/samples-dev/deleteTheIncidentRelation.js.map +0 -1
- package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.js +0 -32
- package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/entityInsight.d.ts +0 -2
- package/dist-esm/samples-dev/entityInsight.d.ts.map +0 -1
- package/dist-esm/samples-dev/entityInsight.js +0 -38
- package/dist-esm/samples-dev/entityInsight.js.map +0 -1
- package/dist-esm/samples-dev/entityTimeline.d.ts +0 -2
- package/dist-esm/samples-dev/entityTimeline.d.ts.map +0 -1
- package/dist-esm/samples-dev/entityTimeline.js +0 -37
- package/dist-esm/samples-dev/entityTimeline.js.map +0 -1
- package/dist-esm/samples-dev/expandAnBookmark.d.ts +0 -2
- package/dist-esm/samples-dev/expandAnBookmark.d.ts.map +0 -1
- package/dist-esm/samples-dev/expandAnBookmark.js +0 -37
- package/dist-esm/samples-dev/expandAnBookmark.js.map +0 -1
- package/dist-esm/samples-dev/expandAnEntity.d.ts +0 -2
- package/dist-esm/samples-dev/expandAnEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/expandAnEntity.js +0 -37
- package/dist-esm/samples-dev/expandAnEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAApiPollingDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAApiPollingDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAApiPollingDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAApiPollingDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAAscDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAAscDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAAscDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAAscDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getABookmark.d.ts +0 -2
- package/dist-esm/samples-dev/getABookmark.d.ts.map +0 -1
- package/dist-esm/samples-dev/getABookmark.js +0 -32
- package/dist-esm/samples-dev/getABookmark.js.map +0 -1
- package/dist-esm/samples-dev/getABookmarkRelation.d.ts +0 -2
- package/dist-esm/samples-dev/getABookmarkRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getABookmarkRelation.js +0 -33
- package/dist-esm/samples-dev/getABookmarkRelation.js.map +0 -1
- package/dist-esm/samples-dev/getACloudApplicationEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getACloudApplicationEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getACloudApplicationEntity.js +0 -32
- package/dist-esm/samples-dev/getACloudApplicationEntity.js.map +0 -1
- package/dist-esm/samples-dev/getADnsEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getADnsEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getADnsEntity.js +0 -32
- package/dist-esm/samples-dev/getADnsEntity.js.map +0 -1
- package/dist-esm/samples-dev/getADynamics365DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getADynamics365DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getADynamics365DataConnector.js +0 -32
- package/dist-esm/samples-dev/getADynamics365DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAFileEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAFileEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAFileEntity.js +0 -32
- package/dist-esm/samples-dev/getAFileEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAFileHashEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAFileHashEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAFileHashEntity.js +0 -32
- package/dist-esm/samples-dev/getAFileHashEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAFusionAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAFusionAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAFusionAlertRule.js +0 -32
- package/dist-esm/samples-dev/getAFusionAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/getAGenericUiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAGenericUiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAGenericUiDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAGenericUiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAHostEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAHostEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAHostEntity.js +0 -32
- package/dist-esm/samples-dev/getAHostEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAMailClusterEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAMailClusterEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMailClusterEntity.js +0 -32
- package/dist-esm/samples-dev/getAMailClusterEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAMailMessageEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAMailMessageEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMailMessageEntity.js +0 -32
- package/dist-esm/samples-dev/getAMailMessageEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAMailboxEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAMailboxEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMailboxEntity.js +0 -32
- package/dist-esm/samples-dev/getAMailboxEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAMalwareEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAMalwareEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMalwareEntity.js +0 -32
- package/dist-esm/samples-dev/getAMalwareEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAMcasDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAMcasDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMcasDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAMcasDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAMdatpDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAMdatpDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMdatpDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAMdatpDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.js +0 -32
- package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.js.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAOfficeAtpDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAOfficeAtpDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAOfficeAtpDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAOfficeAtpDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAOfficeIrmDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAOfficeIrmDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAOfficeIrmDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAOfficeIrmDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAProcessEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAProcessEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAProcessEntity.js +0 -32
- package/dist-esm/samples-dev/getAProcessEntity.js.map +0 -1
- package/dist-esm/samples-dev/getARegistryKeyEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getARegistryKeyEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getARegistryKeyEntity.js +0 -32
- package/dist-esm/samples-dev/getARegistryKeyEntity.js.map +0 -1
- package/dist-esm/samples-dev/getARegistryValueEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getARegistryValueEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getARegistryValueEntity.js +0 -32
- package/dist-esm/samples-dev/getARegistryValueEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAScheduledAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAScheduledAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAScheduledAlertRule.js +0 -32
- package/dist-esm/samples-dev/getAScheduledAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/getASecurityAlertEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getASecurityAlertEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getASecurityAlertEntity.js +0 -32
- package/dist-esm/samples-dev/getASecurityAlertEntity.js.map +0 -1
- package/dist-esm/samples-dev/getASecurityGroupEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getASecurityGroupEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getASecurityGroupEntity.js +0 -32
- package/dist-esm/samples-dev/getASecurityGroupEntity.js.map +0 -1
- package/dist-esm/samples-dev/getASourceControl.d.ts +0 -2
- package/dist-esm/samples-dev/getASourceControl.d.ts.map +0 -1
- package/dist-esm/samples-dev/getASourceControl.js +0 -32
- package/dist-esm/samples-dev/getASourceControl.js.map +0 -1
- package/dist-esm/samples-dev/getASubmissionMailEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getASubmissionMailEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getASubmissionMailEntity.js +0 -32
- package/dist-esm/samples-dev/getASubmissionMailEntity.js.map +0 -1
- package/dist-esm/samples-dev/getATiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getATiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getATiDataConnector.js +0 -32
- package/dist-esm/samples-dev/getATiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getATiTaxiiDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getATiTaxiiDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getATiTaxiiDataConnector.js +0 -32
- package/dist-esm/samples-dev/getATiTaxiiDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAUrlEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAUrlEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAUrlEntity.js +0 -32
- package/dist-esm/samples-dev/getAUrlEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAWatchlist.d.ts +0 -2
- package/dist-esm/samples-dev/getAWatchlist.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAWatchlist.js +0 -32
- package/dist-esm/samples-dev/getAWatchlist.js.map +0 -1
- package/dist-esm/samples-dev/getAWatchlistItem.d.ts +0 -2
- package/dist-esm/samples-dev/getAWatchlistItem.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAWatchlistItem.js +0 -33
- package/dist-esm/samples-dev/getAWatchlistItem.js.map +0 -1
- package/dist-esm/samples-dev/getAlertRuleTemplateById.d.ts +0 -2
- package/dist-esm/samples-dev/getAlertRuleTemplateById.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAlertRuleTemplateById.js +0 -32
- package/dist-esm/samples-dev/getAlertRuleTemplateById.js.map +0 -1
- package/dist-esm/samples-dev/getAllActionsOfAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAllActionsOfAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllActionsOfAlertRule.js +0 -46
- package/dist-esm/samples-dev/getAllActionsOfAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/getAllAlertRuleTemplates.d.ts +0 -2
- package/dist-esm/samples-dev/getAllAlertRuleTemplates.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllAlertRuleTemplates.js +0 -45
- package/dist-esm/samples-dev/getAllAlertRuleTemplates.js.map +0 -1
- package/dist-esm/samples-dev/getAllAlertRules.d.ts +0 -2
- package/dist-esm/samples-dev/getAllAlertRules.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllAlertRules.js +0 -45
- package/dist-esm/samples-dev/getAllAlertRules.js.map +0 -1
- package/dist-esm/samples-dev/getAllAutomationRules.d.ts +0 -2
- package/dist-esm/samples-dev/getAllAutomationRules.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllAutomationRules.js +0 -45
- package/dist-esm/samples-dev/getAllAutomationRules.js.map +0 -1
- package/dist-esm/samples-dev/getAllBookmarkRelations.d.ts +0 -2
- package/dist-esm/samples-dev/getAllBookmarkRelations.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllBookmarkRelations.js +0 -46
- package/dist-esm/samples-dev/getAllBookmarkRelations.js.map +0 -1
- package/dist-esm/samples-dev/getAllBookmarks.d.ts +0 -2
- package/dist-esm/samples-dev/getAllBookmarks.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllBookmarks.js +0 -45
- package/dist-esm/samples-dev/getAllBookmarks.js.map +0 -1
- package/dist-esm/samples-dev/getAllDataConnectors.d.ts +0 -2
- package/dist-esm/samples-dev/getAllDataConnectors.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllDataConnectors.js +0 -45
- package/dist-esm/samples-dev/getAllDataConnectors.js.map +0 -1
- package/dist-esm/samples-dev/getAllEntities.d.ts +0 -2
- package/dist-esm/samples-dev/getAllEntities.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllEntities.js +0 -45
- package/dist-esm/samples-dev/getAllEntities.js.map +0 -1
- package/dist-esm/samples-dev/getAllEntityQueries.d.ts +0 -2
- package/dist-esm/samples-dev/getAllEntityQueries.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllEntityQueries.js +0 -47
- package/dist-esm/samples-dev/getAllEntityQueries.js.map +0 -1
- package/dist-esm/samples-dev/getAllEntityQueryTemplates.d.ts +0 -2
- package/dist-esm/samples-dev/getAllEntityQueryTemplates.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllEntityQueryTemplates.js +0 -45
- package/dist-esm/samples-dev/getAllEntityQueryTemplates.js.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentAlerts.d.ts +0 -2
- package/dist-esm/samples-dev/getAllIncidentAlerts.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentAlerts.js +0 -32
- package/dist-esm/samples-dev/getAllIncidentAlerts.js.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentBookmarks.d.ts +0 -2
- package/dist-esm/samples-dev/getAllIncidentBookmarks.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentBookmarks.js +0 -32
- package/dist-esm/samples-dev/getAllIncidentBookmarks.js.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentComments.d.ts +0 -2
- package/dist-esm/samples-dev/getAllIncidentComments.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentComments.js +0 -46
- package/dist-esm/samples-dev/getAllIncidentComments.js.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentRelations.d.ts +0 -2
- package/dist-esm/samples-dev/getAllIncidentRelations.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllIncidentRelations.js +0 -46
- package/dist-esm/samples-dev/getAllIncidentRelations.js.map +0 -1
- package/dist-esm/samples-dev/getAllIncidents.d.ts +0 -2
- package/dist-esm/samples-dev/getAllIncidents.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllIncidents.js.map +0 -1
- package/dist-esm/samples-dev/getAllMetadata.d.ts +0 -2
- package/dist-esm/samples-dev/getAllMetadata.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllMetadata.js +0 -45
- package/dist-esm/samples-dev/getAllMetadata.js.map +0 -1
- package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.d.ts +0 -2
- package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.js +0 -45
- package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.js.map +0 -1
- package/dist-esm/samples-dev/getAllOfficeConsents.d.ts +0 -2
- package/dist-esm/samples-dev/getAllOfficeConsents.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllOfficeConsents.js +0 -45
- package/dist-esm/samples-dev/getAllOfficeConsents.js.map +0 -1
- package/dist-esm/samples-dev/getAllRelationsOfAnEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAllRelationsOfAnEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllRelationsOfAnEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAllSentinelOnboardingStates.d.ts +0 -2
- package/dist-esm/samples-dev/getAllSentinelOnboardingStates.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllSentinelOnboardingStates.js +0 -31
- package/dist-esm/samples-dev/getAllSentinelOnboardingStates.js.map +0 -1
- package/dist-esm/samples-dev/getAllSettings.d.ts +0 -2
- package/dist-esm/samples-dev/getAllSettings.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllSettings.js +0 -31
- package/dist-esm/samples-dev/getAllSettings.js.map +0 -1
- package/dist-esm/samples-dev/getAllSourceControls.d.ts +0 -2
- package/dist-esm/samples-dev/getAllSourceControls.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllSourceControls.js +0 -45
- package/dist-esm/samples-dev/getAllSourceControls.js.map +0 -1
- package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.d.ts +0 -2
- package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.js +0 -45
- package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.js.map +0 -1
- package/dist-esm/samples-dev/getAllWatchlistItems.d.ts +0 -2
- package/dist-esm/samples-dev/getAllWatchlistItems.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllWatchlistItems.js +0 -46
- package/dist-esm/samples-dev/getAllWatchlistItems.js.map +0 -1
- package/dist-esm/samples-dev/getAllWatchlists.d.ts +0 -2
- package/dist-esm/samples-dev/getAllWatchlists.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllWatchlists.js +0 -45
- package/dist-esm/samples-dev/getAllWatchlists.js.map +0 -1
- package/dist-esm/samples-dev/getAnAadDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAadDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAadDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAnAadDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAnAatpDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAatpDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAatpDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAnAatpDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAnAccountEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAccountEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAccountEntity.js +0 -32
- package/dist-esm/samples-dev/getAnAccountEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAnActionOfAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAnActionOfAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnActionOfAlertRule.js +0 -33
- package/dist-esm/samples-dev/getAnActionOfAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/getAnActivityEntityQuery.d.ts +0 -2
- package/dist-esm/samples-dev/getAnActivityEntityQuery.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnActivityEntityQuery.js +0 -32
- package/dist-esm/samples-dev/getAnActivityEntityQuery.js.map +0 -1
- package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.d.ts +0 -2
- package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.js +0 -32
- package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.js.map +0 -1
- package/dist-esm/samples-dev/getAnAutomationRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAutomationRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAutomationRule.js +0 -32
- package/dist-esm/samples-dev/getAnAutomationRule.js.map +0 -1
- package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.js +0 -32
- package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAnAwsS3DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAwsS3DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAwsS3DataConnector.js +0 -32
- package/dist-esm/samples-dev/getAnAwsS3DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAnAzureResourceEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAnAzureResourceEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnAzureResourceEntity.js +0 -32
- package/dist-esm/samples-dev/getAnAzureResourceEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAnEntityRelation.d.ts +0 -2
- package/dist-esm/samples-dev/getAnEntityRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnEntityRelation.js +0 -33
- package/dist-esm/samples-dev/getAnEntityRelation.js.map +0 -1
- package/dist-esm/samples-dev/getAnExpansionEntityQuery.d.ts +0 -2
- package/dist-esm/samples-dev/getAnExpansionEntityQuery.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnExpansionEntityQuery.js +0 -32
- package/dist-esm/samples-dev/getAnExpansionEntityQuery.js.map +0 -1
- package/dist-esm/samples-dev/getAnIPEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAnIPEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnIPEntity.js +0 -32
- package/dist-esm/samples-dev/getAnIPEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAnIncident.d.ts +0 -2
- package/dist-esm/samples-dev/getAnIncident.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnIncident.js +0 -32
- package/dist-esm/samples-dev/getAnIncident.js.map +0 -1
- package/dist-esm/samples-dev/getAnIncidentComment.d.ts +0 -2
- package/dist-esm/samples-dev/getAnIncidentComment.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnIncidentComment.js +0 -33
- package/dist-esm/samples-dev/getAnIncidentComment.js.map +0 -1
- package/dist-esm/samples-dev/getAnIncidentRelation.d.ts +0 -2
- package/dist-esm/samples-dev/getAnIncidentRelation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnIncidentRelation.js +0 -33
- package/dist-esm/samples-dev/getAnIncidentRelation.js.map +0 -1
- package/dist-esm/samples-dev/getAnIoTDeviceEntity.d.ts +0 -2
- package/dist-esm/samples-dev/getAnIoTDeviceEntity.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnIoTDeviceEntity.js +0 -32
- package/dist-esm/samples-dev/getAnIoTDeviceEntity.js.map +0 -1
- package/dist-esm/samples-dev/getAnNrtAlertRule.d.ts +0 -2
- package/dist-esm/samples-dev/getAnNrtAlertRule.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnNrtAlertRule.js +0 -32
- package/dist-esm/samples-dev/getAnNrtAlertRule.js.map +0 -1
- package/dist-esm/samples-dev/getAnOffice365DataConnector.d.ts +0 -2
- package/dist-esm/samples-dev/getAnOffice365DataConnector.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnOffice365DataConnector.js +0 -32
- package/dist-esm/samples-dev/getAnOffice365DataConnector.js.map +0 -1
- package/dist-esm/samples-dev/getAnOfficeConsent.d.ts +0 -2
- package/dist-esm/samples-dev/getAnOfficeConsent.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAnOfficeConsent.js +0 -32
- package/dist-esm/samples-dev/getAnOfficeConsent.js.map +0 -1
- package/dist-esm/samples-dev/getEntityQuery.d.ts +0 -2
- package/dist-esm/samples-dev/getEntityQuery.d.ts.map +0 -1
- package/dist-esm/samples-dev/getEntityQuery.js +0 -33
- package/dist-esm/samples-dev/getEntityQuery.js.map +0 -1
- package/dist-esm/samples-dev/getEyesOnSettings.d.ts +0 -2
- package/dist-esm/samples-dev/getEyesOnSettings.d.ts.map +0 -1
- package/dist-esm/samples-dev/getEyesOnSettings.js +0 -32
- package/dist-esm/samples-dev/getEyesOnSettings.js.map +0 -1
- package/dist-esm/samples-dev/getGeodataForASingleIPAddress.d.ts +0 -2
- package/dist-esm/samples-dev/getGeodataForASingleIPAddress.d.ts.map +0 -1
- package/dist-esm/samples-dev/getGeodataForASingleIPAddress.js +0 -31
- package/dist-esm/samples-dev/getGeodataForASingleIPAddress.js.map +0 -1
- package/dist-esm/samples-dev/getRepositoryList.d.ts +0 -2
- package/dist-esm/samples-dev/getRepositoryList.d.ts.map +0 -1
- package/dist-esm/samples-dev/getRepositoryList.js +0 -46
- package/dist-esm/samples-dev/getRepositoryList.js.map +0 -1
- package/dist-esm/samples-dev/getSentinelOnboardingState.d.ts +0 -2
- package/dist-esm/samples-dev/getSentinelOnboardingState.d.ts.map +0 -1
- package/dist-esm/samples-dev/getSentinelOnboardingState.js +0 -32
- package/dist-esm/samples-dev/getSentinelOnboardingState.js.map +0 -1
- package/dist-esm/samples-dev/getSingleMetadataByName.d.ts +0 -2
- package/dist-esm/samples-dev/getSingleMetadataByName.d.ts.map +0 -1
- package/dist-esm/samples-dev/getSingleMetadataByName.js +0 -32
- package/dist-esm/samples-dev/getSingleMetadataByName.js.map +0 -1
- package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.d.ts +0 -2
- package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.d.ts.map +0 -1
- package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.js +0 -31
- package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.js.map +0 -1
- package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.d.ts +0 -2
- package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.d.ts.map +0 -1
- package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.js +0 -31
- package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.js.map +0 -1
- package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.d.ts +0 -2
- package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.js +0 -32
- package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.js.map +0 -1
- package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.d.ts +0 -2
- package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.js +0 -54
- package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.js.map +0 -1
- package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.d.ts +0 -2
- package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.d.ts.map +0 -1
- package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.js +0 -37
- package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.js.map +0 -1
- package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.d.ts +0 -2
- package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.js +0 -52
- package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.js.map +0 -1
- package/dist-esm/samples-dev/updateEyesOnSettings.d.ts +0 -2
- package/dist-esm/samples-dev/updateEyesOnSettings.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateEyesOnSettings.js +0 -36
- package/dist-esm/samples-dev/updateEyesOnSettings.js.map +0 -1
- package/dist-esm/samples-dev/updateMetadata.d.ts +0 -2
- package/dist-esm/samples-dev/updateMetadata.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateMetadata.js +0 -35
- package/dist-esm/samples-dev/updateMetadata.js.map +0 -1
- package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.d.ts +0 -2
- package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.js +0 -32
- package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.js.map +0 -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 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -7,69 +7,79 @@
|
|
|
7
7
|
import * as coreAuth from '@azure/core-auth';
|
|
8
8
|
import * as coreClient from '@azure/core-client';
|
|
9
9
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
10
12
|
|
|
11
13
|
// @public
|
|
12
|
-
export
|
|
14
|
+
export interface AADCheckRequirements extends DataConnectorsCheckRequirements {
|
|
13
15
|
kind: "AzureActiveDirectory";
|
|
14
16
|
tenantId?: string;
|
|
15
|
-
}
|
|
17
|
+
}
|
|
16
18
|
|
|
17
19
|
// @public
|
|
18
|
-
export
|
|
20
|
+
export interface AADCheckRequirementsProperties extends DataConnectorTenantId {
|
|
21
|
+
}
|
|
19
22
|
|
|
20
23
|
// @public
|
|
21
|
-
export
|
|
22
|
-
tenantId?: string;
|
|
24
|
+
export interface AADDataConnector extends DataConnector {
|
|
23
25
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
24
|
-
|
|
26
|
+
kind: "AzureActiveDirectory";
|
|
27
|
+
tenantId?: string;
|
|
28
|
+
}
|
|
25
29
|
|
|
26
30
|
// @public
|
|
27
|
-
export
|
|
31
|
+
export interface AADDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
|
|
32
|
+
}
|
|
28
33
|
|
|
29
34
|
// @public
|
|
30
|
-
export
|
|
35
|
+
export interface AatpCheckRequirements extends DataConnectorsCheckRequirements {
|
|
31
36
|
kind: "AzureAdvancedThreatProtection";
|
|
32
37
|
tenantId?: string;
|
|
33
|
-
}
|
|
38
|
+
}
|
|
34
39
|
|
|
35
40
|
// @public
|
|
36
|
-
export
|
|
41
|
+
export interface AatpCheckRequirementsProperties extends DataConnectorTenantId {
|
|
42
|
+
}
|
|
37
43
|
|
|
38
44
|
// @public
|
|
39
|
-
export
|
|
40
|
-
tenantId?: string;
|
|
45
|
+
export interface AatpDataConnector extends DataConnector {
|
|
41
46
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
42
|
-
|
|
47
|
+
kind: "AzureAdvancedThreatProtection";
|
|
48
|
+
tenantId?: string;
|
|
49
|
+
}
|
|
43
50
|
|
|
44
51
|
// @public
|
|
45
|
-
export
|
|
52
|
+
export interface AatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
|
|
53
|
+
}
|
|
46
54
|
|
|
47
55
|
// @public
|
|
48
|
-
export
|
|
49
|
-
readonly additionalData?: {
|
|
50
|
-
[propertyName: string]: Record<string, unknown>;
|
|
51
|
-
};
|
|
52
|
-
readonly friendlyName?: string;
|
|
56
|
+
export interface AccountEntity extends Entity {
|
|
53
57
|
readonly aadTenantId?: string;
|
|
54
58
|
readonly aadUserId?: string;
|
|
55
59
|
readonly accountName?: string;
|
|
60
|
+
readonly additionalData?: {
|
|
61
|
+
[propertyName: string]: Record<string, unknown>;
|
|
62
|
+
};
|
|
56
63
|
readonly displayName?: string;
|
|
64
|
+
readonly dnsDomain?: string;
|
|
65
|
+
readonly friendlyName?: string;
|
|
57
66
|
readonly hostEntityId?: string;
|
|
58
67
|
readonly isDomainJoined?: boolean;
|
|
68
|
+
kind: "Account";
|
|
59
69
|
readonly ntDomain?: string;
|
|
60
70
|
readonly objectGuid?: string;
|
|
61
71
|
readonly puid?: string;
|
|
62
72
|
readonly sid?: string;
|
|
63
73
|
readonly upnSuffix?: string;
|
|
64
|
-
|
|
65
|
-
};
|
|
74
|
+
}
|
|
66
75
|
|
|
67
76
|
// @public
|
|
68
|
-
export
|
|
77
|
+
export interface AccountEntityProperties extends EntityCommonProperties {
|
|
69
78
|
readonly aadTenantId?: string;
|
|
70
79
|
readonly aadUserId?: string;
|
|
71
80
|
readonly accountName?: string;
|
|
72
81
|
readonly displayName?: string;
|
|
82
|
+
readonly dnsDomain?: string;
|
|
73
83
|
readonly hostEntityId?: string;
|
|
74
84
|
readonly isDomainJoined?: boolean;
|
|
75
85
|
readonly ntDomain?: string;
|
|
@@ -77,8 +87,7 @@ export type AccountEntityProperties = EntityCommonProperties & {
|
|
|
77
87
|
readonly puid?: string;
|
|
78
88
|
readonly sid?: string;
|
|
79
89
|
readonly upnSuffix?: string;
|
|
80
|
-
|
|
81
|
-
};
|
|
90
|
+
}
|
|
82
91
|
|
|
83
92
|
// @public
|
|
84
93
|
export interface ActionPropertiesBase {
|
|
@@ -86,26 +95,26 @@ export interface ActionPropertiesBase {
|
|
|
86
95
|
}
|
|
87
96
|
|
|
88
97
|
// @public
|
|
89
|
-
export
|
|
98
|
+
export interface ActionRequest extends ResourceWithEtag {
|
|
90
99
|
logicAppResourceId?: string;
|
|
91
100
|
triggerUri?: string;
|
|
92
|
-
}
|
|
101
|
+
}
|
|
93
102
|
|
|
94
103
|
// @public
|
|
95
|
-
export
|
|
104
|
+
export interface ActionRequestProperties extends ActionPropertiesBase {
|
|
96
105
|
triggerUri: string;
|
|
97
|
-
}
|
|
106
|
+
}
|
|
98
107
|
|
|
99
108
|
// @public
|
|
100
|
-
export
|
|
109
|
+
export interface ActionResponse extends ResourceWithEtag {
|
|
101
110
|
logicAppResourceId?: string;
|
|
102
111
|
workflowId?: string;
|
|
103
|
-
}
|
|
112
|
+
}
|
|
104
113
|
|
|
105
114
|
// @public
|
|
106
|
-
export
|
|
115
|
+
export interface ActionResponseProperties extends ActionPropertiesBase {
|
|
107
116
|
workflowId?: string;
|
|
108
|
-
}
|
|
117
|
+
}
|
|
109
118
|
|
|
110
119
|
// @public
|
|
111
120
|
export interface Actions {
|
|
@@ -157,21 +166,22 @@ export type ActionsListByAlertRuleResponse = ActionsList;
|
|
|
157
166
|
export type ActionType = string;
|
|
158
167
|
|
|
159
168
|
// @public
|
|
160
|
-
export
|
|
161
|
-
title?: string;
|
|
169
|
+
export interface ActivityCustomEntityQuery extends CustomEntityQuery {
|
|
162
170
|
content?: string;
|
|
171
|
+
readonly createdTimeUtc?: Date;
|
|
163
172
|
description?: string;
|
|
164
|
-
|
|
165
|
-
inputEntityType?: EntityType;
|
|
166
|
-
requiredInputFieldsSets?: string[][];
|
|
173
|
+
enabled?: boolean;
|
|
167
174
|
entitiesFilter?: {
|
|
168
175
|
[propertyName: string]: string[];
|
|
169
176
|
};
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly createdTimeUtc?: Date;
|
|
177
|
+
inputEntityType?: EntityType;
|
|
178
|
+
kind: "Activity";
|
|
173
179
|
readonly lastModifiedTimeUtc?: Date;
|
|
174
|
-
|
|
180
|
+
queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;
|
|
181
|
+
requiredInputFieldsSets?: string[][];
|
|
182
|
+
templateName?: string;
|
|
183
|
+
title?: string;
|
|
184
|
+
}
|
|
175
185
|
|
|
176
186
|
// @public
|
|
177
187
|
export interface ActivityEntityQueriesPropertiesQueryDefinitions {
|
|
@@ -179,35 +189,37 @@ export interface ActivityEntityQueriesPropertiesQueryDefinitions {
|
|
|
179
189
|
}
|
|
180
190
|
|
|
181
191
|
// @public
|
|
182
|
-
export
|
|
183
|
-
title?: string;
|
|
192
|
+
export interface ActivityEntityQuery extends EntityQuery {
|
|
184
193
|
content?: string;
|
|
194
|
+
readonly createdTimeUtc?: Date;
|
|
185
195
|
description?: string;
|
|
186
|
-
|
|
187
|
-
inputEntityType?: EntityType;
|
|
188
|
-
requiredInputFieldsSets?: string[][];
|
|
196
|
+
enabled?: boolean;
|
|
189
197
|
entitiesFilter?: {
|
|
190
198
|
[propertyName: string]: string[];
|
|
191
199
|
};
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
readonly createdTimeUtc?: Date;
|
|
200
|
+
inputEntityType?: EntityType;
|
|
201
|
+
kind: "Activity";
|
|
195
202
|
readonly lastModifiedTimeUtc?: Date;
|
|
196
|
-
|
|
203
|
+
queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;
|
|
204
|
+
requiredInputFieldsSets?: string[][];
|
|
205
|
+
templateName?: string;
|
|
206
|
+
title?: string;
|
|
207
|
+
}
|
|
197
208
|
|
|
198
209
|
// @public
|
|
199
|
-
export
|
|
200
|
-
title?: string;
|
|
210
|
+
export interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
|
|
201
211
|
content?: string;
|
|
202
|
-
description?: string;
|
|
203
|
-
queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions;
|
|
204
212
|
dataTypes?: DataTypeDefinitions[];
|
|
205
|
-
|
|
206
|
-
requiredInputFieldsSets?: string[][];
|
|
213
|
+
description?: string;
|
|
207
214
|
entitiesFilter?: {
|
|
208
215
|
[propertyName: string]: string[];
|
|
209
216
|
};
|
|
210
|
-
|
|
217
|
+
inputEntityType?: EntityType;
|
|
218
|
+
kind: "Activity";
|
|
219
|
+
queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions;
|
|
220
|
+
requiredInputFieldsSets?: string[][];
|
|
221
|
+
title?: string;
|
|
222
|
+
}
|
|
211
223
|
|
|
212
224
|
// @public
|
|
213
225
|
export interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
|
|
@@ -216,16 +228,16 @@ export interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
|
|
|
216
228
|
}
|
|
217
229
|
|
|
218
230
|
// @public
|
|
219
|
-
export
|
|
220
|
-
kind: "Activity";
|
|
221
|
-
queryId: string;
|
|
222
|
-
bucketStartTimeUTC: Date;
|
|
231
|
+
export interface ActivityTimelineItem extends EntityTimelineItem {
|
|
223
232
|
bucketEndTimeUTC: Date;
|
|
233
|
+
bucketStartTimeUTC: Date;
|
|
234
|
+
content: string;
|
|
224
235
|
firstActivityTimeUTC: Date;
|
|
236
|
+
kind: "Activity";
|
|
225
237
|
lastActivityTimeUTC: Date;
|
|
226
|
-
|
|
238
|
+
queryId: string;
|
|
227
239
|
title: string;
|
|
228
|
-
}
|
|
240
|
+
}
|
|
229
241
|
|
|
230
242
|
// @public
|
|
231
243
|
export type AlertDetail = string;
|
|
@@ -239,9 +251,9 @@ export interface AlertDetailsOverride {
|
|
|
239
251
|
}
|
|
240
252
|
|
|
241
253
|
// @public
|
|
242
|
-
export
|
|
254
|
+
export interface AlertRule extends ResourceWithEtag {
|
|
243
255
|
kind: AlertRuleKind;
|
|
244
|
-
}
|
|
256
|
+
}
|
|
245
257
|
|
|
246
258
|
// @public
|
|
247
259
|
export type AlertRuleKind = string;
|
|
@@ -293,9 +305,9 @@ export interface AlertRulesListOptionalParams extends coreClient.OperationOption
|
|
|
293
305
|
export type AlertRulesListResponse = AlertRulesList;
|
|
294
306
|
|
|
295
307
|
// @public
|
|
296
|
-
export
|
|
308
|
+
export interface AlertRuleTemplate extends Resource {
|
|
297
309
|
kind: AlertRuleKind;
|
|
298
|
-
}
|
|
310
|
+
}
|
|
299
311
|
|
|
300
312
|
// @public
|
|
301
313
|
export interface AlertRuleTemplateDataSource {
|
|
@@ -351,10 +363,10 @@ export type AlertRuleTemplatesListResponse = AlertRuleTemplatesList;
|
|
|
351
363
|
export type AlertRuleTemplateUnion = AlertRuleTemplate | MLBehaviorAnalyticsAlertRuleTemplate | FusionAlertRuleTemplate | ThreatIntelligenceAlertRuleTemplate | MicrosoftSecurityIncidentCreationAlertRuleTemplate | ScheduledAlertRuleTemplate | NrtAlertRuleTemplate;
|
|
352
364
|
|
|
353
365
|
// @public
|
|
354
|
-
export
|
|
366
|
+
export interface AlertRuleTemplateWithMitreProperties extends AlertRuleTemplatePropertiesBase {
|
|
355
367
|
tactics?: AttackTactic[];
|
|
356
368
|
techniques?: string[];
|
|
357
|
-
}
|
|
369
|
+
}
|
|
358
370
|
|
|
359
371
|
// @public (undocumented)
|
|
360
372
|
export type AlertRuleUnion = AlertRule | MLBehaviorAnalyticsAlertRule | FusionAlertRule | ThreatIntelligenceAlertRule | MicrosoftSecurityIncidentCreationAlertRule | ScheduledAlertRule | NrtAlertRule;
|
|
@@ -371,44 +383,81 @@ export type AlertSeverity = string;
|
|
|
371
383
|
export type AlertStatus = string;
|
|
372
384
|
|
|
373
385
|
// @public
|
|
374
|
-
export
|
|
386
|
+
export interface Anomalies extends Settings {
|
|
375
387
|
readonly isEnabled?: boolean;
|
|
376
|
-
|
|
388
|
+
kind: "Anomalies";
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
|
|
393
|
+
anomalySettingsVersion?: number;
|
|
394
|
+
anomalyVersion?: string;
|
|
395
|
+
customizableObservations?: Record<string, unknown>;
|
|
396
|
+
description?: string;
|
|
397
|
+
displayName?: string;
|
|
398
|
+
enabled?: boolean;
|
|
399
|
+
frequency?: string;
|
|
400
|
+
isDefaultSettings?: boolean;
|
|
401
|
+
kind: "Anomaly";
|
|
402
|
+
readonly lastModifiedUtc?: Date;
|
|
403
|
+
requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];
|
|
404
|
+
settingsDefinitionId?: string;
|
|
405
|
+
settingsStatus?: SettingsStatus;
|
|
406
|
+
tactics?: AttackTactic[];
|
|
407
|
+
techniques?: string[];
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface AnomalyTimelineItem extends EntityTimelineItem {
|
|
412
|
+
azureResourceId: string;
|
|
413
|
+
description?: string;
|
|
414
|
+
displayName: string;
|
|
415
|
+
endTimeUtc: Date;
|
|
416
|
+
intent?: string;
|
|
417
|
+
kind: "Anomaly";
|
|
418
|
+
productName?: string;
|
|
419
|
+
reasons?: string[];
|
|
420
|
+
startTimeUtc: Date;
|
|
421
|
+
techniques?: string[];
|
|
422
|
+
timeGenerated: Date;
|
|
423
|
+
vendor?: string;
|
|
424
|
+
}
|
|
377
425
|
|
|
378
426
|
// @public
|
|
379
427
|
export type AntispamMailDirection = string;
|
|
380
428
|
|
|
381
429
|
// @public
|
|
382
|
-
export
|
|
430
|
+
export interface ASCCheckRequirements extends DataConnectorsCheckRequirements {
|
|
383
431
|
kind: "AzureSecurityCenter";
|
|
384
432
|
subscriptionId?: string;
|
|
385
|
-
}
|
|
433
|
+
}
|
|
386
434
|
|
|
387
435
|
// @public
|
|
388
|
-
export
|
|
436
|
+
export interface ASCDataConnector extends DataConnector {
|
|
389
437
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
438
|
+
kind: "AzureSecurityCenter";
|
|
390
439
|
subscriptionId?: string;
|
|
391
|
-
}
|
|
440
|
+
}
|
|
392
441
|
|
|
393
442
|
// @public
|
|
394
|
-
export
|
|
443
|
+
export interface ASCDataConnectorProperties extends DataConnectorWithAlertsProperties {
|
|
395
444
|
subscriptionId?: string;
|
|
396
|
-
}
|
|
445
|
+
}
|
|
397
446
|
|
|
398
447
|
// @public
|
|
399
448
|
export type AttackTactic = string;
|
|
400
449
|
|
|
401
450
|
// @public (undocumented)
|
|
402
|
-
export
|
|
403
|
-
displayName: string;
|
|
404
|
-
order: number;
|
|
405
|
-
triggeringLogic: AutomationRuleTriggeringLogic;
|
|
451
|
+
export interface AutomationRule extends ResourceWithEtag {
|
|
406
452
|
actions: AutomationRuleActionUnion[];
|
|
407
|
-
readonly
|
|
453
|
+
readonly createdBy?: ClientInfo;
|
|
408
454
|
readonly createdTimeUtc?: Date;
|
|
455
|
+
displayName: string;
|
|
409
456
|
readonly lastModifiedBy?: ClientInfo;
|
|
410
|
-
readonly
|
|
411
|
-
|
|
457
|
+
readonly lastModifiedTimeUtc?: Date;
|
|
458
|
+
order: number;
|
|
459
|
+
triggeringLogic: AutomationRuleTriggeringLogic;
|
|
460
|
+
}
|
|
412
461
|
|
|
413
462
|
// @public
|
|
414
463
|
export interface AutomationRuleAction {
|
|
@@ -420,19 +469,67 @@ export interface AutomationRuleAction {
|
|
|
420
469
|
// @public (undocumented)
|
|
421
470
|
export type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
|
|
422
471
|
|
|
472
|
+
// @public (undocumented)
|
|
473
|
+
export interface AutomationRuleBooleanCondition {
|
|
474
|
+
// (undocumented)
|
|
475
|
+
innerConditions?: AutomationRuleConditionUnion[];
|
|
476
|
+
// (undocumented)
|
|
477
|
+
operator?: AutomationRuleBooleanConditionSupportedOperator;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export type AutomationRuleBooleanConditionSupportedOperator = string;
|
|
482
|
+
|
|
423
483
|
// @public
|
|
424
484
|
export interface AutomationRuleCondition {
|
|
425
|
-
conditionType: "Property";
|
|
485
|
+
conditionType: "Boolean" | "PropertyArrayChanged" | "PropertyArray" | "PropertyChanged" | "Property";
|
|
426
486
|
}
|
|
427
487
|
|
|
428
488
|
// @public (undocumented)
|
|
429
|
-
export type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyConditionProperties;
|
|
489
|
+
export type AutomationRuleConditionUnion = AutomationRuleCondition | BooleanConditionProperties | PropertyArrayChangedConditionProperties | PropertyArrayConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
|
|
430
490
|
|
|
431
491
|
// @public
|
|
432
|
-
export
|
|
433
|
-
|
|
492
|
+
export interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {
|
|
493
|
+
// (undocumented)
|
|
434
494
|
actionConfiguration?: IncidentPropertiesAction;
|
|
435
|
-
|
|
495
|
+
actionType: "ModifyProperties";
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
|
|
503
|
+
|
|
504
|
+
// @public (undocumented)
|
|
505
|
+
export interface AutomationRulePropertyArrayChangedValuesCondition {
|
|
506
|
+
// (undocumented)
|
|
507
|
+
arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
|
|
508
|
+
// (undocumented)
|
|
509
|
+
changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayType = string;
|
|
517
|
+
|
|
518
|
+
// @public (undocumented)
|
|
519
|
+
export interface AutomationRulePropertyArrayValuesCondition {
|
|
520
|
+
// (undocumented)
|
|
521
|
+
arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
|
|
522
|
+
// (undocumented)
|
|
523
|
+
arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
|
|
524
|
+
// (undocumented)
|
|
525
|
+
itemConditions?: AutomationRuleConditionUnion[];
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
// @public
|
|
529
|
+
export type AutomationRulePropertyChangedConditionSupportedChangedType = string;
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export type AutomationRulePropertyChangedConditionSupportedPropertyType = string;
|
|
436
533
|
|
|
437
534
|
// @public
|
|
438
535
|
export type AutomationRulePropertyConditionSupportedOperator = string;
|
|
@@ -440,6 +537,18 @@ export type AutomationRulePropertyConditionSupportedOperator = string;
|
|
|
440
537
|
// @public
|
|
441
538
|
export type AutomationRulePropertyConditionSupportedProperty = string;
|
|
442
539
|
|
|
540
|
+
// @public (undocumented)
|
|
541
|
+
export interface AutomationRulePropertyValuesChangedCondition {
|
|
542
|
+
// (undocumented)
|
|
543
|
+
changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
|
|
544
|
+
// (undocumented)
|
|
545
|
+
operator?: AutomationRulePropertyConditionSupportedOperator;
|
|
546
|
+
// (undocumented)
|
|
547
|
+
propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
|
|
548
|
+
// (undocumented)
|
|
549
|
+
propertyValues?: string[];
|
|
550
|
+
}
|
|
551
|
+
|
|
443
552
|
// @public (undocumented)
|
|
444
553
|
export interface AutomationRulePropertyValuesCondition {
|
|
445
554
|
// (undocumented)
|
|
@@ -450,10 +559,11 @@ export interface AutomationRulePropertyValuesCondition {
|
|
|
450
559
|
}
|
|
451
560
|
|
|
452
561
|
// @public
|
|
453
|
-
export
|
|
454
|
-
|
|
562
|
+
export interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {
|
|
563
|
+
// (undocumented)
|
|
455
564
|
actionConfiguration?: PlaybookActionProperties;
|
|
456
|
-
|
|
565
|
+
actionType: "RunPlaybook";
|
|
566
|
+
}
|
|
457
567
|
|
|
458
568
|
// @public
|
|
459
569
|
export interface AutomationRules {
|
|
@@ -525,15 +635,16 @@ export interface Availability {
|
|
|
525
635
|
}
|
|
526
636
|
|
|
527
637
|
// @public
|
|
528
|
-
export
|
|
638
|
+
export interface AwsCloudTrailCheckRequirements extends DataConnectorsCheckRequirements {
|
|
529
639
|
kind: "AmazonWebServicesCloudTrail";
|
|
530
|
-
}
|
|
640
|
+
}
|
|
531
641
|
|
|
532
642
|
// @public
|
|
533
|
-
export
|
|
643
|
+
export interface AwsCloudTrailDataConnector extends DataConnector {
|
|
534
644
|
awsRoleArn?: string;
|
|
535
645
|
dataTypes?: AwsCloudTrailDataConnectorDataTypes;
|
|
536
|
-
|
|
646
|
+
kind: "AmazonWebServicesCloudTrail";
|
|
647
|
+
}
|
|
537
648
|
|
|
538
649
|
// @public
|
|
539
650
|
export interface AwsCloudTrailDataConnectorDataTypes {
|
|
@@ -541,20 +652,22 @@ export interface AwsCloudTrailDataConnectorDataTypes {
|
|
|
541
652
|
}
|
|
542
653
|
|
|
543
654
|
// @public
|
|
544
|
-
export
|
|
655
|
+
export interface AwsCloudTrailDataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
|
|
656
|
+
}
|
|
545
657
|
|
|
546
658
|
// @public
|
|
547
|
-
export
|
|
659
|
+
export interface AwsS3CheckRequirements extends DataConnectorsCheckRequirements {
|
|
548
660
|
kind: "AmazonWebServicesS3";
|
|
549
|
-
}
|
|
661
|
+
}
|
|
550
662
|
|
|
551
663
|
// @public
|
|
552
|
-
export
|
|
664
|
+
export interface AwsS3DataConnector extends DataConnector {
|
|
665
|
+
dataTypes?: AwsS3DataConnectorDataTypes;
|
|
553
666
|
destinationTable?: string;
|
|
554
|
-
|
|
667
|
+
kind: "AmazonWebServicesS3";
|
|
555
668
|
roleArn?: string;
|
|
556
|
-
|
|
557
|
-
}
|
|
669
|
+
sqsUrls?: string[];
|
|
670
|
+
}
|
|
558
671
|
|
|
559
672
|
// @public
|
|
560
673
|
export interface AwsS3DataConnectorDataTypes {
|
|
@@ -562,7 +675,8 @@ export interface AwsS3DataConnectorDataTypes {
|
|
|
562
675
|
}
|
|
563
676
|
|
|
564
677
|
// @public
|
|
565
|
-
export
|
|
678
|
+
export interface AwsS3DataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
|
|
679
|
+
}
|
|
566
680
|
|
|
567
681
|
// @public
|
|
568
682
|
export interface AzureDevOpsResourceInfo {
|
|
@@ -571,40 +685,41 @@ export interface AzureDevOpsResourceInfo {
|
|
|
571
685
|
}
|
|
572
686
|
|
|
573
687
|
// @public
|
|
574
|
-
export
|
|
688
|
+
export interface AzureResourceEntity extends Entity {
|
|
575
689
|
readonly additionalData?: {
|
|
576
690
|
[propertyName: string]: Record<string, unknown>;
|
|
577
691
|
};
|
|
578
692
|
readonly friendlyName?: string;
|
|
693
|
+
kind: "AzureResource";
|
|
579
694
|
readonly resourceId?: string;
|
|
580
695
|
readonly subscriptionId?: string;
|
|
581
|
-
}
|
|
696
|
+
}
|
|
582
697
|
|
|
583
698
|
// @public
|
|
584
|
-
export
|
|
699
|
+
export interface AzureResourceEntityProperties extends EntityCommonProperties {
|
|
585
700
|
readonly resourceId?: string;
|
|
586
701
|
readonly subscriptionId?: string;
|
|
587
|
-
}
|
|
702
|
+
}
|
|
588
703
|
|
|
589
704
|
// @public
|
|
590
|
-
export
|
|
705
|
+
export interface Bookmark extends ResourceWithEtag {
|
|
591
706
|
created?: Date;
|
|
592
707
|
createdBy?: UserInfo;
|
|
593
708
|
displayName?: string;
|
|
709
|
+
entityMappings?: BookmarkEntityMappings[];
|
|
710
|
+
eventTime?: Date;
|
|
711
|
+
incidentInfo?: IncidentInfo;
|
|
594
712
|
labels?: string[];
|
|
595
713
|
notes?: string;
|
|
596
714
|
query?: string;
|
|
715
|
+
queryEndTime?: Date;
|
|
597
716
|
queryResult?: string;
|
|
598
|
-
updated?: Date;
|
|
599
|
-
updatedBy?: UserInfo;
|
|
600
|
-
eventTime?: Date;
|
|
601
717
|
queryStartTime?: Date;
|
|
602
|
-
queryEndTime?: Date;
|
|
603
|
-
incidentInfo?: IncidentInfo;
|
|
604
|
-
entityMappings?: BookmarkEntityMappings[];
|
|
605
718
|
tactics?: AttackTactic[];
|
|
606
719
|
techniques?: string[];
|
|
607
|
-
|
|
720
|
+
updated?: Date;
|
|
721
|
+
updatedBy?: UserInfo;
|
|
722
|
+
}
|
|
608
723
|
|
|
609
724
|
// @public
|
|
610
725
|
export interface BookmarkEntityMappings {
|
|
@@ -738,17 +853,24 @@ export interface BookmarksListOptionalParams extends coreClient.OperationOptions
|
|
|
738
853
|
export type BookmarksListResponse = BookmarkList;
|
|
739
854
|
|
|
740
855
|
// @public
|
|
741
|
-
export
|
|
742
|
-
kind: "Bookmark";
|
|
856
|
+
export interface BookmarkTimelineItem extends EntityTimelineItem {
|
|
743
857
|
azureResourceId: string;
|
|
858
|
+
createdBy?: UserInfo;
|
|
744
859
|
displayName?: string;
|
|
745
|
-
notes?: string;
|
|
746
860
|
endTimeUtc?: Date;
|
|
747
|
-
startTimeUtc?: Date;
|
|
748
861
|
eventTime?: Date;
|
|
749
|
-
|
|
862
|
+
kind: "Bookmark";
|
|
750
863
|
labels?: string[];
|
|
751
|
-
|
|
864
|
+
notes?: string;
|
|
865
|
+
startTimeUtc?: Date;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface BooleanConditionProperties extends AutomationRuleCondition {
|
|
870
|
+
// (undocumented)
|
|
871
|
+
conditionProperties?: AutomationRuleBooleanCondition;
|
|
872
|
+
conditionType: "Boolean";
|
|
873
|
+
}
|
|
752
874
|
|
|
753
875
|
// @public
|
|
754
876
|
export interface ClientInfo {
|
|
@@ -759,22 +881,23 @@ export interface ClientInfo {
|
|
|
759
881
|
}
|
|
760
882
|
|
|
761
883
|
// @public
|
|
762
|
-
export
|
|
884
|
+
export interface CloudApplicationEntity extends Entity {
|
|
763
885
|
readonly additionalData?: {
|
|
764
886
|
[propertyName: string]: Record<string, unknown>;
|
|
765
887
|
};
|
|
766
|
-
readonly friendlyName?: string;
|
|
767
888
|
readonly appId?: number;
|
|
768
889
|
readonly appName?: string;
|
|
890
|
+
readonly friendlyName?: string;
|
|
769
891
|
readonly instanceName?: string;
|
|
770
|
-
|
|
892
|
+
kind: "CloudApplication";
|
|
893
|
+
}
|
|
771
894
|
|
|
772
895
|
// @public
|
|
773
|
-
export
|
|
896
|
+
export interface CloudApplicationEntityProperties extends EntityCommonProperties {
|
|
774
897
|
readonly appId?: number;
|
|
775
898
|
readonly appName?: string;
|
|
776
899
|
readonly instanceName?: string;
|
|
777
|
-
}
|
|
900
|
+
}
|
|
778
901
|
|
|
779
902
|
// @public
|
|
780
903
|
export interface CloudError {
|
|
@@ -788,10 +911,11 @@ export interface CloudErrorBody {
|
|
|
788
911
|
}
|
|
789
912
|
|
|
790
913
|
// @public
|
|
791
|
-
export
|
|
914
|
+
export interface CodelessApiPollingDataConnector extends DataConnector {
|
|
792
915
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
916
|
+
kind: "APIPolling";
|
|
793
917
|
pollingConfig?: CodelessConnectorPollingConfigProperties;
|
|
794
|
-
}
|
|
918
|
+
}
|
|
795
919
|
|
|
796
920
|
// @public
|
|
797
921
|
export interface CodelessConnectorPollingAuthProperties {
|
|
@@ -873,24 +997,30 @@ export interface CodelessUiConnectorConfigProperties {
|
|
|
873
997
|
}
|
|
874
998
|
|
|
875
999
|
// @public (undocumented)
|
|
876
|
-
export
|
|
1000
|
+
export interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem extends ConnectivityCriteria {
|
|
1001
|
+
}
|
|
877
1002
|
|
|
878
1003
|
// @public (undocumented)
|
|
879
|
-
export
|
|
1004
|
+
export interface CodelessUiConnectorConfigPropertiesDataTypesItem extends LastDataReceivedDataType {
|
|
1005
|
+
}
|
|
880
1006
|
|
|
881
1007
|
// @public (undocumented)
|
|
882
|
-
export
|
|
1008
|
+
export interface CodelessUiConnectorConfigPropertiesGraphQueriesItem extends GraphQueries {
|
|
1009
|
+
}
|
|
883
1010
|
|
|
884
1011
|
// @public (undocumented)
|
|
885
|
-
export
|
|
1012
|
+
export interface CodelessUiConnectorConfigPropertiesInstructionStepsItem extends InstructionSteps {
|
|
1013
|
+
}
|
|
886
1014
|
|
|
887
1015
|
// @public (undocumented)
|
|
888
|
-
export
|
|
1016
|
+
export interface CodelessUiConnectorConfigPropertiesSampleQueriesItem extends SampleQueries {
|
|
1017
|
+
}
|
|
889
1018
|
|
|
890
1019
|
// @public
|
|
891
|
-
export
|
|
1020
|
+
export interface CodelessUiDataConnector extends DataConnector {
|
|
892
1021
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
893
|
-
|
|
1022
|
+
kind: "GenericUI";
|
|
1023
|
+
}
|
|
894
1024
|
|
|
895
1025
|
// @public
|
|
896
1026
|
export type ConditionType = string;
|
|
@@ -938,9 +1068,9 @@ export type ContentType = string;
|
|
|
938
1068
|
export type CreatedByType = string;
|
|
939
1069
|
|
|
940
1070
|
// @public
|
|
941
|
-
export
|
|
1071
|
+
export interface CustomEntityQuery extends ResourceWithEtag {
|
|
942
1072
|
kind: CustomEntityQueryKind;
|
|
943
|
-
}
|
|
1073
|
+
}
|
|
944
1074
|
|
|
945
1075
|
// @public
|
|
946
1076
|
export type CustomEntityQueryKind = string;
|
|
@@ -949,7 +1079,8 @@ export type CustomEntityQueryKind = string;
|
|
|
949
1079
|
export type CustomEntityQueryUnion = CustomEntityQuery | ActivityCustomEntityQuery;
|
|
950
1080
|
|
|
951
1081
|
// @public
|
|
952
|
-
export
|
|
1082
|
+
export interface Customs extends CustomsPermission {
|
|
1083
|
+
}
|
|
953
1084
|
|
|
954
1085
|
// @public
|
|
955
1086
|
export interface CustomsPermission {
|
|
@@ -958,9 +1089,9 @@ export interface CustomsPermission {
|
|
|
958
1089
|
}
|
|
959
1090
|
|
|
960
1091
|
// @public
|
|
961
|
-
export
|
|
1092
|
+
export interface DataConnector extends ResourceWithEtag {
|
|
962
1093
|
kind: DataConnectorKind;
|
|
963
|
-
}
|
|
1094
|
+
}
|
|
964
1095
|
|
|
965
1096
|
// @public
|
|
966
1097
|
export type DataConnectorAuthorizationState = string;
|
|
@@ -971,7 +1102,10 @@ export interface DataConnectorConnectBody {
|
|
|
971
1102
|
authorizationCode?: string;
|
|
972
1103
|
clientId?: string;
|
|
973
1104
|
clientSecret?: string;
|
|
1105
|
+
dataCollectionEndpoint?: string;
|
|
1106
|
+
dataCollectionRuleImmutableId?: string;
|
|
974
1107
|
kind?: ConnectAuthKind;
|
|
1108
|
+
outputStream?: string;
|
|
975
1109
|
password?: string;
|
|
976
1110
|
// (undocumented)
|
|
977
1111
|
requestConfigUserInputValues?: Record<string, unknown>[];
|
|
@@ -1092,6 +1226,9 @@ export interface DataTypeDefinitions {
|
|
|
1092
1226
|
// @public
|
|
1093
1227
|
export type DataTypeState = string;
|
|
1094
1228
|
|
|
1229
|
+
// @public
|
|
1230
|
+
export type DeleteStatus = string;
|
|
1231
|
+
|
|
1095
1232
|
// @public
|
|
1096
1233
|
export type DeliveryAction = "Unknown" | "DeliveredAsSpam" | "Delivered" | "Blocked" | "Replaced";
|
|
1097
1234
|
|
|
@@ -1124,24 +1261,28 @@ export type DeploymentResult = string;
|
|
|
1124
1261
|
export type DeploymentState = string;
|
|
1125
1262
|
|
|
1126
1263
|
// @public
|
|
1127
|
-
export type
|
|
1264
|
+
export type DeviceImportance = string;
|
|
1265
|
+
|
|
1266
|
+
// @public
|
|
1267
|
+
export interface DnsEntity extends Entity {
|
|
1128
1268
|
readonly additionalData?: {
|
|
1129
1269
|
[propertyName: string]: Record<string, unknown>;
|
|
1130
1270
|
};
|
|
1131
|
-
readonly friendlyName?: string;
|
|
1132
1271
|
readonly dnsServerIpEntityId?: string;
|
|
1133
1272
|
readonly domainName?: string;
|
|
1273
|
+
readonly friendlyName?: string;
|
|
1134
1274
|
readonly hostIpAddressEntityId?: string;
|
|
1135
1275
|
readonly ipAddressEntityIds?: string[];
|
|
1136
|
-
|
|
1276
|
+
kind: "DnsResolution";
|
|
1277
|
+
}
|
|
1137
1278
|
|
|
1138
1279
|
// @public
|
|
1139
|
-
export
|
|
1280
|
+
export interface DnsEntityProperties extends EntityCommonProperties {
|
|
1140
1281
|
readonly dnsServerIpEntityId?: string;
|
|
1141
1282
|
readonly domainName?: string;
|
|
1142
1283
|
readonly hostIpAddressEntityId?: string;
|
|
1143
1284
|
readonly ipAddressEntityIds?: string[];
|
|
1144
|
-
}
|
|
1285
|
+
}
|
|
1145
1286
|
|
|
1146
1287
|
// @public
|
|
1147
1288
|
export interface DomainWhois {
|
|
@@ -1156,19 +1297,21 @@ export interface DomainWhoisGetOptionalParams extends coreClient.OperationOption
|
|
|
1156
1297
|
export type DomainWhoisGetResponse = EnrichmentDomainWhois;
|
|
1157
1298
|
|
|
1158
1299
|
// @public
|
|
1159
|
-
export
|
|
1300
|
+
export interface Dynamics365CheckRequirements extends DataConnectorsCheckRequirements {
|
|
1160
1301
|
kind: "Dynamics365";
|
|
1161
1302
|
tenantId?: string;
|
|
1162
|
-
}
|
|
1303
|
+
}
|
|
1163
1304
|
|
|
1164
1305
|
// @public
|
|
1165
|
-
export
|
|
1306
|
+
export interface Dynamics365CheckRequirementsProperties extends DataConnectorTenantId {
|
|
1307
|
+
}
|
|
1166
1308
|
|
|
1167
1309
|
// @public
|
|
1168
|
-
export
|
|
1169
|
-
tenantId?: string;
|
|
1310
|
+
export interface Dynamics365DataConnector extends DataConnector {
|
|
1170
1311
|
dataTypes?: Dynamics365DataConnectorDataTypes;
|
|
1171
|
-
|
|
1312
|
+
kind: "Dynamics365";
|
|
1313
|
+
tenantId?: string;
|
|
1314
|
+
}
|
|
1172
1315
|
|
|
1173
1316
|
// @public
|
|
1174
1317
|
export interface Dynamics365DataConnectorDataTypes {
|
|
@@ -1176,12 +1319,13 @@ export interface Dynamics365DataConnectorDataTypes {
|
|
|
1176
1319
|
}
|
|
1177
1320
|
|
|
1178
1321
|
// @public
|
|
1179
|
-
export
|
|
1322
|
+
export interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities extends DataConnectorDataTypeCommon {
|
|
1323
|
+
}
|
|
1180
1324
|
|
|
1181
1325
|
// @public
|
|
1182
|
-
export
|
|
1326
|
+
export interface Dynamics365DataConnectorProperties extends DataConnectorTenantId {
|
|
1183
1327
|
dataTypes: Dynamics365DataConnectorDataTypes;
|
|
1184
|
-
}
|
|
1328
|
+
}
|
|
1185
1329
|
|
|
1186
1330
|
// @public
|
|
1187
1331
|
export type ElevationToken = "Default" | "Full" | "Limited";
|
|
@@ -1348,14 +1492,15 @@ export interface EntitiesRelationsListOptionalParams extends coreClient.Operatio
|
|
|
1348
1492
|
export type EntitiesRelationsListResponse = RelationList;
|
|
1349
1493
|
|
|
1350
1494
|
// @public
|
|
1351
|
-
export
|
|
1495
|
+
export interface Entity extends Resource {
|
|
1352
1496
|
kind: EntityKind;
|
|
1353
|
-
}
|
|
1497
|
+
}
|
|
1354
1498
|
|
|
1355
1499
|
// @public
|
|
1356
|
-
export
|
|
1357
|
-
|
|
1358
|
-
|
|
1500
|
+
export interface EntityAnalytics extends Settings {
|
|
1501
|
+
entityProviders?: EntityProviders[];
|
|
1502
|
+
kind: "EntityAnalytics";
|
|
1503
|
+
}
|
|
1359
1504
|
|
|
1360
1505
|
// @public
|
|
1361
1506
|
export interface EntityCommonProperties {
|
|
@@ -1447,6 +1592,9 @@ export interface EntityMapping {
|
|
|
1447
1592
|
// @public
|
|
1448
1593
|
export type EntityMappingType = string;
|
|
1449
1594
|
|
|
1595
|
+
// @public
|
|
1596
|
+
export type EntityProviders = string;
|
|
1597
|
+
|
|
1450
1598
|
// @public
|
|
1451
1599
|
export interface EntityQueries {
|
|
1452
1600
|
createOrUpdate(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams): Promise<EntityQueriesCreateOrUpdateResponse>;
|
|
@@ -1475,7 +1623,7 @@ export type EntityQueriesGetResponse = EntityQueryUnion;
|
|
|
1475
1623
|
|
|
1476
1624
|
// @public
|
|
1477
1625
|
export interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1478
|
-
kind?:
|
|
1626
|
+
kind?: Enum13;
|
|
1479
1627
|
}
|
|
1480
1628
|
|
|
1481
1629
|
// @public
|
|
@@ -1483,16 +1631,16 @@ export type EntityQueriesListNextResponse = EntityQueryList;
|
|
|
1483
1631
|
|
|
1484
1632
|
// @public
|
|
1485
1633
|
export interface EntityQueriesListOptionalParams extends coreClient.OperationOptions {
|
|
1486
|
-
kind?:
|
|
1634
|
+
kind?: Enum13;
|
|
1487
1635
|
}
|
|
1488
1636
|
|
|
1489
1637
|
// @public
|
|
1490
1638
|
export type EntityQueriesListResponse = EntityQueryList;
|
|
1491
1639
|
|
|
1492
1640
|
// @public
|
|
1493
|
-
export
|
|
1641
|
+
export interface EntityQuery extends ResourceWithEtag {
|
|
1494
1642
|
kind: EntityQueryKind;
|
|
1495
|
-
}
|
|
1643
|
+
}
|
|
1496
1644
|
|
|
1497
1645
|
// @public
|
|
1498
1646
|
export interface EntityQueryItem {
|
|
@@ -1528,9 +1676,9 @@ export interface EntityQueryList {
|
|
|
1528
1676
|
}
|
|
1529
1677
|
|
|
1530
1678
|
// @public
|
|
1531
|
-
export
|
|
1679
|
+
export interface EntityQueryTemplate extends Resource {
|
|
1532
1680
|
kind: EntityQueryTemplateKind;
|
|
1533
|
-
}
|
|
1681
|
+
}
|
|
1534
1682
|
|
|
1535
1683
|
// @public
|
|
1536
1684
|
export type EntityQueryTemplateKind = string;
|
|
@@ -1588,11 +1736,11 @@ export type EntityRelationsGetRelationResponse = Relation;
|
|
|
1588
1736
|
|
|
1589
1737
|
// @public
|
|
1590
1738
|
export interface EntityTimelineItem {
|
|
1591
|
-
kind: "Activity" | "Bookmark" | "SecurityAlert";
|
|
1739
|
+
kind: "Activity" | "Bookmark" | "Anomaly" | "SecurityAlert";
|
|
1592
1740
|
}
|
|
1593
1741
|
|
|
1594
1742
|
// @public (undocumented)
|
|
1595
|
-
export type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | SecurityAlertTimelineItem;
|
|
1743
|
+
export type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | AnomalyTimelineItem | SecurityAlertTimelineItem;
|
|
1596
1744
|
|
|
1597
1745
|
// @public
|
|
1598
1746
|
export type EntityTimelineKind = string;
|
|
@@ -1615,10 +1763,10 @@ export interface EntityTimelineResponse {
|
|
|
1615
1763
|
export type EntityType = string;
|
|
1616
1764
|
|
|
1617
1765
|
// @public (undocumented)
|
|
1618
|
-
export type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity;
|
|
1766
|
+
export type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity | NicEntity;
|
|
1619
1767
|
|
|
1620
1768
|
// @public
|
|
1621
|
-
export type
|
|
1769
|
+
export type Enum13 = string;
|
|
1622
1770
|
|
|
1623
1771
|
// @public
|
|
1624
1772
|
export type EventGroupingAggregationKind = string;
|
|
@@ -1629,14 +1777,15 @@ export interface EventGroupingSettings {
|
|
|
1629
1777
|
}
|
|
1630
1778
|
|
|
1631
1779
|
// @public
|
|
1632
|
-
export
|
|
1780
|
+
export interface ExpansionEntityQuery extends EntityQuery {
|
|
1633
1781
|
dataSources?: string[];
|
|
1634
1782
|
displayName?: string;
|
|
1635
1783
|
inputEntityType?: EntityType;
|
|
1636
1784
|
inputFields?: string[];
|
|
1785
|
+
kind: "Expansion";
|
|
1637
1786
|
outputEntityTypes?: EntityType[];
|
|
1638
1787
|
queryTemplate?: string;
|
|
1639
|
-
}
|
|
1788
|
+
}
|
|
1640
1789
|
|
|
1641
1790
|
// @public
|
|
1642
1791
|
export interface ExpansionResultAggregation {
|
|
@@ -1652,9 +1801,10 @@ export interface ExpansionResultsMetadata {
|
|
|
1652
1801
|
}
|
|
1653
1802
|
|
|
1654
1803
|
// @public
|
|
1655
|
-
export
|
|
1804
|
+
export interface EyesOn extends Settings {
|
|
1656
1805
|
readonly isEnabled?: boolean;
|
|
1657
|
-
|
|
1806
|
+
kind: "EyesOn";
|
|
1807
|
+
}
|
|
1658
1808
|
|
|
1659
1809
|
// @public
|
|
1660
1810
|
export interface FieldMapping {
|
|
@@ -1663,72 +1813,171 @@ export interface FieldMapping {
|
|
|
1663
1813
|
}
|
|
1664
1814
|
|
|
1665
1815
|
// @public
|
|
1666
|
-
export
|
|
1816
|
+
export interface FileEntity extends Entity {
|
|
1667
1817
|
readonly additionalData?: {
|
|
1668
1818
|
[propertyName: string]: Record<string, unknown>;
|
|
1669
1819
|
};
|
|
1670
|
-
readonly friendlyName?: string;
|
|
1671
1820
|
readonly directory?: string;
|
|
1672
1821
|
readonly fileHashEntityIds?: string[];
|
|
1673
1822
|
readonly fileName?: string;
|
|
1823
|
+
readonly friendlyName?: string;
|
|
1674
1824
|
readonly hostEntityId?: string;
|
|
1675
|
-
|
|
1825
|
+
kind: "File";
|
|
1826
|
+
}
|
|
1676
1827
|
|
|
1677
1828
|
// @public
|
|
1678
|
-
export
|
|
1829
|
+
export interface FileEntityProperties extends EntityCommonProperties {
|
|
1679
1830
|
readonly directory?: string;
|
|
1680
1831
|
readonly fileHashEntityIds?: string[];
|
|
1681
1832
|
readonly fileName?: string;
|
|
1682
1833
|
readonly hostEntityId?: string;
|
|
1683
|
-
}
|
|
1834
|
+
}
|
|
1684
1835
|
|
|
1685
1836
|
// @public
|
|
1686
|
-
export type
|
|
1837
|
+
export type FileFormat = string;
|
|
1687
1838
|
|
|
1688
1839
|
// @public
|
|
1689
|
-
export type
|
|
1840
|
+
export type FileHashAlgorithm = string;
|
|
1841
|
+
|
|
1842
|
+
// @public
|
|
1843
|
+
export interface FileHashEntity extends Entity {
|
|
1690
1844
|
readonly additionalData?: {
|
|
1691
1845
|
[propertyName: string]: Record<string, unknown>;
|
|
1692
1846
|
};
|
|
1693
|
-
readonly friendlyName?: string;
|
|
1694
1847
|
readonly algorithm?: FileHashAlgorithm;
|
|
1848
|
+
readonly friendlyName?: string;
|
|
1695
1849
|
readonly hashValue?: string;
|
|
1696
|
-
|
|
1850
|
+
kind: "FileHash";
|
|
1851
|
+
}
|
|
1697
1852
|
|
|
1698
1853
|
// @public
|
|
1699
|
-
export
|
|
1854
|
+
export interface FileHashEntityProperties extends EntityCommonProperties {
|
|
1700
1855
|
readonly algorithm?: FileHashAlgorithm;
|
|
1701
1856
|
readonly hashValue?: string;
|
|
1702
|
-
}
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
// @public
|
|
1860
|
+
export interface FileImport extends Resource {
|
|
1861
|
+
contentType?: FileImportContentType;
|
|
1862
|
+
readonly createdTimeUTC?: Date;
|
|
1863
|
+
readonly errorFile?: FileMetadata;
|
|
1864
|
+
readonly errorsPreview?: ValidationError[];
|
|
1865
|
+
readonly filesValidUntilTimeUTC?: Date;
|
|
1866
|
+
importFile?: FileMetadata;
|
|
1867
|
+
readonly importValidUntilTimeUTC?: Date;
|
|
1868
|
+
readonly ingestedRecordCount?: number;
|
|
1869
|
+
ingestionMode?: IngestionMode;
|
|
1870
|
+
source?: string;
|
|
1871
|
+
readonly state?: FileImportState;
|
|
1872
|
+
readonly totalRecordCount?: number;
|
|
1873
|
+
readonly validRecordCount?: number;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export type FileImportContentType = string;
|
|
1878
|
+
|
|
1879
|
+
// @public
|
|
1880
|
+
export interface FileImportList {
|
|
1881
|
+
readonly nextLink?: string;
|
|
1882
|
+
value: FileImport[];
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
// @public
|
|
1886
|
+
export interface FileImports {
|
|
1887
|
+
beginDelete(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<PollerLike<PollOperationState<FileImportsDeleteResponse>, FileImportsDeleteResponse>>;
|
|
1888
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<FileImportsDeleteResponse>;
|
|
1889
|
+
create(resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams): Promise<FileImportsCreateResponse>;
|
|
1890
|
+
get(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams): Promise<FileImportsGetResponse>;
|
|
1891
|
+
list(resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams): PagedAsyncIterableIterator<FileImport>;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
// @public
|
|
1895
|
+
export interface FileImportsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
// @public
|
|
1899
|
+
export type FileImportsCreateResponse = FileImport;
|
|
1900
|
+
|
|
1901
|
+
// @public
|
|
1902
|
+
export interface FileImportsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1903
|
+
resumeFrom?: string;
|
|
1904
|
+
updateIntervalInMs?: number;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
// @public
|
|
1908
|
+
export type FileImportsDeleteResponse = FileImport;
|
|
1909
|
+
|
|
1910
|
+
// @public
|
|
1911
|
+
export interface FileImportsGetOptionalParams extends coreClient.OperationOptions {
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
// @public
|
|
1915
|
+
export type FileImportsGetResponse = FileImport;
|
|
1916
|
+
|
|
1917
|
+
// @public
|
|
1918
|
+
export interface FileImportsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1919
|
+
filter?: string;
|
|
1920
|
+
orderby?: string;
|
|
1921
|
+
skipToken?: string;
|
|
1922
|
+
top?: number;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export type FileImportsListNextResponse = FileImportList;
|
|
1927
|
+
|
|
1928
|
+
// @public
|
|
1929
|
+
export interface FileImportsListOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
+
filter?: string;
|
|
1931
|
+
orderby?: string;
|
|
1932
|
+
skipToken?: string;
|
|
1933
|
+
top?: number;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
// @public
|
|
1937
|
+
export type FileImportsListResponse = FileImportList;
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export type FileImportState = string;
|
|
1941
|
+
|
|
1942
|
+
// @public
|
|
1943
|
+
export interface FileMetadata {
|
|
1944
|
+
readonly deleteStatus?: DeleteStatus;
|
|
1945
|
+
readonly fileContentUri?: string;
|
|
1946
|
+
fileFormat?: FileFormat;
|
|
1947
|
+
fileName?: string;
|
|
1948
|
+
fileSize?: number;
|
|
1949
|
+
}
|
|
1703
1950
|
|
|
1704
1951
|
// @public
|
|
1705
|
-
export
|
|
1952
|
+
export interface FusionAlertRule extends AlertRule {
|
|
1706
1953
|
alertRuleTemplateName?: string;
|
|
1707
1954
|
readonly description?: string;
|
|
1708
1955
|
readonly displayName?: string;
|
|
1709
1956
|
enabled?: boolean;
|
|
1710
|
-
|
|
1711
|
-
scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];
|
|
1957
|
+
kind: "Fusion";
|
|
1712
1958
|
readonly lastModifiedUtc?: Date;
|
|
1959
|
+
scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];
|
|
1713
1960
|
readonly severity?: AlertSeverity;
|
|
1961
|
+
sourceSettings?: FusionSourceSettings[];
|
|
1714
1962
|
readonly tactics?: AttackTactic[];
|
|
1715
1963
|
readonly techniques?: string[];
|
|
1716
|
-
}
|
|
1964
|
+
}
|
|
1717
1965
|
|
|
1718
1966
|
// @public
|
|
1719
|
-
export
|
|
1967
|
+
export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
|
|
1720
1968
|
alertRulesCreatedByTemplateCount?: number;
|
|
1721
1969
|
readonly createdDateUTC?: Date;
|
|
1722
|
-
readonly lastUpdatedDateUTC?: Date;
|
|
1723
1970
|
description?: string;
|
|
1724
1971
|
displayName?: string;
|
|
1972
|
+
kind: "Fusion";
|
|
1973
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
1725
1974
|
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
1726
|
-
status?: TemplateStatus;
|
|
1727
1975
|
severity?: AlertSeverity;
|
|
1976
|
+
sourceSettings?: FusionTemplateSourceSetting[];
|
|
1977
|
+
status?: TemplateStatus;
|
|
1728
1978
|
tactics?: AttackTactic[];
|
|
1729
1979
|
techniques?: string[];
|
|
1730
|
-
|
|
1731
|
-
};
|
|
1980
|
+
}
|
|
1732
1981
|
|
|
1733
1982
|
// @public
|
|
1734
1983
|
export interface FusionScenarioExclusionPattern {
|
|
@@ -1794,15 +2043,18 @@ export interface GeoLocation {
|
|
|
1794
2043
|
}
|
|
1795
2044
|
|
|
1796
2045
|
// @public
|
|
1797
|
-
export
|
|
2046
|
+
export type GetInsightsError = string;
|
|
2047
|
+
|
|
2048
|
+
// @public
|
|
2049
|
+
export interface GetInsightsErrorKind {
|
|
1798
2050
|
errorMessage: string;
|
|
1799
|
-
kind:
|
|
2051
|
+
kind: GetInsightsError;
|
|
1800
2052
|
queryId?: string;
|
|
1801
2053
|
}
|
|
1802
2054
|
|
|
1803
2055
|
// @public
|
|
1804
2056
|
export interface GetInsightsResultsMetadata {
|
|
1805
|
-
errors?:
|
|
2057
|
+
errors?: GetInsightsErrorKind[];
|
|
1806
2058
|
totalCount: number;
|
|
1807
2059
|
}
|
|
1808
2060
|
|
|
@@ -1835,24 +2087,25 @@ export interface GroupingConfiguration {
|
|
|
1835
2087
|
}
|
|
1836
2088
|
|
|
1837
2089
|
// @public
|
|
1838
|
-
export
|
|
2090
|
+
export interface HostEntity extends Entity {
|
|
1839
2091
|
readonly additionalData?: {
|
|
1840
2092
|
[propertyName: string]: Record<string, unknown>;
|
|
1841
2093
|
};
|
|
1842
|
-
readonly friendlyName?: string;
|
|
1843
2094
|
readonly azureID?: string;
|
|
1844
2095
|
readonly dnsDomain?: string;
|
|
2096
|
+
readonly friendlyName?: string;
|
|
1845
2097
|
readonly hostName?: string;
|
|
1846
2098
|
readonly isDomainJoined?: boolean;
|
|
2099
|
+
kind: "Host";
|
|
1847
2100
|
readonly netBiosName?: string;
|
|
1848
2101
|
readonly ntDomain?: string;
|
|
1849
2102
|
readonly omsAgentID?: string;
|
|
1850
2103
|
osFamily?: OSFamily;
|
|
1851
2104
|
readonly osVersion?: string;
|
|
1852
|
-
}
|
|
2105
|
+
}
|
|
1853
2106
|
|
|
1854
2107
|
// @public
|
|
1855
|
-
export
|
|
2108
|
+
export interface HostEntityProperties extends EntityCommonProperties {
|
|
1856
2109
|
readonly azureID?: string;
|
|
1857
2110
|
readonly dnsDomain?: string;
|
|
1858
2111
|
readonly hostName?: string;
|
|
@@ -1862,44 +2115,45 @@ export type HostEntityProperties = EntityCommonProperties & {
|
|
|
1862
2115
|
readonly omsAgentID?: string;
|
|
1863
2116
|
osFamily?: OSFamily;
|
|
1864
2117
|
readonly osVersion?: string;
|
|
1865
|
-
}
|
|
2118
|
+
}
|
|
1866
2119
|
|
|
1867
2120
|
// @public
|
|
1868
|
-
export
|
|
2121
|
+
export interface HuntingBookmark extends Entity {
|
|
1869
2122
|
readonly additionalData?: {
|
|
1870
2123
|
[propertyName: string]: Record<string, unknown>;
|
|
1871
2124
|
};
|
|
1872
|
-
readonly friendlyName?: string;
|
|
1873
2125
|
created?: Date;
|
|
1874
2126
|
createdBy?: UserInfo;
|
|
1875
2127
|
displayName?: string;
|
|
1876
2128
|
eventTime?: Date;
|
|
2129
|
+
readonly friendlyName?: string;
|
|
2130
|
+
incidentInfo?: IncidentInfo;
|
|
2131
|
+
kind: "Bookmark";
|
|
1877
2132
|
labels?: string[];
|
|
1878
2133
|
notes?: string;
|
|
1879
2134
|
query?: string;
|
|
1880
2135
|
queryResult?: string;
|
|
1881
2136
|
updated?: Date;
|
|
1882
2137
|
updatedBy?: UserInfo;
|
|
1883
|
-
|
|
1884
|
-
};
|
|
2138
|
+
}
|
|
1885
2139
|
|
|
1886
2140
|
// @public
|
|
1887
|
-
export
|
|
2141
|
+
export interface HuntingBookmarkProperties extends EntityCommonProperties {
|
|
1888
2142
|
created?: Date;
|
|
1889
2143
|
createdBy?: UserInfo;
|
|
1890
2144
|
displayName: string;
|
|
1891
2145
|
eventTime?: Date;
|
|
2146
|
+
incidentInfo?: IncidentInfo;
|
|
1892
2147
|
labels?: string[];
|
|
1893
2148
|
notes?: string;
|
|
1894
2149
|
query: string;
|
|
1895
2150
|
queryResult?: string;
|
|
1896
2151
|
updated?: Date;
|
|
1897
2152
|
updatedBy?: UserInfo;
|
|
1898
|
-
|
|
1899
|
-
};
|
|
2153
|
+
}
|
|
1900
2154
|
|
|
1901
2155
|
// @public
|
|
1902
|
-
export
|
|
2156
|
+
export interface Incident extends ResourceWithEtag {
|
|
1903
2157
|
readonly additionalData?: IncidentAdditionalData;
|
|
1904
2158
|
classification?: IncidentClassification;
|
|
1905
2159
|
classificationComment?: string;
|
|
@@ -1907,20 +2161,20 @@ export type Incident = ResourceWithEtag & {
|
|
|
1907
2161
|
readonly createdTimeUtc?: Date;
|
|
1908
2162
|
description?: string;
|
|
1909
2163
|
firstActivityTimeUtc?: Date;
|
|
1910
|
-
readonly incidentUrl?: string;
|
|
1911
2164
|
readonly incidentNumber?: number;
|
|
2165
|
+
readonly incidentUrl?: string;
|
|
1912
2166
|
labels?: IncidentLabel[];
|
|
1913
|
-
providerName?: string;
|
|
1914
|
-
providerIncidentId?: string;
|
|
1915
2167
|
lastActivityTimeUtc?: Date;
|
|
1916
2168
|
readonly lastModifiedTimeUtc?: Date;
|
|
1917
2169
|
owner?: IncidentOwnerInfo;
|
|
2170
|
+
providerIncidentId?: string;
|
|
2171
|
+
providerName?: string;
|
|
1918
2172
|
readonly relatedAnalyticRuleIds?: string[];
|
|
1919
2173
|
severity?: IncidentSeverity;
|
|
1920
2174
|
status?: IncidentStatus;
|
|
1921
2175
|
teamInformation?: TeamInformation;
|
|
1922
2176
|
title?: string;
|
|
1923
|
-
}
|
|
2177
|
+
}
|
|
1924
2178
|
|
|
1925
2179
|
// @public
|
|
1926
2180
|
export interface IncidentAdditionalData {
|
|
@@ -1950,12 +2204,12 @@ export type IncidentClassification = string;
|
|
|
1950
2204
|
export type IncidentClassificationReason = string;
|
|
1951
2205
|
|
|
1952
2206
|
// @public
|
|
1953
|
-
export
|
|
2207
|
+
export interface IncidentComment extends ResourceWithEtag {
|
|
2208
|
+
readonly author?: ClientInfo;
|
|
1954
2209
|
readonly createdTimeUtc?: Date;
|
|
1955
2210
|
readonly lastModifiedTimeUtc?: Date;
|
|
1956
2211
|
message?: string;
|
|
1957
|
-
|
|
1958
|
-
};
|
|
2212
|
+
}
|
|
1959
2213
|
|
|
1960
2214
|
// @public
|
|
1961
2215
|
export interface IncidentCommentList {
|
|
@@ -2057,7 +2311,7 @@ export interface IncidentOwnerInfo {
|
|
|
2057
2311
|
assignedTo?: string;
|
|
2058
2312
|
email?: string;
|
|
2059
2313
|
objectId?: string;
|
|
2060
|
-
|
|
2314
|
+
ownerType?: OwnerType;
|
|
2061
2315
|
userPrincipalName?: string;
|
|
2062
2316
|
}
|
|
2063
2317
|
|
|
@@ -2217,22 +2471,25 @@ export type IncidentsRunPlaybookResponse = Record<string, unknown>;
|
|
|
2217
2471
|
export type IncidentStatus = string;
|
|
2218
2472
|
|
|
2219
2473
|
// @public
|
|
2220
|
-
export type
|
|
2474
|
+
export type IngestionMode = string;
|
|
2475
|
+
|
|
2476
|
+
// @public
|
|
2477
|
+
export interface InsightQueryItem extends EntityQueryItem {
|
|
2221
2478
|
kind: "Insight";
|
|
2222
2479
|
properties?: InsightQueryItemProperties;
|
|
2223
|
-
}
|
|
2480
|
+
}
|
|
2224
2481
|
|
|
2225
2482
|
// @public
|
|
2226
|
-
export
|
|
2227
|
-
|
|
2228
|
-
description?: string;
|
|
2483
|
+
export interface InsightQueryItemProperties extends EntityQueryItemProperties {
|
|
2484
|
+
additionalQuery?: InsightQueryItemPropertiesAdditionalQuery;
|
|
2229
2485
|
baseQuery?: string;
|
|
2230
|
-
tableQuery?: InsightQueryItemPropertiesTableQuery;
|
|
2231
2486
|
chartQuery?: Record<string, unknown>;
|
|
2232
|
-
additionalQuery?: InsightQueryItemPropertiesAdditionalQuery;
|
|
2233
2487
|
defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
|
|
2488
|
+
description?: string;
|
|
2489
|
+
displayName?: string;
|
|
2234
2490
|
referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
|
|
2235
|
-
|
|
2491
|
+
tableQuery?: InsightQueryItemPropertiesTableQuery;
|
|
2492
|
+
}
|
|
2236
2493
|
|
|
2237
2494
|
// @public
|
|
2238
2495
|
export interface InsightQueryItemPropertiesAdditionalQuery {
|
|
@@ -2298,88 +2555,114 @@ export interface InstructionSteps {
|
|
|
2298
2555
|
}
|
|
2299
2556
|
|
|
2300
2557
|
// @public (undocumented)
|
|
2301
|
-
export
|
|
2558
|
+
export interface InstructionStepsInstructionsItem extends ConnectorInstructionModelBase {
|
|
2559
|
+
}
|
|
2302
2560
|
|
|
2303
2561
|
// @public
|
|
2304
|
-
export
|
|
2562
|
+
export interface IoTCheckRequirements extends DataConnectorsCheckRequirements {
|
|
2305
2563
|
kind: "IOT";
|
|
2306
2564
|
subscriptionId?: string;
|
|
2307
|
-
}
|
|
2565
|
+
}
|
|
2308
2566
|
|
|
2309
2567
|
// @public
|
|
2310
|
-
export
|
|
2568
|
+
export interface IoTDataConnector extends DataConnector {
|
|
2311
2569
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
2570
|
+
kind: "IOT";
|
|
2312
2571
|
subscriptionId?: string;
|
|
2313
|
-
}
|
|
2572
|
+
}
|
|
2314
2573
|
|
|
2315
2574
|
// @public
|
|
2316
|
-
export
|
|
2575
|
+
export interface IoTDataConnectorProperties extends DataConnectorWithAlertsProperties {
|
|
2317
2576
|
subscriptionId?: string;
|
|
2318
|
-
}
|
|
2577
|
+
}
|
|
2319
2578
|
|
|
2320
2579
|
// @public
|
|
2321
|
-
export
|
|
2580
|
+
export interface IoTDeviceEntity extends Entity {
|
|
2322
2581
|
readonly additionalData?: {
|
|
2323
2582
|
[propertyName: string]: Record<string, unknown>;
|
|
2324
2583
|
};
|
|
2325
|
-
readonly friendlyName?: string;
|
|
2326
2584
|
readonly deviceId?: string;
|
|
2327
2585
|
readonly deviceName?: string;
|
|
2328
|
-
readonly
|
|
2329
|
-
readonly iotSecurityAgentId?: string;
|
|
2586
|
+
readonly deviceSubType?: string;
|
|
2330
2587
|
readonly deviceType?: string;
|
|
2331
|
-
readonly vendor?: string;
|
|
2332
2588
|
readonly edgeId?: string;
|
|
2333
|
-
readonly macAddress?: string;
|
|
2334
|
-
readonly model?: string;
|
|
2335
|
-
readonly serialNumber?: string;
|
|
2336
2589
|
readonly firmwareVersion?: string;
|
|
2337
|
-
readonly
|
|
2338
|
-
readonly iotHubEntityId?: string;
|
|
2590
|
+
readonly friendlyName?: string;
|
|
2339
2591
|
readonly hostEntityId?: string;
|
|
2592
|
+
importance?: DeviceImportance;
|
|
2593
|
+
readonly iotHubEntityId?: string;
|
|
2594
|
+
readonly iotSecurityAgentId?: string;
|
|
2340
2595
|
readonly ipAddressEntityId?: string;
|
|
2341
|
-
readonly
|
|
2596
|
+
readonly isAuthorized?: boolean;
|
|
2597
|
+
readonly isProgramming?: boolean;
|
|
2598
|
+
readonly isScanner?: boolean;
|
|
2599
|
+
kind: "IoTDevice";
|
|
2600
|
+
readonly macAddress?: string;
|
|
2601
|
+
readonly model?: string;
|
|
2602
|
+
readonly nicEntityIds?: string[];
|
|
2603
|
+
readonly operatingSystem?: string;
|
|
2604
|
+
readonly owners?: string[];
|
|
2342
2605
|
readonly protocols?: string[];
|
|
2343
|
-
|
|
2606
|
+
readonly purdueLayer?: string;
|
|
2607
|
+
readonly sensor?: string;
|
|
2608
|
+
readonly serialNumber?: string;
|
|
2609
|
+
readonly site?: string;
|
|
2610
|
+
readonly source?: string;
|
|
2611
|
+
readonly threatIntelligence?: ThreatIntelligence[];
|
|
2612
|
+
readonly vendor?: string;
|
|
2613
|
+
readonly zone?: string;
|
|
2614
|
+
}
|
|
2344
2615
|
|
|
2345
2616
|
// @public
|
|
2346
|
-
export
|
|
2617
|
+
export interface IoTDeviceEntityProperties extends EntityCommonProperties {
|
|
2347
2618
|
readonly deviceId?: string;
|
|
2348
2619
|
readonly deviceName?: string;
|
|
2349
|
-
readonly
|
|
2350
|
-
readonly iotSecurityAgentId?: string;
|
|
2620
|
+
readonly deviceSubType?: string;
|
|
2351
2621
|
readonly deviceType?: string;
|
|
2352
|
-
readonly vendor?: string;
|
|
2353
2622
|
readonly edgeId?: string;
|
|
2354
|
-
readonly macAddress?: string;
|
|
2355
|
-
readonly model?: string;
|
|
2356
|
-
readonly serialNumber?: string;
|
|
2357
2623
|
readonly firmwareVersion?: string;
|
|
2358
|
-
readonly operatingSystem?: string;
|
|
2359
|
-
readonly iotHubEntityId?: string;
|
|
2360
2624
|
readonly hostEntityId?: string;
|
|
2625
|
+
importance?: DeviceImportance;
|
|
2626
|
+
readonly iotHubEntityId?: string;
|
|
2627
|
+
readonly iotSecurityAgentId?: string;
|
|
2361
2628
|
readonly ipAddressEntityId?: string;
|
|
2362
|
-
readonly
|
|
2629
|
+
readonly isAuthorized?: boolean;
|
|
2630
|
+
readonly isProgramming?: boolean;
|
|
2631
|
+
readonly isScanner?: boolean;
|
|
2632
|
+
readonly macAddress?: string;
|
|
2633
|
+
readonly model?: string;
|
|
2634
|
+
readonly nicEntityIds?: string[];
|
|
2635
|
+
readonly operatingSystem?: string;
|
|
2636
|
+
readonly owners?: string[];
|
|
2363
2637
|
readonly protocols?: string[];
|
|
2364
|
-
|
|
2638
|
+
readonly purdueLayer?: string;
|
|
2639
|
+
readonly sensor?: string;
|
|
2640
|
+
readonly serialNumber?: string;
|
|
2641
|
+
readonly site?: string;
|
|
2642
|
+
readonly source?: string;
|
|
2643
|
+
readonly threatIntelligence?: ThreatIntelligence[];
|
|
2644
|
+
readonly vendor?: string;
|
|
2645
|
+
readonly zone?: string;
|
|
2646
|
+
}
|
|
2365
2647
|
|
|
2366
2648
|
// @public
|
|
2367
|
-
export
|
|
2649
|
+
export interface IpEntity extends Entity {
|
|
2368
2650
|
readonly additionalData?: {
|
|
2369
2651
|
[propertyName: string]: Record<string, unknown>;
|
|
2370
2652
|
};
|
|
2371
|
-
readonly friendlyName?: string;
|
|
2372
2653
|
readonly address?: string;
|
|
2654
|
+
readonly friendlyName?: string;
|
|
2655
|
+
kind: "Ip";
|
|
2373
2656
|
readonly location?: GeoLocation;
|
|
2374
2657
|
readonly threatIntelligence?: ThreatIntelligence[];
|
|
2375
|
-
}
|
|
2658
|
+
}
|
|
2376
2659
|
|
|
2377
2660
|
// @public
|
|
2378
|
-
export
|
|
2661
|
+
export interface IpEntityProperties extends EntityCommonProperties {
|
|
2379
2662
|
readonly address?: string;
|
|
2380
2663
|
readonly location?: GeoLocation;
|
|
2381
2664
|
readonly threatIntelligence?: ThreatIntelligence[];
|
|
2382
|
-
}
|
|
2665
|
+
}
|
|
2383
2666
|
|
|
2384
2667
|
// @public
|
|
2385
2668
|
export interface IPGeodata {
|
|
@@ -2413,17 +2696,11 @@ export enum KnownAlertDetail {
|
|
|
2413
2696
|
|
|
2414
2697
|
// @public
|
|
2415
2698
|
export enum KnownAlertRuleKind {
|
|
2416
|
-
// (undocumented)
|
|
2417
2699
|
Fusion = "Fusion",
|
|
2418
|
-
// (undocumented)
|
|
2419
2700
|
MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
|
|
2420
|
-
// (undocumented)
|
|
2421
2701
|
MLBehaviorAnalytics = "MLBehaviorAnalytics",
|
|
2422
|
-
// (undocumented)
|
|
2423
2702
|
NRT = "NRT",
|
|
2424
|
-
// (undocumented)
|
|
2425
2703
|
Scheduled = "Scheduled",
|
|
2426
|
-
// (undocumented)
|
|
2427
2704
|
ThreatIntelligence = "ThreatIntelligence"
|
|
2428
2705
|
}
|
|
2429
2706
|
|
|
@@ -2454,42 +2731,68 @@ export enum KnownAntispamMailDirection {
|
|
|
2454
2731
|
|
|
2455
2732
|
// @public
|
|
2456
2733
|
export enum KnownAttackTactic {
|
|
2457
|
-
// (undocumented)
|
|
2458
2734
|
Collection = "Collection",
|
|
2459
|
-
// (undocumented)
|
|
2460
2735
|
CommandAndControl = "CommandAndControl",
|
|
2461
|
-
// (undocumented)
|
|
2462
2736
|
CredentialAccess = "CredentialAccess",
|
|
2463
|
-
// (undocumented)
|
|
2464
2737
|
DefenseEvasion = "DefenseEvasion",
|
|
2465
|
-
// (undocumented)
|
|
2466
2738
|
Discovery = "Discovery",
|
|
2467
|
-
// (undocumented)
|
|
2468
2739
|
Execution = "Execution",
|
|
2469
|
-
// (undocumented)
|
|
2470
2740
|
Exfiltration = "Exfiltration",
|
|
2471
|
-
// (undocumented)
|
|
2472
2741
|
Impact = "Impact",
|
|
2473
|
-
// (undocumented)
|
|
2474
2742
|
ImpairProcessControl = "ImpairProcessControl",
|
|
2475
|
-
// (undocumented)
|
|
2476
2743
|
InhibitResponseFunction = "InhibitResponseFunction",
|
|
2477
|
-
// (undocumented)
|
|
2478
2744
|
InitialAccess = "InitialAccess",
|
|
2479
|
-
// (undocumented)
|
|
2480
2745
|
LateralMovement = "LateralMovement",
|
|
2481
|
-
// (undocumented)
|
|
2482
2746
|
Persistence = "Persistence",
|
|
2483
|
-
// (undocumented)
|
|
2484
2747
|
PreAttack = "PreAttack",
|
|
2485
|
-
// (undocumented)
|
|
2486
2748
|
PrivilegeEscalation = "PrivilegeEscalation",
|
|
2487
|
-
// (undocumented)
|
|
2488
2749
|
Reconnaissance = "Reconnaissance",
|
|
2489
|
-
// (undocumented)
|
|
2490
2750
|
ResourceDevelopment = "ResourceDevelopment"
|
|
2491
2751
|
}
|
|
2492
2752
|
|
|
2753
|
+
// @public
|
|
2754
|
+
export enum KnownAutomationRuleBooleanConditionSupportedOperator {
|
|
2755
|
+
And = "And",
|
|
2756
|
+
Or = "Or"
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
// @public
|
|
2760
|
+
export enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
|
|
2761
|
+
Alerts = "Alerts",
|
|
2762
|
+
Comments = "Comments",
|
|
2763
|
+
Labels = "Labels",
|
|
2764
|
+
Tactics = "Tactics"
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
// @public
|
|
2768
|
+
export enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {
|
|
2769
|
+
Added = "Added"
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
// @public
|
|
2773
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
|
|
2774
|
+
AnyItem = "AnyItem"
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
// @public
|
|
2778
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
|
|
2779
|
+
CustomDetails = "CustomDetails",
|
|
2780
|
+
CustomDetailValues = "CustomDetailValues"
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
// @public
|
|
2784
|
+
export enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
|
|
2785
|
+
ChangedFrom = "ChangedFrom",
|
|
2786
|
+
ChangedTo = "ChangedTo"
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
// @public
|
|
2790
|
+
export enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
|
|
2791
|
+
IncidentOwner = "IncidentOwner",
|
|
2792
|
+
IncidentSeverity = "IncidentSeverity",
|
|
2793
|
+
IncidentStatus = "IncidentStatus"
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2493
2796
|
// @public
|
|
2494
2797
|
export enum KnownAutomationRulePropertyConditionSupportedOperator {
|
|
2495
2798
|
Contains = "Contains",
|
|
@@ -2512,6 +2815,7 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
2512
2815
|
AccountPuid = "AccountPUID",
|
|
2513
2816
|
AccountSid = "AccountSid",
|
|
2514
2817
|
AccountUPNSuffix = "AccountUPNSuffix",
|
|
2818
|
+
AlertAnalyticRuleIds = "AlertAnalyticRuleIds",
|
|
2515
2819
|
AlertProductNames = "AlertProductNames",
|
|
2516
2820
|
AzureResourceResourceId = "AzureResourceResourceId",
|
|
2517
2821
|
AzureResourceSubscriptionId = "AzureResourceSubscriptionId",
|
|
@@ -2526,6 +2830,8 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
2526
2830
|
HostNetBiosName = "HostNetBiosName",
|
|
2527
2831
|
HostNTDomain = "HostNTDomain",
|
|
2528
2832
|
HostOSVersion = "HostOSVersion",
|
|
2833
|
+
IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
|
|
2834
|
+
IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
|
|
2529
2835
|
IncidentDescription = "IncidentDescription",
|
|
2530
2836
|
IncidentLabel = "IncidentLabel",
|
|
2531
2837
|
IncidentProviderName = "IncidentProviderName",
|
|
@@ -2534,6 +2840,7 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
2534
2840
|
IncidentStatus = "IncidentStatus",
|
|
2535
2841
|
IncidentTactics = "IncidentTactics",
|
|
2536
2842
|
IncidentTitle = "IncidentTitle",
|
|
2843
|
+
IncidentUpdatedBySource = "IncidentUpdatedBySource",
|
|
2537
2844
|
IoTDeviceId = "IoTDeviceId",
|
|
2538
2845
|
IoTDeviceModel = "IoTDeviceModel",
|
|
2539
2846
|
IoTDeviceName = "IoTDeviceName",
|
|
@@ -2562,7 +2869,11 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
2562
2869
|
|
|
2563
2870
|
// @public
|
|
2564
2871
|
export enum KnownConditionType {
|
|
2565
|
-
|
|
2872
|
+
Boolean = "Boolean",
|
|
2873
|
+
Property = "Property",
|
|
2874
|
+
PropertyArray = "PropertyArray",
|
|
2875
|
+
PropertyArrayChanged = "PropertyArrayChanged",
|
|
2876
|
+
PropertyChanged = "PropertyChanged"
|
|
2566
2877
|
}
|
|
2567
2878
|
|
|
2568
2879
|
// @public
|
|
@@ -2582,152 +2893,119 @@ export enum KnownConfidenceScoreStatus {
|
|
|
2582
2893
|
|
|
2583
2894
|
// @public
|
|
2584
2895
|
export enum KnownConnectAuthKind {
|
|
2585
|
-
// (undocumented)
|
|
2586
2896
|
APIKey = "APIKey",
|
|
2587
|
-
// (undocumented)
|
|
2588
2897
|
Basic = "Basic",
|
|
2589
|
-
// (undocumented)
|
|
2590
2898
|
OAuth2 = "OAuth2"
|
|
2591
2899
|
}
|
|
2592
2900
|
|
|
2593
2901
|
// @public
|
|
2594
2902
|
export enum KnownConnectivityType {
|
|
2595
|
-
// (undocumented)
|
|
2596
2903
|
IsConnectedQuery = "IsConnectedQuery"
|
|
2597
2904
|
}
|
|
2598
2905
|
|
|
2599
2906
|
// @public
|
|
2600
2907
|
export enum KnownContentType {
|
|
2601
|
-
// (undocumented)
|
|
2602
2908
|
AnalyticRule = "AnalyticRule",
|
|
2603
|
-
// (undocumented)
|
|
2604
2909
|
Workbook = "Workbook"
|
|
2605
2910
|
}
|
|
2606
2911
|
|
|
2607
2912
|
// @public
|
|
2608
2913
|
export enum KnownCreatedByType {
|
|
2609
|
-
// (undocumented)
|
|
2610
2914
|
Application = "Application",
|
|
2611
|
-
// (undocumented)
|
|
2612
2915
|
Key = "Key",
|
|
2613
|
-
// (undocumented)
|
|
2614
2916
|
ManagedIdentity = "ManagedIdentity",
|
|
2615
|
-
// (undocumented)
|
|
2616
2917
|
User = "User"
|
|
2617
2918
|
}
|
|
2618
2919
|
|
|
2619
2920
|
// @public
|
|
2620
2921
|
export enum KnownCustomEntityQueryKind {
|
|
2621
|
-
// (undocumented)
|
|
2622
2922
|
Activity = "Activity"
|
|
2623
2923
|
}
|
|
2624
2924
|
|
|
2625
2925
|
// @public
|
|
2626
2926
|
export enum KnownDataConnectorAuthorizationState {
|
|
2627
|
-
// (undocumented)
|
|
2628
2927
|
Invalid = "Invalid",
|
|
2629
|
-
// (undocumented)
|
|
2630
2928
|
Valid = "Valid"
|
|
2631
2929
|
}
|
|
2632
2930
|
|
|
2633
2931
|
// @public
|
|
2634
2932
|
export enum KnownDataConnectorKind {
|
|
2635
|
-
// (undocumented)
|
|
2636
2933
|
AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
|
|
2637
|
-
// (undocumented)
|
|
2638
2934
|
AmazonWebServicesS3 = "AmazonWebServicesS3",
|
|
2639
|
-
// (undocumented)
|
|
2640
2935
|
APIPolling = "APIPolling",
|
|
2641
|
-
// (undocumented)
|
|
2642
2936
|
AzureActiveDirectory = "AzureActiveDirectory",
|
|
2643
|
-
// (undocumented)
|
|
2644
2937
|
AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
|
|
2645
|
-
// (undocumented)
|
|
2646
2938
|
AzureSecurityCenter = "AzureSecurityCenter",
|
|
2647
|
-
// (undocumented)
|
|
2648
2939
|
Dynamics365 = "Dynamics365",
|
|
2649
|
-
// (undocumented)
|
|
2650
2940
|
GenericUI = "GenericUI",
|
|
2651
|
-
// (undocumented)
|
|
2652
2941
|
IOT = "IOT",
|
|
2653
|
-
// (undocumented)
|
|
2654
2942
|
MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
|
|
2655
|
-
// (undocumented)
|
|
2656
2943
|
MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
|
|
2657
|
-
// (undocumented)
|
|
2658
2944
|
MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
|
|
2659
|
-
// (undocumented)
|
|
2660
2945
|
MicrosoftThreatProtection = "MicrosoftThreatProtection",
|
|
2661
|
-
// (undocumented)
|
|
2662
2946
|
Office365 = "Office365",
|
|
2663
|
-
// (undocumented)
|
|
2664
2947
|
Office365Project = "Office365Project",
|
|
2665
|
-
// (undocumented)
|
|
2666
2948
|
OfficeATP = "OfficeATP",
|
|
2667
|
-
// (undocumented)
|
|
2668
2949
|
OfficeIRM = "OfficeIRM",
|
|
2669
|
-
// (undocumented)
|
|
2670
2950
|
OfficePowerBI = "OfficePowerBI",
|
|
2671
|
-
// (undocumented)
|
|
2672
2951
|
ThreatIntelligence = "ThreatIntelligence",
|
|
2673
|
-
// (undocumented)
|
|
2674
2952
|
ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii"
|
|
2675
2953
|
}
|
|
2676
2954
|
|
|
2677
2955
|
// @public
|
|
2678
2956
|
export enum KnownDataConnectorLicenseState {
|
|
2679
|
-
// (undocumented)
|
|
2680
2957
|
Invalid = "Invalid",
|
|
2681
|
-
// (undocumented)
|
|
2682
2958
|
Unknown = "Unknown",
|
|
2683
|
-
// (undocumented)
|
|
2684
2959
|
Valid = "Valid"
|
|
2685
2960
|
}
|
|
2686
2961
|
|
|
2687
2962
|
// @public
|
|
2688
2963
|
export enum KnownDataTypeState {
|
|
2689
|
-
// (undocumented)
|
|
2690
2964
|
Disabled = "Disabled",
|
|
2691
|
-
// (undocumented)
|
|
2692
2965
|
Enabled = "Enabled"
|
|
2693
2966
|
}
|
|
2694
2967
|
|
|
2968
|
+
// @public
|
|
2969
|
+
export enum KnownDeleteStatus {
|
|
2970
|
+
Deleted = "Deleted",
|
|
2971
|
+
NotDeleted = "NotDeleted",
|
|
2972
|
+
Unspecified = "Unspecified"
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2695
2975
|
// @public
|
|
2696
2976
|
export enum KnownDeploymentFetchStatus {
|
|
2697
|
-
// (undocumented)
|
|
2698
2977
|
NotFound = "NotFound",
|
|
2699
|
-
// (undocumented)
|
|
2700
2978
|
Success = "Success",
|
|
2701
|
-
// (undocumented)
|
|
2702
2979
|
Unauthorized = "Unauthorized"
|
|
2703
2980
|
}
|
|
2704
2981
|
|
|
2705
2982
|
// @public
|
|
2706
2983
|
export enum KnownDeploymentResult {
|
|
2707
|
-
// (undocumented)
|
|
2708
2984
|
Canceled = "Canceled",
|
|
2709
|
-
// (undocumented)
|
|
2710
2985
|
Failed = "Failed",
|
|
2711
|
-
// (undocumented)
|
|
2712
2986
|
Success = "Success"
|
|
2713
2987
|
}
|
|
2714
2988
|
|
|
2715
2989
|
// @public
|
|
2716
2990
|
export enum KnownDeploymentState {
|
|
2717
|
-
// (undocumented)
|
|
2718
2991
|
Canceling = "Canceling",
|
|
2719
|
-
// (undocumented)
|
|
2720
2992
|
Completed = "Completed",
|
|
2721
|
-
// (undocumented)
|
|
2722
2993
|
InProgress = "In_Progress",
|
|
2723
|
-
// (undocumented)
|
|
2724
2994
|
Queued = "Queued"
|
|
2725
2995
|
}
|
|
2726
2996
|
|
|
2727
2997
|
// @public
|
|
2728
|
-
export enum
|
|
2729
|
-
|
|
2730
|
-
|
|
2998
|
+
export enum KnownDeviceImportance {
|
|
2999
|
+
High = "High",
|
|
3000
|
+
Low = "Low",
|
|
3001
|
+
Normal = "Normal",
|
|
3002
|
+
Unknown = "Unknown"
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
// @public
|
|
3006
|
+
export enum KnownEntityItemQueryKind {
|
|
3007
|
+
Insight = "Insight"
|
|
3008
|
+
}
|
|
2731
3009
|
|
|
2732
3010
|
// @public
|
|
2733
3011
|
export enum KnownEntityKind {
|
|
@@ -2745,6 +3023,7 @@ export enum KnownEntityKind {
|
|
|
2745
3023
|
MailCluster = "MailCluster",
|
|
2746
3024
|
MailMessage = "MailMessage",
|
|
2747
3025
|
Malware = "Malware",
|
|
3026
|
+
Nic = "Nic",
|
|
2748
3027
|
Process = "Process",
|
|
2749
3028
|
RegistryKey = "RegistryKey",
|
|
2750
3029
|
RegistryValue = "RegistryValue",
|
|
@@ -2776,25 +3055,28 @@ export enum KnownEntityMappingType {
|
|
|
2776
3055
|
URL = "URL"
|
|
2777
3056
|
}
|
|
2778
3057
|
|
|
3058
|
+
// @public
|
|
3059
|
+
export enum KnownEntityProviders {
|
|
3060
|
+
ActiveDirectory = "ActiveDirectory",
|
|
3061
|
+
AzureActiveDirectory = "AzureActiveDirectory"
|
|
3062
|
+
}
|
|
3063
|
+
|
|
2779
3064
|
// @public
|
|
2780
3065
|
export enum KnownEntityQueryKind {
|
|
2781
|
-
// (undocumented)
|
|
2782
3066
|
Activity = "Activity",
|
|
2783
|
-
// (undocumented)
|
|
2784
3067
|
Expansion = "Expansion",
|
|
2785
|
-
// (undocumented)
|
|
2786
3068
|
Insight = "Insight"
|
|
2787
3069
|
}
|
|
2788
3070
|
|
|
2789
3071
|
// @public
|
|
2790
3072
|
export enum KnownEntityQueryTemplateKind {
|
|
2791
|
-
// (undocumented)
|
|
2792
3073
|
Activity = "Activity"
|
|
2793
3074
|
}
|
|
2794
3075
|
|
|
2795
3076
|
// @public
|
|
2796
3077
|
export enum KnownEntityTimelineKind {
|
|
2797
3078
|
Activity = "Activity",
|
|
3079
|
+
Anomaly = "Anomaly",
|
|
2798
3080
|
Bookmark = "Bookmark",
|
|
2799
3081
|
SecurityAlert = "SecurityAlert"
|
|
2800
3082
|
}
|
|
@@ -2815,6 +3097,7 @@ export enum KnownEntityType {
|
|
|
2815
3097
|
MailCluster = "MailCluster",
|
|
2816
3098
|
MailMessage = "MailMessage",
|
|
2817
3099
|
Malware = "Malware",
|
|
3100
|
+
Nic = "Nic",
|
|
2818
3101
|
Process = "Process",
|
|
2819
3102
|
RegistryKey = "RegistryKey",
|
|
2820
3103
|
RegistryValue = "RegistryValue",
|
|
@@ -2825,21 +3108,24 @@ export enum KnownEntityType {
|
|
|
2825
3108
|
}
|
|
2826
3109
|
|
|
2827
3110
|
// @public
|
|
2828
|
-
export enum
|
|
2829
|
-
// (undocumented)
|
|
3111
|
+
export enum KnownEnum13 {
|
|
2830
3112
|
Activity = "Activity",
|
|
2831
|
-
// (undocumented)
|
|
2832
3113
|
Expansion = "Expansion"
|
|
2833
3114
|
}
|
|
2834
3115
|
|
|
2835
3116
|
// @public
|
|
2836
3117
|
export enum KnownEventGroupingAggregationKind {
|
|
2837
|
-
// (undocumented)
|
|
2838
3118
|
AlertPerResult = "AlertPerResult",
|
|
2839
|
-
// (undocumented)
|
|
2840
3119
|
SingleAlert = "SingleAlert"
|
|
2841
3120
|
}
|
|
2842
3121
|
|
|
3122
|
+
// @public
|
|
3123
|
+
export enum KnownFileFormat {
|
|
3124
|
+
CSV = "CSV",
|
|
3125
|
+
Json = "JSON",
|
|
3126
|
+
Unspecified = "Unspecified"
|
|
3127
|
+
}
|
|
3128
|
+
|
|
2843
3129
|
// @public
|
|
2844
3130
|
export enum KnownFileHashAlgorithm {
|
|
2845
3131
|
MD5 = "MD5",
|
|
@@ -2849,6 +3135,29 @@ export enum KnownFileHashAlgorithm {
|
|
|
2849
3135
|
Unknown = "Unknown"
|
|
2850
3136
|
}
|
|
2851
3137
|
|
|
3138
|
+
// @public
|
|
3139
|
+
export enum KnownFileImportContentType {
|
|
3140
|
+
BasicIndicator = "BasicIndicator",
|
|
3141
|
+
StixIndicator = "StixIndicator",
|
|
3142
|
+
Unspecified = "Unspecified"
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
// @public
|
|
3146
|
+
export enum KnownFileImportState {
|
|
3147
|
+
FatalError = "FatalError",
|
|
3148
|
+
Ingested = "Ingested",
|
|
3149
|
+
IngestedWithErrors = "IngestedWithErrors",
|
|
3150
|
+
InProgress = "InProgress",
|
|
3151
|
+
Invalid = "Invalid",
|
|
3152
|
+
Unspecified = "Unspecified",
|
|
3153
|
+
WaitingForUpload = "WaitingForUpload"
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
// @public
|
|
3157
|
+
export enum KnownGetInsightsError {
|
|
3158
|
+
Insight = "Insight"
|
|
3159
|
+
}
|
|
3160
|
+
|
|
2852
3161
|
// @public
|
|
2853
3162
|
export enum KnownIncidentClassification {
|
|
2854
3163
|
BenignPositive = "BenignPositive",
|
|
@@ -2886,6 +3195,13 @@ export enum KnownIncidentStatus {
|
|
|
2886
3195
|
New = "New"
|
|
2887
3196
|
}
|
|
2888
3197
|
|
|
3198
|
+
// @public
|
|
3199
|
+
export enum KnownIngestionMode {
|
|
3200
|
+
IngestAnyValidRecords = "IngestAnyValidRecords",
|
|
3201
|
+
IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
|
|
3202
|
+
Unspecified = "Unspecified"
|
|
3203
|
+
}
|
|
3204
|
+
|
|
2889
3205
|
// @public
|
|
2890
3206
|
export enum KnownKillChainIntent {
|
|
2891
3207
|
Collection = "Collection",
|
|
@@ -2906,39 +3222,22 @@ export enum KnownKillChainIntent {
|
|
|
2906
3222
|
|
|
2907
3223
|
// @public
|
|
2908
3224
|
export enum KnownKind {
|
|
2909
|
-
// (undocumented)
|
|
2910
3225
|
AnalyticsRule = "AnalyticsRule",
|
|
2911
|
-
// (undocumented)
|
|
2912
3226
|
AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
|
|
2913
|
-
// (undocumented)
|
|
2914
3227
|
AutomationRule = "AutomationRule",
|
|
2915
|
-
// (undocumented)
|
|
2916
3228
|
AzureFunction = "AzureFunction",
|
|
2917
|
-
// (undocumented)
|
|
2918
3229
|
DataConnector = "DataConnector",
|
|
2919
|
-
// (undocumented)
|
|
2920
3230
|
DataType = "DataType",
|
|
2921
|
-
// (undocumented)
|
|
2922
3231
|
HuntingQuery = "HuntingQuery",
|
|
2923
|
-
// (undocumented)
|
|
2924
3232
|
InvestigationQuery = "InvestigationQuery",
|
|
2925
|
-
// (undocumented)
|
|
2926
3233
|
LogicAppsCustomConnector = "LogicAppsCustomConnector",
|
|
2927
|
-
// (undocumented)
|
|
2928
3234
|
Parser = "Parser",
|
|
2929
|
-
// (undocumented)
|
|
2930
3235
|
Playbook = "Playbook",
|
|
2931
|
-
// (undocumented)
|
|
2932
3236
|
PlaybookTemplate = "PlaybookTemplate",
|
|
2933
|
-
// (undocumented)
|
|
2934
3237
|
Solution = "Solution",
|
|
2935
|
-
// (undocumented)
|
|
2936
3238
|
Watchlist = "Watchlist",
|
|
2937
|
-
// (undocumented)
|
|
2938
3239
|
WatchlistTemplate = "WatchlistTemplate",
|
|
2939
|
-
// (undocumented)
|
|
2940
3240
|
Workbook = "Workbook",
|
|
2941
|
-
// (undocumented)
|
|
2942
3241
|
WorkbookTemplate = "WorkbookTemplate"
|
|
2943
3242
|
}
|
|
2944
3243
|
|
|
@@ -2951,39 +3250,26 @@ export enum KnownMatchingMethod {
|
|
|
2951
3250
|
|
|
2952
3251
|
// @public
|
|
2953
3252
|
export enum KnownMicrosoftSecurityProductName {
|
|
2954
|
-
// (undocumented)
|
|
2955
3253
|
AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
|
|
2956
|
-
// (undocumented)
|
|
2957
3254
|
AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
|
|
2958
|
-
// (undocumented)
|
|
2959
3255
|
AzureSecurityCenter = "Azure Security Center",
|
|
2960
|
-
// (undocumented)
|
|
2961
3256
|
AzureSecurityCenterForIoT = "Azure Security Center for IoT",
|
|
2962
|
-
// (undocumented)
|
|
2963
3257
|
MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
|
|
2964
|
-
// (undocumented)
|
|
2965
3258
|
MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection",
|
|
2966
|
-
// (undocumented)
|
|
2967
3259
|
Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection"
|
|
2968
3260
|
}
|
|
2969
3261
|
|
|
2970
3262
|
// @public
|
|
2971
3263
|
export enum KnownOperator {
|
|
2972
|
-
// (undocumented)
|
|
2973
3264
|
AND = "AND",
|
|
2974
|
-
// (undocumented)
|
|
2975
3265
|
OR = "OR"
|
|
2976
3266
|
}
|
|
2977
3267
|
|
|
2978
3268
|
// @public
|
|
2979
3269
|
export enum KnownOutputType {
|
|
2980
|
-
// (undocumented)
|
|
2981
3270
|
Date = "Date",
|
|
2982
|
-
// (undocumented)
|
|
2983
3271
|
Entity = "Entity",
|
|
2984
|
-
// (undocumented)
|
|
2985
3272
|
Number = "Number",
|
|
2986
|
-
// (undocumented)
|
|
2987
3273
|
String = "String"
|
|
2988
3274
|
}
|
|
2989
3275
|
|
|
@@ -2996,11 +3282,8 @@ export enum KnownOwnerType {
|
|
|
2996
3282
|
|
|
2997
3283
|
// @public
|
|
2998
3284
|
export enum KnownPermissionProviderScope {
|
|
2999
|
-
// (undocumented)
|
|
3000
3285
|
ResourceGroup = "ResourceGroup",
|
|
3001
|
-
// (undocumented)
|
|
3002
3286
|
Subscription = "Subscription",
|
|
3003
|
-
// (undocumented)
|
|
3004
3287
|
Workspace = "Workspace"
|
|
3005
3288
|
}
|
|
3006
3289
|
|
|
@@ -3013,32 +3296,14 @@ export enum KnownPollingFrequency {
|
|
|
3013
3296
|
|
|
3014
3297
|
// @public
|
|
3015
3298
|
export enum KnownProviderName {
|
|
3016
|
-
// (undocumented)
|
|
3017
3299
|
MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
|
|
3018
|
-
// (undocumented)
|
|
3019
3300
|
MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments",
|
|
3020
|
-
// (undocumented)
|
|
3021
3301
|
MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
|
|
3022
|
-
// (undocumented)
|
|
3023
3302
|
MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
|
|
3024
|
-
// (undocumented)
|
|
3025
3303
|
MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
|
|
3026
|
-
// (undocumented)
|
|
3027
3304
|
MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys"
|
|
3028
3305
|
}
|
|
3029
3306
|
|
|
3030
|
-
// @public
|
|
3031
|
-
export enum KnownProvisioningState {
|
|
3032
|
-
// (undocumented)
|
|
3033
|
-
Canceled = "Canceled",
|
|
3034
|
-
// (undocumented)
|
|
3035
|
-
Failed = "Failed",
|
|
3036
|
-
// (undocumented)
|
|
3037
|
-
InProgress = "InProgress",
|
|
3038
|
-
// (undocumented)
|
|
3039
|
-
Succeeded = "Succeeded"
|
|
3040
|
-
}
|
|
3041
|
-
|
|
3042
3307
|
// @public
|
|
3043
3308
|
export enum KnownRegistryHive {
|
|
3044
3309
|
HkeyA = "HKEY_A",
|
|
@@ -3067,69 +3332,54 @@ export enum KnownRegistryValueKind {
|
|
|
3067
3332
|
|
|
3068
3333
|
// @public
|
|
3069
3334
|
export enum KnownRepoType {
|
|
3070
|
-
// (undocumented)
|
|
3071
3335
|
DevOps = "DevOps",
|
|
3072
|
-
// (undocumented)
|
|
3073
3336
|
Github = "Github"
|
|
3074
3337
|
}
|
|
3075
3338
|
|
|
3339
|
+
// @public
|
|
3340
|
+
export enum KnownSecurityMLAnalyticsSettingsKind {
|
|
3341
|
+
Anomaly = "Anomaly"
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3076
3344
|
// @public
|
|
3077
3345
|
export enum KnownSettingKind {
|
|
3078
|
-
// (undocumented)
|
|
3079
3346
|
Anomalies = "Anomalies",
|
|
3080
|
-
// (undocumented)
|
|
3081
3347
|
EntityAnalytics = "EntityAnalytics",
|
|
3082
|
-
// (undocumented)
|
|
3083
3348
|
EyesOn = "EyesOn",
|
|
3084
|
-
// (undocumented)
|
|
3085
3349
|
Ueba = "Ueba"
|
|
3086
3350
|
}
|
|
3087
3351
|
|
|
3352
|
+
// @public
|
|
3353
|
+
export enum KnownSettingsStatus {
|
|
3354
|
+
Flighting = "Flighting",
|
|
3355
|
+
Production = "Production"
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3088
3358
|
// @public
|
|
3089
3359
|
export enum KnownSettingType {
|
|
3090
|
-
// (undocumented)
|
|
3091
3360
|
CopyableLabel = "CopyableLabel",
|
|
3092
|
-
// (undocumented)
|
|
3093
3361
|
InfoMessage = "InfoMessage",
|
|
3094
|
-
// (undocumented)
|
|
3095
3362
|
InstructionStepsGroup = "InstructionStepsGroup"
|
|
3096
3363
|
}
|
|
3097
3364
|
|
|
3098
|
-
// @public
|
|
3099
|
-
export enum KnownSkuKind {
|
|
3100
|
-
// (undocumented)
|
|
3101
|
-
CapacityReservation = "CapacityReservation",
|
|
3102
|
-
// (undocumented)
|
|
3103
|
-
PerGB = "PerGB"
|
|
3104
|
-
}
|
|
3105
|
-
|
|
3106
3365
|
// @public
|
|
3107
3366
|
export enum KnownSourceKind {
|
|
3108
|
-
// (undocumented)
|
|
3109
3367
|
Community = "Community",
|
|
3110
|
-
// (undocumented)
|
|
3111
3368
|
LocalWorkspace = "LocalWorkspace",
|
|
3112
|
-
// (undocumented)
|
|
3113
3369
|
Solution = "Solution",
|
|
3114
|
-
// (undocumented)
|
|
3115
3370
|
SourceRepository = "SourceRepository"
|
|
3116
3371
|
}
|
|
3117
3372
|
|
|
3118
3373
|
// @public
|
|
3119
3374
|
export enum KnownSourceType {
|
|
3120
|
-
// (undocumented)
|
|
3121
3375
|
LocalFile = "Local file",
|
|
3122
|
-
// (undocumented)
|
|
3123
3376
|
RemoteStorage = "Remote storage"
|
|
3124
3377
|
}
|
|
3125
3378
|
|
|
3126
3379
|
// @public
|
|
3127
3380
|
export enum KnownSupportTier {
|
|
3128
|
-
// (undocumented)
|
|
3129
3381
|
Community = "Community",
|
|
3130
|
-
// (undocumented)
|
|
3131
3382
|
Microsoft = "Microsoft",
|
|
3132
|
-
// (undocumented)
|
|
3133
3383
|
Partner = "Partner"
|
|
3134
3384
|
}
|
|
3135
3385
|
|
|
@@ -3147,41 +3397,34 @@ export enum KnownThreatIntelligenceResourceKindEnum {
|
|
|
3147
3397
|
|
|
3148
3398
|
// @public
|
|
3149
3399
|
export enum KnownThreatIntelligenceSortingCriteriaEnum {
|
|
3150
|
-
// (undocumented)
|
|
3151
3400
|
Ascending = "ascending",
|
|
3152
|
-
// (undocumented)
|
|
3153
3401
|
Descending = "descending",
|
|
3154
|
-
// (undocumented)
|
|
3155
3402
|
Unsorted = "unsorted"
|
|
3156
3403
|
}
|
|
3157
3404
|
|
|
3158
3405
|
// @public
|
|
3159
3406
|
export enum KnownTriggersOn {
|
|
3407
|
+
Alerts = "Alerts",
|
|
3160
3408
|
Incidents = "Incidents"
|
|
3161
3409
|
}
|
|
3162
3410
|
|
|
3163
3411
|
// @public
|
|
3164
3412
|
export enum KnownTriggersWhen {
|
|
3165
|
-
Created = "Created"
|
|
3413
|
+
Created = "Created",
|
|
3414
|
+
Updated = "Updated"
|
|
3166
3415
|
}
|
|
3167
3416
|
|
|
3168
3417
|
// @public
|
|
3169
3418
|
export enum KnownUebaDataSources {
|
|
3170
|
-
// (undocumented)
|
|
3171
3419
|
AuditLogs = "AuditLogs",
|
|
3172
|
-
// (undocumented)
|
|
3173
3420
|
AzureActivity = "AzureActivity",
|
|
3174
|
-
// (undocumented)
|
|
3175
3421
|
SecurityEvent = "SecurityEvent",
|
|
3176
|
-
// (undocumented)
|
|
3177
3422
|
SigninLogs = "SigninLogs"
|
|
3178
3423
|
}
|
|
3179
3424
|
|
|
3180
3425
|
// @public
|
|
3181
3426
|
export enum KnownVersion {
|
|
3182
|
-
// (undocumented)
|
|
3183
3427
|
V1 = "V1",
|
|
3184
|
-
// (undocumented)
|
|
3185
3428
|
V2 = "V2"
|
|
3186
3429
|
}
|
|
3187
3430
|
|
|
@@ -3192,153 +3435,157 @@ export interface LastDataReceivedDataType {
|
|
|
3192
3435
|
}
|
|
3193
3436
|
|
|
3194
3437
|
// @public
|
|
3195
|
-
export
|
|
3438
|
+
export interface MailboxEntity extends Entity {
|
|
3196
3439
|
readonly additionalData?: {
|
|
3197
3440
|
[propertyName: string]: Record<string, unknown>;
|
|
3198
3441
|
};
|
|
3442
|
+
readonly displayName?: string;
|
|
3443
|
+
readonly externalDirectoryObjectId?: string;
|
|
3199
3444
|
readonly friendlyName?: string;
|
|
3445
|
+
kind: "Mailbox";
|
|
3200
3446
|
readonly mailboxPrimaryAddress?: string;
|
|
3201
|
-
readonly displayName?: string;
|
|
3202
3447
|
readonly upn?: string;
|
|
3203
|
-
|
|
3204
|
-
};
|
|
3448
|
+
}
|
|
3205
3449
|
|
|
3206
3450
|
// @public
|
|
3207
|
-
export
|
|
3208
|
-
readonly mailboxPrimaryAddress?: string;
|
|
3451
|
+
export interface MailboxEntityProperties extends EntityCommonProperties {
|
|
3209
3452
|
readonly displayName?: string;
|
|
3210
|
-
readonly upn?: string;
|
|
3211
3453
|
readonly externalDirectoryObjectId?: string;
|
|
3212
|
-
|
|
3454
|
+
readonly mailboxPrimaryAddress?: string;
|
|
3455
|
+
readonly upn?: string;
|
|
3456
|
+
}
|
|
3213
3457
|
|
|
3214
3458
|
// @public
|
|
3215
|
-
export
|
|
3459
|
+
export interface MailClusterEntity extends Entity {
|
|
3216
3460
|
readonly additionalData?: {
|
|
3217
3461
|
[propertyName: string]: Record<string, unknown>;
|
|
3218
3462
|
};
|
|
3219
|
-
readonly
|
|
3220
|
-
readonly
|
|
3463
|
+
readonly clusterGroup?: string;
|
|
3464
|
+
readonly clusterQueryEndTime?: Date;
|
|
3465
|
+
readonly clusterQueryStartTime?: Date;
|
|
3466
|
+
readonly clusterSourceIdentifier?: string;
|
|
3467
|
+
readonly clusterSourceType?: string;
|
|
3221
3468
|
readonly countByDeliveryStatus?: Record<string, unknown>;
|
|
3222
|
-
readonly countByThreatType?: Record<string, unknown>;
|
|
3223
3469
|
readonly countByProtectionStatus?: Record<string, unknown>;
|
|
3224
|
-
readonly
|
|
3470
|
+
readonly countByThreatType?: Record<string, unknown>;
|
|
3471
|
+
readonly friendlyName?: string;
|
|
3472
|
+
readonly isVolumeAnomaly?: boolean;
|
|
3473
|
+
kind: "MailCluster";
|
|
3474
|
+
readonly mailCount?: number;
|
|
3475
|
+
readonly networkMessageIds?: string[];
|
|
3225
3476
|
readonly query?: string;
|
|
3226
3477
|
readonly queryTime?: Date;
|
|
3227
|
-
readonly mailCount?: number;
|
|
3228
|
-
readonly isVolumeAnomaly?: boolean;
|
|
3229
3478
|
readonly source?: string;
|
|
3230
|
-
readonly
|
|
3231
|
-
|
|
3232
|
-
readonly clusterQueryStartTime?: Date;
|
|
3233
|
-
readonly clusterQueryEndTime?: Date;
|
|
3234
|
-
readonly clusterGroup?: string;
|
|
3235
|
-
};
|
|
3479
|
+
readonly threats?: string[];
|
|
3480
|
+
}
|
|
3236
3481
|
|
|
3237
3482
|
// @public
|
|
3238
|
-
export
|
|
3239
|
-
readonly
|
|
3483
|
+
export interface MailClusterEntityProperties extends EntityCommonProperties {
|
|
3484
|
+
readonly clusterGroup?: string;
|
|
3485
|
+
readonly clusterQueryEndTime?: Date;
|
|
3486
|
+
readonly clusterQueryStartTime?: Date;
|
|
3487
|
+
readonly clusterSourceIdentifier?: string;
|
|
3488
|
+
readonly clusterSourceType?: string;
|
|
3240
3489
|
readonly countByDeliveryStatus?: Record<string, unknown>;
|
|
3241
|
-
readonly countByThreatType?: Record<string, unknown>;
|
|
3242
3490
|
readonly countByProtectionStatus?: Record<string, unknown>;
|
|
3243
|
-
readonly
|
|
3491
|
+
readonly countByThreatType?: Record<string, unknown>;
|
|
3492
|
+
readonly isVolumeAnomaly?: boolean;
|
|
3493
|
+
readonly mailCount?: number;
|
|
3494
|
+
readonly networkMessageIds?: string[];
|
|
3244
3495
|
readonly query?: string;
|
|
3245
3496
|
readonly queryTime?: Date;
|
|
3246
|
-
readonly mailCount?: number;
|
|
3247
|
-
readonly isVolumeAnomaly?: boolean;
|
|
3248
3497
|
readonly source?: string;
|
|
3249
|
-
readonly
|
|
3250
|
-
|
|
3251
|
-
readonly clusterQueryStartTime?: Date;
|
|
3252
|
-
readonly clusterQueryEndTime?: Date;
|
|
3253
|
-
readonly clusterGroup?: string;
|
|
3254
|
-
};
|
|
3498
|
+
readonly threats?: string[];
|
|
3499
|
+
}
|
|
3255
3500
|
|
|
3256
3501
|
// @public
|
|
3257
|
-
export
|
|
3502
|
+
export interface MailMessageEntity extends Entity {
|
|
3258
3503
|
readonly additionalData?: {
|
|
3259
3504
|
[propertyName: string]: Record<string, unknown>;
|
|
3260
3505
|
};
|
|
3261
|
-
|
|
3506
|
+
antispamDirection?: AntispamMailDirection;
|
|
3507
|
+
bodyFingerprintBin1?: number;
|
|
3508
|
+
bodyFingerprintBin2?: number;
|
|
3509
|
+
bodyFingerprintBin3?: number;
|
|
3510
|
+
bodyFingerprintBin4?: number;
|
|
3511
|
+
bodyFingerprintBin5?: number;
|
|
3512
|
+
deliveryAction?: DeliveryAction;
|
|
3513
|
+
deliveryLocation?: DeliveryLocation;
|
|
3262
3514
|
readonly fileEntityIds?: string[];
|
|
3263
|
-
readonly
|
|
3264
|
-
readonly
|
|
3265
|
-
|
|
3515
|
+
readonly friendlyName?: string;
|
|
3516
|
+
readonly internetMessageId?: string;
|
|
3517
|
+
kind: "MailMessage";
|
|
3518
|
+
readonly language?: string;
|
|
3519
|
+
readonly networkMessageId?: string;
|
|
3266
3520
|
readonly p1Sender?: string;
|
|
3267
3521
|
readonly p1SenderDisplayName?: string;
|
|
3268
3522
|
readonly p1SenderDomain?: string;
|
|
3269
|
-
readonly senderIP?: string;
|
|
3270
3523
|
readonly p2Sender?: string;
|
|
3271
3524
|
readonly p2SenderDisplayName?: string;
|
|
3272
3525
|
readonly p2SenderDomain?: string;
|
|
3273
3526
|
readonly receiveDate?: Date;
|
|
3274
|
-
readonly
|
|
3275
|
-
readonly
|
|
3527
|
+
readonly recipient?: string;
|
|
3528
|
+
readonly senderIP?: string;
|
|
3276
3529
|
readonly subject?: string;
|
|
3277
|
-
readonly language?: string;
|
|
3278
3530
|
readonly threatDetectionMethods?: string[];
|
|
3531
|
+
readonly threats?: string[];
|
|
3532
|
+
readonly urls?: string[];
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
// @public
|
|
3536
|
+
export interface MailMessageEntityProperties extends EntityCommonProperties {
|
|
3537
|
+
antispamDirection?: AntispamMailDirection;
|
|
3279
3538
|
bodyFingerprintBin1?: number;
|
|
3280
3539
|
bodyFingerprintBin2?: number;
|
|
3281
3540
|
bodyFingerprintBin3?: number;
|
|
3282
3541
|
bodyFingerprintBin4?: number;
|
|
3283
3542
|
bodyFingerprintBin5?: number;
|
|
3284
|
-
antispamDirection?: AntispamMailDirection;
|
|
3285
3543
|
deliveryAction?: DeliveryAction;
|
|
3286
3544
|
deliveryLocation?: DeliveryLocation;
|
|
3287
|
-
};
|
|
3288
|
-
|
|
3289
|
-
// @public
|
|
3290
|
-
export type MailMessageEntityProperties = EntityCommonProperties & {
|
|
3291
3545
|
readonly fileEntityIds?: string[];
|
|
3292
|
-
readonly
|
|
3293
|
-
readonly
|
|
3294
|
-
readonly
|
|
3546
|
+
readonly internetMessageId?: string;
|
|
3547
|
+
readonly language?: string;
|
|
3548
|
+
readonly networkMessageId?: string;
|
|
3295
3549
|
readonly p1Sender?: string;
|
|
3296
3550
|
readonly p1SenderDisplayName?: string;
|
|
3297
3551
|
readonly p1SenderDomain?: string;
|
|
3298
|
-
readonly senderIP?: string;
|
|
3299
3552
|
readonly p2Sender?: string;
|
|
3300
3553
|
readonly p2SenderDisplayName?: string;
|
|
3301
3554
|
readonly p2SenderDomain?: string;
|
|
3302
3555
|
readonly receiveDate?: Date;
|
|
3303
|
-
readonly
|
|
3304
|
-
readonly
|
|
3556
|
+
readonly recipient?: string;
|
|
3557
|
+
readonly senderIP?: string;
|
|
3305
3558
|
readonly subject?: string;
|
|
3306
|
-
readonly language?: string;
|
|
3307
3559
|
readonly threatDetectionMethods?: string[];
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
bodyFingerprintBin4?: number;
|
|
3312
|
-
bodyFingerprintBin5?: number;
|
|
3313
|
-
antispamDirection?: AntispamMailDirection;
|
|
3314
|
-
deliveryAction?: DeliveryAction;
|
|
3315
|
-
deliveryLocation?: DeliveryLocation;
|
|
3316
|
-
};
|
|
3560
|
+
readonly threats?: string[];
|
|
3561
|
+
readonly urls?: string[];
|
|
3562
|
+
}
|
|
3317
3563
|
|
|
3318
3564
|
// @public
|
|
3319
|
-
export
|
|
3565
|
+
export interface MalwareEntity extends Entity {
|
|
3320
3566
|
readonly additionalData?: {
|
|
3321
3567
|
[propertyName: string]: Record<string, unknown>;
|
|
3322
3568
|
};
|
|
3323
|
-
readonly friendlyName?: string;
|
|
3324
3569
|
readonly category?: string;
|
|
3325
3570
|
readonly fileEntityIds?: string[];
|
|
3571
|
+
readonly friendlyName?: string;
|
|
3572
|
+
kind: "Malware";
|
|
3326
3573
|
readonly malwareName?: string;
|
|
3327
3574
|
readonly processEntityIds?: string[];
|
|
3328
|
-
}
|
|
3575
|
+
}
|
|
3329
3576
|
|
|
3330
3577
|
// @public
|
|
3331
|
-
export
|
|
3578
|
+
export interface MalwareEntityProperties extends EntityCommonProperties {
|
|
3332
3579
|
readonly category?: string;
|
|
3333
3580
|
readonly fileEntityIds?: string[];
|
|
3334
3581
|
readonly malwareName?: string;
|
|
3335
3582
|
readonly processEntityIds?: string[];
|
|
3336
|
-
}
|
|
3583
|
+
}
|
|
3337
3584
|
|
|
3338
3585
|
// @public (undocumented)
|
|
3339
3586
|
export interface ManualTriggerRequestBody {
|
|
3340
3587
|
// (undocumented)
|
|
3341
|
-
logicAppsResourceId
|
|
3588
|
+
logicAppsResourceId: string;
|
|
3342
3589
|
// (undocumented)
|
|
3343
3590
|
tenantId?: string;
|
|
3344
3591
|
}
|
|
@@ -3347,47 +3594,52 @@ export interface ManualTriggerRequestBody {
|
|
|
3347
3594
|
export type MatchingMethod = string;
|
|
3348
3595
|
|
|
3349
3596
|
// @public
|
|
3350
|
-
export
|
|
3597
|
+
export interface McasCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3351
3598
|
kind: "MicrosoftCloudAppSecurity";
|
|
3352
3599
|
tenantId?: string;
|
|
3353
|
-
}
|
|
3600
|
+
}
|
|
3354
3601
|
|
|
3355
3602
|
// @public
|
|
3356
|
-
export
|
|
3603
|
+
export interface McasCheckRequirementsProperties extends DataConnectorTenantId {
|
|
3604
|
+
}
|
|
3357
3605
|
|
|
3358
3606
|
// @public
|
|
3359
|
-
export
|
|
3360
|
-
tenantId?: string;
|
|
3607
|
+
export interface McasDataConnector extends DataConnector {
|
|
3361
3608
|
dataTypes?: McasDataConnectorDataTypes;
|
|
3362
|
-
|
|
3609
|
+
kind: "MicrosoftCloudAppSecurity";
|
|
3610
|
+
tenantId?: string;
|
|
3611
|
+
}
|
|
3363
3612
|
|
|
3364
3613
|
// @public
|
|
3365
|
-
export
|
|
3614
|
+
export interface McasDataConnectorDataTypes extends AlertsDataTypeOfDataConnector {
|
|
3366
3615
|
discoveryLogs?: DataConnectorDataTypeCommon;
|
|
3367
|
-
}
|
|
3616
|
+
}
|
|
3368
3617
|
|
|
3369
3618
|
// @public
|
|
3370
|
-
export
|
|
3619
|
+
export interface McasDataConnectorProperties extends DataConnectorTenantId {
|
|
3371
3620
|
dataTypes: McasDataConnectorDataTypes;
|
|
3372
|
-
}
|
|
3621
|
+
}
|
|
3373
3622
|
|
|
3374
3623
|
// @public
|
|
3375
|
-
export
|
|
3624
|
+
export interface MdatpCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3376
3625
|
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
3377
3626
|
tenantId?: string;
|
|
3378
|
-
}
|
|
3627
|
+
}
|
|
3379
3628
|
|
|
3380
3629
|
// @public
|
|
3381
|
-
export
|
|
3630
|
+
export interface MdatpCheckRequirementsProperties extends DataConnectorTenantId {
|
|
3631
|
+
}
|
|
3382
3632
|
|
|
3383
3633
|
// @public
|
|
3384
|
-
export
|
|
3385
|
-
tenantId?: string;
|
|
3634
|
+
export interface MdatpDataConnector extends DataConnector {
|
|
3386
3635
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
3387
|
-
|
|
3636
|
+
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
3637
|
+
tenantId?: string;
|
|
3638
|
+
}
|
|
3388
3639
|
|
|
3389
3640
|
// @public
|
|
3390
|
-
export
|
|
3641
|
+
export interface MdatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
|
|
3642
|
+
}
|
|
3391
3643
|
|
|
3392
3644
|
// @public
|
|
3393
3645
|
export interface Metadata {
|
|
@@ -3468,50 +3720,50 @@ export interface MetadataListOptionalParams extends coreClient.OperationOptions
|
|
|
3468
3720
|
export type MetadataListResponse = MetadataList;
|
|
3469
3721
|
|
|
3470
3722
|
// @public
|
|
3471
|
-
export
|
|
3472
|
-
contentId?: string;
|
|
3473
|
-
parentId?: string;
|
|
3474
|
-
version?: string;
|
|
3475
|
-
kind?: Kind;
|
|
3476
|
-
source?: MetadataSource;
|
|
3723
|
+
export interface MetadataModel extends ResourceWithEtag {
|
|
3477
3724
|
author?: MetadataAuthor;
|
|
3478
|
-
support?: MetadataSupport;
|
|
3479
|
-
dependencies?: MetadataDependencies;
|
|
3480
3725
|
categories?: MetadataCategories;
|
|
3481
|
-
|
|
3482
|
-
firstPublishDate?: Date;
|
|
3483
|
-
lastPublishDate?: Date;
|
|
3484
|
-
customVersion?: string;
|
|
3726
|
+
contentId?: string;
|
|
3485
3727
|
contentSchemaVersion?: string;
|
|
3728
|
+
customVersion?: string;
|
|
3729
|
+
dependencies?: MetadataDependencies;
|
|
3730
|
+
firstPublishDate?: Date;
|
|
3486
3731
|
icon?: string;
|
|
3487
|
-
|
|
3488
|
-
|
|
3732
|
+
kind?: Kind;
|
|
3733
|
+
lastPublishDate?: Date;
|
|
3734
|
+
parentId?: string;
|
|
3489
3735
|
previewImages?: string[];
|
|
3490
3736
|
previewImagesDark?: string[];
|
|
3491
|
-
|
|
3737
|
+
providers?: string[];
|
|
3738
|
+
source?: MetadataSource;
|
|
3739
|
+
support?: MetadataSupport;
|
|
3740
|
+
threatAnalysisTactics?: string[];
|
|
3741
|
+
threatAnalysisTechniques?: string[];
|
|
3742
|
+
version?: string;
|
|
3743
|
+
}
|
|
3492
3744
|
|
|
3493
3745
|
// @public
|
|
3494
|
-
export
|
|
3495
|
-
contentId?: string;
|
|
3496
|
-
parentId?: string;
|
|
3497
|
-
version?: string;
|
|
3498
|
-
kind?: Kind;
|
|
3499
|
-
source?: MetadataSource;
|
|
3746
|
+
export interface MetadataPatch extends ResourceWithEtag {
|
|
3500
3747
|
author?: MetadataAuthor;
|
|
3501
|
-
support?: MetadataSupport;
|
|
3502
|
-
dependencies?: MetadataDependencies;
|
|
3503
3748
|
categories?: MetadataCategories;
|
|
3504
|
-
|
|
3505
|
-
firstPublishDate?: Date;
|
|
3506
|
-
lastPublishDate?: Date;
|
|
3507
|
-
customVersion?: string;
|
|
3749
|
+
contentId?: string;
|
|
3508
3750
|
contentSchemaVersion?: string;
|
|
3751
|
+
customVersion?: string;
|
|
3752
|
+
dependencies?: MetadataDependencies;
|
|
3753
|
+
firstPublishDate?: Date;
|
|
3509
3754
|
icon?: string;
|
|
3510
|
-
|
|
3511
|
-
|
|
3755
|
+
kind?: Kind;
|
|
3756
|
+
lastPublishDate?: Date;
|
|
3757
|
+
parentId?: string;
|
|
3512
3758
|
previewImages?: string[];
|
|
3513
3759
|
previewImagesDark?: string[];
|
|
3514
|
-
|
|
3760
|
+
providers?: string[];
|
|
3761
|
+
source?: MetadataSource;
|
|
3762
|
+
support?: MetadataSupport;
|
|
3763
|
+
threatAnalysisTactics?: string[];
|
|
3764
|
+
threatAnalysisTechniques?: string[];
|
|
3765
|
+
version?: string;
|
|
3766
|
+
}
|
|
3515
3767
|
|
|
3516
3768
|
// @public
|
|
3517
3769
|
export interface MetadataSource {
|
|
@@ -3536,17 +3788,18 @@ export interface MetadataUpdateOptionalParams extends coreClient.OperationOption
|
|
|
3536
3788
|
export type MetadataUpdateResponse = MetadataModel;
|
|
3537
3789
|
|
|
3538
3790
|
// @public
|
|
3539
|
-
export
|
|
3540
|
-
displayNamesFilter?: string[];
|
|
3541
|
-
displayNamesExcludeFilter?: string[];
|
|
3542
|
-
productFilter?: MicrosoftSecurityProductName;
|
|
3543
|
-
severitiesFilter?: AlertSeverity[];
|
|
3791
|
+
export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
|
|
3544
3792
|
alertRuleTemplateName?: string;
|
|
3545
3793
|
description?: string;
|
|
3546
3794
|
displayName?: string;
|
|
3795
|
+
displayNamesExcludeFilter?: string[];
|
|
3796
|
+
displayNamesFilter?: string[];
|
|
3547
3797
|
enabled?: boolean;
|
|
3798
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
3548
3799
|
readonly lastModifiedUtc?: Date;
|
|
3549
|
-
|
|
3800
|
+
productFilter?: MicrosoftSecurityProductName;
|
|
3801
|
+
severitiesFilter?: AlertSeverity[];
|
|
3802
|
+
}
|
|
3550
3803
|
|
|
3551
3804
|
// @public
|
|
3552
3805
|
export interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
|
|
@@ -3557,85 +3810,90 @@ export interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
|
|
|
3557
3810
|
}
|
|
3558
3811
|
|
|
3559
3812
|
// @public
|
|
3560
|
-
export
|
|
3813
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleProperties extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
|
|
3561
3814
|
alertRuleTemplateName?: string;
|
|
3562
3815
|
description?: string;
|
|
3563
3816
|
displayName: string;
|
|
3564
3817
|
enabled: boolean;
|
|
3565
3818
|
readonly lastModifiedUtc?: Date;
|
|
3566
|
-
}
|
|
3819
|
+
}
|
|
3567
3820
|
|
|
3568
3821
|
// @public
|
|
3569
|
-
export
|
|
3822
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
|
|
3570
3823
|
alertRulesCreatedByTemplateCount?: number;
|
|
3571
|
-
readonly lastUpdatedDateUTC?: Date;
|
|
3572
3824
|
readonly createdDateUTC?: Date;
|
|
3573
3825
|
description?: string;
|
|
3574
3826
|
displayName?: string;
|
|
3575
|
-
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
3576
|
-
status?: TemplateStatus;
|
|
3577
|
-
displayNamesFilter?: string[];
|
|
3578
3827
|
displayNamesExcludeFilter?: string[];
|
|
3828
|
+
displayNamesFilter?: string[];
|
|
3829
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
3830
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
3579
3831
|
productFilter?: MicrosoftSecurityProductName;
|
|
3832
|
+
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
3580
3833
|
severitiesFilter?: AlertSeverity[];
|
|
3581
|
-
|
|
3834
|
+
status?: TemplateStatus;
|
|
3835
|
+
}
|
|
3582
3836
|
|
|
3583
3837
|
// @public
|
|
3584
|
-
export
|
|
3585
|
-
displayNamesFilter?: string[];
|
|
3838
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties extends AlertRuleTemplatePropertiesBase {
|
|
3586
3839
|
displayNamesExcludeFilter?: string[];
|
|
3840
|
+
displayNamesFilter?: string[];
|
|
3587
3841
|
productFilter?: MicrosoftSecurityProductName;
|
|
3588
3842
|
severitiesFilter?: AlertSeverity[];
|
|
3589
|
-
}
|
|
3843
|
+
}
|
|
3590
3844
|
|
|
3591
3845
|
// @public
|
|
3592
3846
|
export type MicrosoftSecurityProductName = string;
|
|
3593
3847
|
|
|
3594
3848
|
// @public
|
|
3595
|
-
export
|
|
3849
|
+
export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
3596
3850
|
alertRuleTemplateName?: string;
|
|
3597
3851
|
readonly description?: string;
|
|
3598
3852
|
readonly displayName?: string;
|
|
3599
3853
|
enabled?: boolean;
|
|
3854
|
+
kind: "MLBehaviorAnalytics";
|
|
3600
3855
|
readonly lastModifiedUtc?: Date;
|
|
3601
3856
|
readonly severity?: AlertSeverity;
|
|
3602
3857
|
readonly tactics?: AttackTactic[];
|
|
3603
3858
|
readonly techniques?: string[];
|
|
3604
|
-
}
|
|
3859
|
+
}
|
|
3605
3860
|
|
|
3606
3861
|
// @public
|
|
3607
|
-
export
|
|
3862
|
+
export interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
|
|
3608
3863
|
alertRulesCreatedByTemplateCount?: number;
|
|
3609
|
-
readonly lastUpdatedDateUTC?: Date;
|
|
3610
3864
|
readonly createdDateUTC?: Date;
|
|
3611
3865
|
description?: string;
|
|
3612
3866
|
displayName?: string;
|
|
3867
|
+
kind: "MLBehaviorAnalytics";
|
|
3868
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
3613
3869
|
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
3870
|
+
severity?: AlertSeverity;
|
|
3614
3871
|
status?: TemplateStatus;
|
|
3615
3872
|
tactics?: AttackTactic[];
|
|
3616
3873
|
techniques?: string[];
|
|
3617
|
-
|
|
3618
|
-
};
|
|
3874
|
+
}
|
|
3619
3875
|
|
|
3620
3876
|
// @public
|
|
3621
|
-
export
|
|
3877
|
+
export interface MLBehaviorAnalyticsAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
|
|
3622
3878
|
severity: AlertSeverity;
|
|
3623
|
-
}
|
|
3879
|
+
}
|
|
3624
3880
|
|
|
3625
3881
|
// @public
|
|
3626
|
-
export
|
|
3882
|
+
export interface MstiCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3627
3883
|
kind: "MicrosoftThreatIntelligence";
|
|
3628
3884
|
tenantId?: string;
|
|
3629
|
-
}
|
|
3885
|
+
}
|
|
3630
3886
|
|
|
3631
3887
|
// @public
|
|
3632
|
-
export
|
|
3888
|
+
export interface MstiCheckRequirementsProperties extends DataConnectorTenantId {
|
|
3889
|
+
}
|
|
3633
3890
|
|
|
3634
3891
|
// @public
|
|
3635
|
-
export
|
|
3636
|
-
tenantId?: string;
|
|
3892
|
+
export interface MstiDataConnector extends DataConnector {
|
|
3637
3893
|
dataTypes?: MstiDataConnectorDataTypes;
|
|
3638
|
-
|
|
3894
|
+
kind: "MicrosoftThreatIntelligence";
|
|
3895
|
+
tenantId?: string;
|
|
3896
|
+
}
|
|
3639
3897
|
|
|
3640
3898
|
// @public
|
|
3641
3899
|
export interface MstiDataConnectorDataTypes {
|
|
@@ -3644,34 +3902,36 @@ export interface MstiDataConnectorDataTypes {
|
|
|
3644
3902
|
}
|
|
3645
3903
|
|
|
3646
3904
|
// @public
|
|
3647
|
-
export
|
|
3905
|
+
export interface MstiDataConnectorDataTypesBingSafetyPhishingURL extends DataConnectorDataTypeCommon {
|
|
3648
3906
|
lookbackPeriod: string;
|
|
3649
|
-
}
|
|
3907
|
+
}
|
|
3650
3908
|
|
|
3651
3909
|
// @public
|
|
3652
|
-
export
|
|
3910
|
+
export interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed extends DataConnectorDataTypeCommon {
|
|
3653
3911
|
lookbackPeriod: string;
|
|
3654
|
-
}
|
|
3912
|
+
}
|
|
3655
3913
|
|
|
3656
3914
|
// @public
|
|
3657
|
-
export
|
|
3915
|
+
export interface MstiDataConnectorProperties extends DataConnectorTenantId {
|
|
3658
3916
|
dataTypes: MstiDataConnectorDataTypes;
|
|
3659
|
-
}
|
|
3917
|
+
}
|
|
3660
3918
|
|
|
3661
3919
|
// @public
|
|
3662
|
-
export
|
|
3920
|
+
export interface MtpCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3663
3921
|
kind: "MicrosoftThreatProtection";
|
|
3664
3922
|
tenantId?: string;
|
|
3665
|
-
}
|
|
3923
|
+
}
|
|
3666
3924
|
|
|
3667
3925
|
// @public
|
|
3668
|
-
export
|
|
3926
|
+
export interface MTPCheckRequirementsProperties extends DataConnectorTenantId {
|
|
3927
|
+
}
|
|
3669
3928
|
|
|
3670
3929
|
// @public
|
|
3671
|
-
export
|
|
3672
|
-
tenantId?: string;
|
|
3930
|
+
export interface MTPDataConnector extends DataConnector {
|
|
3673
3931
|
dataTypes?: MTPDataConnectorDataTypes;
|
|
3674
|
-
|
|
3932
|
+
kind: "MicrosoftThreatProtection";
|
|
3933
|
+
tenantId?: string;
|
|
3934
|
+
}
|
|
3675
3935
|
|
|
3676
3936
|
// @public
|
|
3677
3937
|
export interface MTPDataConnectorDataTypes {
|
|
@@ -3679,67 +3939,93 @@ export interface MTPDataConnectorDataTypes {
|
|
|
3679
3939
|
}
|
|
3680
3940
|
|
|
3681
3941
|
// @public
|
|
3682
|
-
export
|
|
3942
|
+
export interface MTPDataConnectorDataTypesIncidents extends DataConnectorDataTypeCommon {
|
|
3943
|
+
}
|
|
3683
3944
|
|
|
3684
3945
|
// @public
|
|
3685
|
-
export
|
|
3946
|
+
export interface MTPDataConnectorProperties extends DataConnectorTenantId {
|
|
3686
3947
|
dataTypes: MTPDataConnectorDataTypes;
|
|
3687
|
-
}
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
// @public
|
|
3951
|
+
export interface NicEntity extends Entity {
|
|
3952
|
+
readonly additionalData?: {
|
|
3953
|
+
[propertyName: string]: Record<string, unknown>;
|
|
3954
|
+
};
|
|
3955
|
+
readonly friendlyName?: string;
|
|
3956
|
+
readonly ipAddressEntityId?: string;
|
|
3957
|
+
kind: "Nic";
|
|
3958
|
+
readonly macAddress?: string;
|
|
3959
|
+
readonly vlans?: string[];
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
// @public
|
|
3963
|
+
export interface NicEntityProperties extends EntityCommonProperties {
|
|
3964
|
+
readonly ipAddressEntityId?: string;
|
|
3965
|
+
readonly macAddress?: string;
|
|
3966
|
+
readonly vlans?: string[];
|
|
3967
|
+
}
|
|
3688
3968
|
|
|
3689
3969
|
// @public
|
|
3690
|
-
export
|
|
3970
|
+
export interface NrtAlertRule extends AlertRule {
|
|
3971
|
+
alertDetailsOverride?: AlertDetailsOverride;
|
|
3691
3972
|
alertRuleTemplateName?: string;
|
|
3692
|
-
|
|
3973
|
+
customDetails?: {
|
|
3974
|
+
[propertyName: string]: string;
|
|
3975
|
+
};
|
|
3693
3976
|
description?: string;
|
|
3694
|
-
query?: string;
|
|
3695
|
-
tactics?: AttackTactic[];
|
|
3696
|
-
techniques?: string[];
|
|
3697
3977
|
displayName?: string;
|
|
3698
3978
|
enabled?: boolean;
|
|
3979
|
+
entityMappings?: EntityMapping[];
|
|
3980
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
3981
|
+
incidentConfiguration?: IncidentConfiguration;
|
|
3982
|
+
kind: "NRT";
|
|
3699
3983
|
readonly lastModifiedUtc?: Date;
|
|
3984
|
+
query?: string;
|
|
3985
|
+
severity?: AlertSeverity;
|
|
3700
3986
|
suppressionDuration?: string;
|
|
3701
3987
|
suppressionEnabled?: boolean;
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
};
|
|
3707
|
-
entityMappings?: EntityMapping[];
|
|
3708
|
-
alertDetailsOverride?: AlertDetailsOverride;
|
|
3709
|
-
};
|
|
3988
|
+
tactics?: AttackTactic[];
|
|
3989
|
+
techniques?: string[];
|
|
3990
|
+
templateVersion?: string;
|
|
3991
|
+
}
|
|
3710
3992
|
|
|
3711
3993
|
// @public
|
|
3712
|
-
export
|
|
3994
|
+
export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
3995
|
+
alertDetailsOverride?: AlertDetailsOverride;
|
|
3713
3996
|
alertRulesCreatedByTemplateCount?: number;
|
|
3714
|
-
readonly lastUpdatedDateUTC?: Date;
|
|
3715
3997
|
readonly createdDateUTC?: Date;
|
|
3998
|
+
customDetails?: {
|
|
3999
|
+
[propertyName: string]: string;
|
|
4000
|
+
};
|
|
3716
4001
|
description?: string;
|
|
3717
4002
|
displayName?: string;
|
|
4003
|
+
entityMappings?: EntityMapping[];
|
|
4004
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4005
|
+
kind: "NRT";
|
|
4006
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
4007
|
+
query?: string;
|
|
3718
4008
|
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
4009
|
+
severity?: AlertSeverity;
|
|
3719
4010
|
status?: TemplateStatus;
|
|
3720
4011
|
tactics?: AttackTactic[];
|
|
3721
4012
|
techniques?: string[];
|
|
3722
|
-
query?: string;
|
|
3723
|
-
severity?: AlertSeverity;
|
|
3724
4013
|
version?: string;
|
|
3725
|
-
|
|
3726
|
-
[propertyName: string]: string;
|
|
3727
|
-
};
|
|
3728
|
-
entityMappings?: EntityMapping[];
|
|
3729
|
-
alertDetailsOverride?: AlertDetailsOverride;
|
|
3730
|
-
};
|
|
4014
|
+
}
|
|
3731
4015
|
|
|
3732
4016
|
// @public
|
|
3733
|
-
export
|
|
4017
|
+
export interface NrtAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties, QueryBasedAlertRuleTemplateProperties {
|
|
4018
|
+
}
|
|
3734
4019
|
|
|
3735
4020
|
// @public
|
|
3736
|
-
export
|
|
4021
|
+
export interface Office365ProjectCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3737
4022
|
kind: "Office365Project";
|
|
3738
4023
|
tenantId?: string;
|
|
3739
|
-
}
|
|
4024
|
+
}
|
|
3740
4025
|
|
|
3741
4026
|
// @public
|
|
3742
|
-
export
|
|
4027
|
+
export interface Office365ProjectCheckRequirementsProperties extends DataConnectorTenantId {
|
|
4028
|
+
}
|
|
3743
4029
|
|
|
3744
4030
|
// @public
|
|
3745
4031
|
export interface Office365ProjectConnectorDataTypes {
|
|
@@ -3747,42 +4033,47 @@ export interface Office365ProjectConnectorDataTypes {
|
|
|
3747
4033
|
}
|
|
3748
4034
|
|
|
3749
4035
|
// @public
|
|
3750
|
-
export
|
|
4036
|
+
export interface Office365ProjectConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
|
|
4037
|
+
}
|
|
3751
4038
|
|
|
3752
4039
|
// @public
|
|
3753
|
-
export
|
|
3754
|
-
tenantId?: string;
|
|
4040
|
+
export interface Office365ProjectDataConnector extends DataConnector {
|
|
3755
4041
|
dataTypes?: Office365ProjectConnectorDataTypes;
|
|
3756
|
-
|
|
4042
|
+
kind: "Office365Project";
|
|
4043
|
+
tenantId?: string;
|
|
4044
|
+
}
|
|
3757
4045
|
|
|
3758
4046
|
// @public
|
|
3759
|
-
export
|
|
4047
|
+
export interface Office365ProjectDataConnectorProperties extends DataConnectorTenantId {
|
|
3760
4048
|
dataTypes: Office365ProjectConnectorDataTypes;
|
|
3761
|
-
}
|
|
4049
|
+
}
|
|
3762
4050
|
|
|
3763
4051
|
// @public
|
|
3764
|
-
export
|
|
4052
|
+
export interface OfficeATPCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3765
4053
|
kind: "OfficeATP";
|
|
3766
4054
|
tenantId?: string;
|
|
3767
|
-
}
|
|
4055
|
+
}
|
|
3768
4056
|
|
|
3769
4057
|
// @public
|
|
3770
|
-
export
|
|
4058
|
+
export interface OfficeATPCheckRequirementsProperties extends DataConnectorTenantId {
|
|
4059
|
+
}
|
|
3771
4060
|
|
|
3772
4061
|
// @public
|
|
3773
|
-
export
|
|
3774
|
-
tenantId?: string;
|
|
4062
|
+
export interface OfficeATPDataConnector extends DataConnector {
|
|
3775
4063
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
3776
|
-
|
|
4064
|
+
kind: "OfficeATP";
|
|
4065
|
+
tenantId?: string;
|
|
4066
|
+
}
|
|
3777
4067
|
|
|
3778
4068
|
// @public
|
|
3779
|
-
export
|
|
4069
|
+
export interface OfficeATPDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
|
|
4070
|
+
}
|
|
3780
4071
|
|
|
3781
4072
|
// @public
|
|
3782
|
-
export
|
|
3783
|
-
tenantId?: string;
|
|
4073
|
+
export interface OfficeConsent extends Resource {
|
|
3784
4074
|
consentId?: string;
|
|
3785
|
-
|
|
4075
|
+
tenantId?: string;
|
|
4076
|
+
}
|
|
3786
4077
|
|
|
3787
4078
|
// @public
|
|
3788
4079
|
export interface OfficeConsentList {
|
|
@@ -3823,10 +4114,11 @@ export interface OfficeConsentsListOptionalParams extends coreClient.OperationOp
|
|
|
3823
4114
|
export type OfficeConsentsListResponse = OfficeConsentList;
|
|
3824
4115
|
|
|
3825
4116
|
// @public
|
|
3826
|
-
export
|
|
3827
|
-
tenantId?: string;
|
|
4117
|
+
export interface OfficeDataConnector extends DataConnector {
|
|
3828
4118
|
dataTypes?: OfficeDataConnectorDataTypes;
|
|
3829
|
-
|
|
4119
|
+
kind: "Office365";
|
|
4120
|
+
tenantId?: string;
|
|
4121
|
+
}
|
|
3830
4122
|
|
|
3831
4123
|
// @public
|
|
3832
4124
|
export interface OfficeDataConnectorDataTypes {
|
|
@@ -3836,45 +4128,52 @@ export interface OfficeDataConnectorDataTypes {
|
|
|
3836
4128
|
}
|
|
3837
4129
|
|
|
3838
4130
|
// @public
|
|
3839
|
-
export
|
|
4131
|
+
export interface OfficeDataConnectorDataTypesExchange extends DataConnectorDataTypeCommon {
|
|
4132
|
+
}
|
|
3840
4133
|
|
|
3841
4134
|
// @public
|
|
3842
|
-
export
|
|
4135
|
+
export interface OfficeDataConnectorDataTypesSharePoint extends DataConnectorDataTypeCommon {
|
|
4136
|
+
}
|
|
3843
4137
|
|
|
3844
4138
|
// @public
|
|
3845
|
-
export
|
|
4139
|
+
export interface OfficeDataConnectorDataTypesTeams extends DataConnectorDataTypeCommon {
|
|
4140
|
+
}
|
|
3846
4141
|
|
|
3847
4142
|
// @public
|
|
3848
|
-
export
|
|
4143
|
+
export interface OfficeDataConnectorProperties extends DataConnectorTenantId {
|
|
3849
4144
|
dataTypes: OfficeDataConnectorDataTypes;
|
|
3850
|
-
}
|
|
4145
|
+
}
|
|
3851
4146
|
|
|
3852
4147
|
// @public
|
|
3853
|
-
export
|
|
4148
|
+
export interface OfficeIRMCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3854
4149
|
kind: "OfficeIRM";
|
|
3855
4150
|
tenantId?: string;
|
|
3856
|
-
}
|
|
4151
|
+
}
|
|
3857
4152
|
|
|
3858
4153
|
// @public
|
|
3859
|
-
export
|
|
4154
|
+
export interface OfficeIRMCheckRequirementsProperties extends DataConnectorTenantId {
|
|
4155
|
+
}
|
|
3860
4156
|
|
|
3861
4157
|
// @public
|
|
3862
|
-
export
|
|
3863
|
-
tenantId?: string;
|
|
4158
|
+
export interface OfficeIRMDataConnector extends DataConnector {
|
|
3864
4159
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
3865
|
-
|
|
4160
|
+
kind: "OfficeIRM";
|
|
4161
|
+
tenantId?: string;
|
|
4162
|
+
}
|
|
3866
4163
|
|
|
3867
4164
|
// @public
|
|
3868
|
-
export
|
|
4165
|
+
export interface OfficeIRMDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
|
|
4166
|
+
}
|
|
3869
4167
|
|
|
3870
4168
|
// @public
|
|
3871
|
-
export
|
|
4169
|
+
export interface OfficePowerBICheckRequirements extends DataConnectorsCheckRequirements {
|
|
3872
4170
|
kind: "OfficePowerBI";
|
|
3873
4171
|
tenantId?: string;
|
|
3874
|
-
}
|
|
4172
|
+
}
|
|
3875
4173
|
|
|
3876
4174
|
// @public
|
|
3877
|
-
export
|
|
4175
|
+
export interface OfficePowerBICheckRequirementsProperties extends DataConnectorTenantId {
|
|
4176
|
+
}
|
|
3878
4177
|
|
|
3879
4178
|
// @public
|
|
3880
4179
|
export interface OfficePowerBIConnectorDataTypes {
|
|
@@ -3882,18 +4181,20 @@ export interface OfficePowerBIConnectorDataTypes {
|
|
|
3882
4181
|
}
|
|
3883
4182
|
|
|
3884
4183
|
// @public
|
|
3885
|
-
export
|
|
4184
|
+
export interface OfficePowerBIConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
|
|
4185
|
+
}
|
|
3886
4186
|
|
|
3887
4187
|
// @public
|
|
3888
|
-
export
|
|
3889
|
-
tenantId?: string;
|
|
4188
|
+
export interface OfficePowerBIDataConnector extends DataConnector {
|
|
3890
4189
|
dataTypes?: OfficePowerBIConnectorDataTypes;
|
|
3891
|
-
|
|
4190
|
+
kind: "OfficePowerBI";
|
|
4191
|
+
tenantId?: string;
|
|
4192
|
+
}
|
|
3892
4193
|
|
|
3893
4194
|
// @public
|
|
3894
|
-
export
|
|
4195
|
+
export interface OfficePowerBIDataConnectorProperties extends DataConnectorTenantId {
|
|
3895
4196
|
dataTypes: OfficePowerBIConnectorDataTypes;
|
|
3896
|
-
}
|
|
4197
|
+
}
|
|
3897
4198
|
|
|
3898
4199
|
// @public
|
|
3899
4200
|
export interface Operation {
|
|
@@ -3959,10 +4260,12 @@ interface Permissions_2 {
|
|
|
3959
4260
|
export { Permissions_2 as Permissions }
|
|
3960
4261
|
|
|
3961
4262
|
// @public (undocumented)
|
|
3962
|
-
export
|
|
4263
|
+
export interface PermissionsCustomsItem extends Customs {
|
|
4264
|
+
}
|
|
3963
4265
|
|
|
3964
4266
|
// @public (undocumented)
|
|
3965
|
-
export
|
|
4267
|
+
export interface PermissionsResourceProviderItem extends ResourceProvider {
|
|
4268
|
+
}
|
|
3966
4269
|
|
|
3967
4270
|
// @public (undocumented)
|
|
3968
4271
|
export interface PlaybookActionProperties {
|
|
@@ -3974,24 +4277,25 @@ export interface PlaybookActionProperties {
|
|
|
3974
4277
|
export type PollingFrequency = string;
|
|
3975
4278
|
|
|
3976
4279
|
// @public
|
|
3977
|
-
export
|
|
4280
|
+
export interface ProcessEntity extends Entity {
|
|
4281
|
+
readonly accountEntityId?: string;
|
|
3978
4282
|
readonly additionalData?: {
|
|
3979
4283
|
[propertyName: string]: Record<string, unknown>;
|
|
3980
4284
|
};
|
|
3981
|
-
readonly friendlyName?: string;
|
|
3982
|
-
readonly accountEntityId?: string;
|
|
3983
4285
|
readonly commandLine?: string;
|
|
3984
4286
|
readonly creationTimeUtc?: Date;
|
|
3985
4287
|
elevationToken?: ElevationToken;
|
|
4288
|
+
readonly friendlyName?: string;
|
|
3986
4289
|
readonly hostEntityId?: string;
|
|
3987
4290
|
readonly hostLogonSessionEntityId?: string;
|
|
3988
4291
|
readonly imageFileEntityId?: string;
|
|
4292
|
+
kind: "Process";
|
|
3989
4293
|
readonly parentProcessEntityId?: string;
|
|
3990
4294
|
readonly processId?: string;
|
|
3991
|
-
}
|
|
4295
|
+
}
|
|
3992
4296
|
|
|
3993
4297
|
// @public
|
|
3994
|
-
export
|
|
4298
|
+
export interface ProcessEntityProperties extends EntityCommonProperties {
|
|
3995
4299
|
readonly accountEntityId?: string;
|
|
3996
4300
|
readonly commandLine?: string;
|
|
3997
4301
|
readonly creationTimeUtc?: Date;
|
|
@@ -4001,7 +4305,7 @@ export type ProcessEntityProperties = EntityCommonProperties & {
|
|
|
4001
4305
|
readonly imageFileEntityId?: string;
|
|
4002
4306
|
readonly parentProcessEntityId?: string;
|
|
4003
4307
|
readonly processId?: string;
|
|
4004
|
-
}
|
|
4308
|
+
}
|
|
4005
4309
|
|
|
4006
4310
|
// @public
|
|
4007
4311
|
export interface ProductSettings {
|
|
@@ -4037,16 +4341,35 @@ export interface ProductSettingsUpdateOptionalParams extends coreClient.Operatio
|
|
|
4037
4341
|
export type ProductSettingsUpdateResponse = SettingsUnion;
|
|
4038
4342
|
|
|
4039
4343
|
// @public
|
|
4040
|
-
export
|
|
4041
|
-
|
|
4042
|
-
conditionProperties?:
|
|
4043
|
-
|
|
4344
|
+
export interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {
|
|
4345
|
+
// (undocumented)
|
|
4346
|
+
conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
|
|
4347
|
+
conditionType: "PropertyArrayChanged";
|
|
4348
|
+
}
|
|
4044
4349
|
|
|
4045
4350
|
// @public
|
|
4046
|
-
export
|
|
4351
|
+
export interface PropertyArrayConditionProperties extends AutomationRuleCondition {
|
|
4352
|
+
// (undocumented)
|
|
4353
|
+
conditionProperties?: AutomationRulePropertyArrayValuesCondition;
|
|
4354
|
+
conditionType: "PropertyArray";
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
// @public
|
|
4358
|
+
export interface PropertyChangedConditionProperties extends AutomationRuleCondition {
|
|
4359
|
+
// (undocumented)
|
|
4360
|
+
conditionProperties?: AutomationRulePropertyValuesChangedCondition;
|
|
4361
|
+
conditionType: "PropertyChanged";
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4364
|
+
// @public
|
|
4365
|
+
export interface PropertyConditionProperties extends AutomationRuleCondition {
|
|
4366
|
+
// (undocumented)
|
|
4367
|
+
conditionProperties?: AutomationRulePropertyValuesCondition;
|
|
4368
|
+
conditionType: "Property";
|
|
4369
|
+
}
|
|
4047
4370
|
|
|
4048
4371
|
// @public
|
|
4049
|
-
export type
|
|
4372
|
+
export type ProviderName = string;
|
|
4050
4373
|
|
|
4051
4374
|
// @public
|
|
4052
4375
|
export interface QueryBasedAlertRuleTemplateProperties {
|
|
@@ -4055,6 +4378,7 @@ export interface QueryBasedAlertRuleTemplateProperties {
|
|
|
4055
4378
|
[propertyName: string]: string;
|
|
4056
4379
|
};
|
|
4057
4380
|
entityMappings?: EntityMapping[];
|
|
4381
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4058
4382
|
query?: string;
|
|
4059
4383
|
severity?: AlertSeverity;
|
|
4060
4384
|
version?: string;
|
|
@@ -4064,51 +4388,53 @@ export interface QueryBasedAlertRuleTemplateProperties {
|
|
|
4064
4388
|
export type RegistryHive = string;
|
|
4065
4389
|
|
|
4066
4390
|
// @public
|
|
4067
|
-
export
|
|
4391
|
+
export interface RegistryKeyEntity extends Entity {
|
|
4068
4392
|
readonly additionalData?: {
|
|
4069
4393
|
[propertyName: string]: Record<string, unknown>;
|
|
4070
4394
|
};
|
|
4071
4395
|
readonly friendlyName?: string;
|
|
4072
4396
|
readonly hive?: RegistryHive;
|
|
4073
4397
|
readonly key?: string;
|
|
4074
|
-
|
|
4398
|
+
kind: "RegistryKey";
|
|
4399
|
+
}
|
|
4075
4400
|
|
|
4076
4401
|
// @public
|
|
4077
|
-
export
|
|
4402
|
+
export interface RegistryKeyEntityProperties extends EntityCommonProperties {
|
|
4078
4403
|
readonly hive?: RegistryHive;
|
|
4079
4404
|
readonly key?: string;
|
|
4080
|
-
}
|
|
4405
|
+
}
|
|
4081
4406
|
|
|
4082
4407
|
// @public
|
|
4083
|
-
export
|
|
4408
|
+
export interface RegistryValueEntity extends Entity {
|
|
4084
4409
|
readonly additionalData?: {
|
|
4085
4410
|
[propertyName: string]: Record<string, unknown>;
|
|
4086
4411
|
};
|
|
4087
4412
|
readonly friendlyName?: string;
|
|
4088
4413
|
readonly keyEntityId?: string;
|
|
4414
|
+
kind: "RegistryValue";
|
|
4089
4415
|
readonly valueData?: string;
|
|
4090
4416
|
readonly valueName?: string;
|
|
4091
4417
|
readonly valueType?: RegistryValueKind;
|
|
4092
|
-
}
|
|
4418
|
+
}
|
|
4093
4419
|
|
|
4094
4420
|
// @public
|
|
4095
|
-
export
|
|
4421
|
+
export interface RegistryValueEntityProperties extends EntityCommonProperties {
|
|
4096
4422
|
readonly keyEntityId?: string;
|
|
4097
4423
|
readonly valueData?: string;
|
|
4098
4424
|
readonly valueName?: string;
|
|
4099
4425
|
readonly valueType?: RegistryValueKind;
|
|
4100
|
-
}
|
|
4426
|
+
}
|
|
4101
4427
|
|
|
4102
4428
|
// @public
|
|
4103
4429
|
export type RegistryValueKind = string;
|
|
4104
4430
|
|
|
4105
4431
|
// @public
|
|
4106
|
-
export
|
|
4432
|
+
export interface Relation extends ResourceWithEtag {
|
|
4107
4433
|
relatedResourceId?: string;
|
|
4434
|
+
readonly relatedResourceKind?: string;
|
|
4108
4435
|
readonly relatedResourceName?: string;
|
|
4109
4436
|
readonly relatedResourceType?: string;
|
|
4110
|
-
|
|
4111
|
-
};
|
|
4437
|
+
}
|
|
4112
4438
|
|
|
4113
4439
|
// @public
|
|
4114
4440
|
export interface RelationList {
|
|
@@ -4174,9 +4500,9 @@ export interface ResourceProvider {
|
|
|
4174
4500
|
}
|
|
4175
4501
|
|
|
4176
4502
|
// @public
|
|
4177
|
-
export
|
|
4503
|
+
export interface ResourceWithEtag extends Resource {
|
|
4178
4504
|
etag?: string;
|
|
4179
|
-
}
|
|
4505
|
+
}
|
|
4180
4506
|
|
|
4181
4507
|
// @public
|
|
4182
4508
|
export interface SampleQueries {
|
|
@@ -4185,31 +4511,32 @@ export interface SampleQueries {
|
|
|
4185
4511
|
}
|
|
4186
4512
|
|
|
4187
4513
|
// @public
|
|
4188
|
-
export
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
queryPeriod?: string;
|
|
4192
|
-
severity?: AlertSeverity;
|
|
4193
|
-
triggerOperator?: TriggerOperator;
|
|
4194
|
-
triggerThreshold?: number;
|
|
4195
|
-
eventGroupingSettings?: EventGroupingSettings;
|
|
4514
|
+
export interface ScheduledAlertRule extends AlertRule {
|
|
4515
|
+
alertDetailsOverride?: AlertDetailsOverride;
|
|
4516
|
+
alertRuleTemplateName?: string;
|
|
4196
4517
|
customDetails?: {
|
|
4197
4518
|
[propertyName: string]: string;
|
|
4198
4519
|
};
|
|
4199
|
-
entityMappings?: EntityMapping[];
|
|
4200
|
-
alertDetailsOverride?: AlertDetailsOverride;
|
|
4201
|
-
alertRuleTemplateName?: string;
|
|
4202
|
-
templateVersion?: string;
|
|
4203
4520
|
description?: string;
|
|
4204
4521
|
displayName?: string;
|
|
4205
4522
|
enabled?: boolean;
|
|
4523
|
+
entityMappings?: EntityMapping[];
|
|
4524
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4525
|
+
incidentConfiguration?: IncidentConfiguration;
|
|
4526
|
+
kind: "Scheduled";
|
|
4206
4527
|
readonly lastModifiedUtc?: Date;
|
|
4528
|
+
query?: string;
|
|
4529
|
+
queryFrequency?: string;
|
|
4530
|
+
queryPeriod?: string;
|
|
4531
|
+
severity?: AlertSeverity;
|
|
4207
4532
|
suppressionDuration?: string;
|
|
4208
4533
|
suppressionEnabled?: boolean;
|
|
4209
4534
|
tactics?: AttackTactic[];
|
|
4210
4535
|
techniques?: string[];
|
|
4211
|
-
|
|
4212
|
-
|
|
4536
|
+
templateVersion?: string;
|
|
4537
|
+
triggerOperator?: TriggerOperator;
|
|
4538
|
+
triggerThreshold?: number;
|
|
4539
|
+
}
|
|
4213
4540
|
|
|
4214
4541
|
// @public
|
|
4215
4542
|
export interface ScheduledAlertRuleCommonProperties {
|
|
@@ -4228,53 +4555,54 @@ export interface ScheduledAlertRuleCommonProperties {
|
|
|
4228
4555
|
}
|
|
4229
4556
|
|
|
4230
4557
|
// @public
|
|
4231
|
-
export
|
|
4558
|
+
export interface ScheduledAlertRuleProperties extends ScheduledAlertRuleCommonProperties {
|
|
4232
4559
|
alertRuleTemplateName?: string;
|
|
4233
|
-
templateVersion?: string;
|
|
4234
4560
|
description?: string;
|
|
4235
4561
|
displayName: string;
|
|
4236
4562
|
enabled: boolean;
|
|
4563
|
+
incidentConfiguration?: IncidentConfiguration;
|
|
4237
4564
|
readonly lastModifiedUtc?: Date;
|
|
4238
4565
|
suppressionDuration: string;
|
|
4239
4566
|
suppressionEnabled: boolean;
|
|
4240
4567
|
tactics?: AttackTactic[];
|
|
4241
4568
|
techniques?: string[];
|
|
4242
|
-
|
|
4243
|
-
}
|
|
4569
|
+
templateVersion?: string;
|
|
4570
|
+
}
|
|
4244
4571
|
|
|
4245
4572
|
// @public
|
|
4246
|
-
export
|
|
4573
|
+
export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
4574
|
+
alertDetailsOverride?: AlertDetailsOverride;
|
|
4247
4575
|
alertRulesCreatedByTemplateCount?: number;
|
|
4248
4576
|
readonly createdDateUTC?: Date;
|
|
4249
|
-
|
|
4577
|
+
customDetails?: {
|
|
4578
|
+
[propertyName: string]: string;
|
|
4579
|
+
};
|
|
4250
4580
|
description?: string;
|
|
4251
4581
|
displayName?: string;
|
|
4252
|
-
|
|
4253
|
-
|
|
4582
|
+
entityMappings?: EntityMapping[];
|
|
4583
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4584
|
+
kind: "Scheduled";
|
|
4585
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
4254
4586
|
query?: string;
|
|
4255
4587
|
queryFrequency?: string;
|
|
4256
4588
|
queryPeriod?: string;
|
|
4589
|
+
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
4257
4590
|
severity?: AlertSeverity;
|
|
4258
|
-
|
|
4259
|
-
triggerThreshold?: number;
|
|
4591
|
+
status?: TemplateStatus;
|
|
4260
4592
|
tactics?: AttackTactic[];
|
|
4261
4593
|
techniques?: string[];
|
|
4594
|
+
triggerOperator?: TriggerOperator;
|
|
4595
|
+
triggerThreshold?: number;
|
|
4262
4596
|
version?: string;
|
|
4263
|
-
|
|
4264
|
-
customDetails?: {
|
|
4265
|
-
[propertyName: string]: string;
|
|
4266
|
-
};
|
|
4267
|
-
entityMappings?: EntityMapping[];
|
|
4268
|
-
alertDetailsOverride?: AlertDetailsOverride;
|
|
4269
|
-
};
|
|
4597
|
+
}
|
|
4270
4598
|
|
|
4271
4599
|
// @public
|
|
4272
|
-
export
|
|
4600
|
+
export interface SecurityAlert extends Entity {
|
|
4273
4601
|
readonly additionalData?: {
|
|
4274
4602
|
[propertyName: string]: Record<string, unknown>;
|
|
4275
4603
|
};
|
|
4276
|
-
readonly friendlyName?: string;
|
|
4277
4604
|
readonly alertDisplayName?: string;
|
|
4605
|
+
readonly alertLink?: string;
|
|
4278
4606
|
readonly alertType?: string;
|
|
4279
4607
|
readonly compromisedEntity?: string;
|
|
4280
4608
|
readonly confidenceLevel?: ConfidenceLevel;
|
|
@@ -4283,13 +4611,16 @@ export type SecurityAlert = Entity & {
|
|
|
4283
4611
|
readonly confidenceScoreStatus?: ConfidenceScoreStatus;
|
|
4284
4612
|
readonly description?: string;
|
|
4285
4613
|
readonly endTimeUtc?: Date;
|
|
4614
|
+
readonly friendlyName?: string;
|
|
4286
4615
|
readonly intent?: KillChainIntent;
|
|
4287
|
-
|
|
4616
|
+
kind: "SecurityAlert";
|
|
4288
4617
|
readonly processingEndTime?: Date;
|
|
4289
4618
|
readonly productComponentName?: string;
|
|
4290
4619
|
readonly productName?: string;
|
|
4291
4620
|
readonly productVersion?: string;
|
|
4621
|
+
readonly providerAlertId?: string;
|
|
4292
4622
|
readonly remediationSteps?: string[];
|
|
4623
|
+
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
4293
4624
|
severity?: AlertSeverity;
|
|
4294
4625
|
readonly startTimeUtc?: Date;
|
|
4295
4626
|
readonly status?: AlertStatus;
|
|
@@ -4297,13 +4628,12 @@ export type SecurityAlert = Entity & {
|
|
|
4297
4628
|
readonly tactics?: AttackTactic[];
|
|
4298
4629
|
readonly timeGenerated?: Date;
|
|
4299
4630
|
readonly vendorName?: string;
|
|
4300
|
-
|
|
4301
|
-
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
4302
|
-
};
|
|
4631
|
+
}
|
|
4303
4632
|
|
|
4304
4633
|
// @public
|
|
4305
|
-
export
|
|
4634
|
+
export interface SecurityAlertProperties extends EntityCommonProperties {
|
|
4306
4635
|
readonly alertDisplayName?: string;
|
|
4636
|
+
readonly alertLink?: string;
|
|
4307
4637
|
readonly alertType?: string;
|
|
4308
4638
|
readonly compromisedEntity?: string;
|
|
4309
4639
|
readonly confidenceLevel?: ConfidenceLevel;
|
|
@@ -4313,12 +4643,13 @@ export type SecurityAlertProperties = EntityCommonProperties & {
|
|
|
4313
4643
|
readonly description?: string;
|
|
4314
4644
|
readonly endTimeUtc?: Date;
|
|
4315
4645
|
readonly intent?: KillChainIntent;
|
|
4316
|
-
readonly providerAlertId?: string;
|
|
4317
4646
|
readonly processingEndTime?: Date;
|
|
4318
4647
|
readonly productComponentName?: string;
|
|
4319
4648
|
readonly productName?: string;
|
|
4320
4649
|
readonly productVersion?: string;
|
|
4650
|
+
readonly providerAlertId?: string;
|
|
4321
4651
|
readonly remediationSteps?: string[];
|
|
4652
|
+
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
4322
4653
|
severity?: AlertSeverity;
|
|
4323
4654
|
readonly startTimeUtc?: Date;
|
|
4324
4655
|
readonly status?: AlertStatus;
|
|
@@ -4326,9 +4657,7 @@ export type SecurityAlertProperties = EntityCommonProperties & {
|
|
|
4326
4657
|
readonly tactics?: AttackTactic[];
|
|
4327
4658
|
readonly timeGenerated?: Date;
|
|
4328
4659
|
readonly vendorName?: string;
|
|
4329
|
-
|
|
4330
|
-
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
4331
|
-
};
|
|
4660
|
+
}
|
|
4332
4661
|
|
|
4333
4662
|
// @public
|
|
4334
4663
|
export interface SecurityAlertPropertiesConfidenceReasonsItem {
|
|
@@ -4337,36 +4666,37 @@ export interface SecurityAlertPropertiesConfidenceReasonsItem {
|
|
|
4337
4666
|
}
|
|
4338
4667
|
|
|
4339
4668
|
// @public
|
|
4340
|
-
export
|
|
4341
|
-
|
|
4669
|
+
export interface SecurityAlertTimelineItem extends EntityTimelineItem {
|
|
4670
|
+
alertType: string;
|
|
4342
4671
|
azureResourceId: string;
|
|
4343
|
-
productName?: string;
|
|
4344
4672
|
description?: string;
|
|
4345
4673
|
displayName: string;
|
|
4346
|
-
severity: AlertSeverity;
|
|
4347
4674
|
endTimeUtc: Date;
|
|
4675
|
+
kind: "SecurityAlert";
|
|
4676
|
+
productName?: string;
|
|
4677
|
+
severity: AlertSeverity;
|
|
4348
4678
|
startTimeUtc: Date;
|
|
4349
4679
|
timeGenerated: Date;
|
|
4350
|
-
|
|
4351
|
-
};
|
|
4680
|
+
}
|
|
4352
4681
|
|
|
4353
4682
|
// @public
|
|
4354
|
-
export
|
|
4683
|
+
export interface SecurityGroupEntity extends Entity {
|
|
4355
4684
|
readonly additionalData?: {
|
|
4356
4685
|
[propertyName: string]: Record<string, unknown>;
|
|
4357
4686
|
};
|
|
4358
|
-
readonly friendlyName?: string;
|
|
4359
4687
|
readonly distinguishedName?: string;
|
|
4688
|
+
readonly friendlyName?: string;
|
|
4689
|
+
kind: "SecurityGroup";
|
|
4360
4690
|
readonly objectGuid?: string;
|
|
4361
4691
|
readonly sid?: string;
|
|
4362
|
-
}
|
|
4692
|
+
}
|
|
4363
4693
|
|
|
4364
4694
|
// @public
|
|
4365
|
-
export
|
|
4695
|
+
export interface SecurityGroupEntityProperties extends EntityCommonProperties {
|
|
4366
4696
|
readonly distinguishedName?: string;
|
|
4367
4697
|
readonly objectGuid?: string;
|
|
4368
4698
|
readonly sid?: string;
|
|
4369
|
-
}
|
|
4699
|
+
}
|
|
4370
4700
|
|
|
4371
4701
|
// @public (undocumented)
|
|
4372
4702
|
export class SecurityInsights extends coreClient.ServiceClient {
|
|
@@ -4408,6 +4738,8 @@ export class SecurityInsights extends coreClient.ServiceClient {
|
|
|
4408
4738
|
// (undocumented)
|
|
4409
4739
|
entityRelations: EntityRelations;
|
|
4410
4740
|
// (undocumented)
|
|
4741
|
+
fileImports: FileImports;
|
|
4742
|
+
// (undocumented)
|
|
4411
4743
|
incidentComments: IncidentComments;
|
|
4412
4744
|
// (undocumented)
|
|
4413
4745
|
incidentRelations: IncidentRelations;
|
|
@@ -4424,6 +4756,8 @@ export class SecurityInsights extends coreClient.ServiceClient {
|
|
|
4424
4756
|
// (undocumented)
|
|
4425
4757
|
productSettings: ProductSettings;
|
|
4426
4758
|
// (undocumented)
|
|
4759
|
+
securityMLAnalyticsSettings: SecurityMLAnalyticsSettings;
|
|
4760
|
+
// (undocumented)
|
|
4427
4761
|
sentinelOnboardingStates: SentinelOnboardingStates;
|
|
4428
4762
|
// (undocumented)
|
|
4429
4763
|
sourceControlOperations: SourceControlOperations;
|
|
@@ -4444,16 +4778,79 @@ export class SecurityInsights extends coreClient.ServiceClient {
|
|
|
4444
4778
|
}
|
|
4445
4779
|
|
|
4446
4780
|
// @public
|
|
4447
|
-
export interface SecurityInsightsOptionalParams extends coreClient.ServiceClientOptions {
|
|
4448
|
-
$host?: string;
|
|
4449
|
-
apiVersion?: string;
|
|
4450
|
-
endpoint?: string;
|
|
4781
|
+
export interface SecurityInsightsOptionalParams extends coreClient.ServiceClientOptions {
|
|
4782
|
+
$host?: string;
|
|
4783
|
+
apiVersion?: string;
|
|
4784
|
+
endpoint?: string;
|
|
4785
|
+
}
|
|
4786
|
+
|
|
4787
|
+
// @public
|
|
4788
|
+
export interface SecurityMLAnalyticsSetting extends ResourceWithEtag {
|
|
4789
|
+
kind: SecurityMLAnalyticsSettingsKind;
|
|
4790
|
+
}
|
|
4791
|
+
|
|
4792
|
+
// @public
|
|
4793
|
+
export interface SecurityMLAnalyticsSettings {
|
|
4794
|
+
createOrUpdate(resourceGroupName: string, workspaceName: string, settingsResourceName: string, securityMLAnalyticsSetting: SecurityMLAnalyticsSettingUnion, options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams): Promise<SecurityMLAnalyticsSettingsCreateOrUpdateResponse>;
|
|
4795
|
+
delete(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsDeleteOptionalParams): Promise<void>;
|
|
4796
|
+
get(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsGetOptionalParams): Promise<SecurityMLAnalyticsSettingsGetResponse>;
|
|
4797
|
+
list(resourceGroupName: string, workspaceName: string, options?: SecurityMLAnalyticsSettingsListOptionalParams): PagedAsyncIterableIterator<SecurityMLAnalyticsSettingUnion>;
|
|
4798
|
+
}
|
|
4799
|
+
|
|
4800
|
+
// @public
|
|
4801
|
+
export interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4802
|
+
}
|
|
4803
|
+
|
|
4804
|
+
// @public
|
|
4805
|
+
export type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingUnion;
|
|
4806
|
+
|
|
4807
|
+
// @public
|
|
4808
|
+
export interface SecurityMLAnalyticsSettingsDataSource {
|
|
4809
|
+
connectorId?: string;
|
|
4810
|
+
dataTypes?: string[];
|
|
4811
|
+
}
|
|
4812
|
+
|
|
4813
|
+
// @public
|
|
4814
|
+
export interface SecurityMLAnalyticsSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4815
|
+
}
|
|
4816
|
+
|
|
4817
|
+
// @public
|
|
4818
|
+
export interface SecurityMLAnalyticsSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4819
|
+
}
|
|
4820
|
+
|
|
4821
|
+
// @public
|
|
4822
|
+
export type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingUnion;
|
|
4823
|
+
|
|
4824
|
+
// @public
|
|
4825
|
+
export type SecurityMLAnalyticsSettingsKind = string;
|
|
4826
|
+
|
|
4827
|
+
// @public
|
|
4828
|
+
export interface SecurityMLAnalyticsSettingsList {
|
|
4829
|
+
readonly nextLink?: string;
|
|
4830
|
+
value: SecurityMLAnalyticsSettingUnion[];
|
|
4451
4831
|
}
|
|
4452
4832
|
|
|
4453
4833
|
// @public
|
|
4454
|
-
export
|
|
4834
|
+
export interface SecurityMLAnalyticsSettingsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
// @public
|
|
4838
|
+
export type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList;
|
|
4839
|
+
|
|
4840
|
+
// @public
|
|
4841
|
+
export interface SecurityMLAnalyticsSettingsListOptionalParams extends coreClient.OperationOptions {
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
// @public
|
|
4845
|
+
export type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList;
|
|
4846
|
+
|
|
4847
|
+
// @public (undocumented)
|
|
4848
|
+
export type SecurityMLAnalyticsSettingUnion = SecurityMLAnalyticsSetting | AnomalySecurityMLAnalyticsSettings;
|
|
4849
|
+
|
|
4850
|
+
// @public
|
|
4851
|
+
export interface SentinelOnboardingState extends ResourceWithEtag {
|
|
4455
4852
|
customerManagedKey?: boolean;
|
|
4456
|
-
}
|
|
4853
|
+
}
|
|
4457
4854
|
|
|
4458
4855
|
// @public
|
|
4459
4856
|
export interface SentinelOnboardingStates {
|
|
@@ -4503,9 +4900,12 @@ export interface SettingList {
|
|
|
4503
4900
|
}
|
|
4504
4901
|
|
|
4505
4902
|
// @public
|
|
4506
|
-
export
|
|
4903
|
+
export interface Settings extends ResourceWithEtag {
|
|
4507
4904
|
kind: SettingKind;
|
|
4508
|
-
}
|
|
4905
|
+
}
|
|
4906
|
+
|
|
4907
|
+
// @public
|
|
4908
|
+
export type SettingsStatus = string;
|
|
4509
4909
|
|
|
4510
4910
|
// @public (undocumented)
|
|
4511
4911
|
export type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba;
|
|
@@ -4514,26 +4914,17 @@ export type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ue
|
|
|
4514
4914
|
export type SettingType = string;
|
|
4515
4915
|
|
|
4516
4916
|
// @public
|
|
4517
|
-
export interface
|
|
4518
|
-
capacityReservationLevel?: number;
|
|
4519
|
-
name?: SkuKind;
|
|
4520
|
-
}
|
|
4521
|
-
|
|
4522
|
-
// @public
|
|
4523
|
-
export type SkuKind = string;
|
|
4524
|
-
|
|
4525
|
-
// @public
|
|
4526
|
-
export type SourceControl = ResourceWithEtag & {
|
|
4527
|
-
idPropertiesId?: string;
|
|
4528
|
-
version?: Version;
|
|
4529
|
-
displayName?: string;
|
|
4530
|
-
description?: string;
|
|
4531
|
-
repoType?: RepoType;
|
|
4917
|
+
export interface SourceControl extends ResourceWithEtag {
|
|
4532
4918
|
contentTypes?: ContentType[];
|
|
4919
|
+
description?: string;
|
|
4920
|
+
displayName?: string;
|
|
4921
|
+
idPropertiesId?: string;
|
|
4922
|
+
lastDeploymentInfo?: DeploymentInfo;
|
|
4533
4923
|
repository?: Repository;
|
|
4534
4924
|
repositoryResourceInfo?: RepositoryResourceInfo;
|
|
4535
|
-
|
|
4536
|
-
|
|
4925
|
+
repoType?: RepoType;
|
|
4926
|
+
version?: Version;
|
|
4927
|
+
}
|
|
4537
4928
|
|
|
4538
4929
|
// @public
|
|
4539
4930
|
export interface SourceControlList {
|
|
@@ -4607,36 +4998,37 @@ export type SourceKind = string;
|
|
|
4607
4998
|
export type SourceType = string;
|
|
4608
4999
|
|
|
4609
5000
|
// @public
|
|
4610
|
-
export
|
|
5001
|
+
export interface SubmissionMailEntity extends Entity {
|
|
4611
5002
|
readonly additionalData?: {
|
|
4612
5003
|
[propertyName: string]: Record<string, unknown>;
|
|
4613
5004
|
};
|
|
4614
5005
|
readonly friendlyName?: string;
|
|
5006
|
+
kind: "SubmissionMail";
|
|
4615
5007
|
readonly networkMessageId?: string;
|
|
4616
|
-
readonly submissionId?: string;
|
|
4617
|
-
readonly submitter?: string;
|
|
4618
|
-
readonly submissionDate?: Date;
|
|
4619
|
-
readonly timestamp?: Date;
|
|
4620
5008
|
readonly recipient?: string;
|
|
5009
|
+
readonly reportType?: string;
|
|
4621
5010
|
readonly sender?: string;
|
|
4622
5011
|
readonly senderIp?: string;
|
|
4623
5012
|
readonly subject?: string;
|
|
4624
|
-
readonly
|
|
4625
|
-
};
|
|
4626
|
-
|
|
4627
|
-
// @public
|
|
4628
|
-
export type SubmissionMailEntityProperties = EntityCommonProperties & {
|
|
4629
|
-
readonly networkMessageId?: string;
|
|
5013
|
+
readonly submissionDate?: Date;
|
|
4630
5014
|
readonly submissionId?: string;
|
|
4631
5015
|
readonly submitter?: string;
|
|
4632
|
-
readonly submissionDate?: Date;
|
|
4633
5016
|
readonly timestamp?: Date;
|
|
5017
|
+
}
|
|
5018
|
+
|
|
5019
|
+
// @public
|
|
5020
|
+
export interface SubmissionMailEntityProperties extends EntityCommonProperties {
|
|
5021
|
+
readonly networkMessageId?: string;
|
|
4634
5022
|
readonly recipient?: string;
|
|
5023
|
+
readonly reportType?: string;
|
|
4635
5024
|
readonly sender?: string;
|
|
4636
5025
|
readonly senderIp?: string;
|
|
4637
5026
|
readonly subject?: string;
|
|
4638
|
-
readonly
|
|
4639
|
-
|
|
5027
|
+
readonly submissionDate?: Date;
|
|
5028
|
+
readonly submissionId?: string;
|
|
5029
|
+
readonly submitter?: string;
|
|
5030
|
+
readonly timestamp?: Date;
|
|
5031
|
+
}
|
|
4640
5032
|
|
|
4641
5033
|
// @public
|
|
4642
5034
|
export type SupportTier = string;
|
|
@@ -4682,35 +5074,37 @@ export interface ThreatIntelligence {
|
|
|
4682
5074
|
}
|
|
4683
5075
|
|
|
4684
5076
|
// @public
|
|
4685
|
-
export
|
|
5077
|
+
export interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
4686
5078
|
alertRuleTemplateName?: string;
|
|
4687
5079
|
readonly description?: string;
|
|
4688
5080
|
readonly displayName?: string;
|
|
4689
5081
|
enabled?: boolean;
|
|
5082
|
+
kind: "ThreatIntelligence";
|
|
4690
5083
|
readonly lastModifiedUtc?: Date;
|
|
4691
5084
|
readonly severity?: AlertSeverity;
|
|
4692
5085
|
readonly tactics?: AttackTactic[];
|
|
4693
5086
|
readonly techniques?: string[];
|
|
4694
|
-
}
|
|
5087
|
+
}
|
|
4695
5088
|
|
|
4696
5089
|
// @public
|
|
4697
|
-
export
|
|
5090
|
+
export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
|
|
4698
5091
|
alertRulesCreatedByTemplateCount?: number;
|
|
4699
|
-
readonly lastUpdatedDateUTC?: Date;
|
|
4700
5092
|
readonly createdDateUTC?: Date;
|
|
4701
5093
|
description?: string;
|
|
4702
5094
|
displayName?: string;
|
|
5095
|
+
kind: "ThreatIntelligence";
|
|
5096
|
+
readonly lastUpdatedDateUTC?: Date;
|
|
4703
5097
|
requiredDataConnectors?: AlertRuleTemplateDataSource[];
|
|
5098
|
+
severity?: AlertSeverity;
|
|
4704
5099
|
status?: TemplateStatus;
|
|
4705
5100
|
tactics?: AttackTactic[];
|
|
4706
5101
|
techniques?: string[];
|
|
4707
|
-
|
|
4708
|
-
};
|
|
5102
|
+
}
|
|
4709
5103
|
|
|
4710
5104
|
// @public
|
|
4711
|
-
export
|
|
5105
|
+
export interface ThreatIntelligenceAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
|
|
4712
5106
|
severity: AlertSeverity;
|
|
4713
|
-
}
|
|
5107
|
+
}
|
|
4714
5108
|
|
|
4715
5109
|
// @public
|
|
4716
5110
|
export interface ThreatIntelligenceAppendTags {
|
|
@@ -4805,76 +5199,77 @@ export interface ThreatIntelligenceIndicatorMetricsListOptionalParams extends co
|
|
|
4805
5199
|
export type ThreatIntelligenceIndicatorMetricsListResponse = ThreatIntelligenceMetricsList;
|
|
4806
5200
|
|
|
4807
5201
|
// @public
|
|
4808
|
-
export
|
|
5202
|
+
export interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
|
|
4809
5203
|
readonly additionalData?: {
|
|
4810
5204
|
[propertyName: string]: Record<string, unknown>;
|
|
4811
5205
|
};
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
lastUpdatedTimeUtc?: string;
|
|
4815
|
-
source?: string;
|
|
4816
|
-
displayName?: string;
|
|
4817
|
-
description?: string;
|
|
4818
|
-
indicatorTypes?: string[];
|
|
4819
|
-
pattern?: string;
|
|
4820
|
-
patternType?: string;
|
|
4821
|
-
patternVersion?: string;
|
|
4822
|
-
killChainPhases?: ThreatIntelligenceKillChainPhase[];
|
|
4823
|
-
parsedPattern?: ThreatIntelligenceParsedPattern[];
|
|
4824
|
-
externalId?: string;
|
|
5206
|
+
confidence?: number;
|
|
5207
|
+
created?: string;
|
|
4825
5208
|
createdByRef?: string;
|
|
4826
5209
|
defanged?: boolean;
|
|
5210
|
+
description?: string;
|
|
5211
|
+
displayName?: string;
|
|
5212
|
+
extensions?: {
|
|
5213
|
+
[propertyName: string]: any;
|
|
5214
|
+
};
|
|
5215
|
+
externalId?: string;
|
|
4827
5216
|
externalLastUpdatedTimeUtc?: string;
|
|
4828
5217
|
externalReferences?: ThreatIntelligenceExternalReference[];
|
|
5218
|
+
readonly friendlyName?: string;
|
|
4829
5219
|
granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
|
|
5220
|
+
indicatorTypes?: string[];
|
|
5221
|
+
killChainPhases?: ThreatIntelligenceKillChainPhase[];
|
|
5222
|
+
kind: "indicator";
|
|
4830
5223
|
labels?: string[];
|
|
4831
|
-
revoked?: boolean;
|
|
4832
|
-
confidence?: number;
|
|
4833
|
-
objectMarkingRefs?: string[];
|
|
4834
5224
|
language?: string;
|
|
5225
|
+
lastUpdatedTimeUtc?: string;
|
|
5226
|
+
modified?: string;
|
|
5227
|
+
objectMarkingRefs?: string[];
|
|
5228
|
+
parsedPattern?: ThreatIntelligenceParsedPattern[];
|
|
5229
|
+
pattern?: string;
|
|
5230
|
+
patternType?: string;
|
|
5231
|
+
patternVersion?: string;
|
|
5232
|
+
revoked?: boolean;
|
|
5233
|
+
source?: string;
|
|
5234
|
+
threatIntelligenceTags?: string[];
|
|
4835
5235
|
threatTypes?: string[];
|
|
4836
5236
|
validFrom?: string;
|
|
4837
5237
|
validUntil?: string;
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5240
|
+
// @public
|
|
5241
|
+
export interface ThreatIntelligenceIndicatorProperties extends EntityCommonProperties {
|
|
5242
|
+
confidence?: number;
|
|
4838
5243
|
created?: string;
|
|
4839
|
-
|
|
5244
|
+
createdByRef?: string;
|
|
5245
|
+
defanged?: boolean;
|
|
5246
|
+
description?: string;
|
|
5247
|
+
displayName?: string;
|
|
4840
5248
|
extensions?: {
|
|
4841
5249
|
[propertyName: string]: any;
|
|
4842
5250
|
};
|
|
4843
|
-
};
|
|
4844
|
-
|
|
4845
|
-
// @public
|
|
4846
|
-
export type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
|
|
4847
|
-
threatIntelligenceTags?: string[];
|
|
4848
|
-
lastUpdatedTimeUtc?: string;
|
|
4849
|
-
source?: string;
|
|
4850
|
-
displayName?: string;
|
|
4851
|
-
description?: string;
|
|
4852
|
-
indicatorTypes?: string[];
|
|
4853
|
-
pattern?: string;
|
|
4854
|
-
patternType?: string;
|
|
4855
|
-
patternVersion?: string;
|
|
4856
|
-
killChainPhases?: ThreatIntelligenceKillChainPhase[];
|
|
4857
|
-
parsedPattern?: ThreatIntelligenceParsedPattern[];
|
|
4858
5251
|
externalId?: string;
|
|
4859
|
-
createdByRef?: string;
|
|
4860
|
-
defanged?: boolean;
|
|
4861
5252
|
externalLastUpdatedTimeUtc?: string;
|
|
4862
5253
|
externalReferences?: ThreatIntelligenceExternalReference[];
|
|
4863
5254
|
granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
|
|
5255
|
+
indicatorTypes?: string[];
|
|
5256
|
+
killChainPhases?: ThreatIntelligenceKillChainPhase[];
|
|
4864
5257
|
labels?: string[];
|
|
4865
|
-
revoked?: boolean;
|
|
4866
|
-
confidence?: number;
|
|
4867
|
-
objectMarkingRefs?: string[];
|
|
4868
5258
|
language?: string;
|
|
5259
|
+
lastUpdatedTimeUtc?: string;
|
|
5260
|
+
modified?: string;
|
|
5261
|
+
objectMarkingRefs?: string[];
|
|
5262
|
+
parsedPattern?: ThreatIntelligenceParsedPattern[];
|
|
5263
|
+
pattern?: string;
|
|
5264
|
+
patternType?: string;
|
|
5265
|
+
patternVersion?: string;
|
|
5266
|
+
revoked?: boolean;
|
|
5267
|
+
source?: string;
|
|
5268
|
+
threatIntelligenceTags?: string[];
|
|
4869
5269
|
threatTypes?: string[];
|
|
4870
5270
|
validFrom?: string;
|
|
4871
5271
|
validUntil?: string;
|
|
4872
|
-
|
|
4873
|
-
modified?: string;
|
|
4874
|
-
extensions?: {
|
|
4875
|
-
[propertyName: string]: any;
|
|
4876
|
-
};
|
|
4877
|
-
};
|
|
5272
|
+
}
|
|
4878
5273
|
|
|
4879
5274
|
// @public
|
|
4880
5275
|
export interface ThreatIntelligenceIndicatorQueryIndicatorsNextOptionalParams extends coreClient.OperationOptions {
|
|
@@ -4925,9 +5320,9 @@ export interface ThreatIntelligenceIndicatorsListOptionalParams extends coreClie
|
|
|
4925
5320
|
export type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInformationList;
|
|
4926
5321
|
|
|
4927
5322
|
// @public
|
|
4928
|
-
export
|
|
5323
|
+
export interface ThreatIntelligenceInformation extends ResourceWithEtag {
|
|
4929
5324
|
kind: ThreatIntelligenceResourceKindEnum;
|
|
4930
|
-
}
|
|
5325
|
+
}
|
|
4931
5326
|
|
|
4932
5327
|
// @public
|
|
4933
5328
|
export interface ThreatIntelligenceInformationList {
|
|
@@ -4993,20 +5388,22 @@ export interface ThreatIntelligenceSortingCriteria {
|
|
|
4993
5388
|
export type ThreatIntelligenceSortingCriteriaEnum = string;
|
|
4994
5389
|
|
|
4995
5390
|
// @public
|
|
4996
|
-
export
|
|
5391
|
+
export interface TICheckRequirements extends DataConnectorsCheckRequirements {
|
|
4997
5392
|
kind: "ThreatIntelligence";
|
|
4998
5393
|
tenantId?: string;
|
|
4999
|
-
}
|
|
5394
|
+
}
|
|
5000
5395
|
|
|
5001
5396
|
// @public
|
|
5002
|
-
export
|
|
5397
|
+
export interface TICheckRequirementsProperties extends DataConnectorTenantId {
|
|
5398
|
+
}
|
|
5003
5399
|
|
|
5004
5400
|
// @public
|
|
5005
|
-
export
|
|
5401
|
+
export interface TIDataConnector extends DataConnector {
|
|
5402
|
+
dataTypes?: TIDataConnectorDataTypes;
|
|
5403
|
+
kind: "ThreatIntelligence";
|
|
5006
5404
|
tenantId?: string;
|
|
5007
5405
|
tipLookbackPeriod?: Date;
|
|
5008
|
-
|
|
5009
|
-
};
|
|
5406
|
+
}
|
|
5010
5407
|
|
|
5011
5408
|
// @public
|
|
5012
5409
|
export interface TIDataConnectorDataTypes {
|
|
@@ -5014,13 +5411,14 @@ export interface TIDataConnectorDataTypes {
|
|
|
5014
5411
|
}
|
|
5015
5412
|
|
|
5016
5413
|
// @public
|
|
5017
|
-
export
|
|
5414
|
+
export interface TIDataConnectorDataTypesIndicators extends DataConnectorDataTypeCommon {
|
|
5415
|
+
}
|
|
5018
5416
|
|
|
5019
5417
|
// @public
|
|
5020
|
-
export
|
|
5021
|
-
tipLookbackPeriod?: Date;
|
|
5418
|
+
export interface TIDataConnectorProperties extends DataConnectorTenantId {
|
|
5022
5419
|
dataTypes: TIDataConnectorDataTypes;
|
|
5023
|
-
|
|
5420
|
+
tipLookbackPeriod?: Date;
|
|
5421
|
+
}
|
|
5024
5422
|
|
|
5025
5423
|
// @public
|
|
5026
5424
|
export interface TimelineAggregation {
|
|
@@ -5043,27 +5441,29 @@ export interface TimelineResultsMetadata {
|
|
|
5043
5441
|
}
|
|
5044
5442
|
|
|
5045
5443
|
// @public
|
|
5046
|
-
export
|
|
5444
|
+
export interface TiTaxiiCheckRequirements extends DataConnectorsCheckRequirements {
|
|
5047
5445
|
kind: "ThreatIntelligenceTaxii";
|
|
5048
5446
|
tenantId?: string;
|
|
5049
|
-
}
|
|
5447
|
+
}
|
|
5050
5448
|
|
|
5051
5449
|
// @public
|
|
5052
|
-
export
|
|
5450
|
+
export interface TiTaxiiCheckRequirementsProperties extends DataConnectorTenantId {
|
|
5451
|
+
}
|
|
5053
5452
|
|
|
5054
5453
|
// @public
|
|
5055
|
-
export
|
|
5056
|
-
tenantId?: string;
|
|
5057
|
-
workspaceId?: string;
|
|
5058
|
-
friendlyName?: string;
|
|
5059
|
-
taxiiServer?: string;
|
|
5454
|
+
export interface TiTaxiiDataConnector extends DataConnector {
|
|
5060
5455
|
collectionId?: string;
|
|
5061
|
-
|
|
5456
|
+
dataTypes?: TiTaxiiDataConnectorDataTypes;
|
|
5457
|
+
friendlyName?: string;
|
|
5458
|
+
kind: "ThreatIntelligenceTaxii";
|
|
5062
5459
|
password?: string;
|
|
5063
|
-
taxiiLookbackPeriod?: Date;
|
|
5064
5460
|
pollingFrequency?: PollingFrequency;
|
|
5065
|
-
|
|
5066
|
-
|
|
5461
|
+
taxiiLookbackPeriod?: Date;
|
|
5462
|
+
taxiiServer?: string;
|
|
5463
|
+
tenantId?: string;
|
|
5464
|
+
userName?: string;
|
|
5465
|
+
workspaceId?: string;
|
|
5466
|
+
}
|
|
5067
5467
|
|
|
5068
5468
|
// @public
|
|
5069
5469
|
export interface TiTaxiiDataConnectorDataTypes {
|
|
@@ -5071,20 +5471,21 @@ export interface TiTaxiiDataConnectorDataTypes {
|
|
|
5071
5471
|
}
|
|
5072
5472
|
|
|
5073
5473
|
// @public
|
|
5074
|
-
export
|
|
5474
|
+
export interface TiTaxiiDataConnectorDataTypesTaxiiClient extends DataConnectorDataTypeCommon {
|
|
5475
|
+
}
|
|
5075
5476
|
|
|
5076
5477
|
// @public
|
|
5077
|
-
export
|
|
5078
|
-
workspaceId?: string;
|
|
5079
|
-
friendlyName?: string;
|
|
5080
|
-
taxiiServer?: string;
|
|
5478
|
+
export interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {
|
|
5081
5479
|
collectionId?: string;
|
|
5082
|
-
|
|
5480
|
+
dataTypes: TiTaxiiDataConnectorDataTypes;
|
|
5481
|
+
friendlyName?: string;
|
|
5083
5482
|
password?: string;
|
|
5084
|
-
taxiiLookbackPeriod?: Date;
|
|
5085
5483
|
pollingFrequency: PollingFrequency | null;
|
|
5086
|
-
|
|
5087
|
-
|
|
5484
|
+
taxiiLookbackPeriod?: Date;
|
|
5485
|
+
taxiiServer?: string;
|
|
5486
|
+
userName?: string;
|
|
5487
|
+
workspaceId?: string;
|
|
5488
|
+
}
|
|
5088
5489
|
|
|
5089
5490
|
// @public
|
|
5090
5491
|
export type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "NotEqual";
|
|
@@ -5096,26 +5497,28 @@ export type TriggersOn = string;
|
|
|
5096
5497
|
export type TriggersWhen = string;
|
|
5097
5498
|
|
|
5098
5499
|
// @public
|
|
5099
|
-
export
|
|
5500
|
+
export interface Ueba extends Settings {
|
|
5100
5501
|
dataSources?: UebaDataSources[];
|
|
5101
|
-
|
|
5502
|
+
kind: "Ueba";
|
|
5503
|
+
}
|
|
5102
5504
|
|
|
5103
5505
|
// @public
|
|
5104
5506
|
export type UebaDataSources = string;
|
|
5105
5507
|
|
|
5106
5508
|
// @public
|
|
5107
|
-
export
|
|
5509
|
+
export interface UrlEntity extends Entity {
|
|
5108
5510
|
readonly additionalData?: {
|
|
5109
5511
|
[propertyName: string]: Record<string, unknown>;
|
|
5110
5512
|
};
|
|
5111
5513
|
readonly friendlyName?: string;
|
|
5514
|
+
kind: "Url";
|
|
5112
5515
|
readonly url?: string;
|
|
5113
|
-
}
|
|
5516
|
+
}
|
|
5114
5517
|
|
|
5115
5518
|
// @public
|
|
5116
|
-
export
|
|
5519
|
+
export interface UrlEntityProperties extends EntityCommonProperties {
|
|
5117
5520
|
readonly url?: string;
|
|
5118
|
-
}
|
|
5521
|
+
}
|
|
5119
5522
|
|
|
5120
5523
|
// @public
|
|
5121
5524
|
export interface UserInfo {
|
|
@@ -5124,53 +5527,57 @@ export interface UserInfo {
|
|
|
5124
5527
|
objectId?: string;
|
|
5125
5528
|
}
|
|
5126
5529
|
|
|
5530
|
+
// @public
|
|
5531
|
+
export interface ValidationError {
|
|
5532
|
+
readonly errorMessages?: string[];
|
|
5533
|
+
recordIndex?: number;
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5127
5536
|
// @public
|
|
5128
5537
|
export type Version = string;
|
|
5129
5538
|
|
|
5130
5539
|
// @public
|
|
5131
|
-
export
|
|
5132
|
-
|
|
5133
|
-
displayName?: string;
|
|
5134
|
-
provider?: string;
|
|
5135
|
-
source?: string;
|
|
5136
|
-
sourceType?: SourceType;
|
|
5540
|
+
export interface Watchlist extends ResourceWithEtag {
|
|
5541
|
+
contentType?: string;
|
|
5137
5542
|
created?: Date;
|
|
5138
|
-
updated?: Date;
|
|
5139
5543
|
createdBy?: UserInfo;
|
|
5140
|
-
|
|
5544
|
+
defaultDuration?: string;
|
|
5141
5545
|
description?: string;
|
|
5142
|
-
|
|
5143
|
-
watchlistAlias?: string;
|
|
5546
|
+
displayName?: string;
|
|
5144
5547
|
isDeleted?: boolean;
|
|
5548
|
+
itemsSearchKey?: string;
|
|
5145
5549
|
labels?: string[];
|
|
5146
|
-
defaultDuration?: string;
|
|
5147
|
-
tenantId?: string;
|
|
5148
5550
|
numberOfLinesToSkip?: number;
|
|
5551
|
+
provider?: string;
|
|
5149
5552
|
rawContent?: string;
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5553
|
+
source?: string;
|
|
5554
|
+
sourceType?: SourceType;
|
|
5555
|
+
tenantId?: string;
|
|
5556
|
+
updated?: Date;
|
|
5557
|
+
updatedBy?: UserInfo;
|
|
5153
5558
|
uploadStatus?: string;
|
|
5154
|
-
|
|
5155
|
-
|
|
5559
|
+
watchlistAlias?: string;
|
|
5560
|
+
watchlistId?: string;
|
|
5561
|
+
watchlistType?: string;
|
|
5562
|
+
}
|
|
5156
5563
|
|
|
5157
5564
|
// @public
|
|
5158
|
-
export
|
|
5159
|
-
watchlistItemType?: string;
|
|
5160
|
-
watchlistItemId?: string;
|
|
5161
|
-
tenantId?: string;
|
|
5162
|
-
isDeleted?: boolean;
|
|
5565
|
+
export interface WatchlistItem extends ResourceWithEtag {
|
|
5163
5566
|
created?: Date;
|
|
5164
|
-
updated?: Date;
|
|
5165
5567
|
createdBy?: UserInfo;
|
|
5166
|
-
|
|
5167
|
-
itemsKeyValue?: {
|
|
5568
|
+
entityMapping?: {
|
|
5168
5569
|
[propertyName: string]: any;
|
|
5169
5570
|
};
|
|
5170
|
-
|
|
5571
|
+
isDeleted?: boolean;
|
|
5572
|
+
itemsKeyValue?: {
|
|
5171
5573
|
[propertyName: string]: any;
|
|
5172
5574
|
};
|
|
5173
|
-
|
|
5575
|
+
tenantId?: string;
|
|
5576
|
+
updated?: Date;
|
|
5577
|
+
updatedBy?: UserInfo;
|
|
5578
|
+
watchlistItemId?: string;
|
|
5579
|
+
watchlistItemType?: string;
|
|
5580
|
+
}
|
|
5174
5581
|
|
|
5175
5582
|
// @public
|
|
5176
5583
|
export interface WatchlistItemList {
|