@@ -5468,7 +5468,9 @@ export interface AuthenticationMethodModeDetail extends Entity {
54685468 /**
54695469 * The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath,
54705470 * softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate,
5471- * federation, unknownFutureValue.
5471+ * federation, unknownFutureValue, qrCodePin. Use the Prefer: include-unknown-enum-members request header to get the
5472+ * following values from this {evolvable
5473+ * enum}(/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): qrCodePin.
54725474 */
54735475 authenticationMethod?: BaseAuthenticationMethod;
54745476 // The display name of this mode
@@ -34888,33 +34890,15 @@ export namespace Search {
3488834890}
3488934891export namespace SecurityNamespace {
3489034892 type ActionAfterRetentionPeriod = "none" | "delete" | "startDispositionReview" | "relabel" | "unknownFutureValue";
34891- type AdditionalDataOptions =
34892- | "allVersions"
34893- | "linkedFiles"
34894- | "unknownFutureValue"
34895- | "advancedIndexing"
34896- | "listAttachments"
34897- | "htmlTranscripts"
34898- | "messageConversationExpansion"
34899- | "locationsWithoutHits"
34900- | "allItemsInFolder";
34893+ type AdditionalDataOptions = "allVersions" | "linkedFiles" | "unknownFutureValue";
3490134894 type AdditionalOptions =
3490234895 | "none"
3490334896 | "teamsAndYammerConversations"
3490434897 | "cloudAttachments"
3490534898 | "allDocumentVersions"
3490634899 | "subfolderContents"
3490734900 | "listAttachments"
34908- | "unknownFutureValue"
34909- | "htmlTranscripts"
34910- | "advancedIndexing"
34911- | "allItemsInFolder"
34912- | "includeFolderAndPath"
34913- | "condensePaths"
34914- | "friendlyName"
34915- | "splitSource"
34916- | "optimizedPartitionSize"
34917- | "includeReport";
34901+ | "unknownFutureValue";
3491834902 type AlertClassification =
3491934903 | "unknown"
3492034904 | "falsePositive"
@@ -34976,7 +34960,6 @@ export namespace SecurityNamespace {
3497634960 | "closedWithError"
3497734961 | "unknownFutureValue";
3497834962 type ChildSelectability = "One" | "Many" | "unknownFutureValue";
34979- type CloudAttachmentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
3498034963 type ContainerPortProtocol = "udp" | "tcp" | "sctp" | "unknownFutureValue";
3498134964 type ContentFormat = "text" | "html" | "markdown" | "unknownFutureValue";
3498234965 type DataSourceContainerStatus = "active" | "released" | "unknownFutureValue";
@@ -35055,7 +35038,6 @@ export namespace SecurityNamespace {
3505535038 | "unknown"
3505635039 | "unknownFutureValue";
3505735040 type DeviceRiskScore = "none" | "informational" | "low" | "medium" | "high" | "unknownFutureValue";
35058- type DocumentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
3505935041 type EventPropagationStatus = "none" | "inProcessing" | "failed" | "success" | "unknownFutureValue";
3506035042 type EventStatusType = "pending" | "error" | "success" | "notAvaliable" | "unknownFutureValue";
3506135043 type EvidenceRemediationStatus =
@@ -35090,20 +35072,10 @@ export namespace SecurityNamespace {
3509035072 | "unknownFutureValue";
3509135073 type EvidenceVerdict = "unknown" | "suspicious" | "malicious" | "noThreatsFound" | "unknownFutureValue";
3509235074 type ExportCriteria = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
35093- type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue" | "msg" ;
35075+ type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue";
3509435076 type ExportFormat = "pst" | "msg" | "eml" | "unknownFutureValue";
3509535077 type ExportLocation = "responsiveLocations" | "nonresponsiveLocations" | "unknownFutureValue";
35096- type ExportOptions =
35097- | "originalFiles"
35098- | "text"
35099- | "pdfReplacement"
35100- | "tags"
35101- | "unknownFutureValue"
35102- | "splitSource"
35103- | "includeFolderAndPath"
35104- | "friendlyName"
35105- | "condensePaths"
35106- | "optimizedPartitionSize";
35078+ type ExportOptions = "originalFiles" | "text" | "pdfReplacement" | "tags" | "unknownFutureValue";
3510735079 type FileHashAlgorithm = "unknown" | "md5" | "sha1" | "sha256" | "sha256ac" | "unknownFutureValue";
3510835080 type GoogleCloudLocationType = "unknown" | "regional" | "zonal" | "global" | "unknownFutureValue";
3510935081 type HealthIssueSeverity = "low" | "medium" | "high" | "unknownFutureValue";
@@ -35117,7 +35089,6 @@ export namespace SecurityNamespace {
3511735089 type IndicatorSource = "microsoft" | "osint" | "public" | "unknownFutureValue";
3511835090 type IntelligenceProfileKind = "actor" | "tool" | "unknownFutureValue";
3511935091 type IoTDeviceImportanceType = "unknown" | "low" | "normal" | "high" | "unknownFutureValue";
35120- type ItemsToInclude = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
3512135092 type KubernetesPlatform = "unknown" | "aks" | "eks" | "gke" | "arc" | "unknownFutureValue";
3512235093 type KubernetesServiceType =
3512335094 | "unknown"
@@ -35163,13 +35134,6 @@ export namespace SecurityNamespace {
3516335134 | "microsoftSentinel"
3516435135 | "microsoftInsiderRiskManagement";
3516535136 type SourceType = "mailbox" | "site" | "unknownFutureValue";
35166- type StatisticsOptions =
35167- | "includeRefiners"
35168- | "includeQueryStats"
35169- | "includeUnindexedStats"
35170- | "advancedIndexing"
35171- | "locationsWithoutHits"
35172- | "unknownFutureValue";
3517335137 type TeamsDeliveryLocation = "unknown" | "teams" | "quarantine" | "failed" | "unknownFutureValue";
3517435138 type TeamsMessageDeliveryAction =
3517535139 | "unknown"
@@ -35411,10 +35375,6 @@ export namespace SecurityNamespace {
3541135375 stageNumber?: string;
3541235376 }
3541335377 interface EdiscoveryAddToReviewSetOperation extends CaseOperation {
35414- additionalDataOptions?: AdditionalDataOptions;
35415- cloudAttachmentVersion?: CloudAttachmentVersion;
35416- documentVersion?: DocumentVersion;
35417- itemsToInclude?: ItemsToInclude;
3541835378 // eDiscovery review set to which items matching source collection query gets added.
3541935379 reviewSet?: NullableOption<EdiscoveryReviewSet>;
3542035380 // eDiscovery search that gets added to review set.
@@ -35476,7 +35436,6 @@ export namespace SecurityNamespace {
3547635436 mailboxCount?: NullableOption<number>;
3547735437 // The number of mailboxes that had search hits.
3547835438 siteCount?: NullableOption<number>;
35479- statisticsOptions?: StatisticsOptions;
3548035439 // The estimated count of unindexed items for the collection.
3548135440 unindexedItemCount?: NullableOption<number>;
3548235441 // The estimated size of unindexed items for the collection.
@@ -35558,12 +35517,10 @@ export namespace SecurityNamespace {
3555835517 * cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
3555935518 */
3556035519 additionalOptions?: NullableOption<AdditionalOptions>;
35561- cloudAttachmentVersion?: CloudAttachmentVersion;
3556235520 // The description of the export by the user.
3556335521 description?: NullableOption<string>;
3556435522 // The name of export provided by the user.
3556535523 displayName?: NullableOption<string>;
35566- documentVersion?: DocumentVersion;
3556735524 // Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
3556835525 exportCriteria?: NullableOption<ExportCriteria>;
3556935526 // Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
0 commit comments