@microsoft/msgraph-sdk 1.0.0-preview.53 → 1.0.0-preview.54
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 +828 -0
- package/models/index.d.ts.map +1 -1
- package/models/index.js +945 -13
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +0 -80
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +3 -58
- 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
|
@@ -577,7 +577,6 @@ export interface CloudApplicationEvidence extends AlertEvidence, Parsable {
|
|
|
577
577
|
*/
|
|
578
578
|
stream?: Stream | null;
|
|
579
579
|
}
|
|
580
|
-
export type CloudAttachmentVersion = (typeof CloudAttachmentVersionObject)[keyof typeof CloudAttachmentVersionObject];
|
|
581
580
|
export interface CloudLogonRequestEvidence extends AlertEvidence, Parsable {
|
|
582
581
|
/**
|
|
583
582
|
* The unique identifier for the sign-in request.
|
|
@@ -3263,24 +3262,7 @@ export interface DnsEvidence extends AlertEvidence, Parsable {
|
|
|
3263
3262
|
*/
|
|
3264
3263
|
ipAddresses?: IpEvidence[] | null;
|
|
3265
3264
|
}
|
|
3266
|
-
export type DocumentVersion = (typeof DocumentVersionObject)[keyof typeof DocumentVersionObject];
|
|
3267
3265
|
export interface EdiscoveryAddToReviewSetOperation extends CaseOperation, Parsable {
|
|
3268
|
-
/**
|
|
3269
|
-
* The additionalDataOptions property
|
|
3270
|
-
*/
|
|
3271
|
-
additionalDataOptions?: AdditionalDataOptions[] | null;
|
|
3272
|
-
/**
|
|
3273
|
-
* The cloudAttachmentVersion property
|
|
3274
|
-
*/
|
|
3275
|
-
cloudAttachmentVersion?: CloudAttachmentVersion | null;
|
|
3276
|
-
/**
|
|
3277
|
-
* The documentVersion property
|
|
3278
|
-
*/
|
|
3279
|
-
documentVersion?: DocumentVersion | null;
|
|
3280
|
-
/**
|
|
3281
|
-
* The itemsToInclude property
|
|
3282
|
-
*/
|
|
3283
|
-
itemsToInclude?: ItemsToInclude[] | null;
|
|
3284
3266
|
/**
|
|
3285
3267
|
* eDiscovery review set to which items matching source collection query gets added.
|
|
3286
3268
|
*/
|
|
@@ -3405,10 +3387,6 @@ export interface EdiscoveryEstimateOperation extends CaseOperation, Parsable {
|
|
|
3405
3387
|
* The number of mailboxes that had search hits.
|
|
3406
3388
|
*/
|
|
3407
3389
|
siteCount?: number | null;
|
|
3408
|
-
/**
|
|
3409
|
-
* The statisticsOptions property
|
|
3410
|
-
*/
|
|
3411
|
-
statisticsOptions?: StatisticsOptions[] | null;
|
|
3412
3390
|
/**
|
|
3413
3391
|
* The estimated count of unindexed items for the collection.
|
|
3414
3392
|
*/
|
|
@@ -3547,10 +3525,6 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
|
|
|
3547
3525
|
* The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
|
|
3548
3526
|
*/
|
|
3549
3527
|
additionalOptions?: AdditionalOptions[] | null;
|
|
3550
|
-
/**
|
|
3551
|
-
* The cloudAttachmentVersion property
|
|
3552
|
-
*/
|
|
3553
|
-
cloudAttachmentVersion?: CloudAttachmentVersion | null;
|
|
3554
3528
|
/**
|
|
3555
3529
|
* The description of the export by the user.
|
|
3556
3530
|
*/
|
|
@@ -3559,10 +3533,6 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
|
|
|
3559
3533
|
* The name of export provided by the user.
|
|
3560
3534
|
*/
|
|
3561
3535
|
displayName?: string | null;
|
|
3562
|
-
/**
|
|
3563
|
-
* The documentVersion property
|
|
3564
|
-
*/
|
|
3565
|
-
documentVersion?: DocumentVersion | null;
|
|
3566
3536
|
/**
|
|
3567
3537
|
* Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
|
|
3568
3538
|
*/
|
|
@@ -4959,7 +4929,6 @@ export interface IpEvidence extends AlertEvidence, Parsable {
|
|
|
4959
4929
|
*/
|
|
4960
4930
|
stream?: Stream | null;
|
|
4961
4931
|
}
|
|
4962
|
-
export type ItemsToInclude = (typeof ItemsToIncludeObject)[keyof typeof ItemsToIncludeObject];
|
|
4963
4932
|
export interface KubernetesClusterEvidence extends AlertEvidence, Parsable {
|
|
4964
4933
|
/**
|
|
4965
4934
|
* The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object.
|
|
@@ -7131,7 +7100,6 @@ export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel,
|
|
|
7131
7100
|
*/
|
|
7132
7101
|
surname?: string | null;
|
|
7133
7102
|
}
|
|
7134
|
-
export type StatisticsOptions = (typeof StatisticsOptionsObject)[keyof typeof StatisticsOptionsObject];
|
|
7135
7103
|
export interface Stream extends AdditionalDataHolder, BackedModel, Parsable {
|
|
7136
7104
|
/**
|
|
7137
7105
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7831,12 +7799,6 @@ export declare const AdditionalDataOptionsObject: {
|
|
|
7831
7799
|
readonly AllVersions: "allVersions";
|
|
7832
7800
|
readonly LinkedFiles: "linkedFiles";
|
|
7833
7801
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7834
|
-
readonly AdvancedIndexing: "advancedIndexing";
|
|
7835
|
-
readonly ListAttachments: "listAttachments";
|
|
7836
|
-
readonly HtmlTranscripts: "htmlTranscripts";
|
|
7837
|
-
readonly MessageConversationExpansion: "messageConversationExpansion";
|
|
7838
|
-
readonly LocationsWithoutHits: "locationsWithoutHits";
|
|
7839
|
-
readonly AllItemsInFolder: "allItemsInFolder";
|
|
7840
7802
|
};
|
|
7841
7803
|
export declare const AdditionalOptionsObject: {
|
|
7842
7804
|
readonly None: "none";
|
|
@@ -7846,15 +7808,6 @@ export declare const AdditionalOptionsObject: {
|
|
|
7846
7808
|
readonly SubfolderContents: "subfolderContents";
|
|
7847
7809
|
readonly ListAttachments: "listAttachments";
|
|
7848
7810
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7849
|
-
readonly HtmlTranscripts: "htmlTranscripts";
|
|
7850
|
-
readonly AdvancedIndexing: "advancedIndexing";
|
|
7851
|
-
readonly AllItemsInFolder: "allItemsInFolder";
|
|
7852
|
-
readonly IncludeFolderAndPath: "includeFolderAndPath";
|
|
7853
|
-
readonly CondensePaths: "condensePaths";
|
|
7854
|
-
readonly FriendlyName: "friendlyName";
|
|
7855
|
-
readonly SplitSource: "splitSource";
|
|
7856
|
-
readonly OptimizedPartitionSize: "optimizedPartitionSize";
|
|
7857
|
-
readonly IncludeReport: "includeReport";
|
|
7858
7811
|
};
|
|
7859
7812
|
export declare const AlertClassificationObject: {
|
|
7860
7813
|
readonly Unknown: "unknown";
|
|
@@ -7946,13 +7899,6 @@ export declare const ChildSelectabilityObject: {
|
|
|
7946
7899
|
readonly Many: "Many";
|
|
7947
7900
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7948
7901
|
};
|
|
7949
|
-
export declare const CloudAttachmentVersionObject: {
|
|
7950
|
-
readonly Latest: "latest";
|
|
7951
|
-
readonly Recent10: "recent10";
|
|
7952
|
-
readonly Recent100: "recent100";
|
|
7953
|
-
readonly All: "all";
|
|
7954
|
-
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7955
|
-
};
|
|
7956
7902
|
export declare const ContainerPortProtocolObject: {
|
|
7957
7903
|
readonly Udp: "udp";
|
|
7958
7904
|
readonly Tcp: "tcp";
|
|
@@ -8073,13 +8019,6 @@ export declare const DeviceRiskScoreObject: {
|
|
|
8073
8019
|
readonly High: "high";
|
|
8074
8020
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8075
8021
|
};
|
|
8076
|
-
export declare const DocumentVersionObject: {
|
|
8077
|
-
readonly Latest: "latest";
|
|
8078
|
-
readonly Recent10: "recent10";
|
|
8079
|
-
readonly Recent100: "recent100";
|
|
8080
|
-
readonly All: "all";
|
|
8081
|
-
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8082
|
-
};
|
|
8083
8022
|
export declare const EventPropagationStatusObject: {
|
|
8084
8023
|
readonly None: "none";
|
|
8085
8024
|
readonly InProcessing: "inProcessing";
|
|
@@ -8143,7 +8082,6 @@ export declare const ExportFileStructureObject: {
|
|
|
8143
8082
|
readonly Directory: "directory";
|
|
8144
8083
|
readonly Pst: "pst";
|
|
8145
8084
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8146
|
-
readonly Msg: "msg";
|
|
8147
8085
|
};
|
|
8148
8086
|
export declare const ExportFormatObject: {
|
|
8149
8087
|
readonly Pst: "pst";
|
|
@@ -8162,11 +8100,6 @@ export declare const ExportOptionsObject: {
|
|
|
8162
8100
|
readonly PdfReplacement: "pdfReplacement";
|
|
8163
8101
|
readonly Tags: "tags";
|
|
8164
8102
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8165
|
-
readonly SplitSource: "splitSource";
|
|
8166
|
-
readonly IncludeFolderAndPath: "includeFolderAndPath";
|
|
8167
|
-
readonly FriendlyName: "friendlyName";
|
|
8168
|
-
readonly CondensePaths: "condensePaths";
|
|
8169
|
-
readonly OptimizedPartitionSize: "optimizedPartitionSize";
|
|
8170
8103
|
};
|
|
8171
8104
|
export declare const FileHashAlgorithmObject: {
|
|
8172
8105
|
readonly Unknown: "unknown";
|
|
@@ -8251,11 +8184,6 @@ export declare const IoTDeviceImportanceTypeObject: {
|
|
|
8251
8184
|
readonly High: "high";
|
|
8252
8185
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8253
8186
|
};
|
|
8254
|
-
export declare const ItemsToIncludeObject: {
|
|
8255
|
-
readonly SearchHits: "searchHits";
|
|
8256
|
-
readonly PartiallyIndexed: "partiallyIndexed";
|
|
8257
|
-
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8258
|
-
};
|
|
8259
8187
|
export declare const KubernetesPlatformObject: {
|
|
8260
8188
|
readonly Unknown: "unknown";
|
|
8261
8189
|
readonly Aks: "aks";
|
|
@@ -8356,14 +8284,6 @@ export declare const SourceTypeObject: {
|
|
|
8356
8284
|
readonly Site: "site";
|
|
8357
8285
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8358
8286
|
};
|
|
8359
|
-
export declare const StatisticsOptionsObject: {
|
|
8360
|
-
readonly IncludeRefiners: "includeRefiners";
|
|
8361
|
-
readonly IncludeQueryStats: "includeQueryStats";
|
|
8362
|
-
readonly IncludeUnindexedStats: "includeUnindexedStats";
|
|
8363
|
-
readonly AdvancedIndexing: "advancedIndexing";
|
|
8364
|
-
readonly LocationsWithoutHits: "locationsWithoutHits";
|
|
8365
|
-
readonly UnknownFutureValue: "unknownFutureValue";
|
|
8366
|
-
};
|
|
8367
8287
|
export declare const TeamsDeliveryLocationObject: {
|
|
8368
8288
|
readonly Unknown: "unknown";
|
|
8369
8289
|
readonly Teams: "teams";
|