@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
package/src/models/index.ts
CHANGED
|
@@ -10,6 +10,10 @@ import * as coreClient from "@azure/core-client";
|
|
|
10
10
|
|
|
11
11
|
export type AutomationRuleConditionUnion =
|
|
12
12
|
| AutomationRuleCondition
|
|
13
|
+
| BooleanConditionProperties
|
|
14
|
+
| PropertyArrayChangedConditionProperties
|
|
15
|
+
| PropertyArrayConditionProperties
|
|
16
|
+
| PropertyChangedConditionProperties
|
|
13
17
|
| PropertyConditionProperties;
|
|
14
18
|
export type AutomationRuleActionUnion =
|
|
15
19
|
| AutomationRuleAction
|
|
@@ -19,6 +23,7 @@ export type EntityTimelineItemUnion =
|
|
|
19
23
|
| EntityTimelineItem
|
|
20
24
|
| ActivityTimelineItem
|
|
21
25
|
| BookmarkTimelineItem
|
|
26
|
+
| AnomalyTimelineItem
|
|
22
27
|
| SecurityAlertTimelineItem;
|
|
23
28
|
export type EntityQueryItemUnion = EntityQueryItem | InsightQueryItem;
|
|
24
29
|
export type DataConnectorsCheckRequirementsUnion =
|
|
@@ -70,7 +75,8 @@ export type EntityUnion =
|
|
|
70
75
|
| RegistryValueEntity
|
|
71
76
|
| SecurityGroupEntity
|
|
72
77
|
| SubmissionMailEntity
|
|
73
|
-
| UrlEntity
|
|
78
|
+
| UrlEntity
|
|
79
|
+
| NicEntity;
|
|
74
80
|
export type EntityQueryTemplateUnion =
|
|
75
81
|
| EntityQueryTemplate
|
|
76
82
|
| ActivityEntityQueryTemplate;
|
|
@@ -89,6 +95,9 @@ export type EntityQueryUnion =
|
|
|
89
95
|
export type CustomEntityQueryUnion =
|
|
90
96
|
| CustomEntityQuery
|
|
91
97
|
| ActivityCustomEntityQuery;
|
|
98
|
+
export type SecurityMLAnalyticsSettingUnion =
|
|
99
|
+
| SecurityMLAnalyticsSetting
|
|
100
|
+
| AnomalySecurityMLAnalyticsSettings;
|
|
92
101
|
export type SettingsUnion =
|
|
93
102
|
| Settings
|
|
94
103
|
| Anomalies
|
|
@@ -220,25 +229,30 @@ export interface AlertRuleTemplatesList {
|
|
|
220
229
|
value: AlertRuleTemplateUnion[];
|
|
221
230
|
}
|
|
222
231
|
|
|
223
|
-
/** Describes automation rule triggering logic */
|
|
232
|
+
/** Describes automation rule triggering logic. */
|
|
224
233
|
export interface AutomationRuleTriggeringLogic {
|
|
225
|
-
/** Determines whether the automation rule is enabled or disabled */
|
|
234
|
+
/** Determines whether the automation rule is enabled or disabled. */
|
|
226
235
|
isEnabled: boolean;
|
|
227
236
|
/** Determines when the automation rule should automatically expire and be disabled. */
|
|
228
237
|
expirationTimeUtc?: Date;
|
|
229
238
|
triggersOn: TriggersOn;
|
|
230
239
|
triggersWhen: TriggersWhen;
|
|
231
|
-
/** The conditions to evaluate to determine if the automation rule should be triggered on a given object */
|
|
240
|
+
/** The conditions to evaluate to determine if the automation rule should be triggered on a given object. */
|
|
232
241
|
conditions?: AutomationRuleConditionUnion[];
|
|
233
242
|
}
|
|
234
243
|
|
|
235
|
-
/** Describes an automation rule condition */
|
|
244
|
+
/** Describes an automation rule condition. */
|
|
236
245
|
export interface AutomationRuleCondition {
|
|
237
246
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
238
|
-
conditionType:
|
|
247
|
+
conditionType:
|
|
248
|
+
| "Boolean"
|
|
249
|
+
| "PropertyArrayChanged"
|
|
250
|
+
| "PropertyArray"
|
|
251
|
+
| "PropertyChanged"
|
|
252
|
+
| "Property";
|
|
239
253
|
}
|
|
240
254
|
|
|
241
|
-
/** Describes an automation rule action */
|
|
255
|
+
/** Describes an automation rule action. */
|
|
242
256
|
export interface AutomationRuleAction {
|
|
243
257
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
244
258
|
actionType: "ModifyProperties" | "RunPlaybook";
|
|
@@ -264,7 +278,7 @@ export interface AutomationRulesList {
|
|
|
264
278
|
|
|
265
279
|
export interface ManualTriggerRequestBody {
|
|
266
280
|
tenantId?: string;
|
|
267
|
-
logicAppsResourceId
|
|
281
|
+
logicAppsResourceId: string;
|
|
268
282
|
}
|
|
269
283
|
|
|
270
284
|
/** List all the bookmarks. */
|
|
@@ -599,7 +613,7 @@ export interface TimelineError {
|
|
|
599
613
|
/** Entity timeline Item. */
|
|
600
614
|
export interface EntityTimelineItem {
|
|
601
615
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
602
|
-
kind: "Activity" | "Bookmark" | "SecurityAlert";
|
|
616
|
+
kind: "Activity" | "Bookmark" | "Anomaly" | "SecurityAlert";
|
|
603
617
|
}
|
|
604
618
|
|
|
605
619
|
/** Retrieve queries for entity result operation response. */
|
|
@@ -648,13 +662,13 @@ export interface GetInsightsResultsMetadata {
|
|
|
648
662
|
/** the total items found for the insights request */
|
|
649
663
|
totalCount: number;
|
|
650
664
|
/** information about the failed queries */
|
|
651
|
-
errors?:
|
|
665
|
+
errors?: GetInsightsErrorKind[];
|
|
652
666
|
}
|
|
653
667
|
|
|
654
668
|
/** GetInsights Query Errors. */
|
|
655
|
-
export interface
|
|
669
|
+
export interface GetInsightsErrorKind {
|
|
656
670
|
/** the query kind */
|
|
657
|
-
kind:
|
|
671
|
+
kind: GetInsightsError;
|
|
658
672
|
/** the query id */
|
|
659
673
|
queryId?: string;
|
|
660
674
|
/** the error message */
|
|
@@ -718,6 +732,48 @@ export interface EntityQueryTemplateList {
|
|
|
718
732
|
value: EntityQueryTemplateUnion[];
|
|
719
733
|
}
|
|
720
734
|
|
|
735
|
+
/** List all the file imports. */
|
|
736
|
+
export interface FileImportList {
|
|
737
|
+
/**
|
|
738
|
+
* URL to fetch the next set of file imports.
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly nextLink?: string;
|
|
742
|
+
/** Array of file imports. */
|
|
743
|
+
value: FileImport[];
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
/** Represents a file. */
|
|
747
|
+
export interface FileMetadata {
|
|
748
|
+
/** The format of the file */
|
|
749
|
+
fileFormat?: FileFormat;
|
|
750
|
+
/** The name of the file. */
|
|
751
|
+
fileName?: string;
|
|
752
|
+
/** The size of the file. */
|
|
753
|
+
fileSize?: number;
|
|
754
|
+
/**
|
|
755
|
+
* A URI with a valid SAS token to allow uploading / downloading the file.
|
|
756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
+
*/
|
|
758
|
+
readonly fileContentUri?: string;
|
|
759
|
+
/**
|
|
760
|
+
* Indicates whether the file was deleted from the storage account.
|
|
761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
762
|
+
*/
|
|
763
|
+
readonly deleteStatus?: DeleteStatus;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/** Describes an error encountered in the file during validation. */
|
|
767
|
+
export interface ValidationError {
|
|
768
|
+
/** The number of the record that has the error. */
|
|
769
|
+
recordIndex?: number;
|
|
770
|
+
/**
|
|
771
|
+
* A list of descriptions of the error.
|
|
772
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
+
*/
|
|
774
|
+
readonly errorMessages?: string[];
|
|
775
|
+
}
|
|
776
|
+
|
|
721
777
|
/** List all the incidents. */
|
|
722
778
|
export interface IncidentList {
|
|
723
779
|
/**
|
|
@@ -789,11 +845,8 @@ export interface IncidentOwnerInfo {
|
|
|
789
845
|
objectId?: string;
|
|
790
846
|
/** The user principal name of the user the incident is assigned to. */
|
|
791
847
|
userPrincipalName?: string;
|
|
792
|
-
/**
|
|
793
|
-
|
|
794
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
-
*/
|
|
796
|
-
readonly ownerType?: OwnerType;
|
|
848
|
+
/** The type of the owner the incident is assigned to. */
|
|
849
|
+
ownerType?: OwnerType;
|
|
797
850
|
}
|
|
798
851
|
|
|
799
852
|
/** Describes team information */
|
|
@@ -988,6 +1041,17 @@ export interface SentinelOnboardingStatesList {
|
|
|
988
1041
|
value: SentinelOnboardingState[];
|
|
989
1042
|
}
|
|
990
1043
|
|
|
1044
|
+
/** List all the SecurityMLAnalyticsSettings */
|
|
1045
|
+
export interface SecurityMLAnalyticsSettingsList {
|
|
1046
|
+
/**
|
|
1047
|
+
* URL to fetch the next set of SecurityMLAnalyticsSettings.
|
|
1048
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1049
|
+
*/
|
|
1050
|
+
readonly nextLink?: string;
|
|
1051
|
+
/** Array of SecurityMLAnalyticsSettings */
|
|
1052
|
+
value: SecurityMLAnalyticsSettingUnion[];
|
|
1053
|
+
}
|
|
1054
|
+
|
|
991
1055
|
/** List of all the settings. */
|
|
992
1056
|
export interface SettingList {
|
|
993
1057
|
/** Array of settings. */
|
|
@@ -1282,6 +1346,12 @@ export interface DataConnectorConnectBody {
|
|
|
1282
1346
|
kind?: ConnectAuthKind;
|
|
1283
1347
|
/** The API key of the audit server. */
|
|
1284
1348
|
apiKey?: string;
|
|
1349
|
+
/** Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. */
|
|
1350
|
+
dataCollectionEndpoint?: string;
|
|
1351
|
+
/** Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. */
|
|
1352
|
+
dataCollectionRuleImmutableId?: string;
|
|
1353
|
+
/** Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. */
|
|
1354
|
+
outputStream?: string;
|
|
1285
1355
|
/** The client secret of the OAuth 2.0 application. */
|
|
1286
1356
|
clientSecret?: string;
|
|
1287
1357
|
/** The client id of the OAuth 2.0 application. */
|
|
@@ -1407,6 +1477,8 @@ export interface QueryBasedAlertRuleTemplateProperties {
|
|
|
1407
1477
|
entityMappings?: EntityMapping[];
|
|
1408
1478
|
/** The alert details override settings */
|
|
1409
1479
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
1480
|
+
/** The event grouping settings. */
|
|
1481
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
1410
1482
|
}
|
|
1411
1483
|
|
|
1412
1484
|
/** Single entity mapping for the alert rule */
|
|
@@ -1437,6 +1509,12 @@ export interface AlertDetailsOverride {
|
|
|
1437
1509
|
alertSeverityColumnName?: string;
|
|
1438
1510
|
}
|
|
1439
1511
|
|
|
1512
|
+
/** Event grouping settings property bag. */
|
|
1513
|
+
export interface EventGroupingSettings {
|
|
1514
|
+
/** The event grouping aggregation kinds */
|
|
1515
|
+
aggregationKind?: EventGroupingAggregationKind;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1440
1518
|
/** Represents a supported source signal configuration in Fusion detection. */
|
|
1441
1519
|
export interface FusionSourceSettings {
|
|
1442
1520
|
/** Determines whether this source signal is enabled or disabled in Fusion detection. */
|
|
@@ -1580,10 +1658,9 @@ export interface ScheduledAlertRuleCommonProperties {
|
|
|
1580
1658
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
1581
1659
|
}
|
|
1582
1660
|
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
aggregationKind?: EventGroupingAggregationKind;
|
|
1661
|
+
export interface AutomationRuleBooleanCondition {
|
|
1662
|
+
operator?: AutomationRuleBooleanConditionSupportedOperator;
|
|
1663
|
+
innerConditions?: AutomationRuleConditionUnion[];
|
|
1587
1664
|
}
|
|
1588
1665
|
|
|
1589
1666
|
export interface IncidentPropertiesAction {
|
|
@@ -1595,25 +1672,43 @@ export interface IncidentPropertiesAction {
|
|
|
1595
1672
|
classification?: IncidentClassification;
|
|
1596
1673
|
/** The classification reason the incident was closed with */
|
|
1597
1674
|
classificationReason?: IncidentClassificationReason;
|
|
1598
|
-
/** Describes the reason the incident was closed */
|
|
1675
|
+
/** Describes the reason the incident was closed. */
|
|
1599
1676
|
classificationComment?: string;
|
|
1600
1677
|
/** Information on the user an incident is assigned to */
|
|
1601
1678
|
owner?: IncidentOwnerInfo;
|
|
1602
|
-
/** List of labels to add to the incident */
|
|
1679
|
+
/** List of labels to add to the incident. */
|
|
1603
1680
|
labels?: IncidentLabel[];
|
|
1604
1681
|
}
|
|
1605
1682
|
|
|
1683
|
+
export interface AutomationRulePropertyArrayChangedValuesCondition {
|
|
1684
|
+
arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
|
|
1685
|
+
changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export interface AutomationRulePropertyArrayValuesCondition {
|
|
1689
|
+
arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
|
|
1690
|
+
arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
|
|
1691
|
+
itemConditions?: AutomationRuleConditionUnion[];
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
export interface AutomationRulePropertyValuesChangedCondition {
|
|
1695
|
+
propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
|
|
1696
|
+
changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
|
|
1697
|
+
operator?: AutomationRulePropertyConditionSupportedOperator;
|
|
1698
|
+
propertyValues?: string[];
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1606
1701
|
export interface AutomationRulePropertyValuesCondition {
|
|
1607
|
-
/** The property to evaluate in an automation rule property condition */
|
|
1702
|
+
/** The property to evaluate in an automation rule property condition. */
|
|
1608
1703
|
propertyName?: AutomationRulePropertyConditionSupportedProperty;
|
|
1609
1704
|
operator?: AutomationRulePropertyConditionSupportedOperator;
|
|
1610
1705
|
propertyValues?: string[];
|
|
1611
1706
|
}
|
|
1612
1707
|
|
|
1613
1708
|
export interface PlaybookActionProperties {
|
|
1614
|
-
/** The resource id of the playbook resource */
|
|
1709
|
+
/** The resource id of the playbook resource. */
|
|
1615
1710
|
logicAppResourceId?: string;
|
|
1616
|
-
/** The tenant id of the playbook resource */
|
|
1711
|
+
/** The tenant id of the playbook resource. */
|
|
1617
1712
|
tenantId?: string;
|
|
1618
1713
|
}
|
|
1619
1714
|
|
|
@@ -1711,12 +1806,12 @@ export interface DataTypeDefinitions {
|
|
|
1711
1806
|
dataType?: string;
|
|
1712
1807
|
}
|
|
1713
1808
|
|
|
1714
|
-
/**
|
|
1715
|
-
export interface
|
|
1716
|
-
/** The
|
|
1717
|
-
|
|
1718
|
-
/** The
|
|
1719
|
-
|
|
1809
|
+
/** security ml analytics settings data sources */
|
|
1810
|
+
export interface SecurityMLAnalyticsSettingsDataSource {
|
|
1811
|
+
/** The connector id that provides the following data types */
|
|
1812
|
+
connectorId?: string;
|
|
1813
|
+
/** The data types used by the security ml analytics settings */
|
|
1814
|
+
dataTypes?: string[];
|
|
1720
1815
|
}
|
|
1721
1816
|
|
|
1722
1817
|
/** Properties data connector on tenant level. */
|
|
@@ -2119,72 +2214,161 @@ export interface GeoLocation {
|
|
|
2119
2214
|
}
|
|
2120
2215
|
|
|
2121
2216
|
/** An azure resource object with an Etag property */
|
|
2122
|
-
export
|
|
2217
|
+
export interface ResourceWithEtag extends Resource {
|
|
2123
2218
|
/** Etag of the azure resource */
|
|
2124
2219
|
etag?: string;
|
|
2125
|
-
}
|
|
2220
|
+
}
|
|
2126
2221
|
|
|
2127
2222
|
/** Alert rule template. */
|
|
2128
|
-
export
|
|
2223
|
+
export interface AlertRuleTemplate extends Resource {
|
|
2129
2224
|
/** The kind of the alert rule */
|
|
2130
2225
|
kind: AlertRuleKind;
|
|
2131
|
-
}
|
|
2226
|
+
}
|
|
2132
2227
|
|
|
2133
2228
|
/** Specific entity. */
|
|
2134
|
-
export
|
|
2229
|
+
export interface Entity extends Resource {
|
|
2135
2230
|
/** The kind of the entity. */
|
|
2136
2231
|
kind: EntityKind;
|
|
2137
|
-
}
|
|
2232
|
+
}
|
|
2138
2233
|
|
|
2139
2234
|
/** Specific entity query template. */
|
|
2140
|
-
export
|
|
2235
|
+
export interface EntityQueryTemplate extends Resource {
|
|
2141
2236
|
/** the entity query template kind */
|
|
2142
2237
|
kind: EntityQueryTemplateKind;
|
|
2143
|
-
}
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
/** Represents a file import in Azure Security Insights. */
|
|
2241
|
+
export interface FileImport extends Resource {
|
|
2242
|
+
/** Describes how to ingest the records in the file. */
|
|
2243
|
+
ingestionMode?: IngestionMode;
|
|
2244
|
+
/** The content type of this file. */
|
|
2245
|
+
contentType?: FileImportContentType;
|
|
2246
|
+
/**
|
|
2247
|
+
* The time the file was imported.
|
|
2248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2249
|
+
*/
|
|
2250
|
+
readonly createdTimeUTC?: Date;
|
|
2251
|
+
/**
|
|
2252
|
+
* Represents the error file (if the import was ingested with errors or failed the validation).
|
|
2253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2254
|
+
*/
|
|
2255
|
+
readonly errorFile?: FileMetadata;
|
|
2256
|
+
/**
|
|
2257
|
+
* An ordered list of some of the errors that were encountered during validation.
|
|
2258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2259
|
+
*/
|
|
2260
|
+
readonly errorsPreview?: ValidationError[];
|
|
2261
|
+
/** Represents the imported file. */
|
|
2262
|
+
importFile?: FileMetadata;
|
|
2263
|
+
/**
|
|
2264
|
+
* The number of records that have been successfully ingested.
|
|
2265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2266
|
+
*/
|
|
2267
|
+
readonly ingestedRecordCount?: number;
|
|
2268
|
+
/** The source for the data in the file. */
|
|
2269
|
+
source?: string;
|
|
2270
|
+
/**
|
|
2271
|
+
* The state of the file import.
|
|
2272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2273
|
+
*/
|
|
2274
|
+
readonly state?: FileImportState;
|
|
2275
|
+
/**
|
|
2276
|
+
* The number of records in the file.
|
|
2277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2278
|
+
*/
|
|
2279
|
+
readonly totalRecordCount?: number;
|
|
2280
|
+
/**
|
|
2281
|
+
* The number of records that have passed validation.
|
|
2282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2283
|
+
*/
|
|
2284
|
+
readonly validRecordCount?: number;
|
|
2285
|
+
/**
|
|
2286
|
+
* The time the files associated with this import are deleted from the storage account.
|
|
2287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2288
|
+
*/
|
|
2289
|
+
readonly filesValidUntilTimeUTC?: Date;
|
|
2290
|
+
/**
|
|
2291
|
+
* The time the file import record is soft deleted from the database and history.
|
|
2292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2293
|
+
*/
|
|
2294
|
+
readonly importValidUntilTimeUTC?: Date;
|
|
2295
|
+
}
|
|
2144
2296
|
|
|
2145
2297
|
/** Consent for Office365 tenant that already made. */
|
|
2146
|
-
export
|
|
2298
|
+
export interface OfficeConsent extends Resource {
|
|
2147
2299
|
/** The tenantId of the Office365 with the consent. */
|
|
2148
2300
|
tenantId?: string;
|
|
2149
2301
|
/** Help to easily cascade among the data layers. */
|
|
2150
2302
|
consentId?: string;
|
|
2151
|
-
}
|
|
2303
|
+
}
|
|
2152
2304
|
|
|
2153
2305
|
/** Action property bag. */
|
|
2154
|
-
export
|
|
2306
|
+
export interface ActionResponseProperties extends ActionPropertiesBase {
|
|
2155
2307
|
/** The name of the logic app's workflow. */
|
|
2156
2308
|
workflowId?: string;
|
|
2157
|
-
}
|
|
2309
|
+
}
|
|
2158
2310
|
|
|
2159
2311
|
/** Action property bag. */
|
|
2160
|
-
export
|
|
2312
|
+
export interface ActionRequestProperties extends ActionPropertiesBase {
|
|
2161
2313
|
/** Logic App Callback URL for this specific workflow. */
|
|
2162
2314
|
triggerUri: string;
|
|
2163
|
-
}
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
/** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
|
|
2318
|
+
export interface BooleanConditionProperties extends AutomationRuleCondition {
|
|
2319
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2320
|
+
conditionType: "Boolean";
|
|
2321
|
+
conditionProperties?: AutomationRuleBooleanCondition;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
/** Describes an automation rule condition that evaluates an array property's value change */
|
|
2325
|
+
export interface PropertyArrayChangedConditionProperties
|
|
2326
|
+
extends AutomationRuleCondition {
|
|
2327
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2328
|
+
conditionType: "PropertyArrayChanged";
|
|
2329
|
+
conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
/** Describes an automation rule condition that evaluates an array property's value */
|
|
2333
|
+
export interface PropertyArrayConditionProperties
|
|
2334
|
+
extends AutomationRuleCondition {
|
|
2335
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2336
|
+
conditionType: "PropertyArray";
|
|
2337
|
+
conditionProperties?: AutomationRulePropertyArrayValuesCondition;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
/** Describes an automation rule condition that evaluates a property's value change */
|
|
2341
|
+
export interface PropertyChangedConditionProperties
|
|
2342
|
+
extends AutomationRuleCondition {
|
|
2343
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2344
|
+
conditionType: "PropertyChanged";
|
|
2345
|
+
conditionProperties?: AutomationRulePropertyValuesChangedCondition;
|
|
2346
|
+
}
|
|
2164
2347
|
|
|
2165
2348
|
/** Describes an automation rule condition that evaluates a property's value */
|
|
2166
|
-
export
|
|
2349
|
+
export interface PropertyConditionProperties extends AutomationRuleCondition {
|
|
2167
2350
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2168
2351
|
conditionType: "Property";
|
|
2169
2352
|
conditionProperties?: AutomationRulePropertyValuesCondition;
|
|
2170
|
-
}
|
|
2353
|
+
}
|
|
2171
2354
|
|
|
2172
2355
|
/** Describes an automation rule action to modify an object's properties */
|
|
2173
|
-
export
|
|
2356
|
+
export interface AutomationRuleModifyPropertiesAction
|
|
2357
|
+
extends AutomationRuleAction {
|
|
2174
2358
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2175
2359
|
actionType: "ModifyProperties";
|
|
2176
2360
|
actionConfiguration?: IncidentPropertiesAction;
|
|
2177
|
-
}
|
|
2361
|
+
}
|
|
2178
2362
|
|
|
2179
2363
|
/** Describes an automation rule action to run a playbook */
|
|
2180
|
-
export
|
|
2364
|
+
export interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {
|
|
2181
2365
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2182
2366
|
actionType: "RunPlaybook";
|
|
2183
2367
|
actionConfiguration?: PlaybookActionProperties;
|
|
2184
|
-
}
|
|
2368
|
+
}
|
|
2185
2369
|
|
|
2186
2370
|
/** Represents Activity timeline item. */
|
|
2187
|
-
export
|
|
2371
|
+
export interface ActivityTimelineItem extends EntityTimelineItem {
|
|
2188
2372
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2189
2373
|
kind: "Activity";
|
|
2190
2374
|
/** The activity query id. */
|
|
@@ -2201,10 +2385,10 @@ export type ActivityTimelineItem = EntityTimelineItem & {
|
|
|
2201
2385
|
content: string;
|
|
2202
2386
|
/** The activity timeline title. */
|
|
2203
2387
|
title: string;
|
|
2204
|
-
}
|
|
2388
|
+
}
|
|
2205
2389
|
|
|
2206
2390
|
/** Represents bookmark timeline item. */
|
|
2207
|
-
export
|
|
2391
|
+
export interface BookmarkTimelineItem extends EntityTimelineItem {
|
|
2208
2392
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2209
2393
|
kind: "Bookmark";
|
|
2210
2394
|
/** The bookmark azure resource id. */
|
|
@@ -2223,10 +2407,38 @@ export type BookmarkTimelineItem = EntityTimelineItem & {
|
|
|
2223
2407
|
createdBy?: UserInfo;
|
|
2224
2408
|
/** List of labels relevant to this bookmark */
|
|
2225
2409
|
labels?: string[];
|
|
2226
|
-
}
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
/** Represents anomaly timeline item. */
|
|
2413
|
+
export interface AnomalyTimelineItem extends EntityTimelineItem {
|
|
2414
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2415
|
+
kind: "Anomaly";
|
|
2416
|
+
/** The anomaly azure resource id. */
|
|
2417
|
+
azureResourceId: string;
|
|
2418
|
+
/** The anomaly product name. */
|
|
2419
|
+
productName?: string;
|
|
2420
|
+
/** The anomaly description. */
|
|
2421
|
+
description?: string;
|
|
2422
|
+
/** The anomaly name. */
|
|
2423
|
+
displayName: string;
|
|
2424
|
+
/** The anomaly end time. */
|
|
2425
|
+
endTimeUtc: Date;
|
|
2426
|
+
/** The anomaly start time. */
|
|
2427
|
+
startTimeUtc: Date;
|
|
2428
|
+
/** The anomaly generated time. */
|
|
2429
|
+
timeGenerated: Date;
|
|
2430
|
+
/** The name of the anomaly vendor. */
|
|
2431
|
+
vendor?: string;
|
|
2432
|
+
/** The intent of the anomaly. */
|
|
2433
|
+
intent?: string;
|
|
2434
|
+
/** The techniques of the anomaly. */
|
|
2435
|
+
techniques?: string[];
|
|
2436
|
+
/** The reasons that cause the anomaly. */
|
|
2437
|
+
reasons?: string[];
|
|
2438
|
+
}
|
|
2227
2439
|
|
|
2228
2440
|
/** Represents security alert timeline item. */
|
|
2229
|
-
export
|
|
2441
|
+
export interface SecurityAlertTimelineItem extends EntityTimelineItem {
|
|
2230
2442
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2231
2443
|
kind: "SecurityAlert";
|
|
2232
2444
|
/** The alert azure resource id. */
|
|
@@ -2247,18 +2459,18 @@ export type SecurityAlertTimelineItem = EntityTimelineItem & {
|
|
|
2247
2459
|
timeGenerated: Date;
|
|
2248
2460
|
/** The name of the alert type. */
|
|
2249
2461
|
alertType: string;
|
|
2250
|
-
}
|
|
2462
|
+
}
|
|
2251
2463
|
|
|
2252
2464
|
/** Represents Insight Query. */
|
|
2253
|
-
export
|
|
2465
|
+
export interface InsightQueryItem extends EntityQueryItem {
|
|
2254
2466
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2255
2467
|
kind: "Insight";
|
|
2256
2468
|
/** Properties bag for InsightQueryItem */
|
|
2257
2469
|
properties?: InsightQueryItemProperties;
|
|
2258
|
-
}
|
|
2470
|
+
}
|
|
2259
2471
|
|
|
2260
2472
|
/** SecurityAlert entity property bag. */
|
|
2261
|
-
export
|
|
2473
|
+
export interface SecurityAlertProperties extends EntityCommonProperties {
|
|
2262
2474
|
/**
|
|
2263
2475
|
* The display name of the alert.
|
|
2264
2476
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2381,10 +2593,10 @@ export type SecurityAlertProperties = EntityCommonProperties & {
|
|
|
2381
2593
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2382
2594
|
*/
|
|
2383
2595
|
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
2384
|
-
}
|
|
2596
|
+
}
|
|
2385
2597
|
|
|
2386
2598
|
/** Describes bookmark properties */
|
|
2387
|
-
export
|
|
2599
|
+
export interface HuntingBookmarkProperties extends EntityCommonProperties {
|
|
2388
2600
|
/** The time the bookmark was created */
|
|
2389
2601
|
created?: Date;
|
|
2390
2602
|
/** Describes a user that created the bookmark */
|
|
@@ -2407,10 +2619,11 @@ export type HuntingBookmarkProperties = EntityCommonProperties & {
|
|
|
2407
2619
|
updatedBy?: UserInfo;
|
|
2408
2620
|
/** Describes an incident that relates to bookmark */
|
|
2409
2621
|
incidentInfo?: IncidentInfo;
|
|
2410
|
-
}
|
|
2622
|
+
}
|
|
2411
2623
|
|
|
2412
2624
|
/** Describes threat intelligence entity properties */
|
|
2413
|
-
export
|
|
2625
|
+
export interface ThreatIntelligenceIndicatorProperties
|
|
2626
|
+
extends EntityCommonProperties {
|
|
2414
2627
|
/** List of tags */
|
|
2415
2628
|
threatIntelligenceTags?: string[];
|
|
2416
2629
|
/** Last updated time in UTC */
|
|
@@ -2467,10 +2680,10 @@ export type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
|
|
|
2467
2680
|
modified?: string;
|
|
2468
2681
|
/** Extensions map */
|
|
2469
2682
|
extensions?: { [propertyName: string]: any };
|
|
2470
|
-
}
|
|
2683
|
+
}
|
|
2471
2684
|
|
|
2472
2685
|
/** Account entity property bag. */
|
|
2473
|
-
export
|
|
2686
|
+
export interface AccountEntityProperties extends EntityCommonProperties {
|
|
2474
2687
|
/**
|
|
2475
2688
|
* The Azure Active Directory tenant id.
|
|
2476
2689
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2531,10 +2744,10 @@ export type AccountEntityProperties = EntityCommonProperties & {
|
|
|
2531
2744
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2532
2745
|
*/
|
|
2533
2746
|
readonly dnsDomain?: string;
|
|
2534
|
-
}
|
|
2747
|
+
}
|
|
2535
2748
|
|
|
2536
2749
|
/** AzureResource entity property bag. */
|
|
2537
|
-
export
|
|
2750
|
+
export interface AzureResourceEntityProperties extends EntityCommonProperties {
|
|
2538
2751
|
/**
|
|
2539
2752
|
* The azure resource id of the resource
|
|
2540
2753
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2545,10 +2758,11 @@ export type AzureResourceEntityProperties = EntityCommonProperties & {
|
|
|
2545
2758
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2546
2759
|
*/
|
|
2547
2760
|
readonly subscriptionId?: string;
|
|
2548
|
-
}
|
|
2761
|
+
}
|
|
2549
2762
|
|
|
2550
2763
|
/** CloudApplication entity property bag. */
|
|
2551
|
-
export
|
|
2764
|
+
export interface CloudApplicationEntityProperties
|
|
2765
|
+
extends EntityCommonProperties {
|
|
2552
2766
|
/**
|
|
2553
2767
|
* The technical identifier of the application.
|
|
2554
2768
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2564,10 +2778,10 @@ export type CloudApplicationEntityProperties = EntityCommonProperties & {
|
|
|
2564
2778
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2565
2779
|
*/
|
|
2566
2780
|
readonly instanceName?: string;
|
|
2567
|
-
}
|
|
2781
|
+
}
|
|
2568
2782
|
|
|
2569
2783
|
/** Dns entity property bag. */
|
|
2570
|
-
export
|
|
2784
|
+
export interface DnsEntityProperties extends EntityCommonProperties {
|
|
2571
2785
|
/**
|
|
2572
2786
|
* An ip entity id for the dns server resolving the request
|
|
2573
2787
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2588,10 +2802,10 @@ export type DnsEntityProperties = EntityCommonProperties & {
|
|
|
2588
2802
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2589
2803
|
*/
|
|
2590
2804
|
readonly ipAddressEntityIds?: string[];
|
|
2591
|
-
}
|
|
2805
|
+
}
|
|
2592
2806
|
|
|
2593
2807
|
/** File entity property bag. */
|
|
2594
|
-
export
|
|
2808
|
+
export interface FileEntityProperties extends EntityCommonProperties {
|
|
2595
2809
|
/**
|
|
2596
2810
|
* The full path to the file.
|
|
2597
2811
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2612,10 +2826,10 @@ export type FileEntityProperties = EntityCommonProperties & {
|
|
|
2612
2826
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2613
2827
|
*/
|
|
2614
2828
|
readonly hostEntityId?: string;
|
|
2615
|
-
}
|
|
2829
|
+
}
|
|
2616
2830
|
|
|
2617
2831
|
/** FileHash entity property bag. */
|
|
2618
|
-
export
|
|
2832
|
+
export interface FileHashEntityProperties extends EntityCommonProperties {
|
|
2619
2833
|
/**
|
|
2620
2834
|
* The hash algorithm type.
|
|
2621
2835
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2626,10 +2840,10 @@ export type FileHashEntityProperties = EntityCommonProperties & {
|
|
|
2626
2840
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2627
2841
|
*/
|
|
2628
2842
|
readonly hashValue?: string;
|
|
2629
|
-
}
|
|
2843
|
+
}
|
|
2630
2844
|
|
|
2631
2845
|
/** Host entity property bag. */
|
|
2632
|
-
export
|
|
2846
|
+
export interface HostEntityProperties extends EntityCommonProperties {
|
|
2633
2847
|
/**
|
|
2634
2848
|
* The azure resource id of the VM.
|
|
2635
2849
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2672,10 +2886,10 @@ export type HostEntityProperties = EntityCommonProperties & {
|
|
|
2672
2886
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2673
2887
|
*/
|
|
2674
2888
|
readonly osVersion?: string;
|
|
2675
|
-
}
|
|
2889
|
+
}
|
|
2676
2890
|
|
|
2677
2891
|
/** IoTDevice entity property bag. */
|
|
2678
|
-
export
|
|
2892
|
+
export interface IoTDeviceEntityProperties extends EntityCommonProperties {
|
|
2679
2893
|
/**
|
|
2680
2894
|
* The ID of the IoT Device in the IoT Hub
|
|
2681
2895
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2761,10 +2975,62 @@ export type IoTDeviceEntityProperties = EntityCommonProperties & {
|
|
|
2761
2975
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2762
2976
|
*/
|
|
2763
2977
|
readonly protocols?: string[];
|
|
2764
|
-
|
|
2978
|
+
/**
|
|
2979
|
+
* A list of owners of the IoTDevice entity.
|
|
2980
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2981
|
+
*/
|
|
2982
|
+
readonly owners?: string[];
|
|
2983
|
+
/**
|
|
2984
|
+
* A list of Nic entity ids of the IoTDevice entity.
|
|
2985
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2986
|
+
*/
|
|
2987
|
+
readonly nicEntityIds?: string[];
|
|
2988
|
+
/**
|
|
2989
|
+
* The site of the device
|
|
2990
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2991
|
+
*/
|
|
2992
|
+
readonly site?: string;
|
|
2993
|
+
/**
|
|
2994
|
+
* The zone location of the device within a site
|
|
2995
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2996
|
+
*/
|
|
2997
|
+
readonly zone?: string;
|
|
2998
|
+
/**
|
|
2999
|
+
* The sensor the device is monitored by
|
|
3000
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3001
|
+
*/
|
|
3002
|
+
readonly sensor?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* The subType of the device ('PLC', 'HMI', 'EWS', etc.)
|
|
3005
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3006
|
+
*/
|
|
3007
|
+
readonly deviceSubType?: string;
|
|
3008
|
+
/** Device importance, determines if the device classified as 'crown jewel' */
|
|
3009
|
+
importance?: DeviceImportance;
|
|
3010
|
+
/**
|
|
3011
|
+
* The Purdue Layer of the device
|
|
3012
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3013
|
+
*/
|
|
3014
|
+
readonly purdueLayer?: string;
|
|
3015
|
+
/**
|
|
3016
|
+
* Determines whether the device classified as authorized device
|
|
3017
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3018
|
+
*/
|
|
3019
|
+
readonly isAuthorized?: boolean;
|
|
3020
|
+
/**
|
|
3021
|
+
* Determines whether the device classified as programming device
|
|
3022
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3023
|
+
*/
|
|
3024
|
+
readonly isProgramming?: boolean;
|
|
3025
|
+
/**
|
|
3026
|
+
* Is the device classified as a scanner device
|
|
3027
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3028
|
+
*/
|
|
3029
|
+
readonly isScanner?: boolean;
|
|
3030
|
+
}
|
|
2765
3031
|
|
|
2766
3032
|
/** Ip entity property bag. */
|
|
2767
|
-
export
|
|
3033
|
+
export interface IpEntityProperties extends EntityCommonProperties {
|
|
2768
3034
|
/**
|
|
2769
3035
|
* The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)
|
|
2770
3036
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2780,10 +3046,10 @@ export type IpEntityProperties = EntityCommonProperties & {
|
|
|
2780
3046
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2781
3047
|
*/
|
|
2782
3048
|
readonly threatIntelligence?: ThreatIntelligence[];
|
|
2783
|
-
}
|
|
3049
|
+
}
|
|
2784
3050
|
|
|
2785
3051
|
/** Mailbox entity property bag. */
|
|
2786
|
-
export
|
|
3052
|
+
export interface MailboxEntityProperties extends EntityCommonProperties {
|
|
2787
3053
|
/**
|
|
2788
3054
|
* The mailbox's primary address
|
|
2789
3055
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2804,10 +3070,10 @@ export type MailboxEntityProperties = EntityCommonProperties & {
|
|
|
2804
3070
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2805
3071
|
*/
|
|
2806
3072
|
readonly externalDirectoryObjectId?: string;
|
|
2807
|
-
}
|
|
3073
|
+
}
|
|
2808
3074
|
|
|
2809
3075
|
/** Mail cluster entity property bag. */
|
|
2810
|
-
export
|
|
3076
|
+
export interface MailClusterEntityProperties extends EntityCommonProperties {
|
|
2811
3077
|
/**
|
|
2812
3078
|
* The mail message IDs that are part of the mail cluster
|
|
2813
3079
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2883,10 +3149,10 @@ export type MailClusterEntityProperties = EntityCommonProperties & {
|
|
|
2883
3149
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2884
3150
|
*/
|
|
2885
3151
|
readonly clusterGroup?: string;
|
|
2886
|
-
}
|
|
3152
|
+
}
|
|
2887
3153
|
|
|
2888
3154
|
/** Mail message entity property bag. */
|
|
2889
|
-
export
|
|
3155
|
+
export interface MailMessageEntityProperties extends EntityCommonProperties {
|
|
2890
3156
|
/**
|
|
2891
3157
|
* The File entity ids of this mail message's attachments
|
|
2892
3158
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2988,10 +3254,10 @@ export type MailMessageEntityProperties = EntityCommonProperties & {
|
|
|
2988
3254
|
deliveryAction?: DeliveryAction;
|
|
2989
3255
|
/** The delivery location of this mail message like Inbox, JunkFolder etc */
|
|
2990
3256
|
deliveryLocation?: DeliveryLocation;
|
|
2991
|
-
}
|
|
3257
|
+
}
|
|
2992
3258
|
|
|
2993
3259
|
/** Malware entity property bag. */
|
|
2994
|
-
export
|
|
3260
|
+
export interface MalwareEntityProperties extends EntityCommonProperties {
|
|
2995
3261
|
/**
|
|
2996
3262
|
* The malware category by the vendor, e.g. Trojan
|
|
2997
3263
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3012,10 +3278,10 @@ export type MalwareEntityProperties = EntityCommonProperties & {
|
|
|
3012
3278
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3013
3279
|
*/
|
|
3014
3280
|
readonly processEntityIds?: string[];
|
|
3015
|
-
}
|
|
3281
|
+
}
|
|
3016
3282
|
|
|
3017
3283
|
/** Process entity property bag. */
|
|
3018
|
-
export
|
|
3284
|
+
export interface ProcessEntityProperties extends EntityCommonProperties {
|
|
3019
3285
|
/**
|
|
3020
3286
|
* The account entity id running the processes.
|
|
3021
3287
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3058,10 +3324,10 @@ export type ProcessEntityProperties = EntityCommonProperties & {
|
|
|
3058
3324
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3059
3325
|
*/
|
|
3060
3326
|
readonly processId?: string;
|
|
3061
|
-
}
|
|
3327
|
+
}
|
|
3062
3328
|
|
|
3063
3329
|
/** RegistryKey entity property bag. */
|
|
3064
|
-
export
|
|
3330
|
+
export interface RegistryKeyEntityProperties extends EntityCommonProperties {
|
|
3065
3331
|
/**
|
|
3066
3332
|
* the hive that holds the registry key.
|
|
3067
3333
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3072,10 +3338,10 @@ export type RegistryKeyEntityProperties = EntityCommonProperties & {
|
|
|
3072
3338
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3073
3339
|
*/
|
|
3074
3340
|
readonly key?: string;
|
|
3075
|
-
}
|
|
3341
|
+
}
|
|
3076
3342
|
|
|
3077
3343
|
/** RegistryValue entity property bag. */
|
|
3078
|
-
export
|
|
3344
|
+
export interface RegistryValueEntityProperties extends EntityCommonProperties {
|
|
3079
3345
|
/**
|
|
3080
3346
|
* The registry key entity id.
|
|
3081
3347
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3096,10 +3362,10 @@ export type RegistryValueEntityProperties = EntityCommonProperties & {
|
|
|
3096
3362
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3097
3363
|
*/
|
|
3098
3364
|
readonly valueType?: RegistryValueKind;
|
|
3099
|
-
}
|
|
3365
|
+
}
|
|
3100
3366
|
|
|
3101
3367
|
/** SecurityGroup entity property bag. */
|
|
3102
|
-
export
|
|
3368
|
+
export interface SecurityGroupEntityProperties extends EntityCommonProperties {
|
|
3103
3369
|
/**
|
|
3104
3370
|
* The group distinguished name
|
|
3105
3371
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3115,10 +3381,10 @@ export type SecurityGroupEntityProperties = EntityCommonProperties & {
|
|
|
3115
3381
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3116
3382
|
*/
|
|
3117
3383
|
readonly sid?: string;
|
|
3118
|
-
}
|
|
3384
|
+
}
|
|
3119
3385
|
|
|
3120
3386
|
/** Submission mail entity property bag. */
|
|
3121
|
-
export
|
|
3387
|
+
export interface SubmissionMailEntityProperties extends EntityCommonProperties {
|
|
3122
3388
|
/**
|
|
3123
3389
|
* The network message id of email to which submission belongs
|
|
3124
3390
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3169,159 +3435,189 @@ export type SubmissionMailEntityProperties = EntityCommonProperties & {
|
|
|
3169
3435
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3170
3436
|
*/
|
|
3171
3437
|
readonly reportType?: string;
|
|
3172
|
-
}
|
|
3438
|
+
}
|
|
3173
3439
|
|
|
3174
3440
|
/** Url entity property bag. */
|
|
3175
|
-
export
|
|
3441
|
+
export interface UrlEntityProperties extends EntityCommonProperties {
|
|
3176
3442
|
/**
|
|
3177
3443
|
* A full URL the entity points to
|
|
3178
3444
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3179
3445
|
*/
|
|
3180
3446
|
readonly url?: string;
|
|
3181
|
-
}
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3449
|
+
/** Nic entity property bag. */
|
|
3450
|
+
export interface NicEntityProperties extends EntityCommonProperties {
|
|
3451
|
+
/**
|
|
3452
|
+
* The MAC address of this network interface
|
|
3453
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3454
|
+
*/
|
|
3455
|
+
readonly macAddress?: string;
|
|
3456
|
+
/**
|
|
3457
|
+
* The IP entity id of this network interface
|
|
3458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3459
|
+
*/
|
|
3460
|
+
readonly ipAddressEntityId?: string;
|
|
3461
|
+
/**
|
|
3462
|
+
* A list of VLANs of the network interface entity.
|
|
3463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3464
|
+
*/
|
|
3465
|
+
readonly vlans?: string[];
|
|
3466
|
+
}
|
|
3182
3467
|
|
|
3183
3468
|
/** Represents AAD (Azure Active Directory) requirements check request. */
|
|
3184
|
-
export
|
|
3469
|
+
export interface AADCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3185
3470
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3186
3471
|
kind: "AzureActiveDirectory";
|
|
3187
3472
|
/** The tenant id to connect to, and get the data from. */
|
|
3188
3473
|
tenantId?: string;
|
|
3189
|
-
}
|
|
3474
|
+
}
|
|
3190
3475
|
|
|
3191
3476
|
/** Represents AATP (Azure Advanced Threat Protection) requirements check request. */
|
|
3192
|
-
export
|
|
3477
|
+
export interface AatpCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3193
3478
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3194
3479
|
kind: "AzureAdvancedThreatProtection";
|
|
3195
3480
|
/** The tenant id to connect to, and get the data from. */
|
|
3196
3481
|
tenantId?: string;
|
|
3197
|
-
}
|
|
3482
|
+
}
|
|
3198
3483
|
|
|
3199
3484
|
/** Represents ASC (Azure Security Center) requirements check request. */
|
|
3200
|
-
export
|
|
3485
|
+
export interface ASCCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3201
3486
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3202
3487
|
kind: "AzureSecurityCenter";
|
|
3203
3488
|
/** The subscription id to connect to, and get the data from. */
|
|
3204
3489
|
subscriptionId?: string;
|
|
3205
|
-
}
|
|
3490
|
+
}
|
|
3206
3491
|
|
|
3207
3492
|
/** Amazon Web Services CloudTrail requirements check request. */
|
|
3208
|
-
export
|
|
3493
|
+
export interface AwsCloudTrailCheckRequirements
|
|
3494
|
+
extends DataConnectorsCheckRequirements {
|
|
3209
3495
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3210
3496
|
kind: "AmazonWebServicesCloudTrail";
|
|
3211
|
-
}
|
|
3497
|
+
}
|
|
3212
3498
|
|
|
3213
3499
|
/** Amazon Web Services S3 requirements check request. */
|
|
3214
|
-
export
|
|
3500
|
+
export interface AwsS3CheckRequirements
|
|
3501
|
+
extends DataConnectorsCheckRequirements {
|
|
3215
3502
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3216
3503
|
kind: "AmazonWebServicesS3";
|
|
3217
|
-
}
|
|
3504
|
+
}
|
|
3218
3505
|
|
|
3219
3506
|
/** Represents Dynamics365 requirements check request. */
|
|
3220
|
-
export
|
|
3507
|
+
export interface Dynamics365CheckRequirements
|
|
3508
|
+
extends DataConnectorsCheckRequirements {
|
|
3221
3509
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3222
3510
|
kind: "Dynamics365";
|
|
3223
3511
|
/** The tenant id to connect to, and get the data from. */
|
|
3224
3512
|
tenantId?: string;
|
|
3225
|
-
}
|
|
3513
|
+
}
|
|
3226
3514
|
|
|
3227
3515
|
/** Represents MCAS (Microsoft Cloud App Security) requirements check request. */
|
|
3228
|
-
export
|
|
3516
|
+
export interface McasCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3229
3517
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3230
3518
|
kind: "MicrosoftCloudAppSecurity";
|
|
3231
3519
|
/** The tenant id to connect to, and get the data from. */
|
|
3232
3520
|
tenantId?: string;
|
|
3233
|
-
}
|
|
3521
|
+
}
|
|
3234
3522
|
|
|
3235
3523
|
/** Represents MDATP (Microsoft Defender Advanced Threat Protection) requirements check request. */
|
|
3236
|
-
export
|
|
3524
|
+
export interface MdatpCheckRequirements
|
|
3525
|
+
extends DataConnectorsCheckRequirements {
|
|
3237
3526
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3238
3527
|
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
3239
3528
|
/** The tenant id to connect to, and get the data from. */
|
|
3240
3529
|
tenantId?: string;
|
|
3241
|
-
}
|
|
3530
|
+
}
|
|
3242
3531
|
|
|
3243
3532
|
/** Represents Microsoft Threat Intelligence requirements check request. */
|
|
3244
|
-
export
|
|
3533
|
+
export interface MstiCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3245
3534
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3246
3535
|
kind: "MicrosoftThreatIntelligence";
|
|
3247
3536
|
/** The tenant id to connect to, and get the data from. */
|
|
3248
3537
|
tenantId?: string;
|
|
3249
|
-
}
|
|
3538
|
+
}
|
|
3250
3539
|
|
|
3251
3540
|
/** Represents MTP (Microsoft Threat Protection) requirements check request. */
|
|
3252
|
-
export
|
|
3541
|
+
export interface MtpCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3253
3542
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3254
3543
|
kind: "MicrosoftThreatProtection";
|
|
3255
3544
|
/** The tenant id to connect to, and get the data from. */
|
|
3256
3545
|
tenantId?: string;
|
|
3257
|
-
}
|
|
3546
|
+
}
|
|
3258
3547
|
|
|
3259
3548
|
/** Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request. */
|
|
3260
|
-
export
|
|
3549
|
+
export interface OfficeATPCheckRequirements
|
|
3550
|
+
extends DataConnectorsCheckRequirements {
|
|
3261
3551
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3262
3552
|
kind: "OfficeATP";
|
|
3263
3553
|
/** The tenant id to connect to, and get the data from. */
|
|
3264
3554
|
tenantId?: string;
|
|
3265
|
-
}
|
|
3555
|
+
}
|
|
3266
3556
|
|
|
3267
3557
|
/** Represents OfficeIRM (Microsoft Insider Risk Management) requirements check request. */
|
|
3268
|
-
export
|
|
3558
|
+
export interface OfficeIRMCheckRequirements
|
|
3559
|
+
extends DataConnectorsCheckRequirements {
|
|
3269
3560
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3270
3561
|
kind: "OfficeIRM";
|
|
3271
3562
|
/** The tenant id to connect to, and get the data from. */
|
|
3272
3563
|
tenantId?: string;
|
|
3273
|
-
}
|
|
3564
|
+
}
|
|
3274
3565
|
|
|
3275
3566
|
/** Represents Office365 Project requirements check request. */
|
|
3276
|
-
export
|
|
3567
|
+
export interface Office365ProjectCheckRequirements
|
|
3568
|
+
extends DataConnectorsCheckRequirements {
|
|
3277
3569
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3278
3570
|
kind: "Office365Project";
|
|
3279
3571
|
/** The tenant id to connect to, and get the data from. */
|
|
3280
3572
|
tenantId?: string;
|
|
3281
|
-
}
|
|
3573
|
+
}
|
|
3282
3574
|
|
|
3283
3575
|
/** Represents Office PowerBI requirements check request. */
|
|
3284
|
-
export
|
|
3576
|
+
export interface OfficePowerBICheckRequirements
|
|
3577
|
+
extends DataConnectorsCheckRequirements {
|
|
3285
3578
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3286
3579
|
kind: "OfficePowerBI";
|
|
3287
3580
|
/** The tenant id to connect to, and get the data from. */
|
|
3288
3581
|
tenantId?: string;
|
|
3289
|
-
}
|
|
3582
|
+
}
|
|
3290
3583
|
|
|
3291
3584
|
/** Threat Intelligence Platforms data connector check requirements */
|
|
3292
|
-
export
|
|
3585
|
+
export interface TICheckRequirements extends DataConnectorsCheckRequirements {
|
|
3293
3586
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3294
3587
|
kind: "ThreatIntelligence";
|
|
3295
3588
|
/** The tenant id to connect to, and get the data from. */
|
|
3296
3589
|
tenantId?: string;
|
|
3297
|
-
}
|
|
3590
|
+
}
|
|
3298
3591
|
|
|
3299
3592
|
/** Threat Intelligence TAXII data connector check requirements */
|
|
3300
|
-
export
|
|
3593
|
+
export interface TiTaxiiCheckRequirements
|
|
3594
|
+
extends DataConnectorsCheckRequirements {
|
|
3301
3595
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3302
3596
|
kind: "ThreatIntelligenceTaxii";
|
|
3303
3597
|
/** The tenant id to connect to, and get the data from. */
|
|
3304
3598
|
tenantId?: string;
|
|
3305
|
-
}
|
|
3599
|
+
}
|
|
3306
3600
|
|
|
3307
3601
|
/** Represents IoT requirements check request. */
|
|
3308
|
-
export
|
|
3602
|
+
export interface IoTCheckRequirements extends DataConnectorsCheckRequirements {
|
|
3309
3603
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3310
3604
|
kind: "IOT";
|
|
3311
3605
|
/** The subscription id to connect to, and get the data from. */
|
|
3312
3606
|
subscriptionId?: string;
|
|
3313
|
-
}
|
|
3607
|
+
}
|
|
3314
3608
|
|
|
3315
3609
|
/** Alert rule template with MITRE property bag. */
|
|
3316
|
-
export
|
|
3610
|
+
export interface AlertRuleTemplateWithMitreProperties
|
|
3611
|
+
extends AlertRuleTemplatePropertiesBase {
|
|
3317
3612
|
/** The tactics of the alert rule */
|
|
3318
3613
|
tactics?: AttackTactic[];
|
|
3319
3614
|
/** The techniques of the alert rule */
|
|
3320
3615
|
techniques?: string[];
|
|
3321
|
-
}
|
|
3616
|
+
}
|
|
3322
3617
|
|
|
3323
3618
|
/** MicrosoftSecurityIncidentCreation rule template properties */
|
|
3324
|
-
export
|
|
3619
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
|
|
3620
|
+
extends AlertRuleTemplatePropertiesBase {
|
|
3325
3621
|
/** the alerts' displayNames on which the cases will be generated */
|
|
3326
3622
|
displayNamesFilter?: string[];
|
|
3327
3623
|
/** the alerts' displayNames on which the cases will not be generated */
|
|
@@ -3330,14 +3626,16 @@ export type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties = Alert
|
|
|
3330
3626
|
productFilter?: MicrosoftSecurityProductName;
|
|
3331
3627
|
/** the alerts' severities on which the cases will be generated */
|
|
3332
3628
|
severitiesFilter?: AlertSeverity[];
|
|
3333
|
-
}
|
|
3629
|
+
}
|
|
3334
3630
|
|
|
3335
3631
|
/** NRT alert rule template properties */
|
|
3336
|
-
export
|
|
3337
|
-
|
|
3632
|
+
export interface NrtAlertRuleTemplateProperties
|
|
3633
|
+
extends AlertRuleTemplateWithMitreProperties,
|
|
3634
|
+
QueryBasedAlertRuleTemplateProperties {}
|
|
3338
3635
|
|
|
3339
3636
|
/** MicrosoftSecurityIncidentCreation rule property bag. */
|
|
3340
|
-
export
|
|
3637
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleProperties
|
|
3638
|
+
extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
|
|
3341
3639
|
/** The Name of the alert rule template used to create this rule. */
|
|
3342
3640
|
alertRuleTemplateName?: string;
|
|
3343
3641
|
/** The description of the alert rule. */
|
|
@@ -3351,10 +3649,11 @@ export type MicrosoftSecurityIncidentCreationAlertRuleProperties = MicrosoftSecu
|
|
|
3351
3649
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3352
3650
|
*/
|
|
3353
3651
|
readonly lastModifiedUtc?: Date;
|
|
3354
|
-
}
|
|
3652
|
+
}
|
|
3355
3653
|
|
|
3356
3654
|
/** Scheduled alert rule base property bag. */
|
|
3357
|
-
export
|
|
3655
|
+
export interface ScheduledAlertRuleProperties
|
|
3656
|
+
extends ScheduledAlertRuleCommonProperties {
|
|
3358
3657
|
/** The Name of the alert rule template used to create this rule. */
|
|
3359
3658
|
alertRuleTemplateName?: string;
|
|
3360
3659
|
/** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
|
|
@@ -3380,10 +3679,10 @@ export type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonProperties &
|
|
|
3380
3679
|
techniques?: string[];
|
|
3381
3680
|
/** The settings of the incidents that created from alerts triggered by this analytics rule */
|
|
3382
3681
|
incidentConfiguration?: IncidentConfiguration;
|
|
3383
|
-
}
|
|
3682
|
+
}
|
|
3384
3683
|
|
|
3385
3684
|
/** Represents Insight Query. */
|
|
3386
|
-
export
|
|
3685
|
+
export interface InsightQueryItemProperties extends EntityQueryItemProperties {
|
|
3387
3686
|
/** The insight display name. */
|
|
3388
3687
|
displayName?: string;
|
|
3389
3688
|
/** The insight description. */
|
|
@@ -3400,119 +3699,137 @@ export type InsightQueryItemProperties = EntityQueryItemProperties & {
|
|
|
3400
3699
|
defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
|
|
3401
3700
|
/** The insight chart query. */
|
|
3402
3701
|
referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
|
|
3403
|
-
}
|
|
3702
|
+
}
|
|
3404
3703
|
|
|
3405
3704
|
/** AAD (Azure Active Directory) requirements check properties. */
|
|
3406
|
-
export
|
|
3705
|
+
export interface AADCheckRequirementsProperties extends DataConnectorTenantId {}
|
|
3407
3706
|
|
|
3408
3707
|
/** AATP (Azure Advanced Threat Protection) requirements check properties. */
|
|
3409
|
-
export
|
|
3708
|
+
export interface AatpCheckRequirementsProperties
|
|
3709
|
+
extends DataConnectorTenantId {}
|
|
3410
3710
|
|
|
3411
3711
|
/** Dynamics365 requirements check properties. */
|
|
3412
|
-
export
|
|
3712
|
+
export interface Dynamics365CheckRequirementsProperties
|
|
3713
|
+
extends DataConnectorTenantId {}
|
|
3413
3714
|
|
|
3414
3715
|
/** MCAS (Microsoft Cloud App Security) requirements check properties. */
|
|
3415
|
-
export
|
|
3716
|
+
export interface McasCheckRequirementsProperties
|
|
3717
|
+
extends DataConnectorTenantId {}
|
|
3416
3718
|
|
|
3417
3719
|
/** MDATP (Microsoft Defender Advanced Threat Protection) requirements check properties. */
|
|
3418
|
-
export
|
|
3720
|
+
export interface MdatpCheckRequirementsProperties
|
|
3721
|
+
extends DataConnectorTenantId {}
|
|
3419
3722
|
|
|
3420
3723
|
/** Microsoft Threat Intelligence requirements check properties. */
|
|
3421
|
-
export
|
|
3724
|
+
export interface MstiCheckRequirementsProperties
|
|
3725
|
+
extends DataConnectorTenantId {}
|
|
3422
3726
|
|
|
3423
3727
|
/** MTP (Microsoft Threat Protection) requirements check properties. */
|
|
3424
|
-
export
|
|
3728
|
+
export interface MTPCheckRequirementsProperties extends DataConnectorTenantId {}
|
|
3425
3729
|
|
|
3426
3730
|
/** OfficeATP (Office 365 Advanced Threat Protection) requirements check properties. */
|
|
3427
|
-
export
|
|
3731
|
+
export interface OfficeATPCheckRequirementsProperties
|
|
3732
|
+
extends DataConnectorTenantId {}
|
|
3428
3733
|
|
|
3429
3734
|
/** OfficeIRM (Microsoft Insider Risk Management) requirements check properties. */
|
|
3430
|
-
export
|
|
3735
|
+
export interface OfficeIRMCheckRequirementsProperties
|
|
3736
|
+
extends DataConnectorTenantId {}
|
|
3431
3737
|
|
|
3432
3738
|
/** Office365 Project requirements check properties. */
|
|
3433
|
-
export
|
|
3739
|
+
export interface Office365ProjectCheckRequirementsProperties
|
|
3740
|
+
extends DataConnectorTenantId {}
|
|
3434
3741
|
|
|
3435
3742
|
/** Office PowerBI requirements check properties. */
|
|
3436
|
-
export
|
|
3743
|
+
export interface OfficePowerBICheckRequirementsProperties
|
|
3744
|
+
extends DataConnectorTenantId {}
|
|
3437
3745
|
|
|
3438
3746
|
/** Threat Intelligence Platforms data connector required properties. */
|
|
3439
|
-
export
|
|
3747
|
+
export interface TICheckRequirementsProperties extends DataConnectorTenantId {}
|
|
3440
3748
|
|
|
3441
3749
|
/** Threat Intelligence TAXII data connector required properties. */
|
|
3442
|
-
export
|
|
3750
|
+
export interface TiTaxiiCheckRequirementsProperties
|
|
3751
|
+
extends DataConnectorTenantId {}
|
|
3443
3752
|
|
|
3444
3753
|
/** AAD (Azure Active Directory) data connector properties. */
|
|
3445
|
-
export
|
|
3446
|
-
|
|
3754
|
+
export interface AADDataConnectorProperties
|
|
3755
|
+
extends DataConnectorTenantId,
|
|
3756
|
+
DataConnectorWithAlertsProperties {}
|
|
3447
3757
|
|
|
3448
3758
|
/** Microsoft Threat Intelligence data connector properties. */
|
|
3449
|
-
export
|
|
3759
|
+
export interface MstiDataConnectorProperties extends DataConnectorTenantId {
|
|
3450
3760
|
/** The available data types for the connector. */
|
|
3451
3761
|
dataTypes: MstiDataConnectorDataTypes;
|
|
3452
|
-
}
|
|
3762
|
+
}
|
|
3453
3763
|
|
|
3454
3764
|
/** MTP (Microsoft Threat Protection) data connector properties. */
|
|
3455
|
-
export
|
|
3765
|
+
export interface MTPDataConnectorProperties extends DataConnectorTenantId {
|
|
3456
3766
|
/** The available data types for the connector. */
|
|
3457
3767
|
dataTypes: MTPDataConnectorDataTypes;
|
|
3458
|
-
}
|
|
3768
|
+
}
|
|
3459
3769
|
|
|
3460
3770
|
/** AATP (Azure Advanced Threat Protection) data connector properties. */
|
|
3461
|
-
export
|
|
3462
|
-
|
|
3771
|
+
export interface AatpDataConnectorProperties
|
|
3772
|
+
extends DataConnectorTenantId,
|
|
3773
|
+
DataConnectorWithAlertsProperties {}
|
|
3463
3774
|
|
|
3464
3775
|
/** MCAS (Microsoft Cloud App Security) data connector properties. */
|
|
3465
|
-
export
|
|
3776
|
+
export interface McasDataConnectorProperties extends DataConnectorTenantId {
|
|
3466
3777
|
/** The available data types for the connector. */
|
|
3467
3778
|
dataTypes: McasDataConnectorDataTypes;
|
|
3468
|
-
}
|
|
3779
|
+
}
|
|
3469
3780
|
|
|
3470
3781
|
/** Dynamics365 data connector properties. */
|
|
3471
|
-
export
|
|
3782
|
+
export interface Dynamics365DataConnectorProperties
|
|
3783
|
+
extends DataConnectorTenantId {
|
|
3472
3784
|
/** The available data types for the connector. */
|
|
3473
3785
|
dataTypes: Dynamics365DataConnectorDataTypes;
|
|
3474
|
-
}
|
|
3786
|
+
}
|
|
3475
3787
|
|
|
3476
3788
|
/** OfficeATP (Office 365 Advanced Threat Protection) data connector properties. */
|
|
3477
|
-
export
|
|
3478
|
-
|
|
3789
|
+
export interface OfficeATPDataConnectorProperties
|
|
3790
|
+
extends DataConnectorTenantId,
|
|
3791
|
+
DataConnectorWithAlertsProperties {}
|
|
3479
3792
|
|
|
3480
3793
|
/** Office Microsoft Project data connector properties. */
|
|
3481
|
-
export
|
|
3794
|
+
export interface Office365ProjectDataConnectorProperties
|
|
3795
|
+
extends DataConnectorTenantId {
|
|
3482
3796
|
/** The available data types for the connector. */
|
|
3483
3797
|
dataTypes: Office365ProjectConnectorDataTypes;
|
|
3484
|
-
}
|
|
3798
|
+
}
|
|
3485
3799
|
|
|
3486
3800
|
/** Office Microsoft PowerBI data connector properties. */
|
|
3487
|
-
export
|
|
3801
|
+
export interface OfficePowerBIDataConnectorProperties
|
|
3802
|
+
extends DataConnectorTenantId {
|
|
3488
3803
|
/** The available data types for the connector. */
|
|
3489
3804
|
dataTypes: OfficePowerBIConnectorDataTypes;
|
|
3490
|
-
}
|
|
3805
|
+
}
|
|
3491
3806
|
|
|
3492
3807
|
/** OfficeIRM (Microsoft Insider Risk Management) data connector properties. */
|
|
3493
|
-
export
|
|
3494
|
-
|
|
3808
|
+
export interface OfficeIRMDataConnectorProperties
|
|
3809
|
+
extends DataConnectorTenantId,
|
|
3810
|
+
DataConnectorWithAlertsProperties {}
|
|
3495
3811
|
|
|
3496
3812
|
/** MDATP (Microsoft Defender Advanced Threat Protection) data connector properties. */
|
|
3497
|
-
export
|
|
3498
|
-
|
|
3813
|
+
export interface MdatpDataConnectorProperties
|
|
3814
|
+
extends DataConnectorTenantId,
|
|
3815
|
+
DataConnectorWithAlertsProperties {}
|
|
3499
3816
|
|
|
3500
3817
|
/** Office data connector properties. */
|
|
3501
|
-
export
|
|
3818
|
+
export interface OfficeDataConnectorProperties extends DataConnectorTenantId {
|
|
3502
3819
|
/** The available data types for the connector. */
|
|
3503
3820
|
dataTypes: OfficeDataConnectorDataTypes;
|
|
3504
|
-
}
|
|
3821
|
+
}
|
|
3505
3822
|
|
|
3506
3823
|
/** TI (Threat Intelligence) data connector properties. */
|
|
3507
|
-
export
|
|
3824
|
+
export interface TIDataConnectorProperties extends DataConnectorTenantId {
|
|
3508
3825
|
/** The lookback period for the feed to be imported. */
|
|
3509
3826
|
tipLookbackPeriod?: Date;
|
|
3510
3827
|
/** The available data types for the connector. */
|
|
3511
3828
|
dataTypes: TIDataConnectorDataTypes;
|
|
3512
|
-
}
|
|
3829
|
+
}
|
|
3513
3830
|
|
|
3514
3831
|
/** Threat Intelligence TAXII data connector properties. */
|
|
3515
|
-
export
|
|
3832
|
+
export interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {
|
|
3516
3833
|
/** The workspace id. */
|
|
3517
3834
|
workspaceId?: string;
|
|
3518
3835
|
/** The friendly name for the TAXII server. */
|
|
@@ -3531,126 +3848,148 @@ export type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
|
|
|
3531
3848
|
pollingFrequency: PollingFrequency | null;
|
|
3532
3849
|
/** The available data types for Threat Intelligence TAXII data connector. */
|
|
3533
3850
|
dataTypes: TiTaxiiDataConnectorDataTypes;
|
|
3534
|
-
}
|
|
3851
|
+
}
|
|
3535
3852
|
|
|
3536
3853
|
/** ASC (Azure Security Center) data connector properties. */
|
|
3537
|
-
export
|
|
3854
|
+
export interface ASCDataConnectorProperties
|
|
3855
|
+
extends DataConnectorWithAlertsProperties {
|
|
3538
3856
|
/** The subscription id to connect to, and get the data from. */
|
|
3539
3857
|
subscriptionId?: string;
|
|
3540
|
-
}
|
|
3858
|
+
}
|
|
3541
3859
|
|
|
3542
3860
|
/** IoT data connector properties. */
|
|
3543
|
-
export
|
|
3861
|
+
export interface IoTDataConnectorProperties
|
|
3862
|
+
extends DataConnectorWithAlertsProperties {
|
|
3544
3863
|
/** The subscription id to connect to, and get the data from. */
|
|
3545
3864
|
subscriptionId?: string;
|
|
3546
|
-
}
|
|
3865
|
+
}
|
|
3547
3866
|
|
|
3548
3867
|
/** The available data types for MCAS (Microsoft Cloud App Security) data connector. */
|
|
3549
|
-
export
|
|
3868
|
+
export interface McasDataConnectorDataTypes
|
|
3869
|
+
extends AlertsDataTypeOfDataConnector {
|
|
3550
3870
|
/** Discovery log data type connection. */
|
|
3551
3871
|
discoveryLogs?: DataConnectorDataTypeCommon;
|
|
3552
|
-
}
|
|
3872
|
+
}
|
|
3553
3873
|
|
|
3554
3874
|
/** Data type for Microsoft Threat Intelligence Platforms data connector. */
|
|
3555
|
-
export
|
|
3875
|
+
export interface MstiDataConnectorDataTypesBingSafetyPhishingURL
|
|
3876
|
+
extends DataConnectorDataTypeCommon {
|
|
3556
3877
|
/** lookback period */
|
|
3557
3878
|
lookbackPeriod: string;
|
|
3558
|
-
}
|
|
3879
|
+
}
|
|
3559
3880
|
|
|
3560
3881
|
/** Data type for Microsoft Threat Intelligence Platforms data connector. */
|
|
3561
|
-
export
|
|
3882
|
+
export interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
|
|
3883
|
+
extends DataConnectorDataTypeCommon {
|
|
3562
3884
|
/** lookback period */
|
|
3563
3885
|
lookbackPeriod: string;
|
|
3564
|
-
}
|
|
3886
|
+
}
|
|
3565
3887
|
|
|
3566
3888
|
/** Data type for Microsoft Threat Protection Platforms data connector. */
|
|
3567
|
-
export
|
|
3889
|
+
export interface MTPDataConnectorDataTypesIncidents
|
|
3890
|
+
extends DataConnectorDataTypeCommon {}
|
|
3568
3891
|
|
|
3569
3892
|
/** Logs data type. */
|
|
3570
|
-
export
|
|
3893
|
+
export interface AwsCloudTrailDataConnectorDataTypesLogs
|
|
3894
|
+
extends DataConnectorDataTypeCommon {}
|
|
3571
3895
|
|
|
3572
3896
|
/** Logs data type. */
|
|
3573
|
-
export
|
|
3897
|
+
export interface AwsS3DataConnectorDataTypesLogs
|
|
3898
|
+
extends DataConnectorDataTypeCommon {}
|
|
3574
3899
|
|
|
3575
3900
|
/** Common Data Service data type connection. */
|
|
3576
|
-
export
|
|
3901
|
+
export interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities
|
|
3902
|
+
extends DataConnectorDataTypeCommon {}
|
|
3577
3903
|
|
|
3578
3904
|
/** Logs data type. */
|
|
3579
|
-
export
|
|
3905
|
+
export interface Office365ProjectConnectorDataTypesLogs
|
|
3906
|
+
extends DataConnectorDataTypeCommon {}
|
|
3580
3907
|
|
|
3581
3908
|
/** Logs data type. */
|
|
3582
|
-
export
|
|
3909
|
+
export interface OfficePowerBIConnectorDataTypesLogs
|
|
3910
|
+
extends DataConnectorDataTypeCommon {}
|
|
3583
3911
|
|
|
3584
3912
|
/** Exchange data type connection. */
|
|
3585
|
-
export
|
|
3913
|
+
export interface OfficeDataConnectorDataTypesExchange
|
|
3914
|
+
extends DataConnectorDataTypeCommon {}
|
|
3586
3915
|
|
|
3587
3916
|
/** SharePoint data type connection. */
|
|
3588
|
-
export
|
|
3917
|
+
export interface OfficeDataConnectorDataTypesSharePoint
|
|
3918
|
+
extends DataConnectorDataTypeCommon {}
|
|
3589
3919
|
|
|
3590
3920
|
/** Teams data type connection. */
|
|
3591
|
-
export
|
|
3921
|
+
export interface OfficeDataConnectorDataTypesTeams
|
|
3922
|
+
extends DataConnectorDataTypeCommon {}
|
|
3592
3923
|
|
|
3593
3924
|
/** Data type for indicators connection. */
|
|
3594
|
-
export
|
|
3925
|
+
export interface TIDataConnectorDataTypesIndicators
|
|
3926
|
+
extends DataConnectorDataTypeCommon {}
|
|
3595
3927
|
|
|
3596
3928
|
/** Data type for TAXII connector. */
|
|
3597
|
-
export
|
|
3929
|
+
export interface TiTaxiiDataConnectorDataTypesTaxiiClient
|
|
3930
|
+
extends DataConnectorDataTypeCommon {}
|
|
3598
3931
|
|
|
3599
|
-
export
|
|
3932
|
+
export interface CodelessUiConnectorConfigPropertiesGraphQueriesItem
|
|
3933
|
+
extends GraphQueries {}
|
|
3600
3934
|
|
|
3601
|
-
export
|
|
3935
|
+
export interface CodelessUiConnectorConfigPropertiesSampleQueriesItem
|
|
3936
|
+
extends SampleQueries {}
|
|
3602
3937
|
|
|
3603
|
-
export
|
|
3938
|
+
export interface CodelessUiConnectorConfigPropertiesDataTypesItem
|
|
3939
|
+
extends LastDataReceivedDataType {}
|
|
3604
3940
|
|
|
3605
|
-
export
|
|
3941
|
+
export interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem
|
|
3942
|
+
extends ConnectivityCriteria {}
|
|
3606
3943
|
|
|
3607
|
-
export
|
|
3944
|
+
export interface PermissionsResourceProviderItem extends ResourceProvider {}
|
|
3608
3945
|
|
|
3609
3946
|
/** Customs permissions required for the connector */
|
|
3610
|
-
export
|
|
3947
|
+
export interface Customs extends CustomsPermission {}
|
|
3611
3948
|
|
|
3612
|
-
export
|
|
3949
|
+
export interface CodelessUiConnectorConfigPropertiesInstructionStepsItem
|
|
3950
|
+
extends InstructionSteps {}
|
|
3613
3951
|
|
|
3614
|
-
export
|
|
3952
|
+
export interface InstructionStepsInstructionsItem
|
|
3953
|
+
extends ConnectorInstructionModelBase {}
|
|
3615
3954
|
|
|
3616
3955
|
/** Alert rule. */
|
|
3617
|
-
export
|
|
3956
|
+
export interface AlertRule extends ResourceWithEtag {
|
|
3618
3957
|
/** The kind of the alert rule */
|
|
3619
3958
|
kind: AlertRuleKind;
|
|
3620
|
-
}
|
|
3959
|
+
}
|
|
3621
3960
|
|
|
3622
3961
|
/** Action for alert rule. */
|
|
3623
|
-
export
|
|
3962
|
+
export interface ActionResponse extends ResourceWithEtag {
|
|
3624
3963
|
/** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
|
|
3625
3964
|
logicAppResourceId?: string;
|
|
3626
3965
|
/** The name of the logic app's workflow. */
|
|
3627
3966
|
workflowId?: string;
|
|
3628
|
-
}
|
|
3967
|
+
}
|
|
3629
3968
|
|
|
3630
3969
|
/** Action for alert rule. */
|
|
3631
|
-
export
|
|
3970
|
+
export interface ActionRequest extends ResourceWithEtag {
|
|
3632
3971
|
/** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
|
|
3633
3972
|
logicAppResourceId?: string;
|
|
3634
3973
|
/** Logic App Callback URL for this specific workflow. */
|
|
3635
3974
|
triggerUri?: string;
|
|
3636
|
-
}
|
|
3975
|
+
}
|
|
3637
3976
|
|
|
3638
|
-
export
|
|
3639
|
-
/** The display name of the automation rule */
|
|
3977
|
+
export interface AutomationRule extends ResourceWithEtag {
|
|
3978
|
+
/** The display name of the automation rule. */
|
|
3640
3979
|
displayName: string;
|
|
3641
|
-
/** The order of execution of the automation rule */
|
|
3980
|
+
/** The order of execution of the automation rule. */
|
|
3642
3981
|
order: number;
|
|
3643
|
-
/** Describes automation rule triggering logic */
|
|
3982
|
+
/** Describes automation rule triggering logic. */
|
|
3644
3983
|
triggeringLogic: AutomationRuleTriggeringLogic;
|
|
3645
|
-
/** The actions to execute when the automation rule is triggered */
|
|
3984
|
+
/** The actions to execute when the automation rule is triggered. */
|
|
3646
3985
|
actions: AutomationRuleActionUnion[];
|
|
3647
3986
|
/**
|
|
3648
|
-
* The last time the automation rule was updated
|
|
3987
|
+
* The last time the automation rule was updated.
|
|
3649
3988
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3650
3989
|
*/
|
|
3651
3990
|
readonly lastModifiedTimeUtc?: Date;
|
|
3652
3991
|
/**
|
|
3653
|
-
* The time the automation rule was created
|
|
3992
|
+
* The time the automation rule was created.
|
|
3654
3993
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3655
3994
|
*/
|
|
3656
3995
|
readonly createdTimeUtc?: Date;
|
|
@@ -3664,10 +4003,10 @@ export type AutomationRule = ResourceWithEtag & {
|
|
|
3664
4003
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3665
4004
|
*/
|
|
3666
4005
|
readonly createdBy?: ClientInfo;
|
|
3667
|
-
}
|
|
4006
|
+
}
|
|
3668
4007
|
|
|
3669
4008
|
/** Represents a bookmark in Azure Security Insights. */
|
|
3670
|
-
export
|
|
4009
|
+
export interface Bookmark extends ResourceWithEtag {
|
|
3671
4010
|
/** The time the bookmark was created */
|
|
3672
4011
|
created?: Date;
|
|
3673
4012
|
/** Describes a user that created the bookmark */
|
|
@@ -3700,10 +4039,10 @@ export type Bookmark = ResourceWithEtag & {
|
|
|
3700
4039
|
tactics?: AttackTactic[];
|
|
3701
4040
|
/** A list of relevant mitre techniques */
|
|
3702
4041
|
techniques?: string[];
|
|
3703
|
-
}
|
|
4042
|
+
}
|
|
3704
4043
|
|
|
3705
4044
|
/** Represents a relation between two resources */
|
|
3706
|
-
export
|
|
4045
|
+
export interface Relation extends ResourceWithEtag {
|
|
3707
4046
|
/** The resource ID of the related resource */
|
|
3708
4047
|
relatedResourceId?: string;
|
|
3709
4048
|
/**
|
|
@@ -3721,22 +4060,22 @@ export type Relation = ResourceWithEtag & {
|
|
|
3721
4060
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3722
4061
|
*/
|
|
3723
4062
|
readonly relatedResourceKind?: string;
|
|
3724
|
-
}
|
|
4063
|
+
}
|
|
3725
4064
|
|
|
3726
4065
|
/** Specific entity query. */
|
|
3727
|
-
export
|
|
4066
|
+
export interface EntityQuery extends ResourceWithEtag {
|
|
3728
4067
|
/** the entity query kind */
|
|
3729
4068
|
kind: EntityQueryKind;
|
|
3730
|
-
}
|
|
4069
|
+
}
|
|
3731
4070
|
|
|
3732
4071
|
/** Specific entity query that supports put requests. */
|
|
3733
|
-
export
|
|
4072
|
+
export interface CustomEntityQuery extends ResourceWithEtag {
|
|
3734
4073
|
/** the entity query kind */
|
|
3735
4074
|
kind: CustomEntityQueryKind;
|
|
3736
|
-
}
|
|
4075
|
+
}
|
|
3737
4076
|
|
|
3738
4077
|
/** Represents an incident in Azure Security Insights. */
|
|
3739
|
-
export
|
|
4078
|
+
export interface Incident extends ResourceWithEtag {
|
|
3740
4079
|
/**
|
|
3741
4080
|
* Additional data on the incident
|
|
3742
4081
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3795,10 +4134,10 @@ export type Incident = ResourceWithEtag & {
|
|
|
3795
4134
|
teamInformation?: TeamInformation;
|
|
3796
4135
|
/** The title of the incident */
|
|
3797
4136
|
title?: string;
|
|
3798
|
-
}
|
|
4137
|
+
}
|
|
3799
4138
|
|
|
3800
4139
|
/** Represents an incident comment */
|
|
3801
|
-
export
|
|
4140
|
+
export interface IncidentComment extends ResourceWithEtag {
|
|
3802
4141
|
/**
|
|
3803
4142
|
* The time the comment was created
|
|
3804
4143
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3816,10 +4155,10 @@ export type IncidentComment = ResourceWithEtag & {
|
|
|
3816
4155
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3817
4156
|
*/
|
|
3818
4157
|
readonly author?: ClientInfo;
|
|
3819
|
-
}
|
|
4158
|
+
}
|
|
3820
4159
|
|
|
3821
4160
|
/** Metadata resource definition. */
|
|
3822
|
-
export
|
|
4161
|
+
export interface MetadataModel extends ResourceWithEtag {
|
|
3823
4162
|
/** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
|
|
3824
4163
|
contentId?: string;
|
|
3825
4164
|
/** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
|
|
@@ -3858,10 +4197,10 @@ export type MetadataModel = ResourceWithEtag & {
|
|
|
3858
4197
|
previewImages?: string[];
|
|
3859
4198
|
/** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
|
|
3860
4199
|
previewImagesDark?: string[];
|
|
3861
|
-
}
|
|
4200
|
+
}
|
|
3862
4201
|
|
|
3863
4202
|
/** Metadata patch request body. */
|
|
3864
|
-
export
|
|
4203
|
+
export interface MetadataPatch extends ResourceWithEtag {
|
|
3865
4204
|
/** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
|
|
3866
4205
|
contentId?: string;
|
|
3867
4206
|
/** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
|
|
@@ -3900,22 +4239,28 @@ export type MetadataPatch = ResourceWithEtag & {
|
|
|
3900
4239
|
previewImages?: string[];
|
|
3901
4240
|
/** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
|
|
3902
4241
|
previewImagesDark?: string[];
|
|
3903
|
-
}
|
|
4242
|
+
}
|
|
3904
4243
|
|
|
3905
4244
|
/** Sentinel onboarding state */
|
|
3906
|
-
export
|
|
4245
|
+
export interface SentinelOnboardingState extends ResourceWithEtag {
|
|
3907
4246
|
/** Flag that indicates the status of the CMK setting */
|
|
3908
4247
|
customerManagedKey?: boolean;
|
|
3909
|
-
}
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
/** Security ML Analytics Setting */
|
|
4251
|
+
export interface SecurityMLAnalyticsSetting extends ResourceWithEtag {
|
|
4252
|
+
/** The kind of security ML Analytics Settings */
|
|
4253
|
+
kind: SecurityMLAnalyticsSettingsKind;
|
|
4254
|
+
}
|
|
3910
4255
|
|
|
3911
4256
|
/** The Setting. */
|
|
3912
|
-
export
|
|
4257
|
+
export interface Settings extends ResourceWithEtag {
|
|
3913
4258
|
/** The kind of the setting */
|
|
3914
4259
|
kind: SettingKind;
|
|
3915
|
-
}
|
|
4260
|
+
}
|
|
3916
4261
|
|
|
3917
4262
|
/** Represents a SourceControl in Azure Security Insights. */
|
|
3918
|
-
export
|
|
4263
|
+
export interface SourceControl extends ResourceWithEtag {
|
|
3919
4264
|
/** The id (a Guid) of the source control */
|
|
3920
4265
|
idPropertiesId?: string;
|
|
3921
4266
|
/** The version number associated with the source control */
|
|
@@ -3934,16 +4279,16 @@ export type SourceControl = ResourceWithEtag & {
|
|
|
3934
4279
|
repositoryResourceInfo?: RepositoryResourceInfo;
|
|
3935
4280
|
/** Information regarding the latest deployment for the source control. */
|
|
3936
4281
|
lastDeploymentInfo?: DeploymentInfo;
|
|
3937
|
-
}
|
|
4282
|
+
}
|
|
3938
4283
|
|
|
3939
4284
|
/** Threat intelligence information object. */
|
|
3940
|
-
export
|
|
4285
|
+
export interface ThreatIntelligenceInformation extends ResourceWithEtag {
|
|
3941
4286
|
/** The kind of the entity. */
|
|
3942
4287
|
kind: ThreatIntelligenceResourceKindEnum;
|
|
3943
|
-
}
|
|
4288
|
+
}
|
|
3944
4289
|
|
|
3945
4290
|
/** Represents a Watchlist in Azure Security Insights. */
|
|
3946
|
-
export
|
|
4291
|
+
export interface Watchlist extends ResourceWithEtag {
|
|
3947
4292
|
/** The id (a Guid) of the watchlist */
|
|
3948
4293
|
watchlistId?: string;
|
|
3949
4294
|
/** The display name of the watchlist */
|
|
@@ -3980,23 +4325,16 @@ export type Watchlist = ResourceWithEtag & {
|
|
|
3980
4325
|
numberOfLinesToSkip?: number;
|
|
3981
4326
|
/** The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint */
|
|
3982
4327
|
rawContent?: string;
|
|
3983
|
-
/** The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created */
|
|
3984
|
-
sasUri?: string;
|
|
3985
4328
|
/** The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address. */
|
|
3986
4329
|
itemsSearchKey?: string;
|
|
3987
4330
|
/** The content type of the raw content. Example : text/csv or text/tsv */
|
|
3988
4331
|
contentType?: string;
|
|
3989
4332
|
/** The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted */
|
|
3990
4333
|
uploadStatus?: string;
|
|
3991
|
-
|
|
3992
|
-
* The provisioning state of the watchlist resource.
|
|
3993
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3994
|
-
*/
|
|
3995
|
-
readonly provisioningState?: ProvisioningState;
|
|
3996
|
-
};
|
|
4334
|
+
}
|
|
3997
4335
|
|
|
3998
4336
|
/** Represents a Watchlist item in Azure Security Insights. */
|
|
3999
|
-
export
|
|
4337
|
+
export interface WatchlistItem extends ResourceWithEtag {
|
|
4000
4338
|
/** The type of the watchlist item */
|
|
4001
4339
|
watchlistItemType?: string;
|
|
4002
4340
|
/** The id (a Guid) of the watchlist item */
|
|
@@ -4017,16 +4355,19 @@ export type WatchlistItem = ResourceWithEtag & {
|
|
|
4017
4355
|
itemsKeyValue?: { [propertyName: string]: any };
|
|
4018
4356
|
/** key-value pairs for a watchlist item entity mapping */
|
|
4019
4357
|
entityMapping?: { [propertyName: string]: any };
|
|
4020
|
-
}
|
|
4358
|
+
}
|
|
4021
4359
|
|
|
4022
4360
|
/** Data connector */
|
|
4023
|
-
export
|
|
4361
|
+
export interface DataConnector extends ResourceWithEtag {
|
|
4024
4362
|
/** The data connector kind */
|
|
4025
4363
|
kind: DataConnectorKind;
|
|
4026
|
-
}
|
|
4364
|
+
}
|
|
4027
4365
|
|
|
4028
4366
|
/** Represents MLBehaviorAnalytics alert rule template. */
|
|
4029
|
-
export
|
|
4367
|
+
export interface MLBehaviorAnalyticsAlertRuleTemplate
|
|
4368
|
+
extends AlertRuleTemplate {
|
|
4369
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4370
|
+
kind: "MLBehaviorAnalytics";
|
|
4030
4371
|
/** the number of alert rules that were created by this template */
|
|
4031
4372
|
alertRulesCreatedByTemplateCount?: number;
|
|
4032
4373
|
/**
|
|
@@ -4053,10 +4394,12 @@ export type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
|
|
|
4053
4394
|
techniques?: string[];
|
|
4054
4395
|
/** The severity for alerts created by this alert rule. */
|
|
4055
4396
|
severity?: AlertSeverity;
|
|
4056
|
-
}
|
|
4397
|
+
}
|
|
4057
4398
|
|
|
4058
4399
|
/** Represents Fusion alert rule template. */
|
|
4059
|
-
export
|
|
4400
|
+
export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
|
|
4401
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4402
|
+
kind: "Fusion";
|
|
4060
4403
|
/** the number of alert rules that were created by this template */
|
|
4061
4404
|
alertRulesCreatedByTemplateCount?: number;
|
|
4062
4405
|
/**
|
|
@@ -4085,10 +4428,12 @@ export type FusionAlertRuleTemplate = AlertRuleTemplate & {
|
|
|
4085
4428
|
techniques?: string[];
|
|
4086
4429
|
/** All supported source signal configurations consumed in fusion detection. */
|
|
4087
4430
|
sourceSettings?: FusionTemplateSourceSetting[];
|
|
4088
|
-
}
|
|
4431
|
+
}
|
|
4089
4432
|
|
|
4090
4433
|
/** Represents Threat Intelligence alert rule template. */
|
|
4091
|
-
export
|
|
4434
|
+
export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
|
|
4435
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4436
|
+
kind: "ThreatIntelligence";
|
|
4092
4437
|
/** the number of alert rules that were created by this template */
|
|
4093
4438
|
alertRulesCreatedByTemplateCount?: number;
|
|
4094
4439
|
/**
|
|
@@ -4115,10 +4460,13 @@ export type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
|
|
|
4115
4460
|
techniques?: string[];
|
|
4116
4461
|
/** The severity for alerts created by this alert rule. */
|
|
4117
4462
|
severity?: AlertSeverity;
|
|
4118
|
-
}
|
|
4463
|
+
}
|
|
4119
4464
|
|
|
4120
4465
|
/** Represents MicrosoftSecurityIncidentCreation rule template. */
|
|
4121
|
-
export
|
|
4466
|
+
export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate
|
|
4467
|
+
extends AlertRuleTemplate {
|
|
4468
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4469
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
4122
4470
|
/** the number of alert rules that were created by this template */
|
|
4123
4471
|
alertRulesCreatedByTemplateCount?: number;
|
|
4124
4472
|
/**
|
|
@@ -4147,10 +4495,12 @@ export type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRuleTempla
|
|
|
4147
4495
|
productFilter?: MicrosoftSecurityProductName;
|
|
4148
4496
|
/** the alerts' severities on which the cases will be generated */
|
|
4149
4497
|
severitiesFilter?: AlertSeverity[];
|
|
4150
|
-
}
|
|
4498
|
+
}
|
|
4151
4499
|
|
|
4152
4500
|
/** Represents scheduled alert rule template. */
|
|
4153
|
-
export
|
|
4501
|
+
export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
|
|
4502
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4503
|
+
kind: "Scheduled";
|
|
4154
4504
|
/** the number of alert rules that were created by this template */
|
|
4155
4505
|
alertRulesCreatedByTemplateCount?: number;
|
|
4156
4506
|
/**
|
|
@@ -4197,10 +4547,12 @@ export type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
|
|
|
4197
4547
|
entityMappings?: EntityMapping[];
|
|
4198
4548
|
/** The alert details override settings */
|
|
4199
4549
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
4200
|
-
}
|
|
4550
|
+
}
|
|
4201
4551
|
|
|
4202
4552
|
/** Represents NRT alert rule template. */
|
|
4203
|
-
export
|
|
4553
|
+
export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
|
|
4554
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4555
|
+
kind: "NRT";
|
|
4204
4556
|
/** the number of alert rules that were created by this template */
|
|
4205
4557
|
alertRulesCreatedByTemplateCount?: number;
|
|
4206
4558
|
/**
|
|
@@ -4237,10 +4589,14 @@ export type NrtAlertRuleTemplate = AlertRuleTemplate & {
|
|
|
4237
4589
|
entityMappings?: EntityMapping[];
|
|
4238
4590
|
/** The alert details override settings */
|
|
4239
4591
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
4240
|
-
|
|
4592
|
+
/** The event grouping settings. */
|
|
4593
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
4594
|
+
}
|
|
4241
4595
|
|
|
4242
4596
|
/** Represents a security alert entity. */
|
|
4243
|
-
export
|
|
4597
|
+
export interface SecurityAlert extends Entity {
|
|
4598
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4599
|
+
kind: "SecurityAlert";
|
|
4244
4600
|
/**
|
|
4245
4601
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4246
4602
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4373,10 +4729,12 @@ export type SecurityAlert = Entity & {
|
|
|
4373
4729
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4374
4730
|
*/
|
|
4375
4731
|
readonly resourceIdentifiers?: Record<string, unknown>[];
|
|
4376
|
-
}
|
|
4732
|
+
}
|
|
4377
4733
|
|
|
4378
4734
|
/** Represents a Hunting bookmark entity. */
|
|
4379
|
-
export
|
|
4735
|
+
export interface HuntingBookmark extends Entity {
|
|
4736
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4737
|
+
kind: "Bookmark";
|
|
4380
4738
|
/**
|
|
4381
4739
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4382
4740
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4409,10 +4767,12 @@ export type HuntingBookmark = Entity & {
|
|
|
4409
4767
|
updatedBy?: UserInfo;
|
|
4410
4768
|
/** Describes an incident that relates to bookmark */
|
|
4411
4769
|
incidentInfo?: IncidentInfo;
|
|
4412
|
-
}
|
|
4770
|
+
}
|
|
4413
4771
|
|
|
4414
4772
|
/** Represents an account entity. */
|
|
4415
|
-
export
|
|
4773
|
+
export interface AccountEntity extends Entity {
|
|
4774
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4775
|
+
kind: "Account";
|
|
4416
4776
|
/**
|
|
4417
4777
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4418
4778
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4483,10 +4843,12 @@ export type AccountEntity = Entity & {
|
|
|
4483
4843
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4484
4844
|
*/
|
|
4485
4845
|
readonly dnsDomain?: string;
|
|
4486
|
-
}
|
|
4846
|
+
}
|
|
4487
4847
|
|
|
4488
4848
|
/** Represents an azure resource entity. */
|
|
4489
|
-
export
|
|
4849
|
+
export interface AzureResourceEntity extends Entity {
|
|
4850
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4851
|
+
kind: "AzureResource";
|
|
4490
4852
|
/**
|
|
4491
4853
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4492
4854
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4507,10 +4869,12 @@ export type AzureResourceEntity = Entity & {
|
|
|
4507
4869
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4508
4870
|
*/
|
|
4509
4871
|
readonly subscriptionId?: string;
|
|
4510
|
-
}
|
|
4872
|
+
}
|
|
4511
4873
|
|
|
4512
4874
|
/** Represents a cloud application entity. */
|
|
4513
|
-
export
|
|
4875
|
+
export interface CloudApplicationEntity extends Entity {
|
|
4876
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4877
|
+
kind: "CloudApplication";
|
|
4514
4878
|
/**
|
|
4515
4879
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4516
4880
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4536,10 +4900,12 @@ export type CloudApplicationEntity = Entity & {
|
|
|
4536
4900
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4537
4901
|
*/
|
|
4538
4902
|
readonly instanceName?: string;
|
|
4539
|
-
}
|
|
4903
|
+
}
|
|
4540
4904
|
|
|
4541
4905
|
/** Represents a dns entity. */
|
|
4542
|
-
export
|
|
4906
|
+
export interface DnsEntity extends Entity {
|
|
4907
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4908
|
+
kind: "DnsResolution";
|
|
4543
4909
|
/**
|
|
4544
4910
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4545
4911
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4570,10 +4936,12 @@ export type DnsEntity = Entity & {
|
|
|
4570
4936
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4571
4937
|
*/
|
|
4572
4938
|
readonly ipAddressEntityIds?: string[];
|
|
4573
|
-
}
|
|
4939
|
+
}
|
|
4574
4940
|
|
|
4575
4941
|
/** Represents a file entity. */
|
|
4576
|
-
export
|
|
4942
|
+
export interface FileEntity extends Entity {
|
|
4943
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4944
|
+
kind: "File";
|
|
4577
4945
|
/**
|
|
4578
4946
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4579
4947
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4604,10 +4972,12 @@ export type FileEntity = Entity & {
|
|
|
4604
4972
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4605
4973
|
*/
|
|
4606
4974
|
readonly hostEntityId?: string;
|
|
4607
|
-
}
|
|
4975
|
+
}
|
|
4608
4976
|
|
|
4609
4977
|
/** Represents a file hash entity. */
|
|
4610
|
-
export
|
|
4978
|
+
export interface FileHashEntity extends Entity {
|
|
4979
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4980
|
+
kind: "FileHash";
|
|
4611
4981
|
/**
|
|
4612
4982
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4613
4983
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4628,10 +4998,12 @@ export type FileHashEntity = Entity & {
|
|
|
4628
4998
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4629
4999
|
*/
|
|
4630
5000
|
readonly hashValue?: string;
|
|
4631
|
-
}
|
|
5001
|
+
}
|
|
4632
5002
|
|
|
4633
5003
|
/** Represents a host entity. */
|
|
4634
|
-
export
|
|
5004
|
+
export interface HostEntity extends Entity {
|
|
5005
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5006
|
+
kind: "Host";
|
|
4635
5007
|
/**
|
|
4636
5008
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4637
5009
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4684,10 +5056,12 @@ export type HostEntity = Entity & {
|
|
|
4684
5056
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4685
5057
|
*/
|
|
4686
5058
|
readonly osVersion?: string;
|
|
4687
|
-
}
|
|
5059
|
+
}
|
|
4688
5060
|
|
|
4689
5061
|
/** Represents an IoT device entity. */
|
|
4690
|
-
export
|
|
5062
|
+
export interface IoTDeviceEntity extends Entity {
|
|
5063
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5064
|
+
kind: "IoTDevice";
|
|
4691
5065
|
/**
|
|
4692
5066
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4693
5067
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4783,10 +5157,64 @@ export type IoTDeviceEntity = Entity & {
|
|
|
4783
5157
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4784
5158
|
*/
|
|
4785
5159
|
readonly protocols?: string[];
|
|
4786
|
-
|
|
5160
|
+
/**
|
|
5161
|
+
* A list of owners of the IoTDevice entity.
|
|
5162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5163
|
+
*/
|
|
5164
|
+
readonly owners?: string[];
|
|
5165
|
+
/**
|
|
5166
|
+
* A list of Nic entity ids of the IoTDevice entity.
|
|
5167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5168
|
+
*/
|
|
5169
|
+
readonly nicEntityIds?: string[];
|
|
5170
|
+
/**
|
|
5171
|
+
* The site of the device
|
|
5172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5173
|
+
*/
|
|
5174
|
+
readonly site?: string;
|
|
5175
|
+
/**
|
|
5176
|
+
* The zone location of the device within a site
|
|
5177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5178
|
+
*/
|
|
5179
|
+
readonly zone?: string;
|
|
5180
|
+
/**
|
|
5181
|
+
* The sensor the device is monitored by
|
|
5182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5183
|
+
*/
|
|
5184
|
+
readonly sensor?: string;
|
|
5185
|
+
/**
|
|
5186
|
+
* The subType of the device ('PLC', 'HMI', 'EWS', etc.)
|
|
5187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5188
|
+
*/
|
|
5189
|
+
readonly deviceSubType?: string;
|
|
5190
|
+
/** Device importance, determines if the device classified as 'crown jewel' */
|
|
5191
|
+
importance?: DeviceImportance;
|
|
5192
|
+
/**
|
|
5193
|
+
* The Purdue Layer of the device
|
|
5194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5195
|
+
*/
|
|
5196
|
+
readonly purdueLayer?: string;
|
|
5197
|
+
/**
|
|
5198
|
+
* Determines whether the device classified as authorized device
|
|
5199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5200
|
+
*/
|
|
5201
|
+
readonly isAuthorized?: boolean;
|
|
5202
|
+
/**
|
|
5203
|
+
* Determines whether the device classified as programming device
|
|
5204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5205
|
+
*/
|
|
5206
|
+
readonly isProgramming?: boolean;
|
|
5207
|
+
/**
|
|
5208
|
+
* Is the device classified as a scanner device
|
|
5209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5210
|
+
*/
|
|
5211
|
+
readonly isScanner?: boolean;
|
|
5212
|
+
}
|
|
4787
5213
|
|
|
4788
5214
|
/** Represents an ip entity. */
|
|
4789
|
-
export
|
|
5215
|
+
export interface IpEntity extends Entity {
|
|
5216
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5217
|
+
kind: "Ip";
|
|
4790
5218
|
/**
|
|
4791
5219
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4792
5220
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4812,10 +5240,12 @@ export type IpEntity = Entity & {
|
|
|
4812
5240
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4813
5241
|
*/
|
|
4814
5242
|
readonly threatIntelligence?: ThreatIntelligence[];
|
|
4815
|
-
}
|
|
5243
|
+
}
|
|
4816
5244
|
|
|
4817
5245
|
/** Represents a mailbox entity. */
|
|
4818
|
-
export
|
|
5246
|
+
export interface MailboxEntity extends Entity {
|
|
5247
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5248
|
+
kind: "Mailbox";
|
|
4819
5249
|
/**
|
|
4820
5250
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4821
5251
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4846,10 +5276,12 @@ export type MailboxEntity = Entity & {
|
|
|
4846
5276
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4847
5277
|
*/
|
|
4848
5278
|
readonly externalDirectoryObjectId?: string;
|
|
4849
|
-
}
|
|
5279
|
+
}
|
|
4850
5280
|
|
|
4851
5281
|
/** Represents a mail cluster entity. */
|
|
4852
|
-
export
|
|
5282
|
+
export interface MailClusterEntity extends Entity {
|
|
5283
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5284
|
+
kind: "MailCluster";
|
|
4853
5285
|
/**
|
|
4854
5286
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4855
5287
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4935,10 +5367,12 @@ export type MailClusterEntity = Entity & {
|
|
|
4935
5367
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4936
5368
|
*/
|
|
4937
5369
|
readonly clusterGroup?: string;
|
|
4938
|
-
}
|
|
5370
|
+
}
|
|
4939
5371
|
|
|
4940
5372
|
/** Represents a mail message entity. */
|
|
4941
|
-
export
|
|
5373
|
+
export interface MailMessageEntity extends Entity {
|
|
5374
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5375
|
+
kind: "MailMessage";
|
|
4942
5376
|
/**
|
|
4943
5377
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
4944
5378
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5050,10 +5484,12 @@ export type MailMessageEntity = Entity & {
|
|
|
5050
5484
|
deliveryAction?: DeliveryAction;
|
|
5051
5485
|
/** The delivery location of this mail message like Inbox, JunkFolder etc */
|
|
5052
5486
|
deliveryLocation?: DeliveryLocation;
|
|
5053
|
-
}
|
|
5487
|
+
}
|
|
5054
5488
|
|
|
5055
5489
|
/** Represents a malware entity. */
|
|
5056
|
-
export
|
|
5490
|
+
export interface MalwareEntity extends Entity {
|
|
5491
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5492
|
+
kind: "Malware";
|
|
5057
5493
|
/**
|
|
5058
5494
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5059
5495
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5084,10 +5520,12 @@ export type MalwareEntity = Entity & {
|
|
|
5084
5520
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5085
5521
|
*/
|
|
5086
5522
|
readonly processEntityIds?: string[];
|
|
5087
|
-
}
|
|
5523
|
+
}
|
|
5088
5524
|
|
|
5089
5525
|
/** Represents a process entity. */
|
|
5090
|
-
export
|
|
5526
|
+
export interface ProcessEntity extends Entity {
|
|
5527
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5528
|
+
kind: "Process";
|
|
5091
5529
|
/**
|
|
5092
5530
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5093
5531
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5140,10 +5578,12 @@ export type ProcessEntity = Entity & {
|
|
|
5140
5578
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5141
5579
|
*/
|
|
5142
5580
|
readonly processId?: string;
|
|
5143
|
-
}
|
|
5581
|
+
}
|
|
5144
5582
|
|
|
5145
5583
|
/** Represents a registry key entity. */
|
|
5146
|
-
export
|
|
5584
|
+
export interface RegistryKeyEntity extends Entity {
|
|
5585
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5586
|
+
kind: "RegistryKey";
|
|
5147
5587
|
/**
|
|
5148
5588
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5149
5589
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5164,10 +5604,12 @@ export type RegistryKeyEntity = Entity & {
|
|
|
5164
5604
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5165
5605
|
*/
|
|
5166
5606
|
readonly key?: string;
|
|
5167
|
-
}
|
|
5607
|
+
}
|
|
5168
5608
|
|
|
5169
5609
|
/** Represents a registry value entity. */
|
|
5170
|
-
export
|
|
5610
|
+
export interface RegistryValueEntity extends Entity {
|
|
5611
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5612
|
+
kind: "RegistryValue";
|
|
5171
5613
|
/**
|
|
5172
5614
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5173
5615
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5198,10 +5640,12 @@ export type RegistryValueEntity = Entity & {
|
|
|
5198
5640
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5199
5641
|
*/
|
|
5200
5642
|
readonly valueType?: RegistryValueKind;
|
|
5201
|
-
}
|
|
5643
|
+
}
|
|
5202
5644
|
|
|
5203
5645
|
/** Represents a security group entity. */
|
|
5204
|
-
export
|
|
5646
|
+
export interface SecurityGroupEntity extends Entity {
|
|
5647
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5648
|
+
kind: "SecurityGroup";
|
|
5205
5649
|
/**
|
|
5206
5650
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5207
5651
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5227,10 +5671,12 @@ export type SecurityGroupEntity = Entity & {
|
|
|
5227
5671
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5228
5672
|
*/
|
|
5229
5673
|
readonly sid?: string;
|
|
5230
|
-
}
|
|
5674
|
+
}
|
|
5231
5675
|
|
|
5232
5676
|
/** Represents a submission mail entity. */
|
|
5233
|
-
export
|
|
5677
|
+
export interface SubmissionMailEntity extends Entity {
|
|
5678
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5679
|
+
kind: "SubmissionMail";
|
|
5234
5680
|
/**
|
|
5235
5681
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5236
5682
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5291,10 +5737,12 @@ export type SubmissionMailEntity = Entity & {
|
|
|
5291
5737
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5292
5738
|
*/
|
|
5293
5739
|
readonly reportType?: string;
|
|
5294
|
-
}
|
|
5740
|
+
}
|
|
5295
5741
|
|
|
5296
5742
|
/** Represents a url entity. */
|
|
5297
|
-
export
|
|
5743
|
+
export interface UrlEntity extends Entity {
|
|
5744
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5745
|
+
kind: "Url";
|
|
5298
5746
|
/**
|
|
5299
5747
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5300
5748
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5310,10 +5758,43 @@ export type UrlEntity = Entity & {
|
|
|
5310
5758
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5311
5759
|
*/
|
|
5312
5760
|
readonly url?: string;
|
|
5313
|
-
}
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5763
|
+
/** Represents an network interface entity. */
|
|
5764
|
+
export interface NicEntity extends Entity {
|
|
5765
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5766
|
+
kind: "Nic";
|
|
5767
|
+
/**
|
|
5768
|
+
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5770
|
+
*/
|
|
5771
|
+
readonly additionalData?: { [propertyName: string]: Record<string, unknown> };
|
|
5772
|
+
/**
|
|
5773
|
+
* The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
|
|
5774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5775
|
+
*/
|
|
5776
|
+
readonly friendlyName?: string;
|
|
5777
|
+
/**
|
|
5778
|
+
* The MAC address of this network interface
|
|
5779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5780
|
+
*/
|
|
5781
|
+
readonly macAddress?: string;
|
|
5782
|
+
/**
|
|
5783
|
+
* The IP entity id of this network interface
|
|
5784
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5785
|
+
*/
|
|
5786
|
+
readonly ipAddressEntityId?: string;
|
|
5787
|
+
/**
|
|
5788
|
+
* A list of VLANs of the network interface entity.
|
|
5789
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5790
|
+
*/
|
|
5791
|
+
readonly vlans?: string[];
|
|
5792
|
+
}
|
|
5314
5793
|
|
|
5315
5794
|
/** Represents Activity entity query. */
|
|
5316
|
-
export
|
|
5795
|
+
export interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
|
|
5796
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5797
|
+
kind: "Activity";
|
|
5317
5798
|
/** The entity query title */
|
|
5318
5799
|
title?: string;
|
|
5319
5800
|
/** The entity query content to display in timeline */
|
|
@@ -5330,24 +5811,28 @@ export type ActivityEntityQueryTemplate = EntityQueryTemplate & {
|
|
|
5330
5811
|
requiredInputFieldsSets?: string[][];
|
|
5331
5812
|
/** The query applied only to entities matching to all filters */
|
|
5332
5813
|
entitiesFilter?: { [propertyName: string]: string[] };
|
|
5333
|
-
}
|
|
5814
|
+
}
|
|
5334
5815
|
|
|
5335
5816
|
/** MLBehaviorAnalytics alert rule template properties. */
|
|
5336
|
-
export
|
|
5817
|
+
export interface MLBehaviorAnalyticsAlertRuleTemplateProperties
|
|
5818
|
+
extends AlertRuleTemplateWithMitreProperties {
|
|
5337
5819
|
/** The severity for alerts created by this alert rule. */
|
|
5338
5820
|
severity: AlertSeverity;
|
|
5339
|
-
}
|
|
5821
|
+
}
|
|
5340
5822
|
|
|
5341
5823
|
/** Threat Intelligence alert rule template properties */
|
|
5342
|
-
export
|
|
5824
|
+
export interface ThreatIntelligenceAlertRuleTemplateProperties
|
|
5825
|
+
extends AlertRuleTemplateWithMitreProperties {
|
|
5343
5826
|
/** The severity for alerts created by this alert rule. */
|
|
5344
5827
|
severity: AlertSeverity;
|
|
5345
|
-
}
|
|
5828
|
+
}
|
|
5346
5829
|
|
|
5347
|
-
export
|
|
5830
|
+
export interface PermissionsCustomsItem extends Customs {}
|
|
5348
5831
|
|
|
5349
5832
|
/** Represents MLBehaviorAnalytics alert rule. */
|
|
5350
|
-
export
|
|
5833
|
+
export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
|
|
5834
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5835
|
+
kind: "MLBehaviorAnalytics";
|
|
5351
5836
|
/** The Name of the alert rule template used to create this rule. */
|
|
5352
5837
|
alertRuleTemplateName?: string;
|
|
5353
5838
|
/**
|
|
@@ -5382,10 +5867,12 @@ export type MLBehaviorAnalyticsAlertRule = AlertRule & {
|
|
|
5382
5867
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5383
5868
|
*/
|
|
5384
5869
|
readonly techniques?: string[];
|
|
5385
|
-
}
|
|
5870
|
+
}
|
|
5386
5871
|
|
|
5387
5872
|
/** Represents Fusion alert rule. */
|
|
5388
|
-
export
|
|
5873
|
+
export interface FusionAlertRule extends AlertRule {
|
|
5874
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5875
|
+
kind: "Fusion";
|
|
5389
5876
|
/** The Name of the alert rule template used to create this rule. */
|
|
5390
5877
|
alertRuleTemplateName?: string;
|
|
5391
5878
|
/**
|
|
@@ -5424,10 +5911,12 @@ export type FusionAlertRule = AlertRule & {
|
|
|
5424
5911
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5425
5912
|
*/
|
|
5426
5913
|
readonly techniques?: string[];
|
|
5427
|
-
}
|
|
5914
|
+
}
|
|
5428
5915
|
|
|
5429
5916
|
/** Represents Threat Intelligence alert rule. */
|
|
5430
|
-
export
|
|
5917
|
+
export interface ThreatIntelligenceAlertRule extends AlertRule {
|
|
5918
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5919
|
+
kind: "ThreatIntelligence";
|
|
5431
5920
|
/** The Name of the alert rule template used to create this rule. */
|
|
5432
5921
|
alertRuleTemplateName?: string;
|
|
5433
5922
|
/**
|
|
@@ -5462,10 +5951,12 @@ export type ThreatIntelligenceAlertRule = AlertRule & {
|
|
|
5462
5951
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5463
5952
|
*/
|
|
5464
5953
|
readonly techniques?: string[];
|
|
5465
|
-
}
|
|
5954
|
+
}
|
|
5466
5955
|
|
|
5467
5956
|
/** Represents MicrosoftSecurityIncidentCreation rule. */
|
|
5468
|
-
export
|
|
5957
|
+
export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
|
|
5958
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5959
|
+
kind: "MicrosoftSecurityIncidentCreation";
|
|
5469
5960
|
/** the alerts' displayNames on which the cases will be generated */
|
|
5470
5961
|
displayNamesFilter?: string[];
|
|
5471
5962
|
/** the alerts' displayNames on which the cases will not be generated */
|
|
@@ -5487,10 +5978,12 @@ export type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
|
|
|
5487
5978
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5488
5979
|
*/
|
|
5489
5980
|
readonly lastModifiedUtc?: Date;
|
|
5490
|
-
}
|
|
5981
|
+
}
|
|
5491
5982
|
|
|
5492
5983
|
/** Represents scheduled alert rule. */
|
|
5493
|
-
export
|
|
5984
|
+
export interface ScheduledAlertRule extends AlertRule {
|
|
5985
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5986
|
+
kind: "Scheduled";
|
|
5494
5987
|
/** The query that creates alerts for this rule. */
|
|
5495
5988
|
query?: string;
|
|
5496
5989
|
/** The frequency (in ISO 8601 duration format) for this alert rule to run. */
|
|
@@ -5536,10 +6029,12 @@ export type ScheduledAlertRule = AlertRule & {
|
|
|
5536
6029
|
techniques?: string[];
|
|
5537
6030
|
/** The settings of the incidents that created from alerts triggered by this analytics rule */
|
|
5538
6031
|
incidentConfiguration?: IncidentConfiguration;
|
|
5539
|
-
}
|
|
6032
|
+
}
|
|
5540
6033
|
|
|
5541
6034
|
/** Represents NRT alert rule. */
|
|
5542
|
-
export
|
|
6035
|
+
export interface NrtAlertRule extends AlertRule {
|
|
6036
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6037
|
+
kind: "NRT";
|
|
5543
6038
|
/** The Name of the alert rule template used to create this rule. */
|
|
5544
6039
|
alertRuleTemplateName?: string;
|
|
5545
6040
|
/** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
|
|
@@ -5575,10 +6070,14 @@ export type NrtAlertRule = AlertRule & {
|
|
|
5575
6070
|
entityMappings?: EntityMapping[];
|
|
5576
6071
|
/** The alert details override settings */
|
|
5577
6072
|
alertDetailsOverride?: AlertDetailsOverride;
|
|
5578
|
-
|
|
6073
|
+
/** The event grouping settings. */
|
|
6074
|
+
eventGroupingSettings?: EventGroupingSettings;
|
|
6075
|
+
}
|
|
5579
6076
|
|
|
5580
6077
|
/** Represents Expansion entity query. */
|
|
5581
|
-
export
|
|
6078
|
+
export interface ExpansionEntityQuery extends EntityQuery {
|
|
6079
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6080
|
+
kind: "Expansion";
|
|
5582
6081
|
/** List of the data sources that are required to run the query */
|
|
5583
6082
|
dataSources?: string[];
|
|
5584
6083
|
/** The query display name */
|
|
@@ -5591,10 +6090,12 @@ export type ExpansionEntityQuery = EntityQuery & {
|
|
|
5591
6090
|
outputEntityTypes?: EntityType[];
|
|
5592
6091
|
/** The template query string to be parsed and formatted */
|
|
5593
6092
|
queryTemplate?: string;
|
|
5594
|
-
}
|
|
6093
|
+
}
|
|
5595
6094
|
|
|
5596
6095
|
/** Represents Activity entity query. */
|
|
5597
|
-
export
|
|
6096
|
+
export interface ActivityEntityQuery extends EntityQuery {
|
|
6097
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6098
|
+
kind: "Activity";
|
|
5598
6099
|
/** The entity query title */
|
|
5599
6100
|
title?: string;
|
|
5600
6101
|
/** The entity query content to display in timeline */
|
|
@@ -5623,10 +6124,12 @@ export type ActivityEntityQuery = EntityQuery & {
|
|
|
5623
6124
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5624
6125
|
*/
|
|
5625
6126
|
readonly lastModifiedTimeUtc?: Date;
|
|
5626
|
-
}
|
|
6127
|
+
}
|
|
5627
6128
|
|
|
5628
6129
|
/** Represents Activity entity query. */
|
|
5629
|
-
export
|
|
6130
|
+
export interface ActivityCustomEntityQuery extends CustomEntityQuery {
|
|
6131
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6132
|
+
kind: "Activity";
|
|
5630
6133
|
/** The entity query title */
|
|
5631
6134
|
title?: string;
|
|
5632
6135
|
/** The entity query content to display in timeline */
|
|
@@ -5655,43 +6158,89 @@ export type ActivityCustomEntityQuery = CustomEntityQuery & {
|
|
|
5655
6158
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5656
6159
|
*/
|
|
5657
6160
|
readonly lastModifiedTimeUtc?: Date;
|
|
5658
|
-
}
|
|
6161
|
+
}
|
|
5659
6162
|
|
|
5660
|
-
/**
|
|
5661
|
-
export
|
|
6163
|
+
/** Represents Anomaly Security ML Analytics Settings */
|
|
6164
|
+
export interface AnomalySecurityMLAnalyticsSettings
|
|
6165
|
+
extends SecurityMLAnalyticsSetting {
|
|
6166
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6167
|
+
kind: "Anomaly";
|
|
6168
|
+
/** The description of the SecurityMLAnalyticsSettings. */
|
|
6169
|
+
description?: string;
|
|
6170
|
+
/** The display name for settings created by this SecurityMLAnalyticsSettings. */
|
|
6171
|
+
displayName?: string;
|
|
6172
|
+
/** Determines whether this settings is enabled or disabled. */
|
|
6173
|
+
enabled?: boolean;
|
|
5662
6174
|
/**
|
|
5663
|
-
*
|
|
6175
|
+
* The last time that this SecurityMLAnalyticsSettings has been modified.
|
|
5664
6176
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5665
6177
|
*/
|
|
5666
|
-
readonly
|
|
5667
|
-
|
|
6178
|
+
readonly lastModifiedUtc?: Date;
|
|
6179
|
+
/** The required data sources for this SecurityMLAnalyticsSettings */
|
|
6180
|
+
requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];
|
|
6181
|
+
/** The tactics of the SecurityMLAnalyticsSettings */
|
|
6182
|
+
tactics?: AttackTactic[];
|
|
6183
|
+
/** The techniques of the SecurityMLAnalyticsSettings */
|
|
6184
|
+
techniques?: string[];
|
|
6185
|
+
/** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */
|
|
6186
|
+
anomalyVersion?: string;
|
|
6187
|
+
/** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */
|
|
6188
|
+
customizableObservations?: Record<string, unknown>;
|
|
6189
|
+
/** The frequency that this SecurityMLAnalyticsSettings will be run. */
|
|
6190
|
+
frequency?: string;
|
|
6191
|
+
/** The anomaly SecurityMLAnalyticsSettings status */
|
|
6192
|
+
settingsStatus?: SettingsStatus;
|
|
6193
|
+
/** Determines whether this anomaly security ml analytics settings is a default settings */
|
|
6194
|
+
isDefaultSettings?: boolean;
|
|
6195
|
+
/** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */
|
|
6196
|
+
anomalySettingsVersion?: number;
|
|
6197
|
+
/** The anomaly settings definition Id */
|
|
6198
|
+
settingsDefinitionId?: string;
|
|
6199
|
+
}
|
|
5668
6200
|
|
|
5669
6201
|
/** Settings with single toggle. */
|
|
5670
|
-
export
|
|
6202
|
+
export interface Anomalies extends Settings {
|
|
6203
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6204
|
+
kind: "Anomalies";
|
|
5671
6205
|
/**
|
|
5672
6206
|
* Determines whether the setting is enable or disabled.
|
|
5673
6207
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5674
6208
|
*/
|
|
5675
6209
|
readonly isEnabled?: boolean;
|
|
5676
|
-
}
|
|
6210
|
+
}
|
|
5677
6211
|
|
|
5678
6212
|
/** Settings with single toggle. */
|
|
5679
|
-
export
|
|
6213
|
+
export interface EyesOn extends Settings {
|
|
6214
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6215
|
+
kind: "EyesOn";
|
|
5680
6216
|
/**
|
|
5681
6217
|
* Determines whether the setting is enable or disabled.
|
|
5682
6218
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5683
6219
|
*/
|
|
5684
6220
|
readonly isEnabled?: boolean;
|
|
5685
|
-
}
|
|
6221
|
+
}
|
|
6222
|
+
|
|
6223
|
+
/** Settings with single toggle. */
|
|
6224
|
+
export interface EntityAnalytics extends Settings {
|
|
6225
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6226
|
+
kind: "EntityAnalytics";
|
|
6227
|
+
/** The relevant entity providers that are synced */
|
|
6228
|
+
entityProviders?: EntityProviders[];
|
|
6229
|
+
}
|
|
5686
6230
|
|
|
5687
6231
|
/** Settings with single toggle. */
|
|
5688
|
-
export
|
|
6232
|
+
export interface Ueba extends Settings {
|
|
6233
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6234
|
+
kind: "Ueba";
|
|
5689
6235
|
/** The relevant data sources that enriched by ueba */
|
|
5690
6236
|
dataSources?: UebaDataSources[];
|
|
5691
|
-
}
|
|
6237
|
+
}
|
|
5692
6238
|
|
|
5693
6239
|
/** Threat intelligence indicator entity. */
|
|
5694
|
-
export
|
|
6240
|
+
export interface ThreatIntelligenceIndicatorModel
|
|
6241
|
+
extends ThreatIntelligenceInformation {
|
|
6242
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6243
|
+
kind: "indicator";
|
|
5695
6244
|
/**
|
|
5696
6245
|
* A bag of custom fields that should be part of the entity and will be presented to the user.
|
|
5697
6246
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -5758,58 +6307,72 @@ export type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & {
|
|
|
5758
6307
|
modified?: string;
|
|
5759
6308
|
/** Extensions map */
|
|
5760
6309
|
extensions?: { [propertyName: string]: any };
|
|
5761
|
-
}
|
|
6310
|
+
}
|
|
5762
6311
|
|
|
5763
6312
|
/** Represents AAD (Azure Active Directory) data connector. */
|
|
5764
|
-
export
|
|
6313
|
+
export interface AADDataConnector extends DataConnector {
|
|
6314
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6315
|
+
kind: "AzureActiveDirectory";
|
|
5765
6316
|
/** The tenant id to connect to, and get the data from. */
|
|
5766
6317
|
tenantId?: string;
|
|
5767
6318
|
/** The available data types for the connector. */
|
|
5768
6319
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5769
|
-
}
|
|
6320
|
+
}
|
|
5770
6321
|
|
|
5771
6322
|
/** Represents Microsoft Threat Intelligence data connector. */
|
|
5772
|
-
export
|
|
6323
|
+
export interface MstiDataConnector extends DataConnector {
|
|
6324
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6325
|
+
kind: "MicrosoftThreatIntelligence";
|
|
5773
6326
|
/** The tenant id to connect to, and get the data from. */
|
|
5774
6327
|
tenantId?: string;
|
|
5775
6328
|
/** The available data types for the connector. */
|
|
5776
6329
|
dataTypes?: MstiDataConnectorDataTypes;
|
|
5777
|
-
}
|
|
6330
|
+
}
|
|
5778
6331
|
|
|
5779
6332
|
/** Represents MTP (Microsoft Threat Protection) data connector. */
|
|
5780
|
-
export
|
|
6333
|
+
export interface MTPDataConnector extends DataConnector {
|
|
6334
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6335
|
+
kind: "MicrosoftThreatProtection";
|
|
5781
6336
|
/** The tenant id to connect to, and get the data from. */
|
|
5782
6337
|
tenantId?: string;
|
|
5783
6338
|
/** The available data types for the connector. */
|
|
5784
6339
|
dataTypes?: MTPDataConnectorDataTypes;
|
|
5785
|
-
}
|
|
6340
|
+
}
|
|
5786
6341
|
|
|
5787
6342
|
/** Represents AATP (Azure Advanced Threat Protection) data connector. */
|
|
5788
|
-
export
|
|
6343
|
+
export interface AatpDataConnector extends DataConnector {
|
|
6344
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6345
|
+
kind: "AzureAdvancedThreatProtection";
|
|
5789
6346
|
/** The tenant id to connect to, and get the data from. */
|
|
5790
6347
|
tenantId?: string;
|
|
5791
6348
|
/** The available data types for the connector. */
|
|
5792
6349
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5793
|
-
}
|
|
6350
|
+
}
|
|
5794
6351
|
|
|
5795
6352
|
/** Represents ASC (Azure Security Center) data connector. */
|
|
5796
|
-
export
|
|
6353
|
+
export interface ASCDataConnector extends DataConnector {
|
|
6354
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6355
|
+
kind: "AzureSecurityCenter";
|
|
5797
6356
|
/** The available data types for the connector. */
|
|
5798
6357
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5799
6358
|
/** The subscription id to connect to, and get the data from. */
|
|
5800
6359
|
subscriptionId?: string;
|
|
5801
|
-
}
|
|
6360
|
+
}
|
|
5802
6361
|
|
|
5803
6362
|
/** Represents Amazon Web Services CloudTrail data connector. */
|
|
5804
|
-
export
|
|
6363
|
+
export interface AwsCloudTrailDataConnector extends DataConnector {
|
|
6364
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6365
|
+
kind: "AmazonWebServicesCloudTrail";
|
|
5805
6366
|
/** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
|
|
5806
6367
|
awsRoleArn?: string;
|
|
5807
6368
|
/** The available data types for the connector. */
|
|
5808
6369
|
dataTypes?: AwsCloudTrailDataConnectorDataTypes;
|
|
5809
|
-
}
|
|
6370
|
+
}
|
|
5810
6371
|
|
|
5811
6372
|
/** Represents Amazon Web Services S3 data connector. */
|
|
5812
|
-
export
|
|
6373
|
+
export interface AwsS3DataConnector extends DataConnector {
|
|
6374
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6375
|
+
kind: "AmazonWebServicesS3";
|
|
5813
6376
|
/** The logs destination table name in LogAnalytics. */
|
|
5814
6377
|
destinationTable?: string;
|
|
5815
6378
|
/** The AWS sqs urls for the connector. */
|
|
@@ -5818,84 +6381,104 @@ export type AwsS3DataConnector = DataConnector & {
|
|
|
5818
6381
|
roleArn?: string;
|
|
5819
6382
|
/** The available data types for the connector. */
|
|
5820
6383
|
dataTypes?: AwsS3DataConnectorDataTypes;
|
|
5821
|
-
}
|
|
6384
|
+
}
|
|
5822
6385
|
|
|
5823
6386
|
/** Represents MCAS (Microsoft Cloud App Security) data connector. */
|
|
5824
|
-
export
|
|
6387
|
+
export interface McasDataConnector extends DataConnector {
|
|
6388
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6389
|
+
kind: "MicrosoftCloudAppSecurity";
|
|
5825
6390
|
/** The tenant id to connect to, and get the data from. */
|
|
5826
6391
|
tenantId?: string;
|
|
5827
6392
|
/** The available data types for the connector. */
|
|
5828
6393
|
dataTypes?: McasDataConnectorDataTypes;
|
|
5829
|
-
}
|
|
6394
|
+
}
|
|
5830
6395
|
|
|
5831
6396
|
/** Represents Dynamics365 data connector. */
|
|
5832
|
-
export
|
|
6397
|
+
export interface Dynamics365DataConnector extends DataConnector {
|
|
6398
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6399
|
+
kind: "Dynamics365";
|
|
5833
6400
|
/** The tenant id to connect to, and get the data from. */
|
|
5834
6401
|
tenantId?: string;
|
|
5835
6402
|
/** The available data types for the connector. */
|
|
5836
6403
|
dataTypes?: Dynamics365DataConnectorDataTypes;
|
|
5837
|
-
}
|
|
6404
|
+
}
|
|
5838
6405
|
|
|
5839
6406
|
/** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
|
|
5840
|
-
export
|
|
6407
|
+
export interface OfficeATPDataConnector extends DataConnector {
|
|
6408
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6409
|
+
kind: "OfficeATP";
|
|
5841
6410
|
/** The tenant id to connect to, and get the data from. */
|
|
5842
6411
|
tenantId?: string;
|
|
5843
6412
|
/** The available data types for the connector. */
|
|
5844
6413
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5845
|
-
}
|
|
6414
|
+
}
|
|
5846
6415
|
|
|
5847
6416
|
/** Represents Office Microsoft Project data connector. */
|
|
5848
|
-
export
|
|
6417
|
+
export interface Office365ProjectDataConnector extends DataConnector {
|
|
6418
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6419
|
+
kind: "Office365Project";
|
|
5849
6420
|
/** The tenant id to connect to, and get the data from. */
|
|
5850
6421
|
tenantId?: string;
|
|
5851
6422
|
/** The available data types for the connector. */
|
|
5852
6423
|
dataTypes?: Office365ProjectConnectorDataTypes;
|
|
5853
|
-
}
|
|
6424
|
+
}
|
|
5854
6425
|
|
|
5855
6426
|
/** Represents Office Microsoft PowerBI data connector. */
|
|
5856
|
-
export
|
|
6427
|
+
export interface OfficePowerBIDataConnector extends DataConnector {
|
|
6428
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6429
|
+
kind: "OfficePowerBI";
|
|
5857
6430
|
/** The tenant id to connect to, and get the data from. */
|
|
5858
6431
|
tenantId?: string;
|
|
5859
6432
|
/** The available data types for the connector. */
|
|
5860
6433
|
dataTypes?: OfficePowerBIConnectorDataTypes;
|
|
5861
|
-
}
|
|
6434
|
+
}
|
|
5862
6435
|
|
|
5863
6436
|
/** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
|
|
5864
|
-
export
|
|
6437
|
+
export interface OfficeIRMDataConnector extends DataConnector {
|
|
6438
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6439
|
+
kind: "OfficeIRM";
|
|
5865
6440
|
/** The tenant id to connect to, and get the data from. */
|
|
5866
6441
|
tenantId?: string;
|
|
5867
6442
|
/** The available data types for the connector. */
|
|
5868
6443
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5869
|
-
}
|
|
6444
|
+
}
|
|
5870
6445
|
|
|
5871
6446
|
/** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
|
|
5872
|
-
export
|
|
6447
|
+
export interface MdatpDataConnector extends DataConnector {
|
|
6448
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6449
|
+
kind: "MicrosoftDefenderAdvancedThreatProtection";
|
|
5873
6450
|
/** The tenant id to connect to, and get the data from. */
|
|
5874
6451
|
tenantId?: string;
|
|
5875
6452
|
/** The available data types for the connector. */
|
|
5876
6453
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5877
|
-
}
|
|
6454
|
+
}
|
|
5878
6455
|
|
|
5879
6456
|
/** Represents office data connector. */
|
|
5880
|
-
export
|
|
6457
|
+
export interface OfficeDataConnector extends DataConnector {
|
|
6458
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6459
|
+
kind: "Office365";
|
|
5881
6460
|
/** The tenant id to connect to, and get the data from. */
|
|
5882
6461
|
tenantId?: string;
|
|
5883
6462
|
/** The available data types for the connector. */
|
|
5884
6463
|
dataTypes?: OfficeDataConnectorDataTypes;
|
|
5885
|
-
}
|
|
6464
|
+
}
|
|
5886
6465
|
|
|
5887
6466
|
/** Represents threat intelligence data connector. */
|
|
5888
|
-
export
|
|
6467
|
+
export interface TIDataConnector extends DataConnector {
|
|
6468
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6469
|
+
kind: "ThreatIntelligence";
|
|
5889
6470
|
/** The tenant id to connect to, and get the data from. */
|
|
5890
6471
|
tenantId?: string;
|
|
5891
6472
|
/** The lookback period for the feed to be imported. */
|
|
5892
6473
|
tipLookbackPeriod?: Date;
|
|
5893
6474
|
/** The available data types for the connector. */
|
|
5894
6475
|
dataTypes?: TIDataConnectorDataTypes;
|
|
5895
|
-
}
|
|
6476
|
+
}
|
|
5896
6477
|
|
|
5897
6478
|
/** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
|
|
5898
|
-
export
|
|
6479
|
+
export interface TiTaxiiDataConnector extends DataConnector {
|
|
6480
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6481
|
+
kind: "ThreatIntelligenceTaxii";
|
|
5899
6482
|
/** The tenant id to connect to, and get the data from. */
|
|
5900
6483
|
tenantId?: string;
|
|
5901
6484
|
/** The workspace id. */
|
|
@@ -5916,29 +6499,35 @@ export type TiTaxiiDataConnector = DataConnector & {
|
|
|
5916
6499
|
pollingFrequency?: PollingFrequency;
|
|
5917
6500
|
/** The available data types for Threat Intelligence TAXII data connector. */
|
|
5918
6501
|
dataTypes?: TiTaxiiDataConnectorDataTypes;
|
|
5919
|
-
}
|
|
6502
|
+
}
|
|
5920
6503
|
|
|
5921
6504
|
/** Represents IoT data connector. */
|
|
5922
|
-
export
|
|
6505
|
+
export interface IoTDataConnector extends DataConnector {
|
|
6506
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6507
|
+
kind: "IOT";
|
|
5923
6508
|
/** The available data types for the connector. */
|
|
5924
6509
|
dataTypes?: AlertsDataTypeOfDataConnector;
|
|
5925
6510
|
/** The subscription id to connect to, and get the data from. */
|
|
5926
6511
|
subscriptionId?: string;
|
|
5927
|
-
}
|
|
6512
|
+
}
|
|
5928
6513
|
|
|
5929
6514
|
/** Represents Codeless UI data connector. */
|
|
5930
|
-
export
|
|
6515
|
+
export interface CodelessUiDataConnector extends DataConnector {
|
|
6516
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6517
|
+
kind: "GenericUI";
|
|
5931
6518
|
/** Config to describe the instructions blade */
|
|
5932
6519
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
5933
|
-
}
|
|
6520
|
+
}
|
|
5934
6521
|
|
|
5935
6522
|
/** Represents Codeless API Polling data connector. */
|
|
5936
|
-
export
|
|
6523
|
+
export interface CodelessApiPollingDataConnector extends DataConnector {
|
|
6524
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6525
|
+
kind: "APIPolling";
|
|
5937
6526
|
/** Config to describe the instructions blade */
|
|
5938
6527
|
connectorUiConfig?: CodelessUiConnectorConfigProperties;
|
|
5939
6528
|
/** Config to describe the polling instructions */
|
|
5940
6529
|
pollingConfig?: CodelessConnectorPollingConfigProperties;
|
|
5941
|
-
}
|
|
6530
|
+
}
|
|
5942
6531
|
|
|
5943
6532
|
/** Defines headers for Watchlists_delete operation. */
|
|
5944
6533
|
export interface WatchlistsDeleteHeaders {
|
|
@@ -5954,11 +6543,17 @@ export interface WatchlistsCreateOrUpdateHeaders {
|
|
|
5954
6543
|
|
|
5955
6544
|
/** Known values of {@link AlertRuleKind} that the service accepts. */
|
|
5956
6545
|
export enum KnownAlertRuleKind {
|
|
6546
|
+
/** Scheduled */
|
|
5957
6547
|
Scheduled = "Scheduled",
|
|
6548
|
+
/** MicrosoftSecurityIncidentCreation */
|
|
5958
6549
|
MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
|
|
6550
|
+
/** Fusion */
|
|
5959
6551
|
Fusion = "Fusion",
|
|
6552
|
+
/** MLBehaviorAnalytics */
|
|
5960
6553
|
MLBehaviorAnalytics = "MLBehaviorAnalytics",
|
|
6554
|
+
/** ThreatIntelligence */
|
|
5961
6555
|
ThreatIntelligence = "ThreatIntelligence",
|
|
6556
|
+
/** NRT */
|
|
5962
6557
|
NRT = "NRT"
|
|
5963
6558
|
}
|
|
5964
6559
|
|
|
@@ -5978,9 +6573,13 @@ export type AlertRuleKind = string;
|
|
|
5978
6573
|
|
|
5979
6574
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
5980
6575
|
export enum KnownCreatedByType {
|
|
6576
|
+
/** User */
|
|
5981
6577
|
User = "User",
|
|
6578
|
+
/** Application */
|
|
5982
6579
|
Application = "Application",
|
|
6580
|
+
/** ManagedIdentity */
|
|
5983
6581
|
ManagedIdentity = "ManagedIdentity",
|
|
6582
|
+
/** Key */
|
|
5984
6583
|
Key = "Key"
|
|
5985
6584
|
}
|
|
5986
6585
|
|
|
@@ -5999,7 +6598,9 @@ export type CreatedByType = string;
|
|
|
5999
6598
|
/** Known values of {@link TriggersOn} that the service accepts. */
|
|
6000
6599
|
export enum KnownTriggersOn {
|
|
6001
6600
|
/** Trigger on Incidents */
|
|
6002
|
-
Incidents = "Incidents"
|
|
6601
|
+
Incidents = "Incidents",
|
|
6602
|
+
/** Trigger on Alerts */
|
|
6603
|
+
Alerts = "Alerts"
|
|
6003
6604
|
}
|
|
6004
6605
|
|
|
6005
6606
|
/**
|
|
@@ -6007,14 +6608,17 @@ export enum KnownTriggersOn {
|
|
|
6007
6608
|
* {@link KnownTriggersOn} can be used interchangeably with TriggersOn,
|
|
6008
6609
|
* this enum contains the known values that the service supports.
|
|
6009
6610
|
* ### Known values supported by the service
|
|
6010
|
-
* **Incidents**: Trigger on Incidents
|
|
6611
|
+
* **Incidents**: Trigger on Incidents \
|
|
6612
|
+
* **Alerts**: Trigger on Alerts
|
|
6011
6613
|
*/
|
|
6012
6614
|
export type TriggersOn = string;
|
|
6013
6615
|
|
|
6014
6616
|
/** Known values of {@link TriggersWhen} that the service accepts. */
|
|
6015
6617
|
export enum KnownTriggersWhen {
|
|
6016
6618
|
/** Trigger on created objects */
|
|
6017
|
-
Created = "Created"
|
|
6619
|
+
Created = "Created",
|
|
6620
|
+
/** Trigger on updated objects */
|
|
6621
|
+
Updated = "Updated"
|
|
6018
6622
|
}
|
|
6019
6623
|
|
|
6020
6624
|
/**
|
|
@@ -6022,14 +6626,23 @@ export enum KnownTriggersWhen {
|
|
|
6022
6626
|
* {@link KnownTriggersWhen} can be used interchangeably with TriggersWhen,
|
|
6023
6627
|
* this enum contains the known values that the service supports.
|
|
6024
6628
|
* ### Known values supported by the service
|
|
6025
|
-
* **Created**: Trigger on created objects
|
|
6629
|
+
* **Created**: Trigger on created objects \
|
|
6630
|
+
* **Updated**: Trigger on updated objects
|
|
6026
6631
|
*/
|
|
6027
6632
|
export type TriggersWhen = string;
|
|
6028
6633
|
|
|
6029
6634
|
/** Known values of {@link ConditionType} that the service accepts. */
|
|
6030
6635
|
export enum KnownConditionType {
|
|
6031
6636
|
/** Evaluate an object property value */
|
|
6032
|
-
Property = "Property"
|
|
6637
|
+
Property = "Property",
|
|
6638
|
+
/** Evaluate an object array property value */
|
|
6639
|
+
PropertyArray = "PropertyArray",
|
|
6640
|
+
/** Evaluate an object property changed value */
|
|
6641
|
+
PropertyChanged = "PropertyChanged",
|
|
6642
|
+
/** Evaluate an object array property changed value */
|
|
6643
|
+
PropertyArrayChanged = "PropertyArrayChanged",
|
|
6644
|
+
/** Apply a boolean operator (e.g AND, OR) to conditions */
|
|
6645
|
+
Boolean = "Boolean"
|
|
6033
6646
|
}
|
|
6034
6647
|
|
|
6035
6648
|
/**
|
|
@@ -6037,7 +6650,11 @@ export enum KnownConditionType {
|
|
|
6037
6650
|
* {@link KnownConditionType} can be used interchangeably with ConditionType,
|
|
6038
6651
|
* this enum contains the known values that the service supports.
|
|
6039
6652
|
* ### Known values supported by the service
|
|
6040
|
-
* **Property**: Evaluate an object property value
|
|
6653
|
+
* **Property**: Evaluate an object property value \
|
|
6654
|
+
* **PropertyArray**: Evaluate an object array property value \
|
|
6655
|
+
* **PropertyChanged**: Evaluate an object property changed value \
|
|
6656
|
+
* **PropertyArrayChanged**: Evaluate an object array property changed value \
|
|
6657
|
+
* **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
|
|
6041
6658
|
*/
|
|
6042
6659
|
export type ConditionType = string;
|
|
6043
6660
|
|
|
@@ -6085,22 +6702,39 @@ export type IncidentSeverity = string;
|
|
|
6085
6702
|
|
|
6086
6703
|
/** Known values of {@link AttackTactic} that the service accepts. */
|
|
6087
6704
|
export enum KnownAttackTactic {
|
|
6705
|
+
/** Reconnaissance */
|
|
6088
6706
|
Reconnaissance = "Reconnaissance",
|
|
6707
|
+
/** ResourceDevelopment */
|
|
6089
6708
|
ResourceDevelopment = "ResourceDevelopment",
|
|
6709
|
+
/** InitialAccess */
|
|
6090
6710
|
InitialAccess = "InitialAccess",
|
|
6711
|
+
/** Execution */
|
|
6091
6712
|
Execution = "Execution",
|
|
6713
|
+
/** Persistence */
|
|
6092
6714
|
Persistence = "Persistence",
|
|
6715
|
+
/** PrivilegeEscalation */
|
|
6093
6716
|
PrivilegeEscalation = "PrivilegeEscalation",
|
|
6717
|
+
/** DefenseEvasion */
|
|
6094
6718
|
DefenseEvasion = "DefenseEvasion",
|
|
6719
|
+
/** CredentialAccess */
|
|
6095
6720
|
CredentialAccess = "CredentialAccess",
|
|
6721
|
+
/** Discovery */
|
|
6096
6722
|
Discovery = "Discovery",
|
|
6723
|
+
/** LateralMovement */
|
|
6097
6724
|
LateralMovement = "LateralMovement",
|
|
6725
|
+
/** Collection */
|
|
6098
6726
|
Collection = "Collection",
|
|
6727
|
+
/** Exfiltration */
|
|
6099
6728
|
Exfiltration = "Exfiltration",
|
|
6729
|
+
/** CommandAndControl */
|
|
6100
6730
|
CommandAndControl = "CommandAndControl",
|
|
6731
|
+
/** Impact */
|
|
6101
6732
|
Impact = "Impact",
|
|
6733
|
+
/** PreAttack */
|
|
6102
6734
|
PreAttack = "PreAttack",
|
|
6735
|
+
/** ImpairProcessControl */
|
|
6103
6736
|
ImpairProcessControl = "ImpairProcessControl",
|
|
6737
|
+
/** InhibitResponseFunction */
|
|
6104
6738
|
InhibitResponseFunction = "InhibitResponseFunction"
|
|
6105
6739
|
}
|
|
6106
6740
|
|
|
@@ -6172,7 +6806,9 @@ export enum KnownEntityKind {
|
|
|
6172
6806
|
/** Entity represents mailbox in the system. */
|
|
6173
6807
|
Mailbox = "Mailbox",
|
|
6174
6808
|
/** Entity represents submission mail in the system. */
|
|
6175
|
-
SubmissionMail = "SubmissionMail"
|
|
6809
|
+
SubmissionMail = "SubmissionMail",
|
|
6810
|
+
/** Entity represents network interface in the system. */
|
|
6811
|
+
Nic = "Nic"
|
|
6176
6812
|
}
|
|
6177
6813
|
|
|
6178
6814
|
/**
|
|
@@ -6200,7 +6836,8 @@ export enum KnownEntityKind {
|
|
|
6200
6836
|
* **MailCluster**: Entity represents mail cluster in the system. \
|
|
6201
6837
|
* **MailMessage**: Entity represents mail message in the system. \
|
|
6202
6838
|
* **Mailbox**: Entity represents mailbox in the system. \
|
|
6203
|
-
* **SubmissionMail**: Entity represents submission mail in the system.
|
|
6839
|
+
* **SubmissionMail**: Entity represents submission mail in the system. \
|
|
6840
|
+
* **Nic**: Entity represents network interface in the system.
|
|
6204
6841
|
*/
|
|
6205
6842
|
export type EntityKind = string;
|
|
6206
6843
|
|
|
@@ -6211,7 +6848,9 @@ export enum KnownEntityTimelineKind {
|
|
|
6211
6848
|
/** bookmarks */
|
|
6212
6849
|
Bookmark = "Bookmark",
|
|
6213
6850
|
/** security alerts */
|
|
6214
|
-
SecurityAlert = "SecurityAlert"
|
|
6851
|
+
SecurityAlert = "SecurityAlert",
|
|
6852
|
+
/** anomaly */
|
|
6853
|
+
Anomaly = "Anomaly"
|
|
6215
6854
|
}
|
|
6216
6855
|
|
|
6217
6856
|
/**
|
|
@@ -6221,7 +6860,8 @@ export enum KnownEntityTimelineKind {
|
|
|
6221
6860
|
* ### Known values supported by the service
|
|
6222
6861
|
* **Activity**: activity \
|
|
6223
6862
|
* **Bookmark**: bookmarks \
|
|
6224
|
-
* **SecurityAlert**: security alerts
|
|
6863
|
+
* **SecurityAlert**: security alerts \
|
|
6864
|
+
* **Anomaly**: anomaly
|
|
6225
6865
|
*/
|
|
6226
6866
|
export type EntityTimelineKind = string;
|
|
6227
6867
|
|
|
@@ -6242,8 +6882,11 @@ export type EntityItemQueryKind = string;
|
|
|
6242
6882
|
|
|
6243
6883
|
/** Known values of {@link EntityQueryKind} that the service accepts. */
|
|
6244
6884
|
export enum KnownEntityQueryKind {
|
|
6885
|
+
/** Expansion */
|
|
6245
6886
|
Expansion = "Expansion",
|
|
6887
|
+
/** Insight */
|
|
6246
6888
|
Insight = "Insight",
|
|
6889
|
+
/** Activity */
|
|
6247
6890
|
Activity = "Activity"
|
|
6248
6891
|
}
|
|
6249
6892
|
|
|
@@ -6258,24 +6901,42 @@ export enum KnownEntityQueryKind {
|
|
|
6258
6901
|
*/
|
|
6259
6902
|
export type EntityQueryKind = string;
|
|
6260
6903
|
|
|
6261
|
-
/** Known values of {@link
|
|
6262
|
-
export enum
|
|
6904
|
+
/** Known values of {@link GetInsightsError} that the service accepts. */
|
|
6905
|
+
export enum KnownGetInsightsError {
|
|
6906
|
+
/** Insight */
|
|
6907
|
+
Insight = "Insight"
|
|
6908
|
+
}
|
|
6909
|
+
|
|
6910
|
+
/**
|
|
6911
|
+
* Defines values for GetInsightsError. \
|
|
6912
|
+
* {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,
|
|
6913
|
+
* this enum contains the known values that the service supports.
|
|
6914
|
+
* ### Known values supported by the service
|
|
6915
|
+
* **Insight**
|
|
6916
|
+
*/
|
|
6917
|
+
export type GetInsightsError = string;
|
|
6918
|
+
|
|
6919
|
+
/** Known values of {@link Enum13} that the service accepts. */
|
|
6920
|
+
export enum KnownEnum13 {
|
|
6921
|
+
/** Expansion */
|
|
6263
6922
|
Expansion = "Expansion",
|
|
6923
|
+
/** Activity */
|
|
6264
6924
|
Activity = "Activity"
|
|
6265
6925
|
}
|
|
6266
6926
|
|
|
6267
6927
|
/**
|
|
6268
|
-
* Defines values for
|
|
6269
|
-
* {@link
|
|
6928
|
+
* Defines values for Enum13. \
|
|
6929
|
+
* {@link KnownEnum13} can be used interchangeably with Enum13,
|
|
6270
6930
|
* this enum contains the known values that the service supports.
|
|
6271
6931
|
* ### Known values supported by the service
|
|
6272
6932
|
* **Expansion** \
|
|
6273
6933
|
* **Activity**
|
|
6274
6934
|
*/
|
|
6275
|
-
export type
|
|
6935
|
+
export type Enum13 = string;
|
|
6276
6936
|
|
|
6277
6937
|
/** Known values of {@link CustomEntityQueryKind} that the service accepts. */
|
|
6278
6938
|
export enum KnownCustomEntityQueryKind {
|
|
6939
|
+
/** Activity */
|
|
6279
6940
|
Activity = "Activity"
|
|
6280
6941
|
}
|
|
6281
6942
|
|
|
@@ -6290,6 +6951,7 @@ export type CustomEntityQueryKind = string;
|
|
|
6290
6951
|
|
|
6291
6952
|
/** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
|
|
6292
6953
|
export enum KnownEntityQueryTemplateKind {
|
|
6954
|
+
/** Activity */
|
|
6293
6955
|
Activity = "Activity"
|
|
6294
6956
|
}
|
|
6295
6957
|
|
|
@@ -6302,6 +6964,123 @@ export enum KnownEntityQueryTemplateKind {
|
|
|
6302
6964
|
*/
|
|
6303
6965
|
export type EntityQueryTemplateKind = string;
|
|
6304
6966
|
|
|
6967
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
6968
|
+
export enum KnownIngestionMode {
|
|
6969
|
+
/** No records should be ingested when invalid records are detected. */
|
|
6970
|
+
IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
|
|
6971
|
+
/** Valid records should still be ingested when invalid records are detected. */
|
|
6972
|
+
IngestAnyValidRecords = "IngestAnyValidRecords",
|
|
6973
|
+
/** Unspecified */
|
|
6974
|
+
Unspecified = "Unspecified"
|
|
6975
|
+
}
|
|
6976
|
+
|
|
6977
|
+
/**
|
|
6978
|
+
* Defines values for IngestionMode. \
|
|
6979
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
6980
|
+
* this enum contains the known values that the service supports.
|
|
6981
|
+
* ### Known values supported by the service
|
|
6982
|
+
* **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
|
|
6983
|
+
* **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
|
|
6984
|
+
* **Unspecified**: Unspecified
|
|
6985
|
+
*/
|
|
6986
|
+
export type IngestionMode = string;
|
|
6987
|
+
|
|
6988
|
+
/** Known values of {@link FileImportContentType} that the service accepts. */
|
|
6989
|
+
export enum KnownFileImportContentType {
|
|
6990
|
+
/** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
|
|
6991
|
+
BasicIndicator = "BasicIndicator",
|
|
6992
|
+
/** File containing STIX indicators. */
|
|
6993
|
+
StixIndicator = "StixIndicator",
|
|
6994
|
+
/** File containing other records. */
|
|
6995
|
+
Unspecified = "Unspecified"
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
/**
|
|
6999
|
+
* Defines values for FileImportContentType. \
|
|
7000
|
+
* {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
|
|
7001
|
+
* this enum contains the known values that the service supports.
|
|
7002
|
+
* ### Known values supported by the service
|
|
7003
|
+
* **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
|
|
7004
|
+
* **StixIndicator**: File containing STIX indicators. \
|
|
7005
|
+
* **Unspecified**: File containing other records.
|
|
7006
|
+
*/
|
|
7007
|
+
export type FileImportContentType = string;
|
|
7008
|
+
|
|
7009
|
+
/** Known values of {@link FileFormat} that the service accepts. */
|
|
7010
|
+
export enum KnownFileFormat {
|
|
7011
|
+
/** A CSV file. */
|
|
7012
|
+
CSV = "CSV",
|
|
7013
|
+
/** A JSON file. */
|
|
7014
|
+
Json = "JSON",
|
|
7015
|
+
/** A file of other format. */
|
|
7016
|
+
Unspecified = "Unspecified"
|
|
7017
|
+
}
|
|
7018
|
+
|
|
7019
|
+
/**
|
|
7020
|
+
* Defines values for FileFormat. \
|
|
7021
|
+
* {@link KnownFileFormat} can be used interchangeably with FileFormat,
|
|
7022
|
+
* this enum contains the known values that the service supports.
|
|
7023
|
+
* ### Known values supported by the service
|
|
7024
|
+
* **CSV**: A CSV file. \
|
|
7025
|
+
* **JSON**: A JSON file. \
|
|
7026
|
+
* **Unspecified**: A file of other format.
|
|
7027
|
+
*/
|
|
7028
|
+
export type FileFormat = string;
|
|
7029
|
+
|
|
7030
|
+
/** Known values of {@link DeleteStatus} that the service accepts. */
|
|
7031
|
+
export enum KnownDeleteStatus {
|
|
7032
|
+
/** The file was deleted. */
|
|
7033
|
+
Deleted = "Deleted",
|
|
7034
|
+
/** The file was not deleted. */
|
|
7035
|
+
NotDeleted = "NotDeleted",
|
|
7036
|
+
/** Unspecified */
|
|
7037
|
+
Unspecified = "Unspecified"
|
|
7038
|
+
}
|
|
7039
|
+
|
|
7040
|
+
/**
|
|
7041
|
+
* Defines values for DeleteStatus. \
|
|
7042
|
+
* {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
|
|
7043
|
+
* this enum contains the known values that the service supports.
|
|
7044
|
+
* ### Known values supported by the service
|
|
7045
|
+
* **Deleted**: The file was deleted. \
|
|
7046
|
+
* **NotDeleted**: The file was not deleted. \
|
|
7047
|
+
* **Unspecified**: Unspecified
|
|
7048
|
+
*/
|
|
7049
|
+
export type DeleteStatus = string;
|
|
7050
|
+
|
|
7051
|
+
/** Known values of {@link FileImportState} that the service accepts. */
|
|
7052
|
+
export enum KnownFileImportState {
|
|
7053
|
+
/** A fatal error has occurred while ingesting the file. */
|
|
7054
|
+
FatalError = "FatalError",
|
|
7055
|
+
/** The file has been ingested. */
|
|
7056
|
+
Ingested = "Ingested",
|
|
7057
|
+
/** The file has been ingested with errors. */
|
|
7058
|
+
IngestedWithErrors = "IngestedWithErrors",
|
|
7059
|
+
/** The file ingestion is in progress. */
|
|
7060
|
+
InProgress = "InProgress",
|
|
7061
|
+
/** The file is invalid. */
|
|
7062
|
+
Invalid = "Invalid",
|
|
7063
|
+
/** Waiting for the file to be uploaded. */
|
|
7064
|
+
WaitingForUpload = "WaitingForUpload",
|
|
7065
|
+
/** Unspecified state. */
|
|
7066
|
+
Unspecified = "Unspecified"
|
|
7067
|
+
}
|
|
7068
|
+
|
|
7069
|
+
/**
|
|
7070
|
+
* Defines values for FileImportState. \
|
|
7071
|
+
* {@link KnownFileImportState} can be used interchangeably with FileImportState,
|
|
7072
|
+
* this enum contains the known values that the service supports.
|
|
7073
|
+
* ### Known values supported by the service
|
|
7074
|
+
* **FatalError**: A fatal error has occurred while ingesting the file. \
|
|
7075
|
+
* **Ingested**: The file has been ingested. \
|
|
7076
|
+
* **IngestedWithErrors**: The file has been ingested with errors. \
|
|
7077
|
+
* **InProgress**: The file ingestion is in progress. \
|
|
7078
|
+
* **Invalid**: The file is invalid. \
|
|
7079
|
+
* **WaitingForUpload**: Waiting for the file to be uploaded. \
|
|
7080
|
+
* **Unspecified**: Unspecified state.
|
|
7081
|
+
*/
|
|
7082
|
+
export type FileImportState = string;
|
|
7083
|
+
|
|
6305
7084
|
/** Known values of {@link IncidentClassification} that the service accepts. */
|
|
6306
7085
|
export enum KnownIncidentClassification {
|
|
6307
7086
|
/** Incident classification was undetermined */
|
|
@@ -6562,22 +7341,39 @@ export type AlertStatus = string;
|
|
|
6562
7341
|
|
|
6563
7342
|
/** Known values of {@link Kind} that the service accepts. */
|
|
6564
7343
|
export enum KnownKind {
|
|
7344
|
+
/** DataConnector */
|
|
6565
7345
|
DataConnector = "DataConnector",
|
|
7346
|
+
/** DataType */
|
|
6566
7347
|
DataType = "DataType",
|
|
7348
|
+
/** Workbook */
|
|
6567
7349
|
Workbook = "Workbook",
|
|
7350
|
+
/** WorkbookTemplate */
|
|
6568
7351
|
WorkbookTemplate = "WorkbookTemplate",
|
|
7352
|
+
/** Playbook */
|
|
6569
7353
|
Playbook = "Playbook",
|
|
7354
|
+
/** PlaybookTemplate */
|
|
6570
7355
|
PlaybookTemplate = "PlaybookTemplate",
|
|
7356
|
+
/** AnalyticsRuleTemplate */
|
|
6571
7357
|
AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
|
|
7358
|
+
/** AnalyticsRule */
|
|
6572
7359
|
AnalyticsRule = "AnalyticsRule",
|
|
7360
|
+
/** HuntingQuery */
|
|
6573
7361
|
HuntingQuery = "HuntingQuery",
|
|
7362
|
+
/** InvestigationQuery */
|
|
6574
7363
|
InvestigationQuery = "InvestigationQuery",
|
|
7364
|
+
/** Parser */
|
|
6575
7365
|
Parser = "Parser",
|
|
7366
|
+
/** Watchlist */
|
|
6576
7367
|
Watchlist = "Watchlist",
|
|
7368
|
+
/** WatchlistTemplate */
|
|
6577
7369
|
WatchlistTemplate = "WatchlistTemplate",
|
|
7370
|
+
/** Solution */
|
|
6578
7371
|
Solution = "Solution",
|
|
7372
|
+
/** AzureFunction */
|
|
6579
7373
|
AzureFunction = "AzureFunction",
|
|
7374
|
+
/** LogicAppsCustomConnector */
|
|
6580
7375
|
LogicAppsCustomConnector = "LogicAppsCustomConnector",
|
|
7376
|
+
/** AutomationRule */
|
|
6581
7377
|
AutomationRule = "AutomationRule"
|
|
6582
7378
|
}
|
|
6583
7379
|
|
|
@@ -6608,9 +7404,13 @@ export type Kind = string;
|
|
|
6608
7404
|
|
|
6609
7405
|
/** Known values of {@link SourceKind} that the service accepts. */
|
|
6610
7406
|
export enum KnownSourceKind {
|
|
7407
|
+
/** LocalWorkspace */
|
|
6611
7408
|
LocalWorkspace = "LocalWorkspace",
|
|
7409
|
+
/** Community */
|
|
6612
7410
|
Community = "Community",
|
|
7411
|
+
/** Solution */
|
|
6613
7412
|
Solution = "Solution",
|
|
7413
|
+
/** SourceRepository */
|
|
6614
7414
|
SourceRepository = "SourceRepository"
|
|
6615
7415
|
}
|
|
6616
7416
|
|
|
@@ -6628,8 +7428,11 @@ export type SourceKind = string;
|
|
|
6628
7428
|
|
|
6629
7429
|
/** Known values of {@link SupportTier} that the service accepts. */
|
|
6630
7430
|
export enum KnownSupportTier {
|
|
7431
|
+
/** Microsoft */
|
|
6631
7432
|
Microsoft = "Microsoft",
|
|
7433
|
+
/** Partner */
|
|
6632
7434
|
Partner = "Partner",
|
|
7435
|
+
/** Community */
|
|
6633
7436
|
Community = "Community"
|
|
6634
7437
|
}
|
|
6635
7438
|
|
|
@@ -6646,7 +7449,9 @@ export type SupportTier = string;
|
|
|
6646
7449
|
|
|
6647
7450
|
/** Known values of {@link Operator} that the service accepts. */
|
|
6648
7451
|
export enum KnownOperator {
|
|
7452
|
+
/** AND */
|
|
6649
7453
|
AND = "AND",
|
|
7454
|
+
/** OR */
|
|
6650
7455
|
OR = "OR"
|
|
6651
7456
|
}
|
|
6652
7457
|
|
|
@@ -6660,11 +7465,30 @@ export enum KnownOperator {
|
|
|
6660
7465
|
*/
|
|
6661
7466
|
export type Operator = string;
|
|
6662
7467
|
|
|
7468
|
+
/** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */
|
|
7469
|
+
export enum KnownSecurityMLAnalyticsSettingsKind {
|
|
7470
|
+
/** Anomaly */
|
|
7471
|
+
Anomaly = "Anomaly"
|
|
7472
|
+
}
|
|
7473
|
+
|
|
7474
|
+
/**
|
|
7475
|
+
* Defines values for SecurityMLAnalyticsSettingsKind. \
|
|
7476
|
+
* {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind,
|
|
7477
|
+
* this enum contains the known values that the service supports.
|
|
7478
|
+
* ### Known values supported by the service
|
|
7479
|
+
* **Anomaly**
|
|
7480
|
+
*/
|
|
7481
|
+
export type SecurityMLAnalyticsSettingsKind = string;
|
|
7482
|
+
|
|
6663
7483
|
/** Known values of {@link SettingKind} that the service accepts. */
|
|
6664
7484
|
export enum KnownSettingKind {
|
|
7485
|
+
/** Anomalies */
|
|
6665
7486
|
Anomalies = "Anomalies",
|
|
7487
|
+
/** EyesOn */
|
|
6666
7488
|
EyesOn = "EyesOn",
|
|
7489
|
+
/** EntityAnalytics */
|
|
6667
7490
|
EntityAnalytics = "EntityAnalytics",
|
|
7491
|
+
/** Ueba */
|
|
6668
7492
|
Ueba = "Ueba"
|
|
6669
7493
|
}
|
|
6670
7494
|
|
|
@@ -6682,7 +7506,9 @@ export type SettingKind = string;
|
|
|
6682
7506
|
|
|
6683
7507
|
/** Known values of {@link RepoType} that the service accepts. */
|
|
6684
7508
|
export enum KnownRepoType {
|
|
7509
|
+
/** Github */
|
|
6685
7510
|
Github = "Github",
|
|
7511
|
+
/** DevOps */
|
|
6686
7512
|
DevOps = "DevOps"
|
|
6687
7513
|
}
|
|
6688
7514
|
|
|
@@ -6698,7 +7524,9 @@ export type RepoType = string;
|
|
|
6698
7524
|
|
|
6699
7525
|
/** Known values of {@link Version} that the service accepts. */
|
|
6700
7526
|
export enum KnownVersion {
|
|
7527
|
+
/** V1 */
|
|
6701
7528
|
V1 = "V1",
|
|
7529
|
+
/** V2 */
|
|
6702
7530
|
V2 = "V2"
|
|
6703
7531
|
}
|
|
6704
7532
|
|
|
@@ -6714,7 +7542,9 @@ export type Version = string;
|
|
|
6714
7542
|
|
|
6715
7543
|
/** Known values of {@link ContentType} that the service accepts. */
|
|
6716
7544
|
export enum KnownContentType {
|
|
7545
|
+
/** AnalyticRule */
|
|
6717
7546
|
AnalyticRule = "AnalyticRule",
|
|
7547
|
+
/** Workbook */
|
|
6718
7548
|
Workbook = "Workbook"
|
|
6719
7549
|
}
|
|
6720
7550
|
|
|
@@ -6730,8 +7560,11 @@ export type ContentType = string;
|
|
|
6730
7560
|
|
|
6731
7561
|
/** Known values of {@link DeploymentFetchStatus} that the service accepts. */
|
|
6732
7562
|
export enum KnownDeploymentFetchStatus {
|
|
7563
|
+
/** Success */
|
|
6733
7564
|
Success = "Success",
|
|
7565
|
+
/** Unauthorized */
|
|
6734
7566
|
Unauthorized = "Unauthorized",
|
|
7567
|
+
/** NotFound */
|
|
6735
7568
|
NotFound = "NotFound"
|
|
6736
7569
|
}
|
|
6737
7570
|
|
|
@@ -6748,9 +7581,13 @@ export type DeploymentFetchStatus = string;
|
|
|
6748
7581
|
|
|
6749
7582
|
/** Known values of {@link DeploymentState} that the service accepts. */
|
|
6750
7583
|
export enum KnownDeploymentState {
|
|
7584
|
+
/** InProgress */
|
|
6751
7585
|
InProgress = "In_Progress",
|
|
7586
|
+
/** Completed */
|
|
6752
7587
|
Completed = "Completed",
|
|
7588
|
+
/** Queued */
|
|
6753
7589
|
Queued = "Queued",
|
|
7590
|
+
/** Canceling */
|
|
6754
7591
|
Canceling = "Canceling"
|
|
6755
7592
|
}
|
|
6756
7593
|
|
|
@@ -6768,8 +7605,11 @@ export type DeploymentState = string;
|
|
|
6768
7605
|
|
|
6769
7606
|
/** Known values of {@link DeploymentResult} that the service accepts. */
|
|
6770
7607
|
export enum KnownDeploymentResult {
|
|
7608
|
+
/** Success */
|
|
6771
7609
|
Success = "Success",
|
|
7610
|
+
/** Canceled */
|
|
6772
7611
|
Canceled = "Canceled",
|
|
7612
|
+
/** Failed */
|
|
6773
7613
|
Failed = "Failed"
|
|
6774
7614
|
}
|
|
6775
7615
|
|
|
@@ -6801,8 +7641,11 @@ export type ThreatIntelligenceResourceKindEnum = string;
|
|
|
6801
7641
|
|
|
6802
7642
|
/** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
|
|
6803
7643
|
export enum KnownThreatIntelligenceSortingCriteriaEnum {
|
|
7644
|
+
/** Unsorted */
|
|
6804
7645
|
Unsorted = "unsorted",
|
|
7646
|
+
/** Ascending */
|
|
6805
7647
|
Ascending = "ascending",
|
|
7648
|
+
/** Descending */
|
|
6806
7649
|
Descending = "descending"
|
|
6807
7650
|
}
|
|
6808
7651
|
|
|
@@ -6819,7 +7662,9 @@ export type ThreatIntelligenceSortingCriteriaEnum = string;
|
|
|
6819
7662
|
|
|
6820
7663
|
/** Known values of {@link SourceType} that the service accepts. */
|
|
6821
7664
|
export enum KnownSourceType {
|
|
7665
|
+
/** LocalFile */
|
|
6822
7666
|
LocalFile = "Local file",
|
|
7667
|
+
/** RemoteStorage */
|
|
6823
7668
|
RemoteStorage = "Remote storage"
|
|
6824
7669
|
}
|
|
6825
7670
|
|
|
@@ -6833,47 +7678,47 @@ export enum KnownSourceType {
|
|
|
6833
7678
|
*/
|
|
6834
7679
|
export type SourceType = string;
|
|
6835
7680
|
|
|
6836
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
6837
|
-
export enum KnownProvisioningState {
|
|
6838
|
-
Succeeded = "Succeeded",
|
|
6839
|
-
Failed = "Failed",
|
|
6840
|
-
Canceled = "Canceled",
|
|
6841
|
-
InProgress = "InProgress"
|
|
6842
|
-
}
|
|
6843
|
-
|
|
6844
|
-
/**
|
|
6845
|
-
* Defines values for ProvisioningState. \
|
|
6846
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
6847
|
-
* this enum contains the known values that the service supports.
|
|
6848
|
-
* ### Known values supported by the service
|
|
6849
|
-
* **Succeeded** \
|
|
6850
|
-
* **Failed** \
|
|
6851
|
-
* **Canceled** \
|
|
6852
|
-
* **InProgress**
|
|
6853
|
-
*/
|
|
6854
|
-
export type ProvisioningState = string;
|
|
6855
|
-
|
|
6856
7681
|
/** Known values of {@link DataConnectorKind} that the service accepts. */
|
|
6857
7682
|
export enum KnownDataConnectorKind {
|
|
7683
|
+
/** AzureActiveDirectory */
|
|
6858
7684
|
AzureActiveDirectory = "AzureActiveDirectory",
|
|
7685
|
+
/** AzureSecurityCenter */
|
|
6859
7686
|
AzureSecurityCenter = "AzureSecurityCenter",
|
|
7687
|
+
/** MicrosoftCloudAppSecurity */
|
|
6860
7688
|
MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
|
|
7689
|
+
/** ThreatIntelligence */
|
|
6861
7690
|
ThreatIntelligence = "ThreatIntelligence",
|
|
7691
|
+
/** ThreatIntelligenceTaxii */
|
|
6862
7692
|
ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii",
|
|
7693
|
+
/** Office365 */
|
|
6863
7694
|
Office365 = "Office365",
|
|
7695
|
+
/** OfficeATP */
|
|
6864
7696
|
OfficeATP = "OfficeATP",
|
|
7697
|
+
/** OfficeIRM */
|
|
6865
7698
|
OfficeIRM = "OfficeIRM",
|
|
7699
|
+
/** Office365Project */
|
|
6866
7700
|
Office365Project = "Office365Project",
|
|
7701
|
+
/** OfficePowerBI */
|
|
6867
7702
|
OfficePowerBI = "OfficePowerBI",
|
|
7703
|
+
/** AmazonWebServicesCloudTrail */
|
|
6868
7704
|
AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
|
|
7705
|
+
/** AmazonWebServicesS3 */
|
|
6869
7706
|
AmazonWebServicesS3 = "AmazonWebServicesS3",
|
|
7707
|
+
/** AzureAdvancedThreatProtection */
|
|
6870
7708
|
AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
|
|
7709
|
+
/** MicrosoftDefenderAdvancedThreatProtection */
|
|
6871
7710
|
MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
|
|
7711
|
+
/** Dynamics365 */
|
|
6872
7712
|
Dynamics365 = "Dynamics365",
|
|
7713
|
+
/** MicrosoftThreatProtection */
|
|
6873
7714
|
MicrosoftThreatProtection = "MicrosoftThreatProtection",
|
|
7715
|
+
/** MicrosoftThreatIntelligence */
|
|
6874
7716
|
MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
|
|
7717
|
+
/** GenericUI */
|
|
6875
7718
|
GenericUI = "GenericUI",
|
|
7719
|
+
/** APIPolling */
|
|
6876
7720
|
APIPolling = "APIPolling",
|
|
7721
|
+
/** IOT */
|
|
6877
7722
|
IOT = "IOT"
|
|
6878
7723
|
}
|
|
6879
7724
|
|
|
@@ -6907,8 +7752,11 @@ export type DataConnectorKind = string;
|
|
|
6907
7752
|
|
|
6908
7753
|
/** Known values of {@link ConnectAuthKind} that the service accepts. */
|
|
6909
7754
|
export enum KnownConnectAuthKind {
|
|
7755
|
+
/** Basic */
|
|
6910
7756
|
Basic = "Basic",
|
|
7757
|
+
/** OAuth2 */
|
|
6911
7758
|
OAuth2 = "OAuth2",
|
|
7759
|
+
/** APIKey */
|
|
6912
7760
|
APIKey = "APIKey"
|
|
6913
7761
|
}
|
|
6914
7762
|
|
|
@@ -6925,7 +7773,9 @@ export type ConnectAuthKind = string;
|
|
|
6925
7773
|
|
|
6926
7774
|
/** Known values of {@link DataConnectorAuthorizationState} that the service accepts. */
|
|
6927
7775
|
export enum KnownDataConnectorAuthorizationState {
|
|
7776
|
+
/** Valid */
|
|
6928
7777
|
Valid = "Valid",
|
|
7778
|
+
/** Invalid */
|
|
6929
7779
|
Invalid = "Invalid"
|
|
6930
7780
|
}
|
|
6931
7781
|
|
|
@@ -6941,8 +7791,11 @@ export type DataConnectorAuthorizationState = string;
|
|
|
6941
7791
|
|
|
6942
7792
|
/** Known values of {@link DataConnectorLicenseState} that the service accepts. */
|
|
6943
7793
|
export enum KnownDataConnectorLicenseState {
|
|
7794
|
+
/** Valid */
|
|
6944
7795
|
Valid = "Valid",
|
|
7796
|
+
/** Invalid */
|
|
6945
7797
|
Invalid = "Invalid",
|
|
7798
|
+
/** Unknown */
|
|
6946
7799
|
Unknown = "Unknown"
|
|
6947
7800
|
}
|
|
6948
7801
|
|
|
@@ -7044,14 +7897,39 @@ export enum KnownEntityMappingType {
|
|
|
7044
7897
|
*/
|
|
7045
7898
|
export type EntityMappingType = string;
|
|
7046
7899
|
|
|
7900
|
+
/** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
|
|
7901
|
+
export enum KnownEventGroupingAggregationKind {
|
|
7902
|
+
/** SingleAlert */
|
|
7903
|
+
SingleAlert = "SingleAlert",
|
|
7904
|
+
/** AlertPerResult */
|
|
7905
|
+
AlertPerResult = "AlertPerResult"
|
|
7906
|
+
}
|
|
7907
|
+
|
|
7908
|
+
/**
|
|
7909
|
+
* Defines values for EventGroupingAggregationKind. \
|
|
7910
|
+
* {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
|
|
7911
|
+
* this enum contains the known values that the service supports.
|
|
7912
|
+
* ### Known values supported by the service
|
|
7913
|
+
* **SingleAlert** \
|
|
7914
|
+
* **AlertPerResult**
|
|
7915
|
+
*/
|
|
7916
|
+
export type EventGroupingAggregationKind = string;
|
|
7917
|
+
|
|
7047
7918
|
/** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
|
|
7048
7919
|
export enum KnownMicrosoftSecurityProductName {
|
|
7920
|
+
/** MicrosoftCloudAppSecurity */
|
|
7049
7921
|
MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
|
|
7922
|
+
/** AzureSecurityCenter */
|
|
7050
7923
|
AzureSecurityCenter = "Azure Security Center",
|
|
7924
|
+
/** AzureAdvancedThreatProtection */
|
|
7051
7925
|
AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
|
|
7926
|
+
/** AzureActiveDirectoryIdentityProtection */
|
|
7052
7927
|
AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
|
|
7928
|
+
/** AzureSecurityCenterForIoT */
|
|
7053
7929
|
AzureSecurityCenterForIoT = "Azure Security Center for IoT",
|
|
7930
|
+
/** Office365AdvancedThreatProtection */
|
|
7054
7931
|
Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection",
|
|
7932
|
+
/** MicrosoftDefenderAdvancedThreatProtection */
|
|
7055
7933
|
MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection"
|
|
7056
7934
|
}
|
|
7057
7935
|
|
|
@@ -7109,21 +7987,170 @@ export enum KnownAlertDetail {
|
|
|
7109
7987
|
*/
|
|
7110
7988
|
export type AlertDetail = string;
|
|
7111
7989
|
|
|
7112
|
-
/** Known values of {@link
|
|
7113
|
-
export enum
|
|
7114
|
-
|
|
7115
|
-
|
|
7990
|
+
/** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
|
|
7991
|
+
export enum KnownAutomationRuleBooleanConditionSupportedOperator {
|
|
7992
|
+
/** Evaluates as true if all the item conditions are evaluated as true */
|
|
7993
|
+
And = "And",
|
|
7994
|
+
/** Evaluates as true if at least one of the item conditions are evaluated as true */
|
|
7995
|
+
Or = "Or"
|
|
7116
7996
|
}
|
|
7117
7997
|
|
|
7118
7998
|
/**
|
|
7119
|
-
* Defines values for
|
|
7120
|
-
* {@link
|
|
7999
|
+
* Defines values for AutomationRuleBooleanConditionSupportedOperator. \
|
|
8000
|
+
* {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
|
|
7121
8001
|
* this enum contains the known values that the service supports.
|
|
7122
8002
|
* ### Known values supported by the service
|
|
7123
|
-
* **
|
|
7124
|
-
* **
|
|
8003
|
+
* **And**: Evaluates as true if all the item conditions are evaluated as true \
|
|
8004
|
+
* **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
|
|
7125
8005
|
*/
|
|
7126
|
-
export type
|
|
8006
|
+
export type AutomationRuleBooleanConditionSupportedOperator = string;
|
|
8007
|
+
|
|
8008
|
+
/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
|
|
8009
|
+
export enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
|
|
8010
|
+
/** Evaluate the condition on the alerts */
|
|
8011
|
+
Alerts = "Alerts",
|
|
8012
|
+
/** Evaluate the condition on the labels */
|
|
8013
|
+
Labels = "Labels",
|
|
8014
|
+
/** Evaluate the condition on the tactics */
|
|
8015
|
+
Tactics = "Tactics",
|
|
8016
|
+
/** Evaluate the condition on the comments */
|
|
8017
|
+
Comments = "Comments"
|
|
8018
|
+
}
|
|
8019
|
+
|
|
8020
|
+
/**
|
|
8021
|
+
* Defines values for AutomationRulePropertyArrayChangedConditionSupportedArrayType. \
|
|
8022
|
+
* {@link KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedArrayType,
|
|
8023
|
+
* this enum contains the known values that the service supports.
|
|
8024
|
+
* ### Known values supported by the service
|
|
8025
|
+
* **Alerts**: Evaluate the condition on the alerts \
|
|
8026
|
+
* **Labels**: Evaluate the condition on the labels \
|
|
8027
|
+
* **Tactics**: Evaluate the condition on the tactics \
|
|
8028
|
+
* **Comments**: Evaluate the condition on the comments
|
|
8029
|
+
*/
|
|
8030
|
+
export type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;
|
|
8031
|
+
|
|
8032
|
+
/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */
|
|
8033
|
+
export enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {
|
|
8034
|
+
/** Evaluate the condition on items added to the array */
|
|
8035
|
+
Added = "Added"
|
|
8036
|
+
}
|
|
8037
|
+
|
|
8038
|
+
/**
|
|
8039
|
+
* Defines values for AutomationRulePropertyArrayChangedConditionSupportedChangeType. \
|
|
8040
|
+
* {@link KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedChangeType,
|
|
8041
|
+
* this enum contains the known values that the service supports.
|
|
8042
|
+
* ### Known values supported by the service
|
|
8043
|
+
* **Added**: Evaluate the condition on items added to the array
|
|
8044
|
+
*/
|
|
8045
|
+
export type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
|
|
8046
|
+
|
|
8047
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
|
|
8048
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
|
|
8049
|
+
/** Evaluate the condition on the custom detail keys */
|
|
8050
|
+
CustomDetails = "CustomDetails",
|
|
8051
|
+
/** Evaluate the condition on a custom detail's values */
|
|
8052
|
+
CustomDetailValues = "CustomDetailValues"
|
|
8053
|
+
}
|
|
8054
|
+
|
|
8055
|
+
/**
|
|
8056
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
|
|
8057
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
|
|
8058
|
+
* this enum contains the known values that the service supports.
|
|
8059
|
+
* ### Known values supported by the service
|
|
8060
|
+
* **CustomDetails**: Evaluate the condition on the custom detail keys \
|
|
8061
|
+
* **CustomDetailValues**: Evaluate the condition on a custom detail's values
|
|
8062
|
+
*/
|
|
8063
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayType = string;
|
|
8064
|
+
|
|
8065
|
+
/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
|
|
8066
|
+
export enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
|
|
8067
|
+
/** Evaluate the condition as true if any item fulfills it */
|
|
8068
|
+
AnyItem = "AnyItem"
|
|
8069
|
+
}
|
|
8070
|
+
|
|
8071
|
+
/**
|
|
8072
|
+
* Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
|
|
8073
|
+
* {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
|
|
8074
|
+
* this enum contains the known values that the service supports.
|
|
8075
|
+
* ### Known values supported by the service
|
|
8076
|
+
* **AnyItem**: Evaluate the condition as true if any item fulfills it
|
|
8077
|
+
*/
|
|
8078
|
+
export type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
|
|
8079
|
+
|
|
8080
|
+
/** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
|
|
8081
|
+
export enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
|
|
8082
|
+
/** Evaluate the condition on the incident severity */
|
|
8083
|
+
IncidentSeverity = "IncidentSeverity",
|
|
8084
|
+
/** Evaluate the condition on the incident status */
|
|
8085
|
+
IncidentStatus = "IncidentStatus",
|
|
8086
|
+
/** Evaluate the condition on the incident owner */
|
|
8087
|
+
IncidentOwner = "IncidentOwner"
|
|
8088
|
+
}
|
|
8089
|
+
|
|
8090
|
+
/**
|
|
8091
|
+
* Defines values for AutomationRulePropertyChangedConditionSupportedPropertyType. \
|
|
8092
|
+
* {@link KnownAutomationRulePropertyChangedConditionSupportedPropertyType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedPropertyType,
|
|
8093
|
+
* this enum contains the known values that the service supports.
|
|
8094
|
+
* ### Known values supported by the service
|
|
8095
|
+
* **IncidentSeverity**: Evaluate the condition on the incident severity \
|
|
8096
|
+
* **IncidentStatus**: Evaluate the condition on the incident status \
|
|
8097
|
+
* **IncidentOwner**: Evaluate the condition on the incident owner
|
|
8098
|
+
*/
|
|
8099
|
+
export type AutomationRulePropertyChangedConditionSupportedPropertyType = string;
|
|
8100
|
+
|
|
8101
|
+
/** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
|
|
8102
|
+
export enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
|
|
8103
|
+
/** Evaluate the condition on the previous value of the property */
|
|
8104
|
+
ChangedFrom = "ChangedFrom",
|
|
8105
|
+
/** Evaluate the condition on the updated value of the property */
|
|
8106
|
+
ChangedTo = "ChangedTo"
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
/**
|
|
8110
|
+
* Defines values for AutomationRulePropertyChangedConditionSupportedChangedType. \
|
|
8111
|
+
* {@link KnownAutomationRulePropertyChangedConditionSupportedChangedType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedChangedType,
|
|
8112
|
+
* this enum contains the known values that the service supports.
|
|
8113
|
+
* ### Known values supported by the service
|
|
8114
|
+
* **ChangedFrom**: Evaluate the condition on the previous value of the property \
|
|
8115
|
+
* **ChangedTo**: Evaluate the condition on the updated value of the property
|
|
8116
|
+
*/
|
|
8117
|
+
export type AutomationRulePropertyChangedConditionSupportedChangedType = string;
|
|
8118
|
+
|
|
8119
|
+
/** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
|
|
8120
|
+
export enum KnownAutomationRulePropertyConditionSupportedOperator {
|
|
8121
|
+
/** Evaluates if the property equals at least one of the condition values */
|
|
8122
|
+
Equals = "Equals",
|
|
8123
|
+
/** Evaluates if the property does not equal any of the condition values */
|
|
8124
|
+
NotEquals = "NotEquals",
|
|
8125
|
+
/** Evaluates if the property contains at least one of the condition values */
|
|
8126
|
+
Contains = "Contains",
|
|
8127
|
+
/** Evaluates if the property does not contain any of the condition values */
|
|
8128
|
+
NotContains = "NotContains",
|
|
8129
|
+
/** Evaluates if the property starts with any of the condition values */
|
|
8130
|
+
StartsWith = "StartsWith",
|
|
8131
|
+
/** Evaluates if the property does not start with any of the condition values */
|
|
8132
|
+
NotStartsWith = "NotStartsWith",
|
|
8133
|
+
/** Evaluates if the property ends with any of the condition values */
|
|
8134
|
+
EndsWith = "EndsWith",
|
|
8135
|
+
/** Evaluates if the property does not end with any of the condition values */
|
|
8136
|
+
NotEndsWith = "NotEndsWith"
|
|
8137
|
+
}
|
|
8138
|
+
|
|
8139
|
+
/**
|
|
8140
|
+
* Defines values for AutomationRulePropertyConditionSupportedOperator. \
|
|
8141
|
+
* {@link KnownAutomationRulePropertyConditionSupportedOperator} can be used interchangeably with AutomationRulePropertyConditionSupportedOperator,
|
|
8142
|
+
* this enum contains the known values that the service supports.
|
|
8143
|
+
* ### Known values supported by the service
|
|
8144
|
+
* **Equals**: Evaluates if the property equals at least one of the condition values \
|
|
8145
|
+
* **NotEquals**: Evaluates if the property does not equal any of the condition values \
|
|
8146
|
+
* **Contains**: Evaluates if the property contains at least one of the condition values \
|
|
8147
|
+
* **NotContains**: Evaluates if the property does not contain any of the condition values \
|
|
8148
|
+
* **StartsWith**: Evaluates if the property starts with any of the condition values \
|
|
8149
|
+
* **NotStartsWith**: Evaluates if the property does not start with any of the condition values \
|
|
8150
|
+
* **EndsWith**: Evaluates if the property ends with any of the condition values \
|
|
8151
|
+
* **NotEndsWith**: Evaluates if the property does not end with any of the condition values
|
|
8152
|
+
*/
|
|
8153
|
+
export type AutomationRulePropertyConditionSupportedOperator = string;
|
|
7127
8154
|
|
|
7128
8155
|
/** Known values of {@link AutomationRulePropertyConditionSupportedProperty} that the service accepts. */
|
|
7129
8156
|
export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
@@ -7143,6 +8170,12 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7143
8170
|
IncidentLabel = "IncidentLabel",
|
|
7144
8171
|
/** The provider name of the incident */
|
|
7145
8172
|
IncidentProviderName = "IncidentProviderName",
|
|
8173
|
+
/** The update source of the incident */
|
|
8174
|
+
IncidentUpdatedBySource = "IncidentUpdatedBySource",
|
|
8175
|
+
/** The incident custom detail key */
|
|
8176
|
+
IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
|
|
8177
|
+
/** The incident custom detail value */
|
|
8178
|
+
IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
|
|
7146
8179
|
/** The account Azure Active Directory tenant id */
|
|
7147
8180
|
AccountAadTenantId = "AccountAadTenantId",
|
|
7148
8181
|
/** The account Azure Active Directory user id */
|
|
@@ -7161,6 +8194,8 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7161
8194
|
AccountUPNSuffix = "AccountUPNSuffix",
|
|
7162
8195
|
/** The name of the product of the alert */
|
|
7163
8196
|
AlertProductNames = "AlertProductNames",
|
|
8197
|
+
/** The analytic rule ids of the alert */
|
|
8198
|
+
AlertAnalyticRuleIds = "AlertAnalyticRuleIds",
|
|
7164
8199
|
/** The Azure resource id */
|
|
7165
8200
|
AzureResourceResourceId = "AzureResourceResourceId",
|
|
7166
8201
|
/** The Azure resource subscription id */
|
|
@@ -7250,6 +8285,9 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7250
8285
|
* **IncidentTactics**: The tactics of the incident \
|
|
7251
8286
|
* **IncidentLabel**: The labels of the incident \
|
|
7252
8287
|
* **IncidentProviderName**: The provider name of the incident \
|
|
8288
|
+
* **IncidentUpdatedBySource**: The update source of the incident \
|
|
8289
|
+
* **IncidentCustomDetailsKey**: The incident custom detail key \
|
|
8290
|
+
* **IncidentCustomDetailsValue**: The incident custom detail value \
|
|
7253
8291
|
* **AccountAadTenantId**: The account Azure Active Directory tenant id \
|
|
7254
8292
|
* **AccountAadUserId**: The account Azure Active Directory user id \
|
|
7255
8293
|
* **AccountName**: The account name \
|
|
@@ -7259,6 +8297,7 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7259
8297
|
* **AccountObjectGuid**: The account unique identifier \
|
|
7260
8298
|
* **AccountUPNSuffix**: The account user principal name suffix \
|
|
7261
8299
|
* **AlertProductNames**: The name of the product of the alert \
|
|
8300
|
+
* **AlertAnalyticRuleIds**: The analytic rule ids of the alert \
|
|
7262
8301
|
* **AzureResourceResourceId**: The Azure resource id \
|
|
7263
8302
|
* **AzureResourceSubscriptionId**: The Azure resource subscription id \
|
|
7264
8303
|
* **CloudApplicationAppId**: The cloud application identifier \
|
|
@@ -7299,42 +8338,6 @@ export enum KnownAutomationRulePropertyConditionSupportedProperty {
|
|
|
7299
8338
|
*/
|
|
7300
8339
|
export type AutomationRulePropertyConditionSupportedProperty = string;
|
|
7301
8340
|
|
|
7302
|
-
/** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
|
|
7303
|
-
export enum KnownAutomationRulePropertyConditionSupportedOperator {
|
|
7304
|
-
/** Evaluates if the property equals at least one of the condition values */
|
|
7305
|
-
Equals = "Equals",
|
|
7306
|
-
/** Evaluates if the property does not equal any of the condition values */
|
|
7307
|
-
NotEquals = "NotEquals",
|
|
7308
|
-
/** Evaluates if the property contains at least one of the condition values */
|
|
7309
|
-
Contains = "Contains",
|
|
7310
|
-
/** Evaluates if the property does not contain any of the condition values */
|
|
7311
|
-
NotContains = "NotContains",
|
|
7312
|
-
/** Evaluates if the property starts with any of the condition values */
|
|
7313
|
-
StartsWith = "StartsWith",
|
|
7314
|
-
/** Evaluates if the property does not start with any of the condition values */
|
|
7315
|
-
NotStartsWith = "NotStartsWith",
|
|
7316
|
-
/** Evaluates if the property ends with any of the condition values */
|
|
7317
|
-
EndsWith = "EndsWith",
|
|
7318
|
-
/** Evaluates if the property does not end with any of the condition values */
|
|
7319
|
-
NotEndsWith = "NotEndsWith"
|
|
7320
|
-
}
|
|
7321
|
-
|
|
7322
|
-
/**
|
|
7323
|
-
* Defines values for AutomationRulePropertyConditionSupportedOperator. \
|
|
7324
|
-
* {@link KnownAutomationRulePropertyConditionSupportedOperator} can be used interchangeably with AutomationRulePropertyConditionSupportedOperator,
|
|
7325
|
-
* this enum contains the known values that the service supports.
|
|
7326
|
-
* ### Known values supported by the service
|
|
7327
|
-
* **Equals**: Evaluates if the property equals at least one of the condition values \
|
|
7328
|
-
* **NotEquals**: Evaluates if the property does not equal any of the condition values \
|
|
7329
|
-
* **Contains**: Evaluates if the property contains at least one of the condition values \
|
|
7330
|
-
* **NotContains**: Evaluates if the property does not contain any of the condition values \
|
|
7331
|
-
* **StartsWith**: Evaluates if the property starts with any of the condition values \
|
|
7332
|
-
* **NotStartsWith**: Evaluates if the property does not start with any of the condition values \
|
|
7333
|
-
* **EndsWith**: Evaluates if the property ends with any of the condition values \
|
|
7334
|
-
* **NotEndsWith**: Evaluates if the property does not end with any of the condition values
|
|
7335
|
-
*/
|
|
7336
|
-
export type AutomationRulePropertyConditionSupportedOperator = string;
|
|
7337
|
-
|
|
7338
8341
|
/** Known values of {@link EntityType} that the service accepts. */
|
|
7339
8342
|
export enum KnownEntityType {
|
|
7340
8343
|
/** Entity represents account in the system. */
|
|
@@ -7378,7 +8381,9 @@ export enum KnownEntityType {
|
|
|
7378
8381
|
/** Entity represents mailbox in the system. */
|
|
7379
8382
|
Mailbox = "Mailbox",
|
|
7380
8383
|
/** Entity represents submission mail in the system. */
|
|
7381
|
-
SubmissionMail = "SubmissionMail"
|
|
8384
|
+
SubmissionMail = "SubmissionMail",
|
|
8385
|
+
/** Entity represents network interface in the system. */
|
|
8386
|
+
Nic = "Nic"
|
|
7382
8387
|
}
|
|
7383
8388
|
|
|
7384
8389
|
/**
|
|
@@ -7406,15 +8411,20 @@ export enum KnownEntityType {
|
|
|
7406
8411
|
* **MailCluster**: Entity represents mail cluster in the system. \
|
|
7407
8412
|
* **MailMessage**: Entity represents mail message in the system. \
|
|
7408
8413
|
* **Mailbox**: Entity represents mailbox in the system. \
|
|
7409
|
-
* **SubmissionMail**: Entity represents submission mail in the system.
|
|
8414
|
+
* **SubmissionMail**: Entity represents submission mail in the system. \
|
|
8415
|
+
* **Nic**: Entity represents network interface in the system.
|
|
7410
8416
|
*/
|
|
7411
8417
|
export type EntityType = string;
|
|
7412
8418
|
|
|
7413
8419
|
/** Known values of {@link OutputType} that the service accepts. */
|
|
7414
8420
|
export enum KnownOutputType {
|
|
8421
|
+
/** Number */
|
|
7415
8422
|
Number = "Number",
|
|
8423
|
+
/** String */
|
|
7416
8424
|
String = "String",
|
|
8425
|
+
/** Date */
|
|
7417
8426
|
Date = "Date",
|
|
8427
|
+
/** Entity */
|
|
7418
8428
|
Entity = "Entity"
|
|
7419
8429
|
}
|
|
7420
8430
|
|
|
@@ -7430,11 +8440,51 @@ export enum KnownOutputType {
|
|
|
7430
8440
|
*/
|
|
7431
8441
|
export type OutputType = string;
|
|
7432
8442
|
|
|
8443
|
+
/** Known values of {@link SettingsStatus} that the service accepts. */
|
|
8444
|
+
export enum KnownSettingsStatus {
|
|
8445
|
+
/** Anomaly settings status in Production mode */
|
|
8446
|
+
Production = "Production",
|
|
8447
|
+
/** Anomaly settings status in Flighting mode */
|
|
8448
|
+
Flighting = "Flighting"
|
|
8449
|
+
}
|
|
8450
|
+
|
|
8451
|
+
/**
|
|
8452
|
+
* Defines values for SettingsStatus. \
|
|
8453
|
+
* {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus,
|
|
8454
|
+
* this enum contains the known values that the service supports.
|
|
8455
|
+
* ### Known values supported by the service
|
|
8456
|
+
* **Production**: Anomaly settings status in Production mode \
|
|
8457
|
+
* **Flighting**: Anomaly settings status in Flighting mode
|
|
8458
|
+
*/
|
|
8459
|
+
export type SettingsStatus = string;
|
|
8460
|
+
|
|
8461
|
+
/** Known values of {@link EntityProviders} that the service accepts. */
|
|
8462
|
+
export enum KnownEntityProviders {
|
|
8463
|
+
/** ActiveDirectory */
|
|
8464
|
+
ActiveDirectory = "ActiveDirectory",
|
|
8465
|
+
/** AzureActiveDirectory */
|
|
8466
|
+
AzureActiveDirectory = "AzureActiveDirectory"
|
|
8467
|
+
}
|
|
8468
|
+
|
|
8469
|
+
/**
|
|
8470
|
+
* Defines values for EntityProviders. \
|
|
8471
|
+
* {@link KnownEntityProviders} can be used interchangeably with EntityProviders,
|
|
8472
|
+
* this enum contains the known values that the service supports.
|
|
8473
|
+
* ### Known values supported by the service
|
|
8474
|
+
* **ActiveDirectory** \
|
|
8475
|
+
* **AzureActiveDirectory**
|
|
8476
|
+
*/
|
|
8477
|
+
export type EntityProviders = string;
|
|
8478
|
+
|
|
7433
8479
|
/** Known values of {@link UebaDataSources} that the service accepts. */
|
|
7434
8480
|
export enum KnownUebaDataSources {
|
|
8481
|
+
/** AuditLogs */
|
|
7435
8482
|
AuditLogs = "AuditLogs",
|
|
8483
|
+
/** AzureActivity */
|
|
7436
8484
|
AzureActivity = "AzureActivity",
|
|
8485
|
+
/** SecurityEvent */
|
|
7437
8486
|
SecurityEvent = "SecurityEvent",
|
|
8487
|
+
/** SigninLogs */
|
|
7438
8488
|
SigninLogs = "SigninLogs"
|
|
7439
8489
|
}
|
|
7440
8490
|
|
|
@@ -7450,25 +8500,11 @@ export enum KnownUebaDataSources {
|
|
|
7450
8500
|
*/
|
|
7451
8501
|
export type UebaDataSources = string;
|
|
7452
8502
|
|
|
7453
|
-
/** Known values of {@link SkuKind} that the service accepts. */
|
|
7454
|
-
export enum KnownSkuKind {
|
|
7455
|
-
PerGB = "PerGB",
|
|
7456
|
-
CapacityReservation = "CapacityReservation"
|
|
7457
|
-
}
|
|
7458
|
-
|
|
7459
|
-
/**
|
|
7460
|
-
* Defines values for SkuKind. \
|
|
7461
|
-
* {@link KnownSkuKind} can be used interchangeably with SkuKind,
|
|
7462
|
-
* this enum contains the known values that the service supports.
|
|
7463
|
-
* ### Known values supported by the service
|
|
7464
|
-
* **PerGB** \
|
|
7465
|
-
* **CapacityReservation**
|
|
7466
|
-
*/
|
|
7467
|
-
export type SkuKind = string;
|
|
7468
|
-
|
|
7469
8503
|
/** Known values of {@link DataTypeState} that the service accepts. */
|
|
7470
8504
|
export enum KnownDataTypeState {
|
|
8505
|
+
/** Enabled */
|
|
7471
8506
|
Enabled = "Enabled",
|
|
8507
|
+
/** Disabled */
|
|
7472
8508
|
Disabled = "Disabled"
|
|
7473
8509
|
}
|
|
7474
8510
|
|
|
@@ -7505,6 +8541,7 @@ export type PollingFrequency = string;
|
|
|
7505
8541
|
|
|
7506
8542
|
/** Known values of {@link ConnectivityType} that the service accepts. */
|
|
7507
8543
|
export enum KnownConnectivityType {
|
|
8544
|
+
/** IsConnectedQuery */
|
|
7508
8545
|
IsConnectedQuery = "IsConnectedQuery"
|
|
7509
8546
|
}
|
|
7510
8547
|
|
|
@@ -7519,11 +8556,17 @@ export type ConnectivityType = string;
|
|
|
7519
8556
|
|
|
7520
8557
|
/** Known values of {@link ProviderName} that the service accepts. */
|
|
7521
8558
|
export enum KnownProviderName {
|
|
8559
|
+
/** MicrosoftOperationalInsightsSolutions */
|
|
7522
8560
|
MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
|
|
8561
|
+
/** MicrosoftOperationalInsightsWorkspaces */
|
|
7523
8562
|
MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
|
|
8563
|
+
/** MicrosoftOperationalInsightsWorkspacesDatasources */
|
|
7524
8564
|
MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
|
|
8565
|
+
/** MicrosoftAadiamDiagnosticSettings */
|
|
7525
8566
|
MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
|
|
8567
|
+
/** MicrosoftOperationalInsightsWorkspacesSharedKeys */
|
|
7526
8568
|
MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys",
|
|
8569
|
+
/** MicrosoftAuthorizationPolicyAssignments */
|
|
7527
8570
|
MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments"
|
|
7528
8571
|
}
|
|
7529
8572
|
|
|
@@ -7543,8 +8586,11 @@ export type ProviderName = string;
|
|
|
7543
8586
|
|
|
7544
8587
|
/** Known values of {@link PermissionProviderScope} that the service accepts. */
|
|
7545
8588
|
export enum KnownPermissionProviderScope {
|
|
8589
|
+
/** ResourceGroup */
|
|
7546
8590
|
ResourceGroup = "ResourceGroup",
|
|
8591
|
+
/** Subscription */
|
|
7547
8592
|
Subscription = "Subscription",
|
|
8593
|
+
/** Workspace */
|
|
7548
8594
|
Workspace = "Workspace"
|
|
7549
8595
|
}
|
|
7550
8596
|
|
|
@@ -7561,8 +8607,11 @@ export type PermissionProviderScope = string;
|
|
|
7561
8607
|
|
|
7562
8608
|
/** Known values of {@link SettingType} that the service accepts. */
|
|
7563
8609
|
export enum KnownSettingType {
|
|
8610
|
+
/** CopyableLabel */
|
|
7564
8611
|
CopyableLabel = "CopyableLabel",
|
|
8612
|
+
/** InstructionStepsGroup */
|
|
7565
8613
|
InstructionStepsGroup = "InstructionStepsGroup",
|
|
8614
|
+
/** InfoMessage */
|
|
7566
8615
|
InfoMessage = "InfoMessage"
|
|
7567
8616
|
}
|
|
7568
8617
|
|
|
@@ -7604,6 +8653,30 @@ export enum KnownFileHashAlgorithm {
|
|
|
7604
8653
|
*/
|
|
7605
8654
|
export type FileHashAlgorithm = string;
|
|
7606
8655
|
|
|
8656
|
+
/** Known values of {@link DeviceImportance} that the service accepts. */
|
|
8657
|
+
export enum KnownDeviceImportance {
|
|
8658
|
+
/** Unknown - Default value */
|
|
8659
|
+
Unknown = "Unknown",
|
|
8660
|
+
/** Low */
|
|
8661
|
+
Low = "Low",
|
|
8662
|
+
/** Normal */
|
|
8663
|
+
Normal = "Normal",
|
|
8664
|
+
/** High */
|
|
8665
|
+
High = "High"
|
|
8666
|
+
}
|
|
8667
|
+
|
|
8668
|
+
/**
|
|
8669
|
+
* Defines values for DeviceImportance. \
|
|
8670
|
+
* {@link KnownDeviceImportance} can be used interchangeably with DeviceImportance,
|
|
8671
|
+
* this enum contains the known values that the service supports.
|
|
8672
|
+
* ### Known values supported by the service
|
|
8673
|
+
* **Unknown**: Unknown - Default value \
|
|
8674
|
+
* **Low**: Low \
|
|
8675
|
+
* **Normal**: Normal \
|
|
8676
|
+
* **High**: High
|
|
8677
|
+
*/
|
|
8678
|
+
export type DeviceImportance = string;
|
|
8679
|
+
|
|
7607
8680
|
/** Known values of {@link AntispamMailDirection} that the service accepts. */
|
|
7608
8681
|
export enum KnownAntispamMailDirection {
|
|
7609
8682
|
/** Unknown */
|
|
@@ -8134,7 +9207,7 @@ export type EntityRelationsGetRelationResponse = Relation;
|
|
|
8134
9207
|
export interface EntityQueriesListOptionalParams
|
|
8135
9208
|
extends coreClient.OperationOptions {
|
|
8136
9209
|
/** The entity query kind we want to fetch */
|
|
8137
|
-
kind?:
|
|
9210
|
+
kind?: Enum13;
|
|
8138
9211
|
}
|
|
8139
9212
|
|
|
8140
9213
|
/** Contains response data for the list operation. */
|
|
@@ -8162,7 +9235,7 @@ export interface EntityQueriesDeleteOptionalParams
|
|
|
8162
9235
|
export interface EntityQueriesListNextOptionalParams
|
|
8163
9236
|
extends coreClient.OperationOptions {
|
|
8164
9237
|
/** The entity query kind we want to fetch */
|
|
8165
|
-
kind?:
|
|
9238
|
+
kind?: Enum13;
|
|
8166
9239
|
}
|
|
8167
9240
|
|
|
8168
9241
|
/** Contains response data for the listNext operation. */
|
|
@@ -8189,6 +9262,64 @@ export interface EntityQueryTemplatesListNextOptionalParams
|
|
|
8189
9262
|
/** Contains response data for the listNext operation. */
|
|
8190
9263
|
export type EntityQueryTemplatesListNextResponse = EntityQueryTemplateList;
|
|
8191
9264
|
|
|
9265
|
+
/** Optional parameters. */
|
|
9266
|
+
export interface FileImportsListOptionalParams
|
|
9267
|
+
extends coreClient.OperationOptions {
|
|
9268
|
+
/** Filters the results, based on a Boolean condition. Optional. */
|
|
9269
|
+
filter?: string;
|
|
9270
|
+
/** Sorts the results. Optional. */
|
|
9271
|
+
orderby?: string;
|
|
9272
|
+
/** Returns only the first n results. Optional. */
|
|
9273
|
+
top?: number;
|
|
9274
|
+
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
9275
|
+
skipToken?: string;
|
|
9276
|
+
}
|
|
9277
|
+
|
|
9278
|
+
/** Contains response data for the list operation. */
|
|
9279
|
+
export type FileImportsListResponse = FileImportList;
|
|
9280
|
+
|
|
9281
|
+
/** Optional parameters. */
|
|
9282
|
+
export interface FileImportsGetOptionalParams
|
|
9283
|
+
extends coreClient.OperationOptions {}
|
|
9284
|
+
|
|
9285
|
+
/** Contains response data for the get operation. */
|
|
9286
|
+
export type FileImportsGetResponse = FileImport;
|
|
9287
|
+
|
|
9288
|
+
/** Optional parameters. */
|
|
9289
|
+
export interface FileImportsCreateOptionalParams
|
|
9290
|
+
extends coreClient.OperationOptions {}
|
|
9291
|
+
|
|
9292
|
+
/** Contains response data for the create operation. */
|
|
9293
|
+
export type FileImportsCreateResponse = FileImport;
|
|
9294
|
+
|
|
9295
|
+
/** Optional parameters. */
|
|
9296
|
+
export interface FileImportsDeleteOptionalParams
|
|
9297
|
+
extends coreClient.OperationOptions {
|
|
9298
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
9299
|
+
updateIntervalInMs?: number;
|
|
9300
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
9301
|
+
resumeFrom?: string;
|
|
9302
|
+
}
|
|
9303
|
+
|
|
9304
|
+
/** Contains response data for the delete operation. */
|
|
9305
|
+
export type FileImportsDeleteResponse = FileImport;
|
|
9306
|
+
|
|
9307
|
+
/** Optional parameters. */
|
|
9308
|
+
export interface FileImportsListNextOptionalParams
|
|
9309
|
+
extends coreClient.OperationOptions {
|
|
9310
|
+
/** Filters the results, based on a Boolean condition. Optional. */
|
|
9311
|
+
filter?: string;
|
|
9312
|
+
/** Sorts the results. Optional. */
|
|
9313
|
+
orderby?: string;
|
|
9314
|
+
/** Returns only the first n results. Optional. */
|
|
9315
|
+
top?: number;
|
|
9316
|
+
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
|
|
9317
|
+
skipToken?: string;
|
|
9318
|
+
}
|
|
9319
|
+
|
|
9320
|
+
/** Contains response data for the listNext operation. */
|
|
9321
|
+
export type FileImportsListNextResponse = FileImportList;
|
|
9322
|
+
|
|
8192
9323
|
/** Optional parameters. */
|
|
8193
9324
|
export interface IncidentCommentsListOptionalParams
|
|
8194
9325
|
extends coreClient.OperationOptions {
|
|
@@ -8399,6 +9530,38 @@ export interface SentinelOnboardingStatesListOptionalParams
|
|
|
8399
9530
|
/** Contains response data for the list operation. */
|
|
8400
9531
|
export type SentinelOnboardingStatesListResponse = SentinelOnboardingStatesList;
|
|
8401
9532
|
|
|
9533
|
+
/** Optional parameters. */
|
|
9534
|
+
export interface SecurityMLAnalyticsSettingsListOptionalParams
|
|
9535
|
+
extends coreClient.OperationOptions {}
|
|
9536
|
+
|
|
9537
|
+
/** Contains response data for the list operation. */
|
|
9538
|
+
export type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList;
|
|
9539
|
+
|
|
9540
|
+
/** Optional parameters. */
|
|
9541
|
+
export interface SecurityMLAnalyticsSettingsGetOptionalParams
|
|
9542
|
+
extends coreClient.OperationOptions {}
|
|
9543
|
+
|
|
9544
|
+
/** Contains response data for the get operation. */
|
|
9545
|
+
export type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingUnion;
|
|
9546
|
+
|
|
9547
|
+
/** Optional parameters. */
|
|
9548
|
+
export interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams
|
|
9549
|
+
extends coreClient.OperationOptions {}
|
|
9550
|
+
|
|
9551
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
9552
|
+
export type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingUnion;
|
|
9553
|
+
|
|
9554
|
+
/** Optional parameters. */
|
|
9555
|
+
export interface SecurityMLAnalyticsSettingsDeleteOptionalParams
|
|
9556
|
+
extends coreClient.OperationOptions {}
|
|
9557
|
+
|
|
9558
|
+
/** Optional parameters. */
|
|
9559
|
+
export interface SecurityMLAnalyticsSettingsListNextOptionalParams
|
|
9560
|
+
extends coreClient.OperationOptions {}
|
|
9561
|
+
|
|
9562
|
+
/** Contains response data for the listNext operation. */
|
|
9563
|
+
export type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList;
|
|
9564
|
+
|
|
8402
9565
|
/** Optional parameters. */
|
|
8403
9566
|
export interface ProductSettingsListOptionalParams
|
|
8404
9567
|
extends coreClient.OperationOptions {}
|