Skip to content

Generated models and request builders #752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
@@ -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"
@@ -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";
@@ -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 =
@@ -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";
@@ -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"
@@ -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"
@@ -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.
@@ -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.
@@ -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.