@microsoft/typespec-msgraph-reference 1.0.3 → 1.0.5

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.
@@ -13,6 +13,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
13
13
  @deprecatedDefinition("type", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
14
14
  // Metadata item DeprecatedDefinition_type was already defined with a different value.
15
15
  @deprecatedDefinition("cloudPcLaunchInfo", "<ChangeLogCategory>", "2025-09-30", "2026-10-30", "Starting from Oct 30, 2026, this complexType: cloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new type:cloudPcLaunchDetail instead.")
16
+ @deprecatedDefinition("cloudPcNotificationSetting", "<ChangeLogCategory>", "2026-04-14", "2026-07-14", "Starting from July 14, 2026, the cloudPcNotificationSetting complex type will no longer be supported and will be marked as deprecated. It was only used by the notificationSetting property on cloudPcUserSetting, which is also being deprecated.")
16
17
  @deprecatedDefinition("additionalDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "The additionalDetails property is deprecated and will not be supported starting Jan 31, 2024. This property will not be included as part of the API response.")
17
18
  @deprecatedDefinition("cloudPcOnPremisesConnectionStatusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, cloudPcOnPremisesConnectionStatusDetails complex type will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response.")
18
19
  @deprecatedDefinition("statusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use errorCode instead.")
@@ -32,7 +33,6 @@ scalar binary; //TODO: Enables support for Edm.Binary
32
33
  // Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
33
34
  @deprecatedDefinition("identityProvider", "<ChangeLogCategory>", "2021-08-24", "2023-03-15", "The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.")
34
35
  // Metadata item DeprecatedDefinition_identityProvider was already defined with a different value.
35
- @deprecatedDefinition("cloudPcReports", "<ChangeLogCategory>", "2025-09-01", "2026-12-31", "Starting from December 31, 2026, this entity type ('cloudPcReports') will be deprecated and no longer supported. Please use 'cloudPcReport' instead.")
36
36
  @deprecatedDefinition("connectionSettings", "<ChangeLogCategory>", "2023-10-12", "2024-08-31", "Starting from August 31, 2024, connectionSettings property will no longer be supported and will be marked as deprecated. Please use onnectionSetting instead.")
37
37
  @deprecatedDefinition("frontlineCloudPcAvailability", "<ChangeLogCategory>", "2025-07-31", "2025-10-30", "Starting from Oct 30, 2025, this property:frontlineCloudPcAvailability will be deprecated and no longer be supported. Please use the new API:retrieveFrontlineCloudPcAvailability to retrieve same details.")
38
38
  @deprecatedDefinition("offer", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use offerName instead.")
@@ -43,6 +43,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
43
43
  @deprecatedDefinition("skuDisplayName", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, skuDisplayName property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
44
44
  @deprecatedDefinition("healthCheckStatusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, healthCheckStatusDetails property will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response.")
45
45
  @deprecatedDefinition("windowsSettings", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use windowsSetting instead.")
46
+ @deprecatedDefinition("notificationSetting", "<ChangeLogCategory>", "2026-04-14", "2026-07-14", "Starting from July 14, 2026, the notificationSetting property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
46
47
  @deprecatedDefinition("selfServiceEnabled", "<ChangeLogCategory>", "2023-08-31", "2023-12-01", "The selfServiceEnabled property is deprecated and will not be supported starting Dec 1, 2023. This property will not be included as part of the API response.")
47
48
  @deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
48
49
  @deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-26", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
@@ -738,6 +739,16 @@ namespace reference.`microsoft.graph` {
738
739
  selections: keyValuePair[] | null;
739
740
  }
740
741
 
742
+ /**
743
+ * The request parameter for requesting Android LOB app configuration schema.
744
+ */
745
+ @complex model androidLobAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
746
+ /**
747
+ * The application policy ID of the Android LOB app
748
+ */
749
+ appId: string | null;
750
+ }
751
+
741
752
  /**
742
753
  * Contains properties used to assign an Android Managed Store mobile app to a group.
743
754
  */
@@ -942,6 +953,120 @@ namespace reference.`microsoft.graph` {
942
953
  resourceSpecificApplicationPermissions: resourceSpecificPermission[];
943
954
  }
944
955
 
956
+ /**
957
+ * Boolean configuration item inside an Android application's custom configuration schema.
958
+ */
959
+ @complex model appConfigurationSchemaItemBooleanType extends appConfigurationSchemaItemType {
960
+ /**
961
+ * Default value, if specified by the app developer
962
+ */
963
+ defaultValue: boolean | null;
964
+ }
965
+
966
+ /**
967
+ * Bundle array configuration item inside an Android application's custom configuration schema.
968
+ */
969
+ @complex model appConfigurationSchemaItemBundleArray extends appConfigurationSchemaItemType {
970
+ }
971
+
972
+ /**
973
+ * Bundle configuration item inside an Android application's custom configuration schema.
974
+ */
975
+ @complex model appConfigurationSchemaItemBundleType extends appConfigurationSchemaItemType {
976
+ }
977
+
978
+ /**
979
+ * Choice configuration item inside an Android application's custom configuration schema.
980
+ */
981
+ @complex model appConfigurationSchemaItemChoiceType extends appConfigurationSchemaItemType {
982
+ /**
983
+ * Default value, if specified by the app developer
984
+ */
985
+ defaultValue: string | null;
986
+ /**
987
+ * List of human readable name/value pairs for the valid values that can be set for this item
988
+ */
989
+ selections: keyValuePair[] | null;
990
+ }
991
+
992
+ /**
993
+ * Hidden configuration item inside an Android application's custom configuration schema.
994
+ */
995
+ @complex model appConfigurationSchemaItemHiddenType extends appConfigurationSchemaItemType {
996
+ /**
997
+ * Default value, if specified by the app developer
998
+ */
999
+ defaultValue: string | null;
1000
+ }
1001
+
1002
+ /**
1003
+ * Integer configuration item inside an Android application's custom configuration schema.
1004
+ */
1005
+ @complex model appConfigurationSchemaItemIntegerType extends appConfigurationSchemaItemType {
1006
+ /**
1007
+ * Default value, if specified by the app developer. Valid values 0 to 2147483647
1008
+ */
1009
+ defaultValue: int32 | null;
1010
+ }
1011
+
1012
+ /**
1013
+ * Multiselect configuration item inside an Android application's custom configuration schema.
1014
+ */
1015
+ @complex model appConfigurationSchemaItemMultiselectType extends appConfigurationSchemaItemType {
1016
+ /**
1017
+ * Default value, if specified by the app developer
1018
+ */
1019
+ defaultValue: string[] | null;
1020
+ /**
1021
+ * List of human readable name/value pairs for the valid values that can be set for this item
1022
+ */
1023
+ selections: keyValuePair[] | null;
1024
+ }
1025
+
1026
+ /**
1027
+ * String configuration item inside an Android application's custom configuration schema.
1028
+ */
1029
+ @complex model appConfigurationSchemaItemStringType extends appConfigurationSchemaItemType {
1030
+ /**
1031
+ * Default value, if specified by the app developer
1032
+ */
1033
+ defaultValue: string | null;
1034
+ }
1035
+
1036
+ /**
1037
+ * Single configuration item inside an Android application's configuration schema.
1038
+ */
1039
+ @abstract
1040
+ @complex model appConfigurationSchemaItemType {
1041
+ /**
1042
+ * Description of what the item controls within the application
1043
+ */
1044
+ description: string | null;
1045
+ /**
1046
+ * Human readable name
1047
+ */
1048
+ displayName: string | null;
1049
+ /**
1050
+ * Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647
1051
+ */
1052
+ index: int32;
1053
+ /**
1054
+ * Index of parent schema item to track nested schema items. Valid values 0 to 2147483647
1055
+ */
1056
+ parentIndex: int32 | null;
1057
+ /**
1058
+ * Unique key the application uses to identify the item
1059
+ */
1060
+ schemaItemKey: string | null;
1061
+ }
1062
+
1063
+ /**
1064
+ * Base type for the request parameters that identifies the requested app configuration schema.
1065
+ */
1066
+ @abstract
1067
+ @complex model appConfigurationSchemaRequestDetail {
1068
+ }
1069
+
945
1070
  /**
946
1071
  * Contains properties for App configuration setting item.
947
1072
  */
@@ -1115,7 +1240,7 @@ namespace reference.`microsoft.graph` {
1115
1240
  }
1116
1241
 
1117
1242
  @complex model appManagementPolicyActorExemptions {
1118
- @contains customSecurityAttributes: customSecurityAttributeExemption[];
1243
+ customSecurityAttributes: customSecurityAttributeExemption[] | null;
1119
1244
  }
1120
1245
 
1121
1246
  @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
@@ -1186,6 +1311,11 @@ namespace reference.`microsoft.graph` {
1186
1311
  skuId: guid | null;
1187
1312
  }
1188
1313
 
1314
+ @complex model assignedPlaceMode extends placeMode {
1315
+ assignedUserEmailAddress: string | null;
1316
+ assignedUserId: string | null;
1317
+ }
1318
+
1189
1319
  @complex model assignedPlan {
1190
1320
  assignedDateTime: offsetDateTime | null;
1191
1321
  capabilityStatus: string | null;
@@ -1639,6 +1769,7 @@ namespace reference.`microsoft.graph` {
1639
1769
  }
1640
1770
 
1641
1771
  @complex model authenticationMethodsRegistrationCampaign {
1772
+ enforceRegistrationAfterAllowedSnoozes: boolean | null;
1642
1773
  excludeTargets: excludeTarget[];
1643
1774
  includeTargets: authenticationMethodsRegistrationCampaignIncludeTarget[];
1644
1775
  snoozeDurationInDays: int32;
@@ -2475,6 +2606,16 @@ namespace reference.`microsoft.graph` {
2475
2606
  riskScore: string | null;
2476
2607
  }
2477
2608
 
2609
+ /**
2610
+ * Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases.
2611
+ */
2612
+ @complex model cloudCertificationAuthorityVersionUsage {
2613
+ /**
2614
+ * The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only.
2615
+ */
2616
+ issuedStagedLeafCertificateCount: int32 | null;
2617
+ }
2618
+
2478
2619
  @complex model cloudPcAgentHealthCheckDetail {
2479
2620
  additionalDetails: keyValuePair[];
2480
2621
  errorMessage: string | null;
@@ -2687,6 +2828,7 @@ namespace reference.`microsoft.graph` {
2687
2828
  servicePlanId: string | null;
2688
2829
  }
2689
2830
 
2831
+ @graphDeprecated("cloudPcNotificationSetting")
2690
2832
  @complex model cloudPcNotificationSetting {
2691
2833
  restartPromptsDisabled: boolean | null;
2692
2834
  }
@@ -2718,6 +2860,11 @@ namespace reference.`microsoft.graph` {
2718
2860
  startDateTime: offsetDateTime;
2719
2861
  }
2720
2862
 
2863
+ @complex model cloudPcOnPremisesConnectionSubnetIpDetail {
2864
+ subnetAvailableIpCount: int32 | null;
2865
+ subnetAvailableIpCountLastSyncDateTime: offsetDateTime | null;
2866
+ }
2867
+
2721
2868
  @complex model cloudPcPartnerAgentInstallResult {
2722
2869
  errorMessage: string | null;
2723
2870
  installStatus: cloudPcPartnerAgentInstallStatus | null;
@@ -2854,6 +3001,7 @@ namespace reference.`microsoft.graph` {
2854
3001
  }
2855
3002
 
2856
3003
  @complex model cloudPcSupportedRegionRestrictionDetail {
3004
+ availabilityZoneRestricted: boolean | null;
2857
3005
  cPURestricted: boolean | null;
2858
3006
  gPURestricted: boolean | null;
2859
3007
  nestedVirtualizationRestricted: boolean | null;
@@ -3344,6 +3492,11 @@ namespace reference.`microsoft.graph` {
3344
3492
  includedContainers: string[] | null;
3345
3493
  }
3346
3494
 
3495
+ @complex model contentActivityMetadata extends processContentMetadataBase {
3496
+ enforcementResultStatus: enforcementResultStatus;
3497
+ recordType: auditLogRecordType;
3498
+ }
3499
+
3347
3500
  @complex model contentApprovalStatusColumn {
3348
3501
  }
3349
3502
 
@@ -3754,6 +3907,16 @@ namespace reference.`microsoft.graph` {
3754
3907
  @complex model customMetadataDictionary extends Dictionary {
3755
3908
  }
3756
3909
 
3910
+ @abstract
3911
+ @complex model customSecurityAttributeExemption {
3912
+ id: string;
3913
+ operator: customSecurityAttributeComparisonOperator;
3914
+ }
3915
+
3916
+ @complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
3917
+ value: string | null;
3918
+ }
3919
+
3757
3920
  @open
3758
3921
  @complex model customSecurityAttributeValue {
3759
3922
  }
@@ -4226,11 +4389,11 @@ namespace reference.`microsoft.graph` {
4226
4389
 
4227
4390
  @complex model deviceCompliancePolicyScript {
4228
4391
  /**
4229
- * Device compliance script Id.
4392
+ * Identifier of the device compliance script used to evaluate custom compliance. When deviceCompliancePolicyScript is set, this identifies which script to run. Default is null, when set to default it is not evaluated.
4230
4393
  */
4231
4394
  deviceComplianceScriptId: string | null;
4232
4395
  /**
4233
- * Json of the rules.
4396
+ * base64-encoded JSON rules content that defines compliance rules to evaluate on the device. When deviceCompliancePolicyScript is set, the rule conditions defined in the JSON are evaluated to determine compliance and the device is marked noncompliant when any rule evaluates to noncompliant. Default is null, when set to default it is not evaluated.
4234
4397
  */
4235
4398
  rulesContent: binary | null;
4236
4399
  }
@@ -6429,6 +6592,9 @@ namespace reference.`microsoft.graph` {
6429
6592
  objectId: string | null;
6430
6593
  }
6431
6594
 
6595
+ @complex model dropInPlaceMode extends placeMode {
6596
+ }
6597
+
6432
6598
  /**
6433
6599
  * The home button configuration base class used to identify the available options
6434
6600
  */
@@ -6823,6 +6989,10 @@ namespace reference.`microsoft.graph` {
6823
6989
  * The number of days after installation that forced reboot will happen.
6824
6990
  */
6825
6991
  daysUntilForcedReboot: int32;
6992
+ /**
6993
+ * The unique identifier for the quality update catalog item targeted by the expedite.
6994
+ */
6995
+ qualityUpdateCatalogItemId: string | null;
6826
6996
  /**
6827
6997
  * The release date to identify a quality update.
6828
6998
  */
@@ -7115,12 +7285,6 @@ namespace reference.`microsoft.graph` {
7115
7285
  version: string | null;
7116
7286
  }
7117
7287
 
7118
- @complex model governancePermission {
7119
- accessLevel: string | null;
7120
- isActive: boolean | null;
7121
- isEligible: boolean | null;
7122
- }
7123
-
7124
7288
  @complex model governancePolicy {
7125
7289
  decisionMakerCriteria: governanceCriteria[] | null;
7126
7290
  notificationPolicy: governanceNotificationPolicy | null;
@@ -7498,6 +7662,10 @@ namespace reference.`microsoft.graph` {
7498
7662
  enableIdTokenIssuance: boolean | null;
7499
7663
  }
7500
7664
 
7665
+ @complex model importBuildingMapSetting {
7666
+ isDryRun: boolean;
7667
+ }
7668
+
7501
7669
  @complex model importedWindowsAutopilotDeviceIdentityState {
7502
7670
  /**
7503
7671
  * Device error code reported by Device Directory Service(DDS).
@@ -8655,6 +8823,7 @@ namespace reference.`microsoft.graph` {
8655
8823
  usage: string | null;
8656
8824
  }
8657
8825
 
8826
+
8658
8827
  /**
8659
8828
  * A key-value pair with a string key and an integer value.
8660
8829
  */
@@ -8887,6 +9056,21 @@ namespace reference.`microsoft.graph` {
8887
9056
  primaryLookupColumnId: string | null;
8888
9057
  }
8889
9058
 
9059
+ @complex model m365CapabilityInboundAccess {
9060
+ isAllowed: boolean | null;
9061
+ resourceScopes: m365CapabilityResourceScopes | null;
9062
+ }
9063
+
9064
+ @complex model m365CapabilityResourceScope {
9065
+ resourceId: string | null;
9066
+ resourceType: m365ResourceType;
9067
+ }
9068
+
9069
+ @complex model m365CapabilityResourceScopes {
9070
+ excluded: m365CapabilityResourceScope[];
9071
+ included: m365CapabilityResourceScope[];
9072
+ }
9073
+
8890
9074
  /**
8891
9075
  * The identifier for a Mac app.
8892
9076
  */
@@ -9523,6 +9707,11 @@ namespace reference.`microsoft.graph` {
9523
9707
  userId: string | null;
9524
9708
  }
9525
9709
 
9710
+ @complex model mailboxDetails {
9711
+ emailAddress: string | null;
9712
+ externalDirectoryObjectId: string | null;
9713
+ }
9714
+
9526
9715
  @complex model mailboxSettings {
9527
9716
  archiveFolder: string | null;
9528
9717
  automaticRepliesSetting: automaticRepliesSetting | null;
@@ -9763,6 +9952,16 @@ namespace reference.`microsoft.graph` {
9763
9952
  msiType: msiType | null;
9764
9953
  }
9765
9954
 
9955
+ /**
9956
+ * The request parameter for requesting Android Managed Play Store app configuration schema.
9957
+ */
9958
+ @complex model managedStoreAppConfigurationSchemaRequestDetail extends appConfigurationSchemaRequestDetail {
9959
+ /**
9960
+ * The package name of the Android Managed Play Store app
9961
+ */
9962
+ packageName: string | null;
9963
+ }
9964
+
9766
9965
  @complex model managementCertificateWithThumbprint {
9767
9966
  /**
9768
9967
  * The Base 64 encoded management certificate
@@ -10863,6 +11062,7 @@ namespace reference.`microsoft.graph` {
10863
11062
  startDateTime: offsetDateTime | null;
10864
11063
  }
10865
11064
 
11065
+
10866
11066
  @complex model passwordProfile {
10867
11067
  forceChangePasswordNextSignIn: boolean | null;
10868
11068
  forceChangePasswordNextSignInWithMfa: boolean | null;
@@ -11011,6 +11211,22 @@ namespace reference.`microsoft.graph` {
11011
11211
  thumbprint: string | null;
11012
11212
  }
11013
11213
 
11214
+ @complex model placeExecutionResult {
11215
+ children: placeExecutionResult[] | null;
11216
+ error: publicError | null;
11217
+ @references succeededPlace: place | null;
11218
+ }
11219
+
11220
+ @abstract
11221
+ @complex model placeMode {
11222
+ }
11223
+
11224
+ @complex model placeOperationProgress {
11225
+ failedPlaceCount: int32 | null;
11226
+ succeededPlaceCount: int32 | null;
11227
+ totalPlaceCount: int32 | null;
11228
+ }
11229
+
11014
11230
  @open
11015
11231
  @complex model plannerAppliedCategories {
11016
11232
  }
@@ -11652,6 +11868,12 @@ namespace reference.`microsoft.graph` {
11652
11868
  localizations: displayNameLocalization[] | null;
11653
11869
  }
11654
11870
 
11871
+ @complex model profileSourceLocalization {
11872
+ displayName: string | null;
11873
+ languageTag: string | null;
11874
+ webUrl: string | null;
11875
+ }
11876
+
11655
11877
  @open
11656
11878
  @complex model programResource extends identity {
11657
11879
  type: string | null;
@@ -12006,6 +12228,9 @@ namespace reference.`microsoft.graph` {
12006
12228
  resourceAppId: string;
12007
12229
  }
12008
12230
 
12231
+ @complex model reservablePlaceMode extends placeMode {
12232
+ }
12233
+
12009
12234
  /**
12010
12235
  * Reset passcode action result
12011
12236
  */
@@ -12054,6 +12279,12 @@ namespace reference.`microsoft.graph` {
12054
12279
  @complex model resourceData {
12055
12280
  }
12056
12281
 
12282
+ @complex model resourceLink {
12283
+ linkType: resourceLinkType;
12284
+ name: string | null;
12285
+ value: string | null;
12286
+ }
12287
+
12057
12288
  @complex model resourcePermission {
12058
12289
  type: string;
12059
12290
  value: string;
@@ -13737,6 +13968,10 @@ This model is shared with the CCS retrieval API and search where it is already u
13737
13968
  x5t: string | null;
13738
13969
  }
13739
13970
 
13971
+ @complex model unavailablePlaceMode extends placeMode {
13972
+ reason: string | null;
13973
+ }
13974
+
13740
13975
  @complex model unifiedRole {
13741
13976
  roleDefinitionId: string;
13742
13977
  }
@@ -14764,6 +14999,10 @@ This model is shared with the CCS retrieval API and search where it is already u
14764
14999
  * Device restart behavior.
14765
15000
  */
14766
15001
  deviceRestartBehavior: win32LobAppRestartBehavior;
15002
+ /**
15003
+ * Indicates whether app-in-use detection is enabled before app enforcement, and if enabled, the action to take when the app is detected to be in-use. Null indicates the feature is not enabled. Possible values are: 'notEnabled', 'fail', 'terminateWithoutUserInteraction', 'terminateWithUserInteraction'.
15004
+ */
15005
+ inUseBehavior: win32LobAppInUseActionType | null;
14767
15006
  /**
14768
15007
  * The number of minutes the system will wait for install program to finish. Default value is 60 minutes.
14769
15008
  */
@@ -14894,6 +15133,24 @@ This model is shared with the CCS retrieval API and search where it is already u
14894
15133
  scriptContent: string | null;
14895
15134
  }
14896
15135
 
15136
+ /**
15137
+ * A complex type to store process rule data for a Win32 LOB app.
15138
+ */
15139
+ @complex model win32LobAppProcessRule extends win32LobAppRule {
15140
+ /**
15141
+ * Indicates the process operation type. Default value is 'notConfigured'. Possible values are: 'notConfigured', 'exists'.
15142
+ */
15143
+ operationType: win32LobAppProcessOperationType;
15144
+ /**
15145
+ * Indicates the display name for the process in the Intune admin console. Example: 'Microsoft Word'.
15146
+ */
15147
+ processDisplayName: string | null;
15148
+ /**
15149
+ * Indicates the process name to be searched for on a managed device when enforcing a managed app. Example: 'TestApp.exe'.
15150
+ */
15151
+ processName: string | null;
15152
+ }
15153
+
14897
15154
  /**
14898
15155
  * Contains product code and version properties to detect a Win32 App
14899
15156
  */
@@ -15178,6 +15435,78 @@ This model is shared with the CCS retrieval API and search where it is already u
15178
15435
  useDeviceContext: boolean;
15179
15436
  }
15180
15437
 
15438
+ /**
15439
+ * Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.
15440
+ */
15441
+ @complex model windowsAutoUpdateCatalogAppAssignmentSettings extends mobileAppAssignmentSettings {
15442
+ /**
15443
+ * Indicates the priority level for downloading the app content using Delivery Optimization. foreground prioritizes the download over background tasks, which may result in faster installation but higher bandwidth usage. Defaults to notConfigured (background priority) if not specified. When omitted from the request, the service applies notConfigured and the device downloads app content using normal background priority. In National Cloud environments (e.g., US Government, China), Delivery Optimization is not available; the service accepts and stores any value provided, but the device agent ignores it at runtime and delivers content via CDN using background priority regardless of the configured value. Possible values are: notConfigured, foreground, unknownFutureValue.
15444
+ */
15445
+ deliveryOptimizationPriority: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority;
15446
+ /**
15447
+ * Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.
15448
+ */
15449
+ installTimeSettings: windowsAutoUpdateCatalogAppInstallTimeSettings | null;
15450
+ /**
15451
+ * Indicates which notifications the Intune management extension displays to the end user during app installation and restart. Defaults to showAll if not specified. Possible values are: showAll, showReboot, hideAll, unknownFutureValue.
15452
+ */
15453
+ notificationType: windowsAutoUpdateCatalogAppNotificationType;
15454
+ /**
15455
+ * Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app's deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app's deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.
15456
+ */
15457
+ restartSettings: windowsAutoUpdateCatalogAppRestartSettings | null;
15458
+ }
15459
+
15460
+ /**
15461
+ * Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).
15462
+ */
15463
+ @complex model windowsAutoUpdateCatalogAppInstallExperience {
15464
+ /**
15465
+ * Indicates how the device handles restarts after the app installation completes. This controls whether the Intune management extension initiates, suppresses, or forces a device restart based on the installer's exit code. Defaults to basedOnReturnCode if not specified. Possible values are: basedOnReturnCode, allow, suppress, force, unknownFutureValue.
15466
+ */
15467
+ deviceRestartBehavior: windowsAutoUpdateCatalogAppRestartBehavior;
15468
+ /**
15469
+ * Indicates the account context under which the app installer runs on the device. When set to system, the installer runs with elevated privileges in the SYSTEM account context. When set to user, the installer runs in the context of the currently logged-in user. Defaults to system if not specified. Possible values are: system, user.
15470
+ */
15471
+ runAsAccount: runAsAccountType;
15472
+ }
15473
+
15474
+ /**
15475
+ * Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.
15476
+ */
15477
+ @complex model windowsAutoUpdateCatalogAppInstallTimeSettings {
15478
+ /**
15479
+ * The maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.
15480
+ */
15481
+ deadlineDateTime: offsetDateTime | null;
15482
+ /**
15483
+ * The time at which the app should be available for installation on the device. When null, the app is available immediately.
15484
+ */
15485
+ startDateTime: offsetDateTime | null;
15486
+ /**
15487
+ * Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device's local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.
15488
+ */
15489
+ useLocalTime: boolean;
15490
+ }
15491
+
15492
+ /**
15493
+ * Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app's deviceRestartBehavior setting).
15494
+ */
15495
+ @complex model windowsAutoUpdateCatalogAppRestartSettings {
15496
+ /**
15497
+ * The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.
15498
+ */
15499
+ countdownDisplayBeforeRestartInMinutes: int32;
15500
+ /**
15501
+ * The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.
15502
+ */
15503
+ gracePeriodInMinutes: int32;
15504
+ /**
15505
+ * The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.
15506
+ */
15507
+ restartNotificationSnoozeDurationInMinutes: int32 | null;
15508
+ }
15509
+
15181
15510
  /**
15182
15511
  * Windows Defender last scan result
15183
15512
  */
@@ -16470,6 +16799,71 @@ This model is shared with the CCS retrieval API and search where it is already u
16470
16799
  timeZone: timeZoneBase | null;
16471
16800
  }
16472
16801
 
16802
+ @complex model workplaceSensor {
16803
+ /**
16804
+ * The display name of the sensor.
16805
+ */
16806
+ displayName: string | null;
16807
+ /**
16808
+ * The unique identifier of the place served by the sensor. Only needs to be provided if the sensor serves a different place than the device's location.
16809
+ */
16810
+ placeId: string | null;
16811
+ /**
16812
+ * The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
16813
+ */
16814
+ sensorId: string | null;
16815
+ /**
16816
+ * The type of the sensor. Possible values are occupancy, peopleCount.
16817
+ */
16818
+ sensorType: workplaceSensorType;
16819
+ }
16820
+
16821
+ @complex model workplaceSensorDeviceTelemetry {
16822
+ /**
16823
+ * The value of the sensor.
16824
+ */
16825
+ boolValue: boolean | null;
16826
+ /**
16827
+ * The unique identifier of the device.
16828
+ */
16829
+ deviceId: string;
16830
+ /**
16831
+ * The extra values associate with badge signal.
16832
+ */
16833
+ eventValue: workplaceSensorEventValue | null;
16834
+ /**
16835
+ * The value of the sensor.
16836
+ */
16837
+ intValue: int32 | null;
16838
+ /**
16839
+ * The additional information to indicate the location of the device.
16840
+ */
16841
+ locationHint: string | null;
16842
+ /**
16843
+ * The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
16844
+ */
16845
+ sensorId: string | null;
16846
+ /**
16847
+ * The type of the sensor. Possible values are occupancy, peopleCount.
16848
+ */
16849
+ sensorType: workplaceSensorType;
16850
+ /**
16851
+ * The timestamp at which the sensor value was observed.
16852
+ */
16853
+ timestamp: offsetDateTime;
16854
+ }
16855
+
16856
+ @complex model workplaceSensorEventValue {
16857
+ /**
16858
+ * The type of the event.
16859
+ */
16860
+ eventType: workplaceSensorEventType | null;
16861
+ /**
16862
+ * The unique identifier of an user. It could be email or aad id.
16863
+ */
16864
+ user: emailIdentity | null;
16865
+ }
16866
+
16473
16867
  @complex model writebackConfiguration {
16474
16868
  isEnabled: boolean | null;
16475
16869
  }
@@ -17323,6 +17717,24 @@ This model is shared with the CCS retrieval API and search where it is already u
17323
17717
  isActive: boolean | null;
17324
17718
  }
17325
17719
 
17720
+ /**
17721
+ * Schema describing an Android application's custom configurations.
17722
+ */
17723
+ @entity model androidAppConfigurationSchema extends entity {
17724
+ /**
17725
+ * UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app
17726
+ */
17727
+ exampleJson: binary | null;
17728
+ /**
17729
+ * Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration.
17730
+ */
17731
+ nestedSchemaItems: appConfigurationSchemaItemType[] | null;
17732
+ /**
17733
+ * Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration.
17734
+ */
17735
+ schemaItems: appConfigurationSchemaItemType[] | null;
17736
+ }
17737
+
17326
17738
  /**
17327
17739
  * Android certificate profile base.
17328
17740
  */
@@ -18542,6 +18954,10 @@ This model is shared with the CCS retrieval API and search where it is already u
18542
18954
  * Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements.
18543
18955
  */
18544
18956
  customKeyValueData: keyValuePair[] | null;
18957
+ /**
18958
+ * List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
18959
+ */
18960
+ lockdownExclusionList: string[] | null;
18545
18961
  /**
18546
18962
  * Microsoft Tunnel site ID.
18547
18963
  */
@@ -20924,6 +21340,10 @@ This model is shared with the CCS retrieval API and search where it is already u
20924
21340
  * Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN.
20925
21341
  */
20926
21342
  fingerprint: string | null;
21343
+ /**
21344
+ * List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
21345
+ */
21346
+ lockdownExclusionList: string[] | null;
20927
21347
  /**
20928
21348
  * Microsoft Tunnel site ID.
20929
21349
  */
@@ -21583,9 +22003,11 @@ This model is shared with the CCS retrieval API and search where it is already u
21583
22003
  identifierUris: string[];
21584
22004
  info: informationalUrl | null;
21585
22005
  isDeviceOnlyAuthSupported: boolean | null;
22006
+ isDisabled: boolean | null;
21586
22007
  isFallbackPublicClient: boolean | null;
21587
22008
  keyCredentials: keyCredential[];
21588
22009
  logo: stream;
22010
+ managerApplications: guid;
21589
22011
  notes: string | null;
21590
22012
  onPremisesPublishing: onPremisesPublishing | null;
21591
22013
  optionalClaims: optionalClaims | null;
@@ -21928,6 +22350,7 @@ This model is shared with the CCS retrieval API and search where it is already u
21928
22350
  requirements: strongAuthenticationRequirements | null;
21929
22351
  signInPreferences: signInPreferences | null;
21930
22352
  @contains emailMethods: emailAuthenticationMethod[];
22353
+ @contains externalAuthenticationMethods: externalAuthenticationMethod[];
21931
22354
  @contains fido2Methods: fido2AuthenticationMethod[];
21932
22355
  @contains methods: authenticationMethod[];
21933
22356
  @contains microsoftAuthenticatorMethods: microsoftAuthenticatorAuthenticationMethod[];
@@ -22126,6 +22549,11 @@ This model is shared with the CCS retrieval API and search where it is already u
22126
22549
  publication: publicationFacet | null;
22127
22550
  }
22128
22551
 
22552
+ @abstract
22553
+ @entity model baseMapFeature extends entity {
22554
+ properties: string | null;
22555
+ }
22556
+
22129
22557
  @entity model baseSitePage extends baseItem {
22130
22558
  pageLayout: pageLayoutType | null;
22131
22559
  publishingState: publicationFacet | null;
@@ -22351,6 +22779,19 @@ This model is shared with the CCS retrieval API and search where it is already u
22351
22779
  workingHours: bookingWorkHours[] | null;
22352
22780
  }
22353
22781
 
22782
+ @entity model building extends place {
22783
+ hasWiFi: boolean;
22784
+ resourceLinks: resourceLink[];
22785
+ wifiState: placeFeatureEnablement;
22786
+ @contains map: buildingMap | null;
22787
+ }
22788
+
22789
+ @entity model buildingMap extends baseMapFeature {
22790
+ placeId: string | null;
22791
+ @contains footprints: footprintMap[];
22792
+ @contains levels: levelMap[];
22793
+ }
22794
+
22354
22795
  @entity model builtInIdentityProvider extends identityProviderBase {
22355
22796
  identityProviderType: string | null;
22356
22797
  state: identityProviderState | null;
@@ -22632,6 +23073,12 @@ This model is shared with the CCS retrieval API and search where it is already u
22632
23073
  messageType: chatMessageType;
22633
23074
  }
22634
23075
 
23076
+ @entity model checkInClaim extends MsGraph.SharedModels.entity {
23077
+ @computed @key calendarEventId: string;
23078
+ checkInMethod: checkInMethod;
23079
+ @computed createdDateTime: offsetDateTime | null;
23080
+ }
23081
+
22635
23082
  @entity model checklistItem extends entity {
22636
23083
  checkedDateTime: offsetDateTime | null;
22637
23084
  @computed createdDateTime: offsetDateTime;
@@ -22673,7 +23120,7 @@ This model is shared with the CCS retrieval API and search where it is already u
22673
23120
  */
22674
23121
  @entity model cloudCertificationAuthority extends entity {
22675
23122
  /**
22676
- * The URL to download the certification authority certificate. Read-only.
23123
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateDownloadUrl instead.
22677
23124
  */
22678
23125
  certificateDownloadUrl: string | null;
22679
23126
  /**
@@ -22681,11 +23128,11 @@ This model is shared with the CCS retrieval API and search where it is already u
22681
23128
  */
22682
23129
  certificateKeySize: cloudCertificationAuthorityCertificateKeySize;
22683
23130
  /**
22684
- * The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only.
23131
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateRevocationListUrl instead.
22685
23132
  */
22686
23133
  certificateRevocationListUrl: string | null;
22687
23134
  /**
22688
- * The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.
23135
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificateSigningRequest instead.
22689
23136
  */
22690
23137
  certificateSigningRequest: string | null;
22691
23138
  /**
@@ -22693,7 +23140,7 @@ This model is shared with the CCS retrieval API and search where it is already u
22693
23140
  */
22694
23141
  certificationAuthorityIssuerId: string | null;
22695
23142
  /**
22696
- * The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only.
23143
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.certificationAuthorityIssuerUri instead.
22697
23144
  */
22698
23145
  certificationAuthorityIssuerUri: string | null;
22699
23146
  /**
@@ -22733,9 +23180,13 @@ This model is shared with the CCS retrieval API and search where it is already u
22733
23180
  */
22734
23181
  eTag: string | null;
22735
23182
  extendedKeyUsages: extendedKeyUsage[] | null;
23183
+ /**
23184
+ * The geographic region where a cloud certification authority (CA) is hosted. Read-only.
23185
+ */
23186
+ geographicRegion: string | null;
22736
23187
  issuerCommonName: string | null;
22737
23188
  /**
22738
- * The key platform used to store the certification authority keys. Read-only.
23189
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.keyPlatform instead.
22739
23190
  */
22740
23191
  keyPlatform: cloudCertificationAuthorityKeyPlatformType;
22741
23192
  /**
@@ -22747,7 +23198,7 @@ This model is shared with the CCS retrieval API and search where it is already u
22747
23198
  */
22748
23199
  localityName: string | null;
22749
23200
  /**
22750
- * The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only.
23201
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.ocspResponderUri instead.
22751
23202
  */
22752
23203
  ocspResponderUri: string | null;
22753
23204
  /**
@@ -22767,11 +23218,11 @@ This model is shared with the CCS retrieval API and search where it is already u
22767
23218
  */
22768
23219
  rootCertificateCommonName: string | null;
22769
23220
  /**
22770
- * The SCEP server URL for device SCEP connections to request certificates. Read-only.
23221
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.scepServerUrl instead.
22771
23222
  */
22772
23223
  scepServerUrl: string | null;
22773
23224
  /**
22774
- * The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. Supports $select.
23225
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.serialNumber instead.
22775
23226
  */
22776
23227
  serialNumber: string | null;
22777
23228
  /**
@@ -22779,15 +23230,15 @@ This model is shared with the CCS retrieval API and search where it is already u
22779
23230
  */
22780
23231
  stateName: string | null;
22781
23232
  /**
22782
- * The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only. Supports $orderby and $select.
23233
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.subjectName instead.
22783
23234
  */
22784
23235
  subjectName: string | null;
22785
23236
  /**
22786
- * Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. Supports $select.
23237
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.thumbprint instead.
22787
23238
  */
22788
23239
  thumbprint: string | null;
22789
23240
  /**
22790
- * The end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only. Supports $orderby.
23241
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityEndDateTime instead.
22791
23242
  */
22792
23243
  validityEndDateTime: offsetDateTime | null;
22793
23244
  /**
@@ -22795,17 +23246,25 @@ This model is shared with the CCS retrieval API and search where it is already u
22795
23246
  */
22796
23247
  validityPeriodInYears: int32;
22797
23248
  /**
22798
- * The start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only. Supports $orderby.
23249
+ * Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.validityStartDateTime instead.
22799
23250
  */
22800
23251
  validityStartDateTime: offsetDateTime | null;
22801
23252
  /**
22802
- * The certification authority version, which is incremented each time the certification authority is renewed. Read-only.
23253
+ * Deprecated: Starting May 2026, use activeVersion.versionNumber instead.
22803
23254
  */
22804
23255
  versionNumber: int32;
23256
+ /**
23257
+ * The currently active certification authority version. This navigation property provides direct access to the active version's details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.
23258
+ */
23259
+ @references activeVersion: cloudCertificationAuthorityVersion | null;
22805
23260
  /**
22806
23261
  * Required OData property to expose leaf certificate API.
22807
23262
  */
22808
23263
  @references cloudCertificationAuthorityLeafCertificate: cloudCertificationAuthorityLeafCertificate[];
23264
+ /**
23265
+ * The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.
23266
+ */
23267
+ @references versions: cloudCertificationAuthorityVersion[];
22809
23268
  }
22810
23269
 
22811
23270
  /**
@@ -22820,6 +23279,10 @@ This model is shared with the CCS retrieval API and search where it is already u
22820
23279
  * The URI of the certification authority that issued the certificate. Read-only.
22821
23280
  */
22822
23281
  certificationAuthorityIssuerUri: string | null;
23282
+ /**
23283
+ * The version number of the certification authority that issued this leaf certificate. Read-only.
23284
+ */
23285
+ certificationAuthorityVersionNumber: int32;
22823
23286
  /**
22824
23287
  * URL to find the relevant Certificate Revocation List for this certificate. Read-only.
22825
23288
  */
@@ -22885,6 +23348,88 @@ This model is shared with the CCS retrieval API and search where it is already u
22885
23348
  * The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only. Supports $orderby.
22886
23349
  */
22887
23350
  validityStartDateTime: offsetDateTime | null;
23351
+ /**
23352
+ * The certification authority version that issued this leaf certificate. Read-only.
23353
+ */
23354
+ @references cloudCertificationAuthorityVersion: cloudCertificationAuthorityVersion | null;
23355
+ }
23356
+
23357
+ /**
23358
+ * Entity that represents version-specific properties of a cloud certification authority.
23359
+ */
23360
+ @entity model cloudCertificationAuthorityVersion extends entity {
23361
+ /**
23362
+ * The URL to download the certification authority certificate. Read-only.
23363
+ */
23364
+ certificateDownloadUrl: string | null;
23365
+ /**
23366
+ * The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only.
23367
+ */
23368
+ certificateRevocationListUrl: string | null;
23369
+ /**
23370
+ * The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.
23371
+ */
23372
+ certificateSigningRequest: string | null;
23373
+ /**
23374
+ * The certification authority identifier. Read-only.
23375
+ */
23376
+ certificationAuthorityId: string;
23377
+ /**
23378
+ * The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only.
23379
+ */
23380
+ certificationAuthorityIssuerUri: string | null;
23381
+ /**
23382
+ * The current status of this certification authority version. Possible values are: unknown, active, staged, paused, retired, expired, revoked, unknownFutureValue. Read-only.
23383
+ */
23384
+ certificationAuthorityVersionStatus: cloudCertificationAuthorityVersionStatus;
23385
+ /**
23386
+ * The date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
23387
+ */
23388
+ decommissionDateTime: offsetDateTime | null;
23389
+ /**
23390
+ * The key platform used to store the certification authority keys. Read-only.
23391
+ */
23392
+ keyPlatform: cloudCertificationAuthorityKeyPlatformType;
23393
+ /**
23394
+ * Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
23395
+ */
23396
+ @computed lastModifiedDateTime: offsetDateTime | null;
23397
+ /**
23398
+ * The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only.
23399
+ */
23400
+ ocspResponderUri: string | null;
23401
+ /**
23402
+ * The SCEP server URL for device SCEP connections to request certificates. Read-only.
23403
+ */
23404
+ scepServerUrl: string | null;
23405
+ /**
23406
+ * The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only.
23407
+ */
23408
+ serialNumber: string | null;
23409
+ /**
23410
+ * The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.
23411
+ */
23412
+ subjectName: string | null;
23413
+ /**
23414
+ * Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only.
23415
+ */
23416
+ thumbprint: string | null;
23417
+ /**
23418
+ * The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.
23419
+ */
23420
+ usage: cloudCertificationAuthorityVersionUsage | null;
23421
+ /**
23422
+ * The end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
23423
+ */
23424
+ validityEndDateTime: offsetDateTime | null;
23425
+ /**
23426
+ * The start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Nullable. Read-only.
23427
+ */
23428
+ validityStartDateTime: offsetDateTime | null;
23429
+ /**
23430
+ * The version number assigned to this specific certification authority version entity. Read-only.
23431
+ */
23432
+ versionNumber: int32;
22888
23433
  }
22889
23434
 
22890
23435
  @entity model cloudCommunications extends MsGraph.SharedModels.entity {
@@ -22892,7 +23437,6 @@ This model is shared with the CCS retrieval API and search where it is already u
22892
23437
  @contains callRecords: reference.`microsoft.graph.callRecords`.callRecord[];
22893
23438
  }
22894
23439
 
22895
- @graphDeprecated("cloudPcReports")
22896
23440
  @entity model cloudPC extends entity {
22897
23441
  aadDeviceId: string | null;
22898
23442
  allotmentDisplayName: string | null;
@@ -22910,6 +23454,7 @@ This model is shared with the CCS retrieval API and search where it is already u
22910
23454
  gracePeriodEndDateTime: offsetDateTime | null;
22911
23455
  groupDetail: cloudPcEntraGroupDetail | null;
22912
23456
  imageDisplayName: string | null;
23457
+ isDisasterRecoveryActive: boolean;
22913
23458
  lastLoginResult: cloudPcLoginResult | null;
22914
23459
  @computed lastModifiedDateTime: offsetDateTime;
22915
23460
  lastRemoteActionResult: cloudPcRemoteActionResult | null;
@@ -23130,6 +23675,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23130
23675
  resourceGroupId: string;
23131
23676
  scopeIds: string[] | null;
23132
23677
  subnetId: string;
23678
+ subnetPrivateIpDetail: cloudPcOnPremisesConnectionSubnetIpDetail | null;
23133
23679
  subscriptionId: string;
23134
23680
  subscriptionName: string | null;
23135
23681
 
@@ -23170,6 +23716,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23170
23716
  microsoftManagedDesktop: microsoftManagedDesktop | null;
23171
23717
  provisioningType: cloudPcProvisioningType | null;
23172
23718
  scopeIds: string[] | null;
23719
+ snapshotResetMode: cloudPcSnapshotResetMode;
23173
23720
  userSettingsPersistenceConfiguration: cloudPcUserSettingsPersistenceConfiguration | null;
23174
23721
  windowsSetting: cloudPcWindowsSetting | null;
23175
23722
 
@@ -23225,6 +23772,8 @@ This model is shared with the CCS retrieval API and search where it is already u
23225
23772
  displayName: string | null;
23226
23773
  @computed lastModifiedDateTime: offsetDateTime | null;
23227
23774
  localAdminEnabled: boolean | null;
23775
+
23776
+ @graphDeprecated("notificationSetting")
23228
23777
  notificationSetting: cloudPcNotificationSetting | null;
23229
23778
  provisioningSourceType: cloudPcProvisioningSourceType | null;
23230
23779
  resetEnabled: boolean | null;
@@ -23735,6 +24284,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
23735
24284
  inboundTrust: crossTenantAccessPolicyInboundTrust | null;
23736
24285
  invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
23737
24286
  isServiceDefault: boolean | null;
24287
+ @contains m365Capabilities: m365CapabilityBase[];
23738
24288
  }
23739
24289
 
23740
24290
  @entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
@@ -23747,6 +24297,22 @@ typically alternating request/response, implicitly forming a turn.Represents a c
23747
24297
  isServiceProvider: boolean | null;
23748
24298
  @computed @key tenantId: string;
23749
24299
  @contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
24300
+ @contains m365Capabilities: m365CapabilityBase[];
24301
+ }
24302
+
24303
+ @entity model crossTenantCalendarAvailabilityBasic extends m365CapabilityBase {
24304
+ }
24305
+
24306
+ @entity model crossTenantCalendarAvailabilityLimitedDetails extends m365CapabilityBase {
24307
+ }
24308
+
24309
+ @entity model crossTenantCalendarSharingFreeBusyDetail extends m365CapabilityBase {
24310
+ }
24311
+
24312
+ @entity model crossTenantCalendarSharingFreeBusyReviewer extends m365CapabilityBase {
24313
+ }
24314
+
24315
+ @entity model crossTenantCalendarSharingFreeBusySimple extends m365CapabilityBase {
23750
24316
  }
23751
24317
 
23752
24318
  @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
@@ -23757,6 +24323,24 @@ typically alternating request/response, implicitly forming a turn.Represents a c
23757
24323
  userSyncInbound: crossTenantUserSyncInbound | null;
23758
24324
  }
23759
24325
 
24326
+ @entity model crossTenantMailTipsAll extends m365CapabilityBase {
24327
+ }
24328
+
24329
+ @entity model crossTenantMailTipsLimited extends m365CapabilityBase {
24330
+ }
24331
+
24332
+ @entity model crossTenantMigration extends m365CapabilityBase {
24333
+ }
24334
+
24335
+ @entity model crossTenantOpenProfileCard extends m365CapabilityBase {
24336
+ }
24337
+
24338
+ @entity model crossTenantPlacesDeskBooking extends m365CapabilityBase {
24339
+ }
24340
+
24341
+ @entity model crossTenantPlacesRoomBooking extends m365CapabilityBase {
24342
+ }
24343
+
23760
24344
  @privatePreview("MicrosofEntitlementManagementCustomextensions")
23761
24345
  @entity model customAccessPackageWorkflowExtension extends customCalloutExtension {
23762
24346
  @computed createdDateTime: offsetDateTime | null;
@@ -23818,15 +24402,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
23818
24402
  @contains allowedValues: allowedValue[];
23819
24403
  }
23820
24404
 
23821
- @abstract
23822
- @entity model customSecurityAttributeExemption extends entity {
23823
- operator: customSecurityAttributeComparisonOperator | null;
23824
- }
23825
-
23826
- @entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
23827
- value: string | null;
23828
- }
23829
-
23830
24405
  @entity model dailyInactiveUsersMetric extends inactiveUsersMetricBase {
23831
24406
  inactive1DayCount: int64 | null;
23832
24407
  }
@@ -24724,6 +25299,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
24724
25299
  @entity model depVisionOSEnrollmentProfile extends enrollmentProfile {
24725
25300
  }
24726
25301
 
25302
+ @entity model desk extends place {
25303
+ displayDeviceName: string | null;
25304
+ heightAdjustableState: placeFeatureEnablement;
25305
+ mailboxDetails: mailboxDetails | null;
25306
+ mode: placeMode | null;
25307
+ }
25308
+
24727
25309
  /**
24728
25310
  * A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned.
24729
25311
  */
@@ -25441,6 +26023,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
25441
26023
  * The timestamp of when the device compliance script was modified. This property is read-only.
25442
26024
  */
25443
26025
  @computed lastModifiedDateTime: offsetDateTime;
26026
+ /**
26027
+ * Indicates the operating system platform type that this compliance script targets.
26028
+ */
26029
+ platform: deviceComplianceScriptPlatformType | null;
25444
26030
  /**
25445
26031
  * Name of the device compliance script publisher
25446
26032
  */
@@ -25450,7 +26036,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
25450
26036
  */
25451
26037
  roleScopeTagIds: string[] | null;
25452
26038
  /**
25453
- * Indicate whether PowerShell script(s) should run as 32-bit
26039
+ * Specifies whether the PowerShell script runs in 32-bit mode. When set to true, the script runs in a 32-bit PowerShell host. Default is false.
25454
26040
  */
25455
26041
  runAs32Bit: boolean;
25456
26042
  /**
@@ -26666,6 +27252,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
26666
27252
  status: appLogUploadState;
26667
27253
  }
26668
27254
 
27255
+ /**
27256
+ * Singleton that acts as container for a collection of Resource Access entities.
27257
+ */
26669
27258
  @entity model deviceManagement extends entity {
26670
27259
  /**
26671
27260
  * The date & time when tenant data moved between scaleunits.
@@ -26751,6 +27340,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
26751
27340
  * The summary state of ATP onboarding state for this account.
26752
27341
  */
26753
27342
  @contains advancedThreatProtectionOnboardingStateSummary: advancedThreatProtectionOnboardingStateSummary | null;
27343
+ /**
27344
+ * Android App Configurations Schema entity.
27345
+ */
27346
+ @contains androidAppConfigurationSchema: androidAppConfigurationSchema | null;
26754
27347
  /**
26755
27348
  * Android device owner enrollment profile entities.
26756
27349
  */
@@ -27124,6 +27717,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
27124
27717
  * The remote assistance settings singleton
27125
27718
  */
27126
27719
  @contains remoteAssistanceSettings: remoteAssistanceSettings | null;
27720
+ /**
27721
+ * Reports singleton
27722
+ */
27127
27723
  @contains reports: deviceManagementReports | null;
27128
27724
  /**
27129
27725
  * Collection of resource access settings associated with account.
@@ -28614,6 +29210,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
28614
29210
  whenPartnerDevicesWillBeRemovedDateTime: offsetDateTime | null;
28615
29211
  }
28616
29212
 
29213
+ /**
29214
+ * Singleton entity that acts as a container for all reports functionality.
29215
+ */
28617
29216
  @entity model deviceManagementReports extends entity {
28618
29217
  /**
28619
29218
  * Entity representing the configuration of a cached report.
@@ -29914,6 +30513,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
29914
30513
  targetObjects: string[];
29915
30514
  }
29916
30515
 
30516
+ @entity model externalAuthenticationMethod extends authenticationMethod {
30517
+ configurationId: string;
30518
+ displayName: string;
30519
+ }
30520
+
29917
30521
  @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
29918
30522
  appId: string;
29919
30523
  displayName: string;
@@ -30060,6 +30664,17 @@ typically alternating request/response, implicitly forming a turn.Represents a c
30060
30664
  supportedAttributeTypes: attributeType[];
30061
30665
  }
30062
30666
 
30667
+ @entity model fixtureMap extends baseMapFeature {
30668
+ placeId: string | null;
30669
+ }
30670
+
30671
+ @entity model floor extends place {
30672
+ sortOrder: int32 | null;
30673
+ }
30674
+
30675
+ @entity model footprintMap extends baseMapFeature {
30676
+ }
30677
+
30063
30678
  @abstract
30064
30679
  @entity model governanceInsight extends entity {
30065
30680
  insightCreatedDateTime: offsetDateTime | null;
@@ -30168,6 +30783,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
30168
30783
  groupTypes: string[];
30169
30784
  hasMembersWithLicenseErrors: boolean | null;
30170
30785
  hideFromAddressLists: boolean | null;
30786
+ hideFromOutlookClients: boolean | null;
30171
30787
  infoCatalogs: string[];
30172
30788
  isArchived: boolean | null;
30173
30789
  isAssignableToRole: boolean | null;
@@ -30182,6 +30798,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
30182
30798
  membershipRuleProcessingState: string | null;
30183
30799
  membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
30184
30800
  onPremisesDomainName: string | null;
30801
+ onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
30185
30802
  onPremisesLastSyncDateTime: offsetDateTime | null;
30186
30803
  onPremisesNetBiosName: string | null;
30187
30804
  onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
@@ -30204,6 +30821,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
30204
30821
  unseenCount: int32 | null;
30205
30822
  unseenMessagesCount: int32 | null;
30206
30823
  visibility: string | null;
30824
+ welcomeMessageEnabled: boolean | null;
30207
30825
  writebackConfiguration: groupWritebackConfiguration | null;
30208
30826
  @contains acceptedSenders: directoryObject[];
30209
30827
  @contains appRoleAssignments: appRoleAssignment[];
@@ -31553,7 +32171,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
31553
32171
  }
31554
32172
 
31555
32173
  @entity model inheritablePermission extends MsGraph.SharedModels.entity {
31556
- inheritableScopes: inheritableScopes;
32174
+ inheritableScopes: inheritableScopes | null;
31557
32175
  @computed @key resourceAppId: string;
31558
32176
  }
31559
32177
 
@@ -33161,7 +33779,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
33161
33779
  }
33162
33780
 
33163
33781
  /**
33164
- * A class containing the properties used for iOS LOB app provisioning configuration PolicySetItem.
33782
+ * A class containing the properties used for iOS lob app provisioning configuration PolicySetItem.
33165
33783
  */
33166
33784
  @entity model iosLobAppProvisioningConfigurationPolicySetItem extends policySetItem {
33167
33785
  }
@@ -33914,7 +34532,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
33914
34532
  userId: string | null;
33915
34533
  }
33916
34534
 
33917
-
33918
34535
  @entity model labelContentRight extends entity {
33919
34536
  cid: string | null;
33920
34537
  format: string | null;
@@ -33931,6 +34548,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
33931
34548
  written: languageProficiencyLevel | null;
33932
34549
  }
33933
34550
 
34551
+ @entity model levelMap extends baseMapFeature {
34552
+ placeId: string | null;
34553
+ @contains fixtures: fixtureMap[];
34554
+ @contains sections: sectionMap[];
34555
+ @contains units: unitMap[];
34556
+ }
34557
+
33934
34558
  @entity model licenseDetails extends entity {
33935
34559
  servicePlans: servicePlanInfo[];
33936
34560
  skuId: guid | null;
@@ -33946,6 +34570,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
33946
34570
 
33947
34571
  @entity model list extends baseItem {
33948
34572
  displayName: string | null;
34573
+ itemCount: int32 | null;
33949
34574
  list: listInfo | null;
33950
34575
  sharepointIds: sharepointIds | null;
33951
34576
  system: systemFacet | null;
@@ -34014,6 +34639,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
34014
34639
  row: string | null;
34015
34640
  }
34016
34641
 
34642
+ @abstract
34643
+ @entity model m365CapabilityBase extends MsGraph.SharedModels.entity {
34644
+ inboundAccess: m365CapabilityInboundAccess | null;
34645
+ @computed lastModifiedDateTime: offsetDateTime;
34646
+ @computed @key name: string;
34647
+ }
34648
+
34017
34649
  /**
34018
34650
  * Mac OS certificate profile.
34019
34651
  */
@@ -34046,87 +34678,91 @@ typically alternating request/response, implicitly forming a turn.Represents a c
34046
34678
  */
34047
34679
  @entity model macOSCompliancePolicy extends deviceCompliancePolicy {
34048
34680
  /**
34049
- * MDATP Require Mobile Threat Protection minimum risk level to report noncompliance.
34681
+ * Specifies the Microsoft Defender for Endpoint (MDE) risk level threshold used to report noncompliance (for example, secured, medium, or high). When set to a value other than unavailable, the device is marked noncompliant if the reported risk level doesn't meet the configured requirement. Default is unavailable.
34050
34682
  */
34051
34683
  advancedThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
34052
34684
  /**
34053
- * Require that devices have enabled device threat protection.
34685
+ * Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.
34686
+ */
34687
+ deviceCompliancePolicyScript: deviceCompliancePolicyScript | null;
34688
+ /**
34689
+ * Specifies whether Mobile Threat Defense (MTD) must be enabled. When set to true, the device is marked noncompliant if MTD isn't enabled or doesn't report a threat level. When false, threat protection level requirements aren't enforced. Default is false.
34054
34690
  */
34055
34691
  deviceThreatProtectionEnabled: boolean;
34056
34692
  /**
34057
- * Require Mobile Threat Protection minimum risk level to report noncompliance.
34693
+ * Specifies the Mobile Threat Defense risk level threshold used to report noncompliance (for example, secured, medium, or high). When set to a value other than unavailable, the device is marked noncompliant if the reported risk level doesn't meet the configured requirement. Default is unavailable.
34058
34694
  */
34059
34695
  deviceThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
34060
34696
  /**
34061
- * Corresponds to the “Block all incoming connections option.
34697
+ * Specifies whether Block all incoming connections must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
34062
34698
  */
34063
34699
  firewallBlockAllIncoming: boolean;
34064
34700
  /**
34065
- * Whether the firewall should be enabled or not.
34701
+ * Specifies whether the macOS application firewall must be enabled. When set to true, the device is marked noncompliant if the firewall is disabled. Default is false.
34066
34702
  */
34067
34703
  firewallEnabled: boolean;
34068
34704
  /**
34069
- * Corresponds to Enable stealth mode.”
34705
+ * Specifies whether Enable stealth mode must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
34070
34706
  */
34071
34707
  firewallEnableStealthMode: boolean;
34072
34708
  /**
34073
- * System and Privacy setting that determines which download locations apps can be run from on a macOS device.
34709
+ * Specifies the Gatekeeper app source policy (System Settings > Privacy & Security) that determines which app download locations are allowed (for example, macAppStore or anywhere). When set to a value other than notConfigured, the device is marked noncompliant if its Gatekeeper setting allows apps from sources not permitted by this value. Default is notConfigured.
34074
34710
  */
34075
34711
  gatekeeperAllowedAppSource: macOSGatekeeperAppSources;
34076
34712
  /**
34077
- * Maximum MacOS build version.
34713
+ * Specifies the maximum allowed macOS build version. When set, the device is marked noncompliant if its build version is higher than this value. Default is null, when set to default it is not evaluated.
34078
34714
  */
34079
34715
  osMaximumBuildVersion: string | null;
34080
34716
  /**
34081
- * Maximum MacOS version.
34717
+ * Specifies the maximum allowed macOS version. When set, the device is marked noncompliant if its OS version is higher than this value. Default is null, when set to default it is not evaluated.
34082
34718
  */
34083
34719
  osMaximumVersion: string | null;
34084
34720
  /**
34085
- * Minimum MacOS build version.
34721
+ * Specifies the minimum allowed macOS build version. When set, the device is marked noncompliant if its build version is lower than this value. Default is null, when set to default it is not evaluated.
34086
34722
  */
34087
34723
  osMinimumBuildVersion: string | null;
34088
34724
  /**
34089
- * Minimum MacOS version.
34725
+ * Specifies the minimum allowed macOS version. When set, the device is marked noncompliant if its OS version is lower than this value. Default is null, when set to default it is not evaluated.
34090
34726
  */
34091
34727
  osMinimumVersion: string | null;
34092
34728
  /**
34093
- * Indicates whether or not to block simple passwords.
34729
+ * Specifies whether simple passwords such as 1111 or 1234 are allowed. When set to true, the device is marked noncompliant if it allows simple passwords. Default is false.
34094
34730
  */
34095
34731
  passwordBlockSimple: boolean;
34096
34732
  /**
34097
- * Number of days before the password expires. Valid values 1 to 65535
34733
+ * Specifies the maximum password age in days. When set, the device is marked noncompliant if the password age exceeds this value. Valid values are 1 to 65535. Default is null, when set to default it is not evaluated. Valid values 1 to 65535
34098
34734
  */
34099
34735
  passwordExpirationDays: int32 | null;
34100
34736
  /**
34101
- * The number of character sets required in the password.
34737
+ * Specifies the minimum number of character sets required in the password. When set, the device is marked noncompliant if the password doesn't meet this requirement. Default is null, when set to default it is not evaluated.
34102
34738
  */
34103
34739
  passwordMinimumCharacterSetCount: int32 | null;
34104
34740
  /**
34105
- * Minimum length of password. Valid values 4 to 14
34741
+ * Specifies the minimum password length. When set, the device is marked noncompliant if the password length is less than this value. Valid values are 4 to 14. Default is null, when set to default it is not evaluated. Valid values 4 to 14
34106
34742
  */
34107
34743
  passwordMinimumLength: int32 | null;
34108
34744
  /**
34109
- * Minutes of inactivity before a password is required.
34745
+ * Specifies the maximum minutes of inactivity before a password is required to unlock the device. When set, the device is marked noncompliant if it allows a longer inactivity period. Default is null, when set to default it is not evaluated.
34110
34746
  */
34111
34747
  passwordMinutesOfInactivityBeforeLock: int32 | null;
34112
34748
  /**
34113
- * Number of previous passwords to block. Valid values 1 to 24
34749
+ * Specifies the number of previous passwords that can't be reused. When set, the device is marked noncompliant if it doesn't enforce this history count. Valid values are 1 to 24. Default is null, when set to default it is not evaluated. Valid values 1 to 24
34114
34750
  */
34115
34751
  passwordPreviousPasswordBlockCount: int32 | null;
34116
34752
  /**
34117
- * Whether or not to require a password.
34753
+ * Specifies whether a device password is required. When set to true, the device is marked noncompliant if a password isn't configured. Default is false.
34118
34754
  */
34119
34755
  passwordRequired: boolean;
34120
34756
  /**
34121
- * The required password type.
34757
+ * Specifies the required password type (for example, deviceDefault or alphanumeric). When set to a value other than deviceDefault, the device is marked noncompliant if the password type doesn't match. Default is deviceDefault.
34122
34758
  */
34123
34759
  passwordRequiredType: requiredPasswordType;
34124
34760
  /**
34125
- * Require encryption on Mac OS devices.
34761
+ * Specifies whether storage encryption is required on macOS devices. When set to true, the device is marked noncompliant if storage isn't encrypted. Default is false.
34126
34762
  */
34127
34763
  storageRequireEncryption: boolean;
34128
34764
  /**
34129
- * Require that devices have enabled system integrity protection.
34765
+ * Specifies whether System Integrity Protection must be enabled. When set to true, the device is marked noncompliant if System Integrity Protection is disabled. Default is false.
34130
34766
  */
34131
34767
  systemIntegrityProtectionEnabled: boolean;
34132
34768
  }
@@ -35872,6 +36508,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
35872
36508
  * Defines how app messaging redirection is protected by an App Protection Policy. Default is anyApp.
35873
36509
  */
35874
36510
  protectedMessagingRedirectAppType: messagingRedirectAppType;
36511
+ /**
36512
+ * Indicates whether Microsoft Purview content evaluation is required before a managed app performs an outgoing data sharing action. Default value is notRequired. Possible values are: notRequired, requiredWhenOnline, required, unknownFutureValue.
36513
+ */
36514
+ purviewContentEvaluationRequired: managedAppPurviewEvaluationRequirement;
35875
36515
  /**
35876
36516
  * Indicates whether users may use the "Save As" menu item to save a copy of protected files.
35877
36517
  */
@@ -38014,6 +38654,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38014
38654
  * When TRUE, indicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
38015
38655
  */
38016
38656
  androidMobileApplicationManagementEnabled: boolean;
38657
+ /**
38658
+ * When TRUE, indicates that the Mobile Threat Defense partner is granted the Mobile Threat Defense role on enrolled Android Corporate Owned Business Only and Corporate Owned Personally Enabled devices. When FALSE, indicates that the Mobile Threat Defense partner is not granted the Mobile Threat Defense role. Default value is FALSE.
38659
+ */
38660
+ grantMobileThreatDefensePartnerRole: boolean;
38017
38661
  /**
38018
38662
  * When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE.
38019
38663
  */
@@ -38030,6 +38674,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38030
38674
  * DateTime of last Heartbeat recieved from the Mobile Threat Defense partner
38031
38675
  */
38032
38676
  @computed lastHeartbeatDateTime: offsetDateTime;
38677
+ /**
38678
+ * When TRUE, indicates that the Mobile Threat Defense partner will be automatically launched during Android Corporate Owned Business Only and Corporate Owned Personally Enabled device setup. When FALSE, indicates that the Mobile Threat Defense partner will not be automatically launched during setup. Default value is FALSE.
38679
+ */
38680
+ launchMobileThreatDefensePartnerOnSetupEnabled: boolean;
38033
38681
  /**
38034
38682
  * When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE.
38035
38683
  */
@@ -38632,6 +39280,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38632
39280
 
38633
39281
  @graphDeprecated("Beta:ItemInsightsOranizationSettings")
38634
39282
  @contains itemInsights: insightsSettings | null;
39283
+ @contains peopleInsights: insightsSettings | null;
38635
39284
  }
38636
39285
 
38637
39286
  @open
@@ -38761,7 +39410,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38761
39410
  password: string | null;
38762
39411
  }
38763
39412
 
38764
-
38765
39413
  @entity model passwordlessMicrosoftAuthenticatorAuthenticationMethod extends authenticationMethod {
38766
39414
 
38767
39415
  @graphDeprecated("CreationDateTime")
@@ -38783,7 +39431,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38783
39431
  @entity model peopleAdminSettings extends entity {
38784
39432
  @contains itemInsights: insightsSettings | null;
38785
39433
  @contains namePronunciation: namePronunciationSettings | null;
39434
+ @contains photoUpdateSettings: photoUpdateSettings | null;
38786
39435
  @contains profileCardProperties: profileCardProperty[];
39436
+ @contains profilePropertySettings: profilePropertySetting[];
39437
+ @contains profileSources: profileSource[];
38787
39438
  @contains pronouns: pronounsSettings | null;
38788
39439
  }
38789
39440
 
@@ -38929,6 +39580,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38929
39580
  phoneNumber: string | null;
38930
39581
  }
38931
39582
 
39583
+ @entity model photoUpdateSettings extends entity {
39584
+ allowedRoles: string[] | null;
39585
+ source: photoUpdateSource;
39586
+ }
39587
+
38932
39588
  @entity model pinnedChatMessageInfo extends entity {
38933
39589
  @references message: chatMessage | null;
38934
39590
  }
@@ -38938,11 +39594,19 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38938
39594
  address: physicalAddress | null;
38939
39595
  displayName: string;
38940
39596
  geoCoordinates: outlookGeoCoordinates | null;
39597
+ isWheelChairAccessible: boolean;
39598
+ label: string | null;
39599
+ parentId: string | null;
38941
39600
  phone: string | null;
38942
- /**
38943
- * An alternate immutable unique identifier of the place
38944
- */
38945
- placeId: string | null;
39601
+ tags: string[];
39602
+ @contains checkIns: checkInClaim[];
39603
+ @references children: place[];
39604
+ }
39605
+
39606
+ @entity model placeOperation extends entity {
39607
+ details: placeExecutionResult[] | null;
39608
+ progress: placeOperationProgress | null;
39609
+ status: placeOperationStatus;
38946
39610
  }
38947
39611
 
38948
39612
  @entity model planner extends entity {
@@ -39694,6 +40358,20 @@ typically alternating request/response, implicitly forming a turn.Represents a c
39694
40358
  width: int32 | null;
39695
40359
  }
39696
40360
 
40361
+ @entity model profilePropertySetting extends entity {
40362
+ displayName: string | null;
40363
+ name: string | null;
40364
+ prioritizedSourceUrls: string[] | null;
40365
+ }
40366
+
40367
+ @entity model profileSource extends entity {
40368
+ displayName: string | null;
40369
+ kind: string | null;
40370
+ localizations: profileSourceLocalization[];
40371
+ sourceId: string | null;
40372
+ webUrl: string | null;
40373
+ }
40374
+
39697
40375
  @entity model program extends entity {
39698
40376
  description: string;
39699
40377
  displayName: string;
@@ -40296,10 +40974,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
40296
40974
  emailAddress: string | null;
40297
40975
  floorLabel: string | null;
40298
40976
  floorNumber: int32 | null;
40299
- isWheelChairAccessible: boolean | null;
40300
- label: string | null;
40977
+ isTeamsEnabled: boolean;
40301
40978
  nickname: string;
40302
- tags: string[] | null;
40979
+ placeId: string | null;
40980
+ teamsEnabledState: placeFeatureEnablement;
40303
40981
  videoDeviceName: string | null;
40304
40982
  }
40305
40983
 
@@ -40339,6 +41017,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
40339
41017
  @entity model searchEntity extends entity {
40340
41018
  }
40341
41019
 
41020
+ @entity model section extends place {
41021
+ }
41022
+
41023
+ @entity model sectionMap extends baseMapFeature {
41024
+ placeId: string | null;
41025
+ }
41026
+
40342
41027
  @open
40343
41028
  @entity model secureScore extends entity {
40344
41029
  activeUserCount: int32 | null;
@@ -40734,6 +41419,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
40734
41419
  errorUrl: string | null;
40735
41420
  homepage: string | null;
40736
41421
  info: informationalUrl | null;
41422
+ isDisabled: boolean | null;
40737
41423
  keyCredentials: keyCredential[];
40738
41424
  loginUrl: string | null;
40739
41425
  logoutUrl: string | null;
@@ -41122,6 +41808,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41122
41808
  azureResourceId: string | null;
41123
41809
  clientAppUsed: string | null;
41124
41810
  clientCredentialType: clientCredentialType | null;
41811
+ clientSessionId: string | null;
41125
41812
  conditionalAccessAudiences: string[] | null;
41126
41813
  conditionalAccessStatus: conditionalAccessStatus | null;
41127
41814
  correlationId: string | null;
@@ -41421,6 +42108,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41421
42108
  signInCount: int64 | null;
41422
42109
  status: signInStatus | null;
41423
42110
  tenantId: string | null;
42111
+ tokenIssuerType: tokenIssuerType;
41424
42112
  userPrincipalName: string | null;
41425
42113
  }
41426
42114
 
@@ -42349,6 +43037,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
42349
43037
  @references roleDefinition: unifiedRoleDefinition | null;
42350
43038
  }
42351
43039
 
43040
+ @entity model unitMap extends baseMapFeature {
43041
+ placeId: string | null;
43042
+ }
43043
+
42352
43044
  /**
42353
43045
  * This task derived type represents a list of unmanaged devices discovered in the network.
42354
43046
  */
@@ -48506,6 +49198,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
48506
49198
  * A mobileApp that is based on a referenced branch in a Win32CatalogApp repository
48507
49199
  */
48508
49200
  @entity model windowsAutoUpdateCatalogApp extends mobileApp {
49201
+ /**
49202
+ * Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.
49203
+ */
49204
+ allowedArchitectures: windowsArchitecture | null;
49205
+ /**
49206
+ * Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).
49207
+ */
49208
+ installExperience: windowsAutoUpdateCatalogAppInstallExperience | null;
48509
49209
  /**
48510
49210
  * The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:'31a4c766-f23d-8d41-4803-35e155be7389'). Read-Only
48511
49211
  */
@@ -51343,6 +52043,53 @@ typically alternating request/response, implicitly forming a turn.Represents a c
51343
52043
  protected: boolean;
51344
52044
  }
51345
52045
 
52046
+ @entity model workplace extends MsGraph.SharedModels.entity {
52047
+ @contains sensorDevices: workplaceSensorDevice[];
52048
+ }
52049
+
52050
+ @entity model workplaceSensorDevice extends entity {
52051
+ /**
52052
+ * The description of the device.
52053
+ */
52054
+ description: string | null;
52055
+ /**
52056
+ * The unique identifier of the device set by the user.
52057
+ */
52058
+ deviceId: string;
52059
+ /**
52060
+ * The display name of the device.
52061
+ */
52062
+ displayName: string | null;
52063
+ /**
52064
+ * The IPv4 Address of the device.
52065
+ */
52066
+ ipV4Address: string | null;
52067
+ /**
52068
+ * The IPv6 Address of the device.
52069
+ */
52070
+ ipV6Address: string | null;
52071
+ /**
52072
+ * The MAC address of the device.
52073
+ */
52074
+ macAddress: string | null;
52075
+ /**
52076
+ * The manufacturer of the device.
52077
+ */
52078
+ manufacturer: string;
52079
+ /**
52080
+ * The unique identifier of the place where the device is located.
52081
+ */
52082
+ placeId: string | null;
52083
+ /**
52084
+ * A list of sensors associated with the device. Sensors can measure physical quantities such as temperature, humidity, occupancy, etc.
52085
+ */
52086
+ sensors: workplaceSensor[];
52087
+ /**
52088
+ * A list of custom tags associated with the device.
52089
+ */
52090
+ tags: string[] | null;
52091
+ }
52092
+
51346
52093
  @entity model workPosition extends itemFacet {
51347
52094
  categories: string[] | null;
51348
52095
  colleagues: relatedPerson[] | null;
@@ -51354,13 +52101,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
51354
52101
  @entity model workspace extends place {
51355
52102
  building: string | null;
51356
52103
  capacity: int32 | null;
52104
+ displayDeviceName: string | null;
51357
52105
  emailAddress: string | null;
51358
52106
  floorLabel: string | null;
51359
52107
  floorNumber: int32 | null;
51360
- isWheelChairAccessible: boolean | null;
51361
- label: string | null;
52108
+ mode: placeMode | null;
51362
52109
  nickname: string;
51363
- tags: string[] | null;
52110
+ placeId: string | null;
51364
52111
  }
51365
52112
 
51366
52113
  @entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
@@ -52847,6 +53594,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52847
53594
  */
52848
53595
  wpaPersonal: 4,
52849
53596
  unknownFutureValue: 5,
53597
+ /**
53598
+ * Indicates Android Wi-Fi Security Type is set to WPA2. If supported by the platform, the device will attempt WPA3 first and will fall back to WPA2 if necessary. This restricts the preSharedKey to a string between 8 and 64 characters long. Use AndroidWorkProfileWifiConfiguration to configure basic Wi-Fi options.
53599
+ */
53600
+ wpa2Personal: 6,
53601
+ /**
53602
+ * Indicates Android Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2. This restricts the preSharedKey to a string between 8 and 64 characters long. Use AndroidWorkProfileWifiConfiguration to configure basic Wi-Fi options.
53603
+ */
53604
+ wpa3Personal: 7,
53605
+ /**
53606
+ * Indicates Android Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2. Must use AndroidWorkProfileEnterpriseWifiConfiguration type to configure enterprise options.
53607
+ */
53608
+ wpa3Enterprise: 8,
52850
53609
  }
52851
53610
 
52852
53611
  /**
@@ -53015,7 +53774,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
53015
53774
  /**
53016
53775
  * Wi-Fi Security Types for AOSP Device Owner.
53017
53776
  */
53018
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
53019
53777
  enum aospDeviceOwnerWiFiSecurityType {
53020
53778
  /**
53021
53779
  * Open (No Authentication).
@@ -53033,6 +53791,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
53033
53791
  * WPA-Enterprise/WPA2-Enterprise. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options.
53034
53792
  */
53035
53793
  wpaEnterprise: 4,
53794
+ unknownFutureValue: 5,
53795
+ /**
53796
+ * Indicates the Wi-Fi Security Type is set to WPA2. If supported by the platform, the device will attempt WPA3 first and will fall back to WPA2 if necessary.
53797
+ */
53798
+ wpa2Personal: 6,
53799
+ /**
53800
+ * Indicates the Wi-Fi Security Type is set to WPA2. If supported by the platform, the device will attempt WPA3 first and will fall back to WPA2 if necessary. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options.
53801
+ */
53802
+ wpa2Enterprise: 7,
53803
+ /**
53804
+ * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
53805
+ */
53806
+ wpa3Personal: 8,
53807
+ /**
53808
+ * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options.
53809
+ */
53810
+ wpa3Enterprise: 9,
53036
53811
  }
53037
53812
 
53038
53813
  /**
@@ -54623,6 +55398,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54623
55398
  unknownFutureValue: 3,
54624
55399
  }
54625
55400
 
55401
+ enum checkInMethod {
55402
+ unspecified: 0,
55403
+ manual: 1,
55404
+ inferred: 2,
55405
+ verified: 3,
55406
+ unknownFutureValue: 4,
55407
+ }
55408
+
54626
55409
  /**
54627
55410
  * The onboarding status of the tenant.
54628
55411
  */
@@ -54790,7 +55573,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54790
55573
  }
54791
55574
 
54792
55575
  /**
54793
- * Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked.
55576
+ * Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.
54794
55577
  */
54795
55578
  enum cloudCertificationAuthorityStatus {
54796
55579
  /**
@@ -54814,6 +55597,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54814
55597
  */
54815
55598
  signingPending: 4,
54816
55599
  unknownFutureValue: 5,
55600
+ /**
55601
+ * Indicates certification authority has expired and cannot issue certificates until renewed and activated.
55602
+ */
55603
+ expired: 6,
54817
55604
  }
54818
55605
 
54819
55606
  /**
@@ -54839,6 +55626,49 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54839
55626
  unknownFutureValue: 4,
54840
55627
  }
54841
55628
 
55629
+ /**
55630
+ * Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.
55631
+ */
55632
+ enum cloudCertificationAuthorityVersionStatus {
55633
+ /**
55634
+ * Default. Indicates certification authority version has an unknown or invalid status.
55635
+ */
55636
+ `unknown`: 0,
55637
+ /**
55638
+ * Indicates certification authority version is active and can issue leaf certificates.
55639
+ */
55640
+ active: 1,
55641
+ /**
55642
+ * Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.
55643
+ */
55644
+ staged: 2,
55645
+ /**
55646
+ * Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked.
55647
+ */
55648
+ paused: 3,
55649
+ /**
55650
+ * Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued.
55651
+ */
55652
+ retired: 4,
55653
+ /**
55654
+ * Indicates certification authority version has exceeded its validity period.
55655
+ */
55656
+ expired: 5,
55657
+ /**
55658
+ * Indicates certification authority version has been revoked. This is a permanent state that cannot be changed.
55659
+ */
55660
+ revoked: 6,
55661
+ /**
55662
+ * Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed.
55663
+ */
55664
+ decommissioned: 7,
55665
+ /**
55666
+ * Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing.
55667
+ */
55668
+ signingPending: 8,
55669
+ unknownFutureValue: 9,
55670
+ }
55671
+
54842
55672
  enum cloudPcAgentDiagnosticResultType {
54843
55673
  healthy: 0,
54844
55674
  versionOutdated: 1,
@@ -54966,7 +55796,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54966
55796
  available: 1,
54967
55797
  availableWithWarning: 2,
54968
55798
  unavailable: 3,
54969
- unknownFutureValue: 999,
55799
+ unknownFutureValue: 4,
55800
+ underServiceMaintenance: 5,
55801
+ inUse: 6,
54970
55802
  }
54971
55803
 
54972
55804
  enum cloudPcDeviceImageErrorCode {
@@ -55105,6 +55937,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55105
55937
  usGovernment: 13,
55106
55938
  unknownFutureValue: 14,
55107
55939
  mexico: 15,
55940
+ australiaNewZealand: 16,
55108
55941
  }
55109
55942
 
55110
55943
  enum cloudPcImportedSnapshotState {
@@ -55478,6 +56311,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55478
56311
  unknownFutureValue: 2,
55479
56312
  }
55480
56313
 
56314
+ enum cloudPcSnapshotResetMode {
56315
+ notApplicable: 0,
56316
+ enabled: 1,
56317
+ disabled: 2,
56318
+ unknownFutureValue: 3,
56319
+ }
56320
+
55481
56321
  enum cloudPcSnapshotStatus {
55482
56322
  ready: 0,
55483
56323
  unknownFutureValue: 999,
@@ -55515,6 +56355,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55515
56355
  modifyingSingleSignOn: 14,
55516
56356
  refreshPolicyConfiguration: 15,
55517
56357
  preparing: 16,
56358
+ failoverInProgress: 17,
56359
+ failbackInProgress: 18,
55518
56360
  }
55519
56361
 
55520
56362
  enum cloudPcStorageAccountAccessTier {
@@ -55852,6 +56694,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55852
56694
  compliantApplication: 5,
55853
56695
  passwordChange: 6,
55854
56696
  unknownFutureValue: 7,
56697
+ riskRemediation: 8,
55855
56698
  }
55856
56699
 
55857
56700
  @graphFlags
@@ -57139,6 +57982,25 @@ typically alternating request/response, implicitly forming a turn.Represents a c
57139
57982
  remoteLock: 10,
57140
57983
  }
57141
57984
 
57985
+ /**
57986
+ * Indicates the platform that a device compliance script targets for evaluation.
57987
+ */
57988
+ enum deviceComplianceScriptPlatformType {
57989
+ /**
57990
+ * Default. Indicates that the compliance script targets devices running Windows 10 and later.
57991
+ */
57992
+ windows10: 0,
57993
+ /**
57994
+ * Indicates that the compliance script targets devices running Linux.
57995
+ */
57996
+ linux: 1,
57997
+ /**
57998
+ * Indicates that the compliance script targets devices running macOS.
57999
+ */
58000
+ macOS: 2,
58001
+ unknownFutureValue: 3,
58002
+ }
58003
+
57142
58004
  /**
57143
58005
  * Data types for rules.
57144
58006
  */
@@ -60545,6 +61407,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
60545
61407
  unknownFutureValue: 4,
60546
61408
  }
60547
61409
 
61410
+ enum enforcementResultStatus {
61411
+ success: 1,
61412
+ missingOrInvalidConfiguration: 2,
61413
+ userOverride: 3,
61414
+ agentFailure: 4,
61415
+ enforcementTimeout: 5,
61416
+ oSOverride: 6,
61417
+ processNonExistent: 7,
61418
+ other: 8,
61419
+ unknownFutureValue: 9,
61420
+ }
61421
+
60548
61422
  /**
60549
61423
  * Options available for enrollment flow customization
60550
61424
  */
@@ -62569,6 +63443,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
62569
63443
  enabled: 1,
62570
63444
  }
62571
63445
 
63446
+ enum m365ResourceType {
63447
+ none: 0,
63448
+ group: 1,
63449
+ user: 2,
63450
+ unknownFutureValue: 3,
63451
+ }
63452
+
62572
63453
  /**
62573
63454
  * An enum representing the possible values of Android MAC Address Randomization Mode.
62574
63455
  */
@@ -63251,6 +64132,25 @@ typically alternating request/response, implicitly forming a turn.Represents a c
63251
64132
  alphanumericAndSymbol: 1,
63252
64133
  }
63253
64134
 
64135
+ /**
64136
+ * Specifies whether Microsoft Purview Data Loss Prevention (DLP) content evaluation is required before data sharing.
64137
+ */
64138
+ enum managedAppPurviewEvaluationRequirement {
64139
+ /**
64140
+ * Microsoft Purview Data Loss Prevention (DLP) content evaluation is not required.
64141
+ */
64142
+ notRequired: 0,
64143
+ /**
64144
+ * Microsoft Purview Data Loss Prevention (DLP) content evaluation is required when online; sharing is allowed if the service is unreachable.
64145
+ */
64146
+ requiredWhenOnline: 1,
64147
+ /**
64148
+ * Microsoft Purview Data Loss Prevention (DLP) content evaluation is always required; sharing is blocked if the service is unreachable.
64149
+ */
64150
+ required: 2,
64151
+ unknownFutureValue: 3,
64152
+ }
64153
+
63254
64154
  /**
63255
64155
  * An admin initiated action to be applied on a managed app.
63256
64156
  */
@@ -64775,6 +65675,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
64775
65675
  * Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy.
64776
65676
  */
64777
65677
  `unknown`: 0,
65678
+ /**
65679
+ * Indicates that the configured policy type is for a Device Wipe Action.
65680
+ */
65681
+ deviceWipe: 2,
65682
+ /**
65683
+ * Indicates that the configured policy type is for a Device Retire Action
65684
+ */
65685
+ deviceRetire: 3,
65686
+ /**
65687
+ * Indicates that the configured policy type is for a Device Delete Action.
65688
+ */
65689
+ deviceDelete: 5,
64778
65690
  /**
64779
65691
  * Indicates that the configured policy type is an application type, such as mobile apps or built-in apps.
64780
65692
  */
@@ -64788,6 +65700,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
64788
65700
  */
64789
65701
  role: 18,
64790
65702
  unknownFutureValue: 21,
65703
+ /**
65704
+ * Indicates that the configured policy type is for Tenant Configuration operations.
65705
+ */
65706
+ tenantConfiguration: 28,
64791
65707
  }
64792
65708
 
64793
65709
  /**
@@ -65174,6 +66090,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
65174
66090
  other: 3,
65175
66091
  }
65176
66092
 
66093
+ enum placeFeatureEnablement {
66094
+ `unknown`: 0,
66095
+ enabled: 1,
66096
+ disabled: 2,
66097
+ unknownFutureValue: 3,
66098
+ }
66099
+
66100
+ enum placeOperationStatus {
66101
+ created: 0,
66102
+ inProgress: 1,
66103
+ succeeded: 2,
66104
+ failed: 3,
66105
+ partiallySucceeded: 4,
66106
+ expired: 5,
66107
+ unknownFutureValue: 6,
66108
+ }
66109
+
65177
66110
  enum plannerApprovalStatus {
65178
66111
  requested: 0,
65179
66112
  approved: 1,
@@ -67779,6 +68712,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
67779
68712
  unknownFutureValue: 8,
67780
68713
  }
67781
68714
 
68715
+ enum resourceLinkType {
68716
+ url: 0,
68717
+ unknownFutureValue: 1,
68718
+ }
68719
+
67782
68720
  enum resourceScopeType {
67783
68721
  group: 1,
67784
68722
  chat: 2,
@@ -68042,6 +68980,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
68042
68980
  userChangedPasswordOnPremises: 15,
68043
68981
  adminDismissedRiskForSignIn: 16,
68044
68982
  adminConfirmedAccountSafe: 17,
68983
+ microsoftRevokedSessions: 18,
68045
68984
  }
68046
68985
 
68047
68986
  enum riskDetectionTimingType {
@@ -70656,6 +71595,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
70656
71595
  * Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
70657
71596
  */
70658
71597
  wpa3Personal: 7,
71598
+ /**
71599
+ * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2. Must use WindowsWifiEnterpriseEAPConfiguration type to configure enterprise options.
71600
+ */
71601
+ wpa3Enterprise: 8,
70659
71602
  }
70660
71603
 
70661
71604
  /**
@@ -70787,6 +71730,29 @@ typically alternating request/response, implicitly forming a turn.Represents a c
70787
71730
  unknownFutureValue: 9,
70788
71731
  }
70789
71732
 
71733
+ /**
71734
+ * Indicates whether app-in-use detection is enabled before app enforcement, and if enabled, the action to take when the app is detected to be in-use.
71735
+ */
71736
+ enum win32LobAppInUseActionType {
71737
+ /**
71738
+ * Default. Indicates that no in-use detection will be evaluated before an app enforcement.
71739
+ */
71740
+ notEnabled: 0,
71741
+ /**
71742
+ * Indicates that the in-use detection will occur immediately before app enforcement. Enforcement will not occur if the app is detected to be in-use, and an error status will be reported for the app.
71743
+ */
71744
+ fail: 1,
71745
+ /**
71746
+ * Indicates that in-use detection will occur immediately before app enforcement. If the app is detected to be in-use, the processes specified in the corresponding process detection rules will be terminated, and app enforcement will commence.
71747
+ */
71748
+ terminateWithoutUserInteraction: 2,
71749
+ /**
71750
+ * Indicates that in-use detection will occur immediately before app enforcement. If the app is detected to be in-use, the end user will be prompted according to the configured deferral and countdown settings, and the processes specified in the corresponding process detection rules will be terminated before app enforcement is commenced. If any of the processes cannot be terminated, the app will not be enforced, and an error status will be reported for the app.
71751
+ */
71752
+ terminateWithUserInteraction: 3,
71753
+ unknownFutureValue: 4,
71754
+ }
71755
+
70790
71756
  /**
70791
71757
  * Indicates the package type of an MSI Win32LobApp.
70792
71758
  */
@@ -70895,6 +71861,21 @@ typically alternating request/response, implicitly forming a turn.Represents a c
70895
71861
  `boolean`: 6,
70896
71862
  }
70897
71863
 
71864
+ /**
71865
+ * A list of possible operations for rules used to make determinations about whether an application is in-use based on process state.
71866
+ */
71867
+ enum win32LobAppProcessOperationType {
71868
+ /**
71869
+ * Default. Not configured.
71870
+ */
71871
+ notConfigured: 0,
71872
+ /**
71873
+ * Indicates that the rule evaluates whether the specified process exists (is running) on the device.
71874
+ */
71875
+ exists: 1,
71876
+ unknownFutureValue: 2,
71877
+ }
71878
+
70898
71879
  /**
70899
71880
  * Contains all supported registry data detection type.
70900
71881
  */
@@ -71049,7 +72030,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
71049
72030
  /**
71050
72031
  * Contains rule types for Win32 LOB apps.
71051
72032
  */
71052
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
71053
72033
  enum win32LobAppRuleType {
71054
72034
  /**
71055
72035
  * Detection rule.
@@ -71059,6 +72039,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
71059
72039
  * Requirement rule.
71060
72040
  */
71061
72041
  requirement: 1,
72042
+ /**
72043
+ * Indicates that the associated rule represents an executable for app in-use detection.
72044
+ */
72045
+ inUse: 2,
72046
+ unknownFutureValue: 3,
71062
72047
  }
71063
72048
 
71064
72049
  /**
@@ -71576,6 +72561,63 @@ typically alternating request/response, implicitly forming a turn.Represents a c
71576
72561
  unknownFutureValue: 3,
71577
72562
  }
71578
72563
 
72564
+ /**
72565
+ * Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic).
72566
+ */
72567
+ enum windowsAutoUpdateCatalogAppDeliveryOptimizationPriority {
72568
+ /**
72569
+ * Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.
72570
+ */
72571
+ notConfigured: 0,
72572
+ /**
72573
+ * Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.
72574
+ */
72575
+ foreground: 1,
72576
+ unknownFutureValue: 2,
72577
+ }
72578
+
72579
+ /**
72580
+ * Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices.
72581
+ */
72582
+ enum windowsAutoUpdateCatalogAppNotificationType {
72583
+ /**
72584
+ * Indicates that all notifications related to app installation and restart are displayed to the end user.
72585
+ */
72586
+ showAll: 0,
72587
+ /**
72588
+ * Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed.
72589
+ */
72590
+ showReboot: 1,
72591
+ /**
72592
+ * Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts.
72593
+ */
72594
+ hideAll: 2,
72595
+ unknownFutureValue: 3,
72596
+ }
72597
+
72598
+ /**
72599
+ * Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app's installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer's exit code.
72600
+ */
72601
+ enum windowsAutoUpdateCatalogAppRestartBehavior {
72602
+ /**
72603
+ * Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).
72604
+ */
72605
+ basedOnReturnCode: 0,
72606
+ /**
72607
+ * Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.
72608
+ */
72609
+ allow: 1,
72610
+ /**
72611
+ * Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.
72612
+ */
72613
+ suppress: 2,
72614
+ /**
72615
+ * Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer's exit code.
72616
+ */
72617
+ force: 3,
72618
+ unknownFutureValue: 4,
72619
+ }
72620
+
71579
72621
  /**
71580
72622
  * Enum values for the various WindowsDefenderApplicationControl supplemental policy deployment statuses.
71581
72623
  */
@@ -73027,6 +74069,40 @@ typically alternating request/response, implicitly forming a turn.Represents a c
73027
74069
  failed: 3,
73028
74070
  }
73029
74071
 
74072
+ enum workplaceSensorEventType {
74073
+ badgeIn: 0,
74074
+ badgeOut: 1,
74075
+ unknownFutureValue: 2,
74076
+ }
74077
+
74078
+ enum workplaceSensorType {
74079
+ /**
74080
+ * The occupancy sensor type.
74081
+ */
74082
+ occupancy: 0,
74083
+ /**
74084
+ * The people count sensor type.
74085
+ */
74086
+ peopleCount: 1,
74087
+ /**
74088
+ * The inferred Occupancy sensor type.
74089
+ */
74090
+ inferredOccupancy: 2,
74091
+ /**
74092
+ * The heartbeat sensor type.
74093
+ */
74094
+ heartbeat: 3,
74095
+ /**
74096
+ * The badge swipe sensor type.
74097
+ */
74098
+ badge: 4,
74099
+ unknownFutureValue: 5,
74100
+ /**
74101
+ * The Wifi sensor type.
74102
+ */
74103
+ wifi: 6,
74104
+ }
74105
+
73030
74106
  /**
73031
74107
  * Configuration state set by admin for wriitng tools Apple Intelligence setting
73032
74108
  */
@@ -74197,6 +75273,17 @@ namespace reference.`microsoft.graph.identityGovernance` {
74197
75273
  triggerAttributes: triggerAttribute[];
74198
75274
  }
74199
75275
 
75276
+ @complex model attributeSetEntry {
75277
+ name: string;
75278
+ value: string | null;
75279
+ }
75280
+
75281
+ @complex model awaitedWorkflowProcessingResult {
75282
+ processingStatus: lifecycleWorkflowProcessingStatus;
75283
+ statusReasons: string[];
75284
+ subject: workflowSubject | null;
75285
+ }
75286
+
74200
75287
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
74201
75288
  @references authorizedApps: reference.`microsoft.graph`.application[];
74202
75289
  }
@@ -74206,12 +75293,19 @@ namespace reference.`microsoft.graph.identityGovernance` {
74206
75293
  }
74207
75294
 
74208
75295
  @complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
75296
+ targetSubject: workflowSubject | null;
74209
75297
  @references subject: reference.`microsoft.graph`.user | null;
74210
75298
  @references task: task | null;
74211
75299
  @references taskProcessingresult: taskProcessingResult | null;
74212
75300
  @references workflow: workflow | null;
74213
75301
  }
74214
75302
 
75303
+ @complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
75304
+ operationStatus: customTaskExtensionOperationStatus;
75305
+ statusReasons: string[];
75306
+ targetSubject: workflowSubject | null;
75307
+ }
75308
+
74215
75309
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
74216
75310
  @references groups: reference.`microsoft.graph`.group[];
74217
75311
  }
@@ -74236,6 +75330,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
74236
75330
  taskId: string;
74237
75331
  }
74238
75332
 
75333
+ @complex model provisioningAttributeMapping extends workflowExecutionConditions {
75334
+ }
75335
+
75336
+ @complex model provisioningObjectWorkflowSubject extends workflowSubject {
75337
+ attributeSetEntries: attributeSetEntry[];
75338
+ id: string;
75339
+ }
75340
+
74239
75341
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
74240
75342
  rule: string;
74241
75343
  }
@@ -74346,10 +75448,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
74346
75448
  totalUsers: int32;
74347
75449
  }
74348
75450
 
75451
+ @abstract
75452
+ @complex model workflowSubject {
75453
+ }
75454
+
74349
75455
  @entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
74350
75456
  callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
74351
75457
  @computed createdDateTime: offsetDateTime | null;
74352
75458
  @computed lastModifiedDateTime: offsetDateTime | null;
75459
+ replyMode: customTaskExtensionReplyMode;
74353
75460
  @references createdBy: reference.`microsoft.graph`.user | null;
74354
75461
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
74355
75462
  }
@@ -74387,10 +75494,26 @@ namespace reference.`microsoft.graph.identityGovernance` {
74387
75494
  totalUsersCount: int32;
74388
75495
  workflowExecutionType: workflowExecutionType;
74389
75496
  @references reprocessedRuns: run[];
75497
+ @contains subjectProcessingResults: subjectProcessingResult[];
74390
75498
  @contains taskProcessingResults: taskProcessingResult[];
74391
75499
  @contains userProcessingResults: userProcessingResult[];
74392
75500
  }
74393
75501
 
75502
+ @entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
75503
+ completedDateTime: offsetDateTime | null;
75504
+ failedTasksCount: int32;
75505
+ processingStatus: lifecycleWorkflowProcessingStatus;
75506
+ scheduledDateTime: offsetDateTime;
75507
+ startedDateTime: offsetDateTime | null;
75508
+ subject: workflowSubject;
75509
+ totalTasksCount: int32;
75510
+ totalUnprocessedTasksCount: int32;
75511
+ workflowExecutionType: workflowExecutionType;
75512
+ workflowVersion: int32;
75513
+ @references reprocessedRuns: run[];
75514
+ @contains taskProcessingResults: taskProcessingResult[];
75515
+ }
75516
+
74394
75517
  @entity model task extends reference.`microsoft.graph`.entity {
74395
75518
  arguments: reference.`microsoft.graph`.keyValuePair[];
74396
75519
  category: lifecycleTaskCategory;
@@ -74418,6 +75541,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
74418
75541
  failureReason: string | null;
74419
75542
  processingStatus: lifecycleWorkflowProcessingStatus;
74420
75543
  startedDateTime: offsetDateTime | null;
75544
+ workflowSubject: workflowSubject | null;
74421
75545
  @references subject: reference.`microsoft.graph`.user;
74422
75546
  @references task: task;
74423
75547
  }
@@ -74462,6 +75586,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
74462
75586
  @privatePreview("organizationalUnit")
74463
75587
  @references previewScope: reference.`microsoft.graph`.directoryObject[];
74464
75588
  @contains runs: run[];
75589
+ @contains subjectProcessingResults: subjectProcessingResult[];
74465
75590
  @contains taskReports: taskReport[];
74466
75591
  @contains userProcessingResults: userProcessingResult[];
74467
75592
  @contains versions: workflowVersion[];
@@ -74513,12 +75638,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
74513
75638
  unknownFutureValue: 2,
74514
75639
  }
74515
75640
 
75641
+ enum customTaskExtensionReplyMode {
75642
+ none: 0,
75643
+ callback: 1,
75644
+ response: 2,
75645
+ unknownFutureValue: 3,
75646
+ }
75647
+
74516
75648
  @graphFlags
74517
75649
  enum lifecycleTaskCategory {
74518
75650
  joiner: 1,
74519
75651
  leaver: 2,
74520
75652
  unknownFutureValue: 4,
74521
75653
  mover: 8,
75654
+ extensibility: 16,
74522
75655
  }
74523
75656
 
74524
75657
  enum lifecycleWorkflowCategory {
@@ -74526,6 +75659,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
74526
75659
  leaver: 1,
74527
75660
  unknownFutureValue: 2,
74528
75661
  mover: 3,
75662
+ extensibility: 4,
74529
75663
  }
74530
75664
 
74531
75665
  enum lifecycleWorkflowProcessingStatus {
@@ -74559,6 +75693,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
74559
75693
  activatedWithScope: 3,
74560
75694
  @privatePreview("organizationalUnit")
74561
75695
  preview: 4,
75696
+ extensibilityOnDemand: 5,
74562
75697
  }
74563
75698
 
74564
75699
  enum workflowTriggerTimeBasedAttribute {
@@ -74880,9 +76015,14 @@ namespace reference.`microsoft.graph.networkaccess` {
74880
76015
  }
74881
76016
 
74882
76017
  @entity model forwardingPolicyLink extends policyLink {
76018
+ priority: int64 | null;
76019
+ }
76020
+
76021
+ @entity model forwardingProfile extends forwardingProfileBase {
74883
76022
  }
74884
76023
 
74885
- @entity model forwardingProfile extends profile {
76024
+ @abstract
76025
+ @entity model forwardingProfileBase extends profile {
74886
76026
  associations: association[] | null;
74887
76027
  priority: int32;
74888
76028
  trafficForwardingType: trafficForwardingType;
@@ -75376,6 +76516,7 @@ namespace reference.`microsoft.graph.partner.security` {
75376
76516
  }
75377
76517
 
75378
76518
  }
76519
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
75379
76520
  @deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
75380
76521
  @deprecatedDefinition("azureBlobToken", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobToken will be deprecated on April 30, 2023.")
75381
76522
  @deprecatedDefinition("outputFolderId", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The outputFolderId will be deprecated on April 30, 2023.")
@@ -76099,6 +77240,7 @@ namespace reference.`microsoft.graph.security` {
76099
77240
  displayName: string | null;
76100
77241
  domainName: string | null;
76101
77242
  resourceAccessEvents: resourceAccessEvent[] | null;
77243
+ tenantId: string | null;
76102
77244
  userPrincipalName: string | null;
76103
77245
  userSid: string | null;
76104
77246
  }
@@ -76121,6 +77263,9 @@ namespace reference.`microsoft.graph.security` {
76121
77263
  alertPolicyId: string | null;
76122
77264
  alertWebUrl: string | null;
76123
77265
  assignedTo: string | null;
77266
+ categories: string[] | null;
77267
+
77268
+ @graphDeprecated("Tasks_And_Plans")
76124
77269
  category: string | null;
76125
77270
  classification: alertClassification | null;
76126
77271
  comments: alertComment[] | null;
@@ -76374,6 +77519,13 @@ namespace reference.`microsoft.graph.security` {
76374
77519
  @entity model ediscoveryTagOperation extends caseOperation {
76375
77520
  }
76376
77521
 
77522
+ @entity model entityDefinitionInput extends MsGraph.SharedModels.entity {
77523
+ @computed @key entityIdentifier: string;
77524
+ entityType: manualAlertEntityType;
77525
+ identifierValue: string;
77526
+ role: entityDefinitionInputRole;
77527
+ }
77528
+
76377
77529
  @entity model file extends reference.`microsoft.graph`.entity {
76378
77530
  content: stream | null;
76379
77531
  dateTime: offsetDateTime | null;
@@ -76494,6 +77646,13 @@ namespace reference.`microsoft.graph.security` {
76494
77646
  @contains retentionLabels: retentionLabel[];
76495
77647
  }
76496
77648
 
77649
+ @entity model manualAlert extends alert {
77650
+ isExcludedFromCorrelation: boolean;
77651
+ linkToIncident: int64 | null;
77652
+ sentinelWorkspace: string | null;
77653
+ @contains entityDefinitions: entityDefinitionInput[];
77654
+ }
77655
+
76497
77656
  @entity model networkAdapter extends reference.`microsoft.graph`.entity {
76498
77657
  isEnabled: boolean | null;
76499
77658
  name: string | null;
@@ -76959,6 +78118,12 @@ namespace reference.`microsoft.graph.security` {
76959
78118
  unknownFutureValue: 5,
76960
78119
  }
76961
78120
 
78121
+ enum entityDefinitionInputRole {
78122
+ impacted: 0,
78123
+ related: 1,
78124
+ unknownFutureValue: 99,
78125
+ }
78126
+
76962
78127
  enum eventPropagationStatus {
76963
78128
  none: 0,
76964
78129
  inProcessing: 1,
@@ -77250,6 +78415,27 @@ namespace reference.`microsoft.graph.security` {
77250
78415
  unknownFutureValue: 31,
77251
78416
  }
77252
78417
 
78418
+ enum manualAlertEntityType {
78419
+ user: 0,
78420
+ device: 1,
78421
+ file: 2,
78422
+ ip: 3,
78423
+ url: 4,
78424
+ cloudApplication: 5,
78425
+ mailbox: 6,
78426
+ securityGroup: 7,
78427
+ azureResource: 8,
78428
+ amazonResource: 9,
78429
+ googleCloudResource: 10,
78430
+ oAuthApplication: 11,
78431
+ emailMessage: 12,
78432
+ emailCluster: 13,
78433
+ process: 14,
78434
+ registryKey: 15,
78435
+ registryValue: 16,
78436
+ unknownFutureValue: 99,
78437
+ }
78438
+
77253
78439
  enum onboardingStatus {
77254
78440
  insufficientInfo: 0,
77255
78441
  onboarded: 1,
@@ -77358,6 +78544,7 @@ namespace reference.`microsoft.graph.security` {
77358
78544
  microsoftSentinel: 512,
77359
78545
  microsoftInsiderRiskManagement: 1024,
77360
78546
  microsoftThreatIntelligence: 2048,
78547
+ microsoftSecurityForAI: 4096,
77361
78548
  }
77362
78549
 
77363
78550
  @graphFlags