Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 4 additions & 49 deletions microsoft-graph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34888,33 +34888,15 @@ export namespace Search {
}
export namespace SecurityNamespace {
type ActionAfterRetentionPeriod = "none" | "delete" | "startDispositionReview" | "relabel" | "unknownFutureValue";
type AdditionalDataOptions =
| "allVersions"
| "linkedFiles"
| "unknownFutureValue"
| "advancedIndexing"
| "listAttachments"
| "htmlTranscripts"
| "messageConversationExpansion"
| "locationsWithoutHits"
| "allItemsInFolder";
type AdditionalDataOptions = "allVersions" | "linkedFiles" | "unknownFutureValue";
type AdditionalOptions =
| "none"
| "teamsAndYammerConversations"
| "cloudAttachments"
| "allDocumentVersions"
| "subfolderContents"
| "listAttachments"
| "unknownFutureValue"
| "htmlTranscripts"
| "advancedIndexing"
| "allItemsInFolder"
| "includeFolderAndPath"
| "condensePaths"
| "friendlyName"
| "splitSource"
| "optimizedPartitionSize"
| "includeReport";
| "unknownFutureValue";
type AlertClassification =
| "unknown"
| "falsePositive"
Expand Down Expand Up @@ -34976,7 +34958,6 @@ export namespace SecurityNamespace {
| "closedWithError"
| "unknownFutureValue";
type ChildSelectability = "One" | "Many" | "unknownFutureValue";
type CloudAttachmentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
type ContainerPortProtocol = "udp" | "tcp" | "sctp" | "unknownFutureValue";
type ContentFormat = "text" | "html" | "markdown" | "unknownFutureValue";
type DataSourceContainerStatus = "active" | "released" | "unknownFutureValue";
Expand Down Expand Up @@ -35055,7 +35036,6 @@ export namespace SecurityNamespace {
| "unknown"
| "unknownFutureValue";
type DeviceRiskScore = "none" | "informational" | "low" | "medium" | "high" | "unknownFutureValue";
type DocumentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
type EventPropagationStatus = "none" | "inProcessing" | "failed" | "success" | "unknownFutureValue";
type EventStatusType = "pending" | "error" | "success" | "notAvaliable" | "unknownFutureValue";
type EvidenceRemediationStatus =
Expand Down Expand Up @@ -35090,20 +35070,10 @@ export namespace SecurityNamespace {
| "unknownFutureValue";
type EvidenceVerdict = "unknown" | "suspicious" | "malicious" | "noThreatsFound" | "unknownFutureValue";
type ExportCriteria = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue" | "msg";
type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue";
type ExportFormat = "pst" | "msg" | "eml" | "unknownFutureValue";
type ExportLocation = "responsiveLocations" | "nonresponsiveLocations" | "unknownFutureValue";
type ExportOptions =
| "originalFiles"
| "text"
| "pdfReplacement"
| "tags"
| "unknownFutureValue"
| "splitSource"
| "includeFolderAndPath"
| "friendlyName"
| "condensePaths"
| "optimizedPartitionSize";
type ExportOptions = "originalFiles" | "text" | "pdfReplacement" | "tags" | "unknownFutureValue";
type FileHashAlgorithm = "unknown" | "md5" | "sha1" | "sha256" | "sha256ac" | "unknownFutureValue";
type GoogleCloudLocationType = "unknown" | "regional" | "zonal" | "global" | "unknownFutureValue";
type HealthIssueSeverity = "low" | "medium" | "high" | "unknownFutureValue";
Expand All @@ -35117,7 +35087,6 @@ export namespace SecurityNamespace {
type IndicatorSource = "microsoft" | "osint" | "public" | "unknownFutureValue";
type IntelligenceProfileKind = "actor" | "tool" | "unknownFutureValue";
type IoTDeviceImportanceType = "unknown" | "low" | "normal" | "high" | "unknownFutureValue";
type ItemsToInclude = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
type KubernetesPlatform = "unknown" | "aks" | "eks" | "gke" | "arc" | "unknownFutureValue";
type KubernetesServiceType =
| "unknown"
Expand Down Expand Up @@ -35163,13 +35132,6 @@ export namespace SecurityNamespace {
| "microsoftSentinel"
| "microsoftInsiderRiskManagement";
type SourceType = "mailbox" | "site" | "unknownFutureValue";
type StatisticsOptions =
| "includeRefiners"
| "includeQueryStats"
| "includeUnindexedStats"
| "advancedIndexing"
| "locationsWithoutHits"
| "unknownFutureValue";
type TeamsDeliveryLocation = "unknown" | "teams" | "quarantine" | "failed" | "unknownFutureValue";
type TeamsMessageDeliveryAction =
| "unknown"
Expand Down Expand Up @@ -35411,10 +35373,6 @@ export namespace SecurityNamespace {
stageNumber?: string;
}
interface EdiscoveryAddToReviewSetOperation extends CaseOperation {
additionalDataOptions?: AdditionalDataOptions;
cloudAttachmentVersion?: CloudAttachmentVersion;
documentVersion?: DocumentVersion;
itemsToInclude?: ItemsToInclude;
// eDiscovery review set to which items matching source collection query gets added.
reviewSet?: NullableOption<EdiscoveryReviewSet>;
// eDiscovery search that gets added to review set.
Expand Down Expand Up @@ -35476,7 +35434,6 @@ export namespace SecurityNamespace {
mailboxCount?: NullableOption<number>;
// The number of mailboxes that had search hits.
siteCount?: NullableOption<number>;
statisticsOptions?: StatisticsOptions;
// The estimated count of unindexed items for the collection.
unindexedItemCount?: NullableOption<number>;
// The estimated size of unindexed items for the collection.
Expand Down Expand Up @@ -35558,12 +35515,10 @@ export namespace SecurityNamespace {
* cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
*/
additionalOptions?: NullableOption<AdditionalOptions>;
cloudAttachmentVersion?: CloudAttachmentVersion;
// The description of the export by the user.
description?: NullableOption<string>;
// The name of export provided by the user.
displayName?: NullableOption<string>;
documentVersion?: DocumentVersion;
// Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
exportCriteria?: NullableOption<ExportCriteria>;
// Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
Expand Down