@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.
@@ -41,7 +41,7 @@ export interface Alert extends Entity, Parsable {
41
41
  */
42
42
  createdDateTime?: Date | null;
43
43
  /**
44
- * The customDetails property
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 value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl.
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";