@microsoft/typespec-msgraph-reference 1.0.8 → 1.0.10

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.
@@ -48,13 +48,16 @@ scalar binary; //TODO: Enables support for Edm.Binary
48
48
  @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.")
49
49
  @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.")
50
50
  @deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
51
+ @deprecatedDefinition("Rv1MigrationDeprecation", "<ChangeLogCategory>", "2026-04-03", "2026-07-07", "This API is deprecated and will stop returning data on July 7, 2026. Use POST /deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport instead.")
52
+ // Metadata item DeprecatedDefinition_Rv1MigrationDeprecation was already defined with a different value.
51
53
  @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.")
52
54
  @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
53
55
  // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
54
56
  @deprecatedDefinition("Beta:ItemInsightsOranizationSettings", "<ChangeLogCategory>", "2023-10-17", "2024-01-01", "The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint.")
55
57
  @deprecatedDefinition("Outlook_Tasks", "<ChangeLogCategory>", "2021-02-20", "2023-02-20", "The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/")
56
58
  @deprecatedDefinition("CreationDateTime", "<ChangeLogCategory>", "2020-11-06", "2020-12-31", "The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property.")
57
- @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
59
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2025-03-26", "2026-03-26", "private preview elements are required to be marked as deprecated")
60
+ // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
58
61
  @deprecatedDefinition("PIM_Iteration2_Deprecation", "<ChangeLogCategory>", "2025-10-27", "2026-10-28", "The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API.")
59
62
  @deprecatedDefinition("QrPolicyConfigRemove", "<ChangeLogCategory>", "2021-11-12", "2022-02-11", "The qrAuthenticationMethodConfiguration type is deprecated")
60
63
  @deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
@@ -1269,6 +1272,7 @@ namespace reference.`microsoft.graph` {
1269
1272
  @complex model appManagementApplicationConfiguration extends appManagementConfiguration {
1270
1273
  audiences: audiencesConfiguration | null;
1271
1274
  identifierUris: identifierUriConfiguration | null;
1275
+ redirectUris: redirectUriConfiguration | null;
1272
1276
  }
1273
1277
 
1274
1278
  @abstract
@@ -2510,6 +2514,26 @@ namespace reference.`microsoft.graph` {
2510
2514
  thumbnailUrl: string | null;
2511
2515
  }
2512
2516
 
2517
+ @complex model chatMessageBody {
2518
+ content: string | null;
2519
+ contentType: bodyType | null;
2520
+ messageBodyContentType: chatMessageBodyContentType | null;
2521
+ }
2522
+
2523
+ @complex model chatMessageCitation {
2524
+ excerpt: string | null;
2525
+ iconType: string | null;
2526
+ id: int32 | null;
2527
+ sensitivityLabel: chatMessageCitationSensitivityLabel | null;
2528
+ title: string | null;
2529
+ webUrl: string | null;
2530
+ }
2531
+
2532
+ @complex model chatMessageCitationSensitivityLabel {
2533
+ description: string | null;
2534
+ displayName: string | null;
2535
+ }
2536
+
2513
2537
  @open
2514
2538
  @complex model chatMessageFromIdentitySet extends identitySet {
2515
2539
  }
@@ -2716,6 +2740,9 @@ namespace reference.`microsoft.graph` {
2716
2740
  resourceType: string;
2717
2741
  }
2718
2742
 
2743
+ @complex model cloudPcAutomaticDiscoveredAppDetail extends cloudPcCloudAppDetail {
2744
+ }
2745
+
2719
2746
  @complex model cloudPcAutopilotConfiguration {
2720
2747
  applicationTimeoutInMinutes: int32;
2721
2748
  devicePreparationProfileId: string;
@@ -2737,6 +2764,13 @@ namespace reference.`microsoft.graph` {
2737
2764
  successfulDeviceIds: string[] | null;
2738
2765
  }
2739
2766
 
2767
+ @complex model cloudPcCloudAppDetail {
2768
+ commandLineArguments: string | null;
2769
+ filePath: string;
2770
+ iconIndex: int32 | null;
2771
+ iconPath: string | null;
2772
+ }
2773
+
2740
2774
  @complex model cloudPcConnectionSetting {
2741
2775
  enableSingleSignOn: boolean;
2742
2776
  }
@@ -2764,6 +2798,13 @@ namespace reference.`microsoft.graph` {
2764
2798
  updatedDateTime: offsetDateTime;
2765
2799
  }
2766
2800
 
2801
+ @complex model cloudPcDiscoveredApp {
2802
+ appDetail: cloudPcCloudAppDetail;
2803
+ appName: string | null;
2804
+ discoveredAppId: string;
2805
+ sourceId: string | null;
2806
+ }
2807
+
2767
2808
  @complex model cloudPcDomainJoinConfiguration {
2768
2809
  domainJoinType: cloudPcDomainJoinType | null;
2769
2810
  geographicLocationType: cloudPcGeographicLocationType | null;
@@ -2817,6 +2858,9 @@ namespace reference.`microsoft.graph` {
2817
2858
  installParameters: string[];
2818
2859
  }
2819
2860
 
2861
+ @complex model cloudPcFilePathAppDetail extends cloudPcCloudAppDetail {
2862
+ }
2863
+
2820
2864
  @complex model cloudPcForensicStorageAccount {
2821
2865
  accessTier: cloudPcStorageAccountAccessTier | null;
2822
2866
  immutableStorage: boolean | null;
@@ -3508,6 +3552,20 @@ namespace reference.`microsoft.graph` {
3508
3552
  value: string | null;
3509
3553
  }
3510
3554
 
3555
+ /**
3556
+ * Represents an individual health check result for an NDES connector, containing the metric name and its current status.
3557
+ */
3558
+ @complex model connectorHealthCheck {
3559
+ /**
3560
+ * The name of the health check metric being evaluated.
3561
+ */
3562
+ metricName: connectorHealthCheckMetricName;
3563
+ /**
3564
+ * The current health status for this specific metric, based on error rate thresholds computed from recent connector uploads.
3565
+ */
3566
+ status: ndesConnectorHealthStatus;
3567
+ }
3568
+
3511
3569
  /**
3512
3570
  * Represent connector status
3513
3571
  */
@@ -3758,6 +3816,10 @@ namespace reference.`microsoft.graph` {
3758
3816
  * Remote help - response we provide back to the helper after successfully creating an ACS session
3759
3817
  */
3760
3818
  @complex model createRemoteHelpSessionResponse {
3819
+ /**
3820
+ * The current state of session recording. Null when the tenant is not flighted for session recording.
3821
+ */
3822
+ remoteHelpRecordingState: remoteHelpRecordingState | null;
3761
3823
  /**
3762
3824
  * The unique identifier for a session
3763
3825
  */
@@ -3873,6 +3935,7 @@ namespace reference.`microsoft.graph` {
3873
3935
  @complex model customAppManagementApplicationConfiguration {
3874
3936
  audiences: audiencesConfiguration | null;
3875
3937
  identifierUris: identifierUriConfiguration | null;
3938
+ redirectUris: redirectUriConfiguration | null;
3876
3939
  }
3877
3940
 
3878
3941
  @complex model customAppManagementConfiguration extends appManagementConfiguration {
@@ -4442,6 +4505,10 @@ namespace reference.`microsoft.graph` {
4442
4505
  * 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.
4443
4506
  */
4444
4507
  rulesContent: binary | null;
4508
+ /**
4509
+ * Indicates the interval, in minutes, at which the custom compliance script is evaluated on the device. Allowed range from 1 to 480. Nullable.
4510
+ */
4511
+ runIntervalInMinutes: int32 | null;
4445
4512
  }
4446
4513
 
4447
4514
  /**
@@ -8070,10 +8137,18 @@ namespace reference.`microsoft.graph` {
8070
8137
  * When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false.
8071
8138
  */
8072
8139
  associatedDomainsDirectDownloadAllowed: boolean | null;
8140
+ cellularSliceConfigurationId: string | null;
8141
+ contentFilterConfigurationId: string | null;
8142
+ /**
8143
+ * The unique identifier of the DDM app configuration to associate with the app.
8144
+ */
8145
+ ddmAppConfigId: guid | null;
8146
+ dnsProxyConfigurationId: string | null;
8073
8147
  /**
8074
8148
  * When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false.
8075
8149
  */
8076
8150
  preventManagedAppBackup: boolean | null;
8151
+ relayConfigurationId: string | null;
8077
8152
  /**
8078
8153
  * When true, the device locks its screen after every transaction that requires a customer’s card PIN. When false, the user can choose the behavior. Default value is false.
8079
8154
  */
@@ -8084,6 +8159,122 @@ namespace reference.`microsoft.graph` {
8084
8159
  vpnConfigurationId: string | null;
8085
8160
  }
8086
8161
 
8162
+ /**
8163
+ * Contains properties used to assign an iOS Declarative Device Management (DDM) Store App to a group.
8164
+ */
8165
+ @complex model iosDdmStoreAppAssignmentSettings extends mobileAppAssignmentSettings {
8166
+ /**
8167
+ * Specifies whether the app may be downloaded over cellular connections. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
8168
+ */
8169
+ allowDownloadsOverCellular: ddmAppAllowDownloadsOverCellular | null;
8170
+ /**
8171
+ * Domain names to associate with the app
8172
+ */
8173
+ associatedDomains: string[] | null;
8174
+ /**
8175
+ * When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false.
8176
+ */
8177
+ associatedDomainsDirectDownloadAllowed: boolean | null;
8178
+ /**
8179
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
8180
+ */
8181
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
8182
+ /**
8183
+ * The cellular slice identifier, which can be the data network name (DNN) or app category. For DNN, encode the value as 'DNN:name', where 'name' is the carrier-provided DNN name. For app category, encode the value as 'AppCategory:category', where 'category' is a carrier-provided string such as 'Enterprise1'.
8184
+ */
8185
+ cellularSliceConfigurationId: string | null;
8186
+ /**
8187
+ * The unique identifier of the content filter to associate with the app.
8188
+ */
8189
+ contentFilterConfigurationId: string | null;
8190
+ /**
8191
+ * The unique identifier of the DNS proxy to associate with the app.
8192
+ */
8193
+ dnsProxyConfigurationId: string | null;
8194
+ /**
8195
+ * When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false.
8196
+ */
8197
+ preventManagedAppBackup: boolean | null;
8198
+ /**
8199
+ * The unique identifier of the relay to associate with the app.
8200
+ */
8201
+ relayConfigurationId: string | null;
8202
+ /**
8203
+ * When true, the device locks its screen after every transaction that requires a customer's card PIN. When false, the user can choose the behavior. Default value is false.
8204
+ */
8205
+ tapToPayScreenLockEnabled: boolean | null;
8206
+ /**
8207
+ * Specifies the version of the Store app to install. When not set, the device installs the latest version. When set, the device installs the specified version. The device never installs an older version of the app over a newer version.
8208
+ */
8209
+ version: int32 | null;
8210
+ /**
8211
+ * The unique identifier of the VPN Configuration to apply to the app.
8212
+ */
8213
+ vpnConfigurationId: string | null;
8214
+ }
8215
+
8216
+ /**
8217
+ * Contains properties used to assign an iOS Declarative Device Management (DDM) VPP mobile app to a group.
8218
+ */
8219
+ @complex model iosDdmVppAppAssignmentSettings extends mobileAppAssignmentSettings {
8220
+ /**
8221
+ * Specifies whether the app may be downloaded over cellular connections. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
8222
+ */
8223
+ allowDownloadsOverCellular: ddmAppAllowDownloadsOverCellular | null;
8224
+ /**
8225
+ * Domain names to associate with the app
8226
+ */
8227
+ associatedDomains: string[] | null;
8228
+ /**
8229
+ * When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false.
8230
+ */
8231
+ associatedDomainsDirectDownloadAllowed: boolean | null;
8232
+ /**
8233
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
8234
+ */
8235
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
8236
+ /**
8237
+ * The cellular slice identifier, which can be the data network name (DNN) or app category. For DNN, encode the value as 'DNN:name', where 'name' is the carrier-provided DNN name. For app category, encode the value as 'AppCategory:category', where 'category' is a carrier-provided string such as 'Enterprise1'.
8238
+ */
8239
+ cellularSliceConfigurationId: string | null;
8240
+ /**
8241
+ * The unique identifier of the content filter to associate with the app.
8242
+ */
8243
+ contentFilterConfigurationId: string | null;
8244
+ /**
8245
+ * The unique identifier of the DDM app configuration to associate with the app.
8246
+ */
8247
+ ddmAppConfigId: guid | null;
8248
+ /**
8249
+ * The unique identifier of the DNS proxy to associate with the app.
8250
+ */
8251
+ dnsProxyConfigurationId: string | null;
8252
+ /**
8253
+ * When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false.
8254
+ */
8255
+ preventManagedAppBackup: boolean | null;
8256
+ /**
8257
+ * The unique identifier of the relay to associate with the app.
8258
+ */
8259
+ relayConfigurationId: string | null;
8260
+ /**
8261
+ * When true, the device locks its screen after every transaction that requires a customer's card PIN. When false, the user can choose the behavior. Default value is false.
8262
+ */
8263
+ tapToPayScreenLockEnabled: boolean | null;
8264
+ /**
8265
+ * Whether or not to use device licensing.
8266
+ */
8267
+ useDeviceLicensing: boolean;
8268
+ /**
8269
+ * Specifies the version of the VPP app to install. When not set, the device installs the latest version. When set, the device installs the specified version. The device never installs an older version of the app over a newer version. This property maps to the Version key in Apple's AppManagedInstallBehaviorObject declaration.
8270
+ */
8271
+ version: int32 | null;
8272
+ /**
8273
+ * The unique identifier of the VPN Configuration to apply to the app.
8274
+ */
8275
+ vpnConfigurationId: string | null;
8276
+ }
8277
+
8087
8278
  /**
8088
8279
  * Contains properties of the possible iOS device types the mobile app can run on.
8089
8280
  */
@@ -9241,6 +9432,32 @@ namespace reference.`microsoft.graph` {
9241
9432
  teamIdentifier: string;
9242
9433
  }
9243
9434
 
9435
+ /**
9436
+ * Contains properties used to assign a macOS Declarative Device Management (DDM) VPP mobile app to a group.
9437
+ */
9438
+ @complex model macOsDdmVppAppAssignmentSettings extends mobileAppAssignmentSettings {
9439
+ /**
9440
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
9441
+ */
9442
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
9443
+ /**
9444
+ * The unique identifier of the DDM app configuration to associate with the app.
9445
+ */
9446
+ ddmAppConfigId: guid | null;
9447
+ /**
9448
+ * If true, the device installs an iOS or iPadOS app that runs on a Mac with Apple Silicon. This is only used when the app is a VPP app. Default is false.
9449
+ */
9450
+ isIosApp: boolean | null;
9451
+ /**
9452
+ * When TRUE, indicates that the app should be assigned using device licensing. When FALSE, indicates that the app should be assigned using user licensing. By default, this property is set to FALSE.
9453
+ */
9454
+ useDeviceLicensing: boolean;
9455
+ /**
9456
+ * Specifies the version of the VPP app to install. When not set, the device installs the latest version. When set, the device installs the specified version. The device never installs an older version of the app over a newer version. This property maps to the Version key in Apple's AppManagedInstallBehaviorObject declaration.
9457
+ */
9458
+ version: int32 | null;
9459
+ }
9460
+
9244
9461
  /**
9245
9462
  * Properties related to macOS-specific configured and Intune-managed local administrator account
9246
9463
  */
@@ -10807,8 +11024,26 @@ namespace reference.`microsoft.graph` {
10807
11024
  internalUrl: string | null;
10808
11025
  }
10809
11026
 
11027
+ @complex model onPremisesCurrentExportData {
11028
+ clientMachineName: string | null;
11029
+ pendingObjectsAddition: int32 | null;
11030
+ pendingObjectsDeletion: int32 | null;
11031
+ pendingObjectsUpdate: int32 | null;
11032
+ serviceAccount: string | null;
11033
+ successfulLinksProvisioningCount: int64 | null;
11034
+ successfulObjectsProvisioningCount: int32 | null;
11035
+ totalConnectorSpaceObjects: int32 | null;
11036
+ }
11037
+
10810
11038
  @complex model onPremisesDirectorySynchronizationConfiguration {
10811
11039
  accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
11040
+ anchorAttribute: string | null;
11041
+ applicationId: string | null;
11042
+ currentExportData: onPremisesCurrentExportData | null;
11043
+ customerRequestedSynchronizationInterval: duration | null;
11044
+ synchronizationClientVersion: string | null;
11045
+ synchronizationInterval: duration | null;
11046
+ writebackConfiguration: onPremisesWritebackConfiguration | null;
10812
11047
  }
10813
11048
 
10814
11049
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -10895,6 +11130,11 @@ namespace reference.`microsoft.graph` {
10895
11130
  singleSignOnMode: singleSignOnMode | null;
10896
11131
  }
10897
11132
 
11133
+ @complex model onPremisesWritebackConfiguration {
11134
+ unifiedGroupContainer: string | null;
11135
+ userContainer: string | null;
11136
+ }
11137
+
10898
11138
  @complex model onTokenIssuanceStartCustomExtensionHandler extends onTokenIssuanceStartHandler {
10899
11139
  configuration: customExtensionOverwriteConfiguration | null;
10900
11140
  @references customExtension: onTokenIssuanceStartCustomExtension | null;
@@ -12145,11 +12385,94 @@ namespace reference.`microsoft.graph` {
12145
12385
  urlPrefixes: string[] | null;
12146
12386
  }
12147
12387
 
12388
+ @complex model redirectUriAllowedDomainConfiguration {
12389
+ allowedDomains: string[];
12390
+ excludeActors: appManagementPolicyActorExemptions | null;
12391
+ isStateSetByMicrosoft: boolean;
12392
+ publicClient: redirectUriPlatformAllowedDomainConfiguration | null;
12393
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
12394
+ spa: redirectUriPlatformAllowedDomainConfiguration | null;
12395
+ state: appManagementRestrictionState;
12396
+ web: redirectUriPlatformAllowedDomainConfiguration | null;
12397
+ }
12398
+
12399
+ @complex model redirectUriAllowedSchemeConfiguration {
12400
+ allowedSchemes: string[];
12401
+ excludeActors: appManagementPolicyActorExemptions | null;
12402
+ isStateSetByMicrosoft: boolean;
12403
+ publicClient: redirectUriPlatformAllowedSchemeConfiguration | null;
12404
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
12405
+ spa: redirectUriPlatformAllowedSchemeConfiguration | null;
12406
+ state: appManagementRestrictionState;
12407
+ web: redirectUriPlatformAllowedSchemeConfiguration | null;
12408
+ }
12409
+
12410
+ @complex model redirectUriBlockedDomainConfiguration {
12411
+ blockedDomains: string[];
12412
+ excludeActors: appManagementPolicyActorExemptions | null;
12413
+ isStateSetByMicrosoft: boolean;
12414
+ publicClient: redirectUriPlatformBlockedDomainConfiguration | null;
12415
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
12416
+ spa: redirectUriPlatformBlockedDomainConfiguration | null;
12417
+ state: appManagementRestrictionState;
12418
+ web: redirectUriPlatformBlockedDomainConfiguration | null;
12419
+ }
12420
+
12421
+ @complex model redirectUriBlockedSchemeConfiguration {
12422
+ blockedSchemes: string[];
12423
+ excludeActors: appManagementPolicyActorExemptions | null;
12424
+ exemptFormats: string[];
12425
+ isStateSetByMicrosoft: boolean;
12426
+ publicClient: redirectUriPlatformBlockedSchemeConfiguration | null;
12427
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
12428
+ spa: redirectUriPlatformBlockedSchemeConfiguration | null;
12429
+ state: appManagementRestrictionState;
12430
+ web: redirectUriPlatformBlockedSchemeConfiguration | null;
12431
+ }
12432
+
12433
+ @complex model redirectUriConfiguration {
12434
+ uriWithBlockedDomain: redirectUriBlockedDomainConfiguration | null;
12435
+ uriWithBlockedScheme: redirectUriBlockedSchemeConfiguration | null;
12436
+ uriWithoutAllowedDomain: redirectUriAllowedDomainConfiguration | null;
12437
+ uriWithoutAllowedScheme: redirectUriAllowedSchemeConfiguration | null;
12438
+ uriWithWildcard: redirectUriWildcardConfiguration | null;
12439
+ }
12440
+
12441
+ @complex model redirectUriPlatformAllowedDomainConfiguration {
12442
+ allowedDomains: string[];
12443
+ }
12444
+
12445
+ @complex model redirectUriPlatformAllowedSchemeConfiguration {
12446
+ allowedSchemes: string[];
12447
+ }
12448
+
12449
+ @complex model redirectUriPlatformBlockedDomainConfiguration {
12450
+ blockedDomains: string[];
12451
+ }
12452
+
12453
+ @complex model redirectUriPlatformBlockedSchemeConfiguration {
12454
+ blockedSchemes: string[];
12455
+ exemptFormats: string[];
12456
+ }
12457
+
12148
12458
  @complex model redirectUriSettings {
12149
12459
  index: int32 | null;
12150
12460
  uri: string | null;
12151
12461
  }
12152
12462
 
12463
+ @complex model redirectUriWildcardConfiguration {
12464
+ excludeActors: appManagementPolicyActorExemptions | null;
12465
+ excludeFormats: redirectUriWildcardExcludeFormats | null;
12466
+ isStateSetByMicrosoft: boolean;
12467
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
12468
+ state: appManagementRestrictionState;
12469
+ }
12470
+
12471
+ @complex model redirectUriWildcardExcludeFormats {
12472
+ excludeWildcardsInPath: boolean;
12473
+ excludeWildcardsInPathWithDomains: string[];
12474
+ }
12475
+
12153
12476
  @complex model referencedObject {
12154
12477
  referencedObjectName: string | null;
12155
12478
  referencedProperty: string | null;
@@ -12884,6 +13207,11 @@ This model is shared with the CCS retrieval API and search where it is already u
12884
13207
  searchablePlainTexts: metaDataKeyStringPair[] | null;
12885
13208
  }
12886
13209
 
13210
+ @complex model serviceActivityPerformanceMetric {
13211
+ intervalStartDateTime: offsetDateTime;
13212
+ percentage: float64;
13213
+ }
13214
+
12887
13215
  @complex model serviceActivityValueMetric {
12888
13216
  intervalStartDateTime: offsetDateTime;
12889
13217
  value: int64;
@@ -17691,6 +18019,9 @@ This model is shared with the CCS retrieval API and search where it is already u
17691
18019
  @entity model agentIdentity extends servicePrincipal {
17692
18020
  agentIdentityBlueprintId: string;
17693
18021
  @computed createdDateTime: offsetDateTime | null;
18022
+ managerApplications: guid;
18023
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
18024
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
17694
18025
  @references sponsors: directoryObject[];
17695
18026
  }
17696
18027
 
@@ -17702,6 +18033,7 @@ This model is shared with the CCS retrieval API and search where it is already u
17702
18033
 
17703
18034
  @open
17704
18035
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
18036
+ managerApplications: guid;
17705
18037
  @references sponsors: directoryObject[];
17706
18038
  }
17707
18039
 
@@ -20383,6 +20715,10 @@ This model is shared with the CCS retrieval API and search where it is already u
20383
20715
  * Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirement fails.
20384
20716
  */
20385
20717
  appActionIfAndroidSafetyNetDeviceAttestationFailed: managedAppRemediationAction;
20718
+ /**
20719
+ * Defines a managed app behavior, either warn, block, or wipe, if Developer Options are enabled on the Android device. If the admin does not set this action, the default is null, which indicates this setting is not configured.
20720
+ */
20721
+ appActionIfDeveloperOptionsEnabled: managedAppRemediationAction | null;
20386
20722
  /**
20387
20723
  * Defines a managed app behavior, either warn, block or wipe, if the screen lock is required on android device but is not set.
20388
20724
  */
@@ -22078,10 +22414,18 @@ This model is shared with the CCS retrieval API and search where it is already u
22078
22414
  * Domains that are accessed through the public internet instead of through VPN, even when per-app VPN is activated
22079
22415
  */
22080
22416
  excludedDomains: string[] | null;
22417
+ /**
22418
+ * Indicates whether local network traffic is excluded from the VPN tunnel. When TRUE, local network traffic bypasses the VPN tunnel. Default value is null. Only takes effect when includeAllNetworks is TRUE or enforceVpnRouting is TRUE. Not applicable when enablePerApp is TRUE.
22419
+ */
22420
+ excludeLocalNetworks: boolean | null;
22081
22421
  /**
22082
22422
  * Identifier provided by VPN vendor when connection type is set to Custom VPN. For example: Cisco AnyConnect uses an identifier of the form com.cisco.anyconnect.applevpn.plugin
22083
22423
  */
22084
22424
  identifier: string | null;
22425
+ /**
22426
+ * Indicates whether most network traffic is routed through the VPN tunnel. When TRUE, most network traffic is sent through the VPN tunnel. Default value is null. Not applicable when enablePerApp is TRUE.
22427
+ */
22428
+ includeAllNetworks: boolean | null;
22085
22429
  /**
22086
22430
  * Login group or domain when connection type is set to Dell SonicWALL Mobile Connection.
22087
22431
  */
@@ -23178,14 +23522,16 @@ This model is shared with the CCS retrieval API and search where it is already u
23178
23522
 
23179
23523
  @entity model chatMessage extends entity {
23180
23524
  attachments: chatMessageAttachment[] | null;
23181
- body: itemBody;
23525
+ body: chatMessageBody;
23182
23526
  channelIdentity: channelIdentity | null;
23183
23527
  chatId: string | null;
23528
+ citations: chatMessageCitation[] | null;
23184
23529
  @computed createdDateTime: offsetDateTime | null;
23185
23530
  deletedDateTime: offsetDateTime | null;
23186
23531
  etag: string | null;
23187
23532
  eventDetail: eventMessageDetail | null;
23188
23533
  from: chatMessageFromIdentitySet | null;
23534
+ hasReplies: boolean;
23189
23535
  importance: chatMessageImportance;
23190
23536
  @computed lastEditedDateTime: offsetDateTime | null;
23191
23537
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -23208,7 +23554,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23208
23554
  }
23209
23555
 
23210
23556
  @entity model chatMessageInfo extends entity {
23211
- body: itemBody | null;
23557
+ body: chatMessageBody | null;
23212
23558
  @computed createdDateTime: offsetDateTime | null;
23213
23559
  eventDetail: eventMessageDetail | null;
23214
23560
  from: chatMessageFromIdentitySet | null;
@@ -23625,6 +23971,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23625
23971
  statusDetails: cloudPcStatusDetails | null;
23626
23972
  userAccountType: cloudPcUserAccountType | null;
23627
23973
  userDetail: cloudPcEntraUserDetail | null;
23974
+ userExperienceType: cloudPcUserExperienceType | null;
23628
23975
  userPrincipalName: string | null;
23629
23976
  }
23630
23977
 
@@ -23692,6 +24039,21 @@ This model is shared with the CCS retrieval API and search where it is already u
23692
24039
  @entity model cloudPcBulkTroubleshoot extends cloudPcBulkAction {
23693
24040
  }
23694
24041
 
24042
+ @entity model cloudPcCloudApp extends entity {
24043
+ actionFailedErrorCode: cloudPcCloudAppActionFailedErrorCode | null;
24044
+ actionFailedErrorMessage: string | null;
24045
+ addedDateTime: offsetDateTime | null;
24046
+ appDetail: cloudPcCloudAppDetail;
24047
+ appStatus: cloudPcCloudAppStatus;
24048
+ availableToUser: boolean;
24049
+ description: string | null;
24050
+ discoveredAppName: string;
24051
+ displayName: string;
24052
+ @computed lastPublishedDateTime: offsetDateTime | null;
24053
+ provisioningPolicyId: string;
24054
+ scopeIds: string[] | null;
24055
+ }
24056
+
23695
24057
  /**
23696
24058
  * The user experience analyte connectivity issue entity.
23697
24059
  */
@@ -23861,6 +24223,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23861
24223
  provisioningType: cloudPcProvisioningType | null;
23862
24224
  scopeIds: string[] | null;
23863
24225
  snapshotResetMode: cloudPcSnapshotResetMode;
24226
+ userExperienceType: cloudPcUserExperienceType | null;
23864
24227
  userSettingsPersistenceConfiguration: cloudPcUserSettingsPersistenceConfiguration | null;
23865
24228
  windowsSetting: cloudPcWindowsSetting | null;
23866
24229
 
@@ -26170,7 +26533,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
26170
26533
  */
26171
26534
  @computed lastModifiedDateTime: offsetDateTime;
26172
26535
  /**
26173
- * Indicates the operating system platform type that this compliance script targets.
26536
+ * Indicates the device platform on which the device compliance script will be executed. Possible values are: windows10AndLater (default), linux. The default value is windows10AndLater.
26174
26537
  */
26175
26538
  platform: deviceComplianceScriptPlatformType | null;
26176
26539
  /**
@@ -26182,7 +26545,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
26182
26545
  */
26183
26546
  roleScopeTagIds: string[] | null;
26184
26547
  /**
26185
- * 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.
26548
+ * Indicate whether PowerShell script(s) should run as 32-bit
26186
26549
  */
26187
26550
  runAs32Bit: boolean;
26188
26551
  /**
@@ -26696,6 +27059,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
26696
27059
  successCount: int32;
26697
27060
  }
26698
27061
 
27062
+ @graphDeprecated("Rv1MigrationDeprecation")
26699
27063
  @entity model deviceConfigurationUserStateSummary extends entity {
26700
27064
  /**
26701
27065
  * Number of compliant users
@@ -27666,6 +28030,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
27666
28030
  /**
27667
28031
  * The device configuration user state summary for this account.
27668
28032
  */
28033
+
28034
+ @graphDeprecated("Rv1MigrationDeprecation")
27669
28035
  @contains deviceConfigurationUserStateSummaries: deviceConfigurationUserStateSummary | null;
27670
28036
  /**
27671
28037
  * The list of device custom attribute shell scripts associated with the tenant.
@@ -34143,6 +34509,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
34143
34509
  * Contains properties and inherited properties for iOS store apps.
34144
34510
  */
34145
34511
  @entity model iosStoreApp extends mobileApp {
34512
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
34146
34513
  /**
34147
34514
  * The iOS architecture for which this app can run on.
34148
34515
  */
@@ -34310,6 +34677,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
34310
34677
  * Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps.
34311
34678
  */
34312
34679
  @entity model iosVppApp extends mobileApp {
34680
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
34313
34681
  /**
34314
34682
  * The applicable iOS Device Type.
34315
34683
  */
@@ -35996,6 +36364,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
35996
36364
  * Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps.
35997
36365
  */
35998
36366
  @entity model macOsVppApp extends mobileApp {
36367
+ /**
36368
+ * The protocol used to deliver the app to the apple device(s). When the property is set to Declarative Device Management (DDM) protocol ('declarativeDeviceManagement') then it can no longer be modified or updated to 'mobileDeviceManagement' or 'default'. Default value is: 'default' which indicates Apple MDM protocol.
36369
+ */
36370
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol;
35999
36371
  /**
36000
36372
  * The store URL.
36001
36373
  */
@@ -36134,6 +36506,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
36134
36506
  * This is the name of the Wi-Fi network that is broadcast to all devices.
36135
36507
  */
36136
36508
  ssid: string;
36509
+ /**
36510
+ * Indicates whether devices connecting with this Wi-Fi profile must use their physical MAC address instead of a randomized MAC address. When TRUE, it uses the actual Wi-Fi MAC address. When FALSE, it enables the MAC address randomization. Applies to macOS 15 and later. Default is null.
36511
+ */
36512
+ wifiRequirePhysicalMacAddressEnabled: boolean | null;
36137
36513
  /**
36138
36514
  * Indicates whether the Wi-Fi endpoint uses an EAP-based security type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, and wpa2Enterprise
36139
36515
  */
@@ -37157,6 +37533,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
37157
37533
  /**
37158
37534
  * Security baseline states for this device.
37159
37535
  */
37536
+
37537
+ @graphDeprecated("Rv1MigrationDeprecation")
37160
37538
  @contains securityBaselineStates: securityBaselineState[];
37161
37539
  /**
37162
37540
  * The primary users associated with the managed device.
@@ -38446,6 +38824,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38446
38824
  * Indicates the size of the file after encryption, in bytes.
38447
38825
  */
38448
38826
  sizeEncrypted: int64;
38827
+ /**
38828
+ * Indicates optional error details when uploadState is indicating an error. For example, when uploadState has commitFileFailed value, this field may have the error code of apkIsInvalid. Read-only.
38829
+ */
38830
+ uploadErrorCode: mobileAppContentFileUploadErrorCode | null;
38449
38831
  /**
38450
38832
  * Indicates the state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut. Default value is success. This property is read-only.
38451
38833
  */
@@ -38918,6 +39300,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
38918
39300
  * Timestamp when on-prem certificate connector was enrolled in Intune.
38919
39301
  */
38920
39302
  enrolledDateTime: offsetDateTime;
39303
+ /**
39304
+ * The collection of individual health check results for this connector. Each entry represents an independent health metric with its current status. Empty when the connector is disconnected or when health has not been evaluated yet. Read-only.
39305
+ */
39306
+ healthChecks: connectorHealthCheck[] | null;
39307
+ /**
39308
+ * The overall health status of the connector, representing the worst status across all individual health checks. This value is pre-computed on each connector upload and may be overridden to disconnected at read time if the connector has not connected recently. Read-only.
39309
+ */
39310
+ healthStatus: ndesConnectorHealthStatus | null;
38921
39311
  /**
38922
39312
  * Last connection time for the Ndes Connector
38923
39313
  */
@@ -39756,6 +40146,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
39756
40146
 
39757
40147
  @entity model planner extends entity {
39758
40148
  @contains buckets: plannerBucket[];
40149
+
40150
+ @graphDeprecated("Tasks_And_Plans")
40151
+ @contains goals: plannerGoal[];
39759
40152
  @contains plans: plannerPlan[];
39760
40153
  @contains rosters: plannerRoster[];
39761
40154
  @contains tasks: plannerTask[];
@@ -39783,6 +40176,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
39783
40176
  @entity model plannerDelta extends entity {
39784
40177
  }
39785
40178
 
40179
+ @graphDeprecated("Tasks_And_Plans")
40180
+ @entity model plannerGoal extends plannerDelta {
40181
+ displayName: string;
40182
+ finishDate: offsetDateTime | null;
40183
+ notes: itemBody | null;
40184
+ planId: string;
40185
+ priority: int32 | null;
40186
+ startDate: offsetDateTime | null;
40187
+ status: plannerGoalStatus;
40188
+ @references tasks: plannerTask[];
40189
+ }
40190
+
39786
40191
  @entity model plannerGroup extends entity {
39787
40192
  @references plans: plannerPlan[];
39788
40193
  }
@@ -39803,6 +40208,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
39803
40208
  title: string;
39804
40209
  @references buckets: plannerBucket[];
39805
40210
  @contains details: plannerPlanDetails | null;
40211
+
40212
+ @graphDeprecated("Tasks_And_Plans")
40213
+ @references goals: plannerGoal[];
39806
40214
  @references tasks: plannerTask[];
39807
40215
  }
39808
40216
 
@@ -39843,6 +40251,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
39843
40251
  @computed createdDateTime: offsetDateTime | null;
39844
40252
  creationSource: plannerTaskCreation | null;
39845
40253
  dueDateTime: offsetDateTime | null;
40254
+
40255
+ @graphDeprecated("Tasks_And_Plans")
40256
+ goalIds: string[];
39846
40257
  hasChat: boolean;
39847
40258
  hasDescription: boolean | null;
39848
40259
  isArchived: boolean | null;
@@ -41249,6 +41660,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41249
41660
  /**
41250
41661
  * The security baseline per category compliance state summary for the security baseline of the account.
41251
41662
  */
41663
+ @graphDeprecated("Rv1MigrationDeprecation")
41664
+ @graphDeprecated("Rv1MigrationDeprecation")
41252
41665
  @entity model securityBaselineCategoryStateSummary extends securityBaselineStateSummary {
41253
41666
  /**
41254
41667
  * The category name
@@ -41259,6 +41672,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41259
41672
  /**
41260
41673
  * The security baseline compliance state summary of the security baseline for a device.
41261
41674
  */
41675
+ @graphDeprecated("Rv1MigrationDeprecation")
41262
41676
  @entity model securityBaselineDeviceState extends entity {
41263
41677
  /**
41264
41678
  * Display name of the device
@@ -41285,6 +41699,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41285
41699
  /**
41286
41700
  * The security baseline compliance state of a setting for a device
41287
41701
  */
41702
+ @graphDeprecated("Rv1MigrationDeprecation")
41288
41703
  @entity model securityBaselineSettingState extends entity {
41289
41704
  /**
41290
41705
  * The policies that contribute to this setting instance
@@ -41323,6 +41738,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41323
41738
  /**
41324
41739
  * Security baseline state for a device.
41325
41740
  */
41741
+ @graphDeprecated("Rv1MigrationDeprecation")
41326
41742
  @entity model securityBaselineState extends entity {
41327
41743
  /**
41328
41744
  * The display name of the security baseline
@@ -41343,12 +41759,15 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41343
41759
  /**
41344
41760
  * The security baseline state for different settings for a device
41345
41761
  */
41762
+
41763
+ @graphDeprecated("Rv1MigrationDeprecation")
41346
41764
  @contains settingStates: securityBaselineSettingState[];
41347
41765
  }
41348
41766
 
41349
41767
  /**
41350
41768
  * The security baseline compliance state summary for the security baseline of the account.
41351
41769
  */
41770
+ @graphDeprecated("Rv1MigrationDeprecation")
41352
41771
  @entity model securityBaselineStateSummary extends entity {
41353
41772
  /**
41354
41773
  * Number of conflict devices
@@ -41383,14 +41802,20 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41383
41802
  /**
41384
41803
  * The security baseline per category device state summary
41385
41804
  */
41805
+
41806
+ @graphDeprecated("Rv1MigrationDeprecation")
41386
41807
  @contains categoryDeviceStateSummaries: securityBaselineCategoryStateSummary[];
41387
41808
  /**
41388
41809
  * The security baseline device states
41389
41810
  */
41811
+
41812
+ @graphDeprecated("Rv1MigrationDeprecation")
41390
41813
  @contains deviceStates: securityBaselineDeviceState[];
41391
41814
  /**
41392
41815
  * The security baseline device state summary
41393
41816
  */
41817
+
41818
+ @graphDeprecated("Rv1MigrationDeprecation")
41394
41819
  @contains deviceStateSummary: securityBaselineStateSummary | null;
41395
41820
  }
41396
41821
 
@@ -45496,6 +45921,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
45496
45921
  @entity model virtualEndpoint extends entity {
45497
45922
  @contains auditEvents: cloudPcAuditEvent[];
45498
45923
  @contains bulkActions: cloudPcBulkAction[];
45924
+ @contains cloudApps: cloudPcCloudApp[];
45499
45925
  @contains cloudPCs: cloudPC[];
45500
45926
  @contains deviceImages: cloudPcDeviceImage[];
45501
45927
  @contains externalPartners: cloudPcExternalPartner[];
@@ -50348,7 +50774,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
50348
50774
  */
50349
50775
  @entity model windowsManagedAppProtection extends managedAppPolicy {
50350
50776
  /**
50351
- * Indicates the sources from which data is allowed to be transferred. Some possible values are allApps or none.
50777
+ * When allowedInboundDataTransferSources is set to selectedApps, this property indicates the location from which data is allowed to be received into the org context. Data from the selected source will be treated as org data and subject to Intune app protection policy.
50778
+ */
50779
+ allowedInboundDataTransferSourceApps: windowsManagedAppDataTransferLocations;
50780
+ /**
50781
+ * Indicates the sources from which data is allowed to be transferred. Some possible values are allApps, none, or selectedApps.
50352
50782
  */
50353
50783
  allowedInboundDataTransferSources: windowsManagedAppDataTransferLevel;
50354
50784
  /**
@@ -50356,7 +50786,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
50356
50786
  */
50357
50787
  allowedOutboundClipboardSharingLevel: windowsManagedAppClipboardSharingLevel;
50358
50788
  /**
50359
- * Indicates the destinations to which data is allowed to be transferred. Some possible values are allApps or none.
50789
+ * When allowedOutboundDataTransferDestinations is set to selectedApps, this property indicates the location to which org data is allowed to be transferred. Data shared with the selected destination is not protected by Intune app protection policy.
50790
+ */
50791
+ allowedOutboundDataTransferDestinationApps: windowsManagedAppDataTransferLocations;
50792
+ /**
50793
+ * Indicates the destinations to which data is allowed to be transferred. Some possible values are allApps, none, or selectedApps.
50360
50794
  */
50361
50795
  allowedOutboundDataTransferDestinations: windowsManagedAppDataTransferLevel;
50362
50796
  /**
@@ -53808,18 +54242,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
53808
54242
  */
53809
54243
  wpaPersonal: 4,
53810
54244
  unknownFutureValue: 5,
53811
- /**
53812
- * 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.
53813
- */
53814
- wpa2Personal: 6,
53815
- /**
53816
- * 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.
53817
- */
53818
- wpa3Personal: 7,
53819
- /**
53820
- * 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.
53821
- */
53822
- wpa3Enterprise: 8,
53823
54245
  }
53824
54246
 
53825
54247
  /**
@@ -54006,22 +54428,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
54006
54428
  */
54007
54429
  wpaEnterprise: 4,
54008
54430
  unknownFutureValue: 5,
54009
- /**
54010
- * 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.
54011
- */
54012
- wpa2Personal: 6,
54013
- /**
54014
- * 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.
54015
- */
54016
- wpa2Enterprise: 7,
54017
- /**
54018
- * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
54019
- */
54020
- wpa3Personal: 8,
54021
- /**
54022
- * 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.
54023
- */
54024
- wpa3Enterprise: 9,
54025
54431
  }
54026
54432
 
54027
54433
  /**
@@ -55564,6 +55970,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55564
55970
  unknownFutureValue: 8,
55565
55971
  }
55566
55972
 
55973
+ enum chatMessageBodyContentType {
55974
+ text: 0,
55975
+ html: 1,
55976
+ markdown: 2,
55977
+ unknownFutureValue: 3,
55978
+ }
55979
+
55567
55980
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
55568
55981
  enum chatMessageImportance {
55569
55982
  normal: 0,
@@ -55983,6 +56396,26 @@ typically alternating request/response, implicitly forming a turn.Represents a c
55983
56396
  unknownFutureValue: 1,
55984
56397
  }
55985
56398
 
56399
+ enum cloudPcCloudAppActionFailedErrorCode {
56400
+ cloudAppQuotaExceeded: 0,
56401
+ cloudPcLicenseNotFound: 1,
56402
+ internalServerError: 2,
56403
+ appDiscoveryFailed: 3,
56404
+ unknownFutureValue: 4,
56405
+ iconPathInvalid: 5,
56406
+ filePathInvalid: 6,
56407
+ }
56408
+
56409
+ enum cloudPcCloudAppStatus {
56410
+ preparing: 0,
56411
+ ready: 1,
56412
+ publishing: 2,
56413
+ published: 3,
56414
+ unpublishing: 4,
56415
+ failed: 5,
56416
+ unknownFutureValue: 6,
56417
+ }
56418
+
55986
56419
  enum cloudPCConnectionQualityReportType {
55987
56420
  remoteConnectionQualityReport: 0,
55988
56421
  regionalConnectionQualityTrendReport: 1,
@@ -56372,6 +56805,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
56372
56805
  dedicated: 0,
56373
56806
  shared: 1,
56374
56807
  unknownFutureValue: 2,
56808
+ sharedByUser: 3,
56809
+ sharedByEntraGroup: 4,
56375
56810
  reserve: 5,
56376
56811
  }
56377
56812
 
@@ -56600,6 +57035,12 @@ typically alternating request/response, implicitly forming a turn.Represents a c
56600
57035
  unknownFutureValue: 2,
56601
57036
  }
56602
57037
 
57038
+ enum cloudPcUserExperienceType {
57039
+ cloudPc: 0,
57040
+ cloudApp: 1,
57041
+ unknownFutureValue: 2,
57042
+ }
57043
+
56603
57044
  enum cloudPcUserSettingsPersistenceStorageSizeCategory {
56604
57045
  fourGB: 0,
56605
57046
  eightGB: 1,
@@ -57153,6 +57594,29 @@ typically alternating request/response, implicitly forming a turn.Represents a c
57153
57594
  applicationProxy: 0,
57154
57595
  }
57155
57596
 
57597
+ /**
57598
+ * The name of the health check metric being evaluated for an NDES connector.
57599
+ */
57600
+ enum connectorHealthCheckMetricName {
57601
+ /**
57602
+ * Measures connectivity between the connector and the Certificate Authority.
57603
+ */
57604
+ caConnectivity: 0,
57605
+ /**
57606
+ * Measures whether the connector has the required Enroll permission on the certificate template for issuance.
57607
+ */
57608
+ caIssuancePermissions: 1,
57609
+ /**
57610
+ * Measures whether the connector has the required permissions to revoke certificates on the CA.
57611
+ */
57612
+ caRevocationPermissions: 2,
57613
+ /**
57614
+ * Measures whether the configured certificate template is valid and accessible.
57615
+ */
57616
+ certificateTemplate: 3,
57617
+ unknownFutureValue: 4,
57618
+ }
57619
+
57156
57620
  /**
57157
57621
  * Connector health state for connector status
57158
57622
  */
@@ -57433,6 +57897,44 @@ typically alternating request/response, implicitly forming a turn.Represents a c
57433
57897
  saturday: 6,
57434
57898
  }
57435
57899
 
57900
+ /**
57901
+ * Describes how and when to install an app, specifically whether the app may be downloaded over cellular connections. Maps to Apple's AppManagedInstallBehaviorObject declaration.
57902
+ */
57903
+ enum ddmAppAllowDownloadsOverCellular {
57904
+ /**
57905
+ * The device downloads apps of any size using a cellular network.
57906
+ */
57907
+ alwaysOn: 0,
57908
+ /**
57909
+ * The device doesn't download apps using a cellular network. The device pauses the automatic install or update operation until a different network is active.
57910
+ */
57911
+ alwaysOff: 1,
57912
+ /**
57913
+ * The device uses the settings for the corresponding store when downloading apps.
57914
+ */
57915
+ storeSettings: 2,
57916
+ unknownFutureValue: 3,
57917
+ }
57918
+
57919
+ /**
57920
+ * Specifies the update behavior of the apps installed via VPP. Apps in packages are not automatically updated. Maps to Apple's AppManagedUpdateBehaviorObject declaration.
57921
+ */
57922
+ enum ddmAppAutomaticAppUpdates {
57923
+ /**
57924
+ * The device automatically updates the app to the latest version.
57925
+ */
57926
+ alwaysOn: 0,
57927
+ /**
57928
+ * The device never automatically updates the app.
57929
+ */
57930
+ alwaysOff: 1,
57931
+ /**
57932
+ * The device uses the settings for the corresponding store to determine when to automatically update the app.
57933
+ */
57934
+ storeSettings: 2,
57935
+ unknownFutureValue: 3,
57936
+ }
57937
+
57436
57938
  @graphFlags
57437
57939
  enum decisionItemPrincipalResourceMembershipType {
57438
57940
  direct: 1,
@@ -59601,6 +60103,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
59601
60103
  * Indicates the settings that can be deployed through the Android channel.
59602
60104
  */
59603
60105
  android: 65536,
60106
+ /**
60107
+ * Setting can be deployed through the Intune Open Extensibility channel for scenarios such as Windows Recovery Environment (WinRE) configuration policies.
60108
+ */
60109
+ intuneOpenExtensibility: 131072,
59604
60110
  }
59605
60111
 
59606
60112
  /**
@@ -61919,6 +62425,176 @@ typically alternating request/response, implicitly forming a turn.Represents a c
61919
62425
  IgnoreLookupReferenceResolutionFailure: 2,
61920
62426
  }
61921
62427
 
62428
+ /**
62429
+ * Indicates the detailed error condition for an eSIM profile operation.
62430
+ */
62431
+ enum eSimProfileErrorDetail {
62432
+ /**
62433
+ * No error.
62434
+ */
62435
+ none: 0,
62436
+ /**
62437
+ * The eSIM card encountered a general failure.
62438
+ */
62439
+ cardGeneralFailure: 1,
62440
+ /**
62441
+ * The confirmation code provided was incorrect.
62442
+ */
62443
+ confirmationCodeIncorrect: 2,
62444
+ /**
62445
+ * The confirmation code was missing.
62446
+ */
62447
+ confirmationCodeMissing: 3,
62448
+ /**
62449
+ * The maximum number of retries for the confirmation code was exceeded.
62450
+ */
62451
+ confirmationCodeMaxRetriesExceeded: 4,
62452
+ /**
62453
+ * The operation is forbidden by policy.
62454
+ */
62455
+ forbiddenByPolicy: 5,
62456
+ /**
62457
+ * The matching ID provided was invalid.
62458
+ */
62459
+ invalidMatchingId: 6,
62460
+ /**
62461
+ * No eligible eSIM profile was found for this device.
62462
+ */
62463
+ noEligibleProfileForThisDevice: 7,
62464
+ /**
62465
+ * There was not enough space on the eSIM card.
62466
+ */
62467
+ notEnoughSpaceOnCard: 8,
62468
+ /**
62469
+ * The operation was aborted.
62470
+ */
62471
+ operationAborted: 9,
62472
+ /**
62473
+ * The eSIM profile EID did not match the device.
62474
+ */
62475
+ profileEidMismatch: 10,
62476
+ /**
62477
+ * The eSIM profile is not available for a new binding.
62478
+ */
62479
+ profileNotAvailableForNewBinding: 11,
62480
+ /**
62481
+ * The eSIM profile has not been released by the operator.
62482
+ */
62483
+ profileNotReleasedByOperator: 12,
62484
+ /**
62485
+ * The remote server encountered a general failure.
62486
+ */
62487
+ remoteServerGeneralFailure: 13,
62488
+ /**
62489
+ * The remote server was unreachable.
62490
+ */
62491
+ remoteServerUnreachable: 14,
62492
+ /**
62493
+ * A timeout occurred while waiting for user consent.
62494
+ */
62495
+ timeoutWaitingForUserConsent: 15,
62496
+ /**
62497
+ * The operation is prohibited by the eSIM profile class.
62498
+ */
62499
+ operationProhibitedByProfileClass: 16,
62500
+ /**
62501
+ * The provisioning profile is not present.
62502
+ */
62503
+ provisioningProfileNotPresent: 17,
62504
+ /**
62505
+ * There is no corresponding request for this operation.
62506
+ */
62507
+ noCorrespondingRequest: 18,
62508
+ /**
62509
+ * A timeout occurred while waiting for a response.
62510
+ */
62511
+ timeoutWaitingForResponse: 19,
62512
+ /**
62513
+ * The ICCID already exists on the device.
62514
+ */
62515
+ iccidAlreadyExists: 20,
62516
+ /**
62517
+ * An error occurred while processing the eSIM profile.
62518
+ */
62519
+ profileProcessingError: 21,
62520
+ /**
62521
+ * The remote server is not trusted.
62522
+ */
62523
+ remoteServerNotTrusted: 22,
62524
+ /**
62525
+ * The maximum number of retries for profile download was exceeded.
62526
+ */
62527
+ profileDownloadMaxRetriesExceeded: 23,
62528
+ /**
62529
+ * The WinHTTP name could not be resolved.
62530
+ */
62531
+ winhttpNameNotResolved: 24,
62532
+ /**
62533
+ * The WinHTTP operation was cancelled.
62534
+ */
62535
+ winhttpOperationCancelled: 25,
62536
+ /**
62537
+ * The status is unspecified.
62538
+ */
62539
+ statusUnspecified: 26,
62540
+ /**
62541
+ * The operation is in progress.
62542
+ */
62543
+ inProgress: 27,
62544
+ /**
62545
+ * The operation is pending user action.
62546
+ */
62547
+ pendingUserAction: 28,
62548
+ /**
62549
+ * An error occurred while setup was in progress.
62550
+ */
62551
+ errorSetupInProgress: 29,
62552
+ /**
62553
+ * The user denied the operation.
62554
+ */
62555
+ errorUserDenied: 30,
62556
+ /**
62557
+ * An internal error occurred.
62558
+ */
62559
+ internalError: 31,
62560
+ /**
62561
+ * The ICCID was not found.
62562
+ */
62563
+ errorIccIdNotFound: 32,
62564
+ /**
62565
+ * Multiple active eSIMs are present but no slot is available.
62566
+ */
62567
+ errorMultipleActiveEsimsNoAvailableSlot: 33,
62568
+ unknownFutureValue: 34,
62569
+ }
62570
+
62571
+ /**
62572
+ * Indicates the state of an eSIM profile on a managed device.
62573
+ */
62574
+ enum eSimProfileState {
62575
+ /**
62576
+ * Unknown state.
62577
+ */
62578
+ `unknown`: 0,
62579
+ /**
62580
+ * The eSIM profile is being installed.
62581
+ */
62582
+ installing: 1,
62583
+ /**
62584
+ * The eSIM profile has been successfully installed.
62585
+ */
62586
+ installed: 2,
62587
+ /**
62588
+ * The eSIM profile is being deleted.
62589
+ */
62590
+ deleting: 3,
62591
+ /**
62592
+ * An error occurred while processing the eSIM profile.
62593
+ */
62594
+ error: 4,
62595
+ unknownFutureValue: 5,
62596
+ }
62597
+
61922
62598
  enum evaluationScopeType {
61923
62599
  tenant: 0,
61924
62600
  agent: 1,
@@ -65354,6 +66030,22 @@ typically alternating request/response, implicitly forming a turn.Represents a c
65354
66030
  userRequestedInstall: 5,
65355
66031
  }
65356
66032
 
66033
+ /**
66034
+ * Optional error codes that can be provided when uploadState of mobileAppContentFile is indicating an error.
66035
+ */
66036
+ enum mobileAppContentFileUploadErrorCode {
66037
+ apkIsInvalid: 1,
66038
+ apkIsMissingSignerCertificates: 2,
66039
+ apkHasInvalidPackageName: 3,
66040
+ apkPackageNameMismatch: 4,
66041
+ apkHasInvalidVersionCode: 5,
66042
+ apkHasVersionCodeMismatch: 6,
66043
+ apkHasInvalidMinSdk: 7,
66044
+ apkMinSdkMismatch: 8,
66045
+ apkVersionNameMismatch: 9,
66046
+ unknownFutureValue: 10,
66047
+ }
66048
+
65357
66049
  /**
65358
66050
  * Contains properties for upload request states.
65359
66051
  */
@@ -65562,6 +66254,33 @@ typically alternating request/response, implicitly forming a turn.Represents a c
65562
66254
  WriteOnly: 3,
65563
66255
  }
65564
66256
 
66257
+ /**
66258
+ * The health status of an NDES connector or individual health check metric.
66259
+ */
66260
+ enum ndesConnectorHealthStatus {
66261
+ /**
66262
+ * Health has not been evaluated yet for this connector.
66263
+ */
66264
+ `unknown`: 0,
66265
+ /**
66266
+ * All health checks are passing. Error rates are below the attention threshold for all metrics.
66267
+ */
66268
+ noActionRequired: 1,
66269
+ /**
66270
+ * One or more health checks have error rates between the attention and action thresholds.
66271
+ */
66272
+ attentionRequired: 2,
66273
+ /**
66274
+ * One or more health checks have error rates above the action threshold. Investigation is required.
66275
+ */
66276
+ actionRequired: 3,
66277
+ /**
66278
+ * The connector has not connected within the staleness threshold. Applied at read time based on lastConnectionDateTime.
66279
+ */
66280
+ disconnected: 4,
66281
+ unknownFutureValue: 5,
66282
+ }
66283
+
65565
66284
  /**
65566
66285
  * The current status of the Ndes Connector.
65567
66286
  */
@@ -66422,6 +67141,15 @@ typically alternating request/response, implicitly forming a turn.Represents a c
66422
67141
  unknownFutureValue: 3,
66423
67142
  }
66424
67143
 
67144
+ enum plannerGoalStatus {
67145
+ notStarted: 0,
67146
+ onTrack: 1,
67147
+ behind: 2,
67148
+ atRisk: 3,
67149
+ closed: 4,
67150
+ unknownFutureValue: 5,
67151
+ }
67152
+
66425
67153
  enum plannerPlanAccessLevel {
66426
67154
  readAccess: 0,
66427
67155
  readWriteAccess: 1,
@@ -68876,6 +69604,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
68876
69604
  * Indicates remote device action to restore the Managed Home Screen kiosk app.
68877
69605
  */
68878
69606
  restoreManagedHomeScreen: 42,
69607
+ /**
69608
+ * Indicates remote device action to trigger an AppleCare-authorized enhanced log collection session on a supervised Apple device.
69609
+ */
69610
+ triggerEnhancedLogCollection: 44,
69611
+ /**
69612
+ * Indicates remote device action to cancel an in-progress enhanced log collection session on a supervised Apple device.
69613
+ */
69614
+ cancelEnhancedLogCollection: 45,
68879
69615
  }
68880
69616
 
68881
69617
  /**
@@ -68912,6 +69648,25 @@ typically alternating request/response, implicitly forming a turn.Represents a c
68912
69648
  enabled: 2,
68913
69649
  }
68914
69650
 
69651
+ /**
69652
+ * Enumeration indicating the state of session recording
69653
+ */
69654
+ enum remoteHelpRecordingState {
69655
+ /**
69656
+ * Recording is not enabled for this session.
69657
+ */
69658
+ notEnabled: 0,
69659
+ /**
69660
+ * Recording is in progress.
69661
+ */
69662
+ recording: 1,
69663
+ /**
69664
+ * Recording failed.
69665
+ */
69666
+ failed: 2,
69667
+ unknownFutureValue: 3,
69668
+ }
69669
+
68915
69670
  enum replyRestriction {
68916
69671
  everyone: 0,
68917
69672
  authorAndModerators: 1,
@@ -69219,6 +69974,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69219
69974
  * App was removed in order to install a superseding app.
69220
69975
  */
69221
69976
  appRemovedBySupersedence: 3005,
69977
+ /**
69978
+ * App cannot be installed. One or more of the application's dependencies are in use.
69979
+ */
69980
+ dependencyAppInUse: 3006,
69222
69981
  /**
69223
69982
  * Application failed to uninstall. See error code property for more details.
69224
69983
  */
@@ -69235,6 +69994,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69235
69994
  * Application content was downloaded to the device.
69236
69995
  */
69237
69996
  contentDownloaded: 5002,
69997
+ /**
69998
+ * App enforcement is pending because the app is currently in use.
69999
+ */
70000
+ inUse: 5005,
70001
+ /**
70002
+ * App enforcement was deferred by the user because the app is currently in use.
70003
+ */
70004
+ deferred: 5006,
70005
+ /**
70006
+ * App enforcement was automatically deferred because the app is currently in use and a user response was not available.
70007
+ */
70008
+ autoDeferred: 5007,
69238
70009
  }
69239
70010
 
69240
70011
  enum riskDetail {
@@ -71903,10 +72674,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
71903
72674
  * Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
71904
72675
  */
71905
72676
  wpa3Personal: 7,
71906
- /**
71907
- * 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.
71908
- */
71909
- wpa3Enterprise: 8,
71910
72677
  }
71911
72678
 
71912
72679
  /**
@@ -72338,6 +73105,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
72338
73105
  /**
72339
73106
  * Contains rule types for Win32 LOB apps.
72340
73107
  */
73108
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
72341
73109
  enum win32LobAppRuleType {
72342
73110
  /**
72343
73111
  * Detection rule.
@@ -72347,11 +73115,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
72347
73115
  * Requirement rule.
72348
73116
  */
72349
73117
  requirement: 1,
72350
- /**
72351
- * Indicates that the associated rule represents an executable for app in-use detection.
72352
- */
72353
- inUse: 2,
72354
- unknownFutureValue: 3,
72355
73118
  }
72356
73119
 
72357
73120
  /**
@@ -73793,7 +74556,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
73793
74556
  /**
73794
74557
  * Data can be transferred from/to these classes of apps
73795
74558
  */
73796
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
73797
74559
  enum windowsManagedAppDataTransferLevel {
73798
74560
  /**
73799
74561
  * All apps.
@@ -73803,6 +74565,27 @@ typically alternating request/response, implicitly forming a turn.Represents a c
73803
74565
  * No apps.
73804
74566
  */
73805
74567
  none: 1,
74568
+ /**
74569
+ * Selected apps only. Allowed locations are specified by the child property.
74570
+ */
74571
+ selectedApps: 2,
74572
+ unknownFutureValue: 3,
74573
+ }
74574
+
74575
+ /**
74576
+ * Windows MAM data transfer locations
74577
+ */
74578
+ @graphFlags
74579
+ enum windowsManagedAppDataTransferLocations {
74580
+ /**
74581
+ * No locations selected.
74582
+ */
74583
+ none: 0,
74584
+ /**
74585
+ * OneDrive for Business. Data transferred to or from this location is subject to app protection policy.
74586
+ */
74587
+ oneDriveForBusiness: 1,
74588
+ unknownFutureValue: 2,
73806
74589
  }
73807
74590
 
73808
74591
  /**