@microsoft/msgraph-sdk 1.0.0-preview.57 → 1.0.0-preview.59
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/models/index.d.ts +88 -136
- package/models/index.d.ts.map +1 -1
- package/models/index.js +8 -38
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +4 -2
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2 -0
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -41,7 +41,7 @@ export interface Alert extends Entity, Parsable {
|
|
|
41
41
|
*/
|
|
42
42
|
createdDateTime?: Date | null;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* User defined custom fields with string values.
|
|
45
45
|
*/
|
|
46
46
|
customDetails?: Dictionary | null;
|
|
47
47
|
/**
|
|
@@ -49,7 +49,7 @@ export interface Alert extends Entity, Parsable {
|
|
|
49
49
|
*/
|
|
50
50
|
description?: string | null;
|
|
51
51
|
/**
|
|
52
|
-
* Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. Use the Prefer: include-unknown-enum-members request header to get the following
|
|
52
|
+
* Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence.
|
|
53
53
|
*/
|
|
54
54
|
detectionSource?: DetectionSource | null;
|
|
55
55
|
/**
|
|
@@ -7994,6 +7994,7 @@ export declare const DetectionSourceObject: {
|
|
|
7994
7994
|
readonly MicrosoftDefenderThreatIntelligenceAnalytics: "microsoftDefenderThreatIntelligenceAnalytics";
|
|
7995
7995
|
readonly BuiltInMl: "builtInMl";
|
|
7996
7996
|
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
7997
|
+
readonly MicrosoftThreatIntelligence: "microsoftThreatIntelligence";
|
|
7997
7998
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
7998
7999
|
};
|
|
7999
8000
|
export declare const DetectionStatusObject: {
|
|
@@ -8278,6 +8279,7 @@ export declare const ServiceSourceObject: {
|
|
|
8278
8279
|
readonly MicrosoftDefenderForCloud: "microsoftDefenderForCloud";
|
|
8279
8280
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
8280
8281
|
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
8282
|
+
readonly MicrosoftThreatIntelligence: "microsoftThreatIntelligence";
|
|
8281
8283
|
};
|
|
8282
8284
|
export declare const SourceTypeObject: {
|
|
8283
8285
|
readonly Mailbox: "mailbox";
|