@microsoft/msgraph-sdk 1.0.0-preview.20 → 1.0.0-preview.22
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/callRecords/index.d.ts +8 -8
- package/models/index.d.ts +996 -35
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1054 -141
- package/models/security/index.d.ts +7 -5
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -519,7 +519,7 @@ export interface CasesRoot extends Entity, Parsable {
|
|
|
519
519
|
export type CaseStatus = (typeof CaseStatusObject)[keyof typeof CaseStatusObject];
|
|
520
520
|
export interface CategoryTemplate extends FilePlanDescriptorTemplate, Parsable {
|
|
521
521
|
/**
|
|
522
|
-
*
|
|
522
|
+
* Represents all subcategories under a particular category.
|
|
523
523
|
*/
|
|
524
524
|
subcategories?: SubcategoryTemplate[];
|
|
525
525
|
}
|
|
@@ -3007,7 +3007,7 @@ export interface DispositionReviewStage extends Entity, Parsable {
|
|
|
3007
3007
|
*/
|
|
3008
3008
|
reviewersEmailAddresses?: string[];
|
|
3009
3009
|
/**
|
|
3010
|
-
* The sequence number for each stage of the disposition review.
|
|
3010
|
+
* The unique sequence number for each stage of the disposition review.
|
|
3011
3011
|
*/
|
|
3012
3012
|
stageNumber?: string;
|
|
3013
3013
|
}
|
|
@@ -3501,7 +3501,7 @@ export interface FileHashEvidence extends AlertEvidence, Parsable {
|
|
|
3501
3501
|
}
|
|
3502
3502
|
export interface FilePlanAppliedCategory extends FilePlanDescriptorBase, Parsable {
|
|
3503
3503
|
/**
|
|
3504
|
-
*
|
|
3504
|
+
* Represents the file plan descriptor for a subcategory under a specific category, which has been assigned to a particular retention label.
|
|
3505
3505
|
*/
|
|
3506
3506
|
subcategory?: FilePlanSubcategory;
|
|
3507
3507
|
}
|
|
@@ -3509,11 +3509,11 @@ export interface FilePlanAuthority extends FilePlanDescriptorBase, Parsable {
|
|
|
3509
3509
|
}
|
|
3510
3510
|
export interface FilePlanCitation extends FilePlanDescriptorBase, Parsable {
|
|
3511
3511
|
/**
|
|
3512
|
-
*
|
|
3512
|
+
* Represents the jurisdiction or agency that published the filePlanCitation.
|
|
3513
3513
|
*/
|
|
3514
3514
|
citationJurisdiction?: string;
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* Represents the URL to the published filePlanCitation.
|
|
3517
3517
|
*/
|
|
3518
3518
|
citationUrl?: string;
|
|
3519
3519
|
}
|
|
@@ -7329,6 +7329,7 @@ export declare const DetectionSourceObject: {
|
|
|
7329
7329
|
readonly ScheduledAlerts: "scheduledAlerts";
|
|
7330
7330
|
readonly MicrosoftDefenderThreatIntelligenceAnalytics: "microsoftDefenderThreatIntelligenceAnalytics";
|
|
7331
7331
|
readonly BuiltInMl: "builtInMl";
|
|
7332
|
+
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
7332
7333
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
7333
7334
|
};
|
|
7334
7335
|
export declare const DetectionStatusObject: {
|
|
@@ -7558,6 +7559,7 @@ export declare const ServiceSourceObject: {
|
|
|
7558
7559
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7559
7560
|
readonly MicrosoftDefenderForCloud: "microsoftDefenderForCloud";
|
|
7560
7561
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
7562
|
+
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
7561
7563
|
};
|
|
7562
7564
|
export declare const SourceTypeObject: {
|
|
7563
7565
|
readonly Mailbox: "mailbox";
|