@microsoft/typespec-msgraph-reference 1.0.9 → 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.
@@ -22,6 +22,8 @@ scalar binary; //TODO: Enables support for Edm.Binary
22
22
  @deprecatedDefinition("beta:IdentityIDRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentId property is deprecated. Use identityId instead.")
23
23
  @privatePreviewDefinition("ControlConfigurations", "2024-09-27", "2025-09-27", "<theOwner>")
24
24
  // Metadata item PrivatePreviewDefinition_ControlConfigurations was already defined with a different value.
25
+ @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.")
26
+ // Metadata item DeprecatedDefinition_Rv1MigrationDeprecation was already defined with a different value.
25
27
  @deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-05", "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.")
26
28
  @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
27
29
  // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
@@ -2190,6 +2192,20 @@ namespace reference.`microsoft.graph` {
2190
2192
  messageBodyContentType: chatMessageBodyContentType | null;
2191
2193
  }
2192
2194
 
2195
+ @complex model chatMessageCitation {
2196
+ excerpt: string | null;
2197
+ iconType: string | null;
2198
+ id: int32 | null;
2199
+ sensitivityLabel: chatMessageCitationSensitivityLabel | null;
2200
+ title: string | null;
2201
+ webUrl: string | null;
2202
+ }
2203
+
2204
+ @complex model chatMessageCitationSensitivityLabel {
2205
+ description: string | null;
2206
+ displayName: string | null;
2207
+ }
2208
+
2193
2209
  @open
2194
2210
  @complex model chatMessageFromIdentitySet extends identitySet {
2195
2211
  }
@@ -2707,6 +2723,20 @@ namespace reference.`microsoft.graph` {
2707
2723
  value: string | null;
2708
2724
  }
2709
2725
 
2726
+ /**
2727
+ * Represents an individual health check result for an NDES connector, containing the metric name and its current status.
2728
+ */
2729
+ @complex model connectorHealthCheck {
2730
+ /**
2731
+ * The name of the health check metric being evaluated.
2732
+ */
2733
+ metricName: connectorHealthCheckMetricName;
2734
+ /**
2735
+ * The current health status for this specific metric, based on error rate thresholds computed from recent connector uploads.
2736
+ */
2737
+ status: ndesConnectorHealthStatus;
2738
+ }
2739
+
2710
2740
  /**
2711
2741
  * Represent connector status
2712
2742
  */
@@ -2808,6 +2838,10 @@ namespace reference.`microsoft.graph` {
2808
2838
  * Remote help - response we provide back to the helper after successfully creating an ACS session
2809
2839
  */
2810
2840
  @complex model createRemoteHelpSessionResponse {
2841
+ /**
2842
+ * The current state of session recording. Null when the tenant is not flighted for session recording.
2843
+ */
2844
+ remoteHelpRecordingState: remoteHelpRecordingState | null;
2811
2845
  /**
2812
2846
  * The unique identifier for a session
2813
2847
  */
@@ -3418,6 +3452,10 @@ namespace reference.`microsoft.graph` {
3418
3452
  * 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.
3419
3453
  */
3420
3454
  rulesContent: binary | null;
3455
+ /**
3456
+ * Indicates the interval, in minutes, at which the custom compliance script is evaluated on the device. Allowed range from 1 to 480. Nullable.
3457
+ */
3458
+ runIntervalInMinutes: int32 | null;
3421
3459
  }
3422
3460
 
3423
3461
  /**
@@ -6867,10 +6905,18 @@ namespace reference.`microsoft.graph` {
6867
6905
  * 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.
6868
6906
  */
6869
6907
  associatedDomainsDirectDownloadAllowed: boolean | null;
6908
+ cellularSliceConfigurationId: string | null;
6909
+ contentFilterConfigurationId: string | null;
6910
+ /**
6911
+ * The unique identifier of the DDM app configuration to associate with the app.
6912
+ */
6913
+ ddmAppConfigId: guid | null;
6914
+ dnsProxyConfigurationId: string | null;
6870
6915
  /**
6871
6916
  * 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.
6872
6917
  */
6873
6918
  preventManagedAppBackup: boolean | null;
6919
+ relayConfigurationId: string | null;
6874
6920
  /**
6875
6921
  * 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.
6876
6922
  */
@@ -6881,6 +6927,122 @@ namespace reference.`microsoft.graph` {
6881
6927
  vpnConfigurationId: string | null;
6882
6928
  }
6883
6929
 
6930
+ /**
6931
+ * Contains properties used to assign an iOS Declarative Device Management (DDM) Store App to a group.
6932
+ */
6933
+ @complex model iosDdmStoreAppAssignmentSettings extends mobileAppAssignmentSettings {
6934
+ /**
6935
+ * Specifies whether the app may be downloaded over cellular connections. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
6936
+ */
6937
+ allowDownloadsOverCellular: ddmAppAllowDownloadsOverCellular | null;
6938
+ /**
6939
+ * Domain names to associate with the app
6940
+ */
6941
+ associatedDomains: string[] | null;
6942
+ /**
6943
+ * 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.
6944
+ */
6945
+ associatedDomainsDirectDownloadAllowed: boolean | null;
6946
+ /**
6947
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
6948
+ */
6949
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
6950
+ /**
6951
+ * 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'.
6952
+ */
6953
+ cellularSliceConfigurationId: string | null;
6954
+ /**
6955
+ * The unique identifier of the content filter to associate with the app.
6956
+ */
6957
+ contentFilterConfigurationId: string | null;
6958
+ /**
6959
+ * The unique identifier of the DNS proxy to associate with the app.
6960
+ */
6961
+ dnsProxyConfigurationId: string | null;
6962
+ /**
6963
+ * 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.
6964
+ */
6965
+ preventManagedAppBackup: boolean | null;
6966
+ /**
6967
+ * The unique identifier of the relay to associate with the app.
6968
+ */
6969
+ relayConfigurationId: string | null;
6970
+ /**
6971
+ * 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.
6972
+ */
6973
+ tapToPayScreenLockEnabled: boolean | null;
6974
+ /**
6975
+ * 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.
6976
+ */
6977
+ version: int32 | null;
6978
+ /**
6979
+ * The unique identifier of the VPN Configuration to apply to the app.
6980
+ */
6981
+ vpnConfigurationId: string | null;
6982
+ }
6983
+
6984
+ /**
6985
+ * Contains properties used to assign an iOS Declarative Device Management (DDM) VPP mobile app to a group.
6986
+ */
6987
+ @complex model iosDdmVppAppAssignmentSettings extends mobileAppAssignmentSettings {
6988
+ /**
6989
+ * Specifies whether the app may be downloaded over cellular connections. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
6990
+ */
6991
+ allowDownloadsOverCellular: ddmAppAllowDownloadsOverCellular | null;
6992
+ /**
6993
+ * Domain names to associate with the app
6994
+ */
6995
+ associatedDomains: string[] | null;
6996
+ /**
6997
+ * 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.
6998
+ */
6999
+ associatedDomainsDirectDownloadAllowed: boolean | null;
7000
+ /**
7001
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
7002
+ */
7003
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
7004
+ /**
7005
+ * 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'.
7006
+ */
7007
+ cellularSliceConfigurationId: string | null;
7008
+ /**
7009
+ * The unique identifier of the content filter to associate with the app.
7010
+ */
7011
+ contentFilterConfigurationId: string | null;
7012
+ /**
7013
+ * The unique identifier of the DDM app configuration to associate with the app.
7014
+ */
7015
+ ddmAppConfigId: guid | null;
7016
+ /**
7017
+ * The unique identifier of the DNS proxy to associate with the app.
7018
+ */
7019
+ dnsProxyConfigurationId: string | null;
7020
+ /**
7021
+ * 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.
7022
+ */
7023
+ preventManagedAppBackup: boolean | null;
7024
+ /**
7025
+ * The unique identifier of the relay to associate with the app.
7026
+ */
7027
+ relayConfigurationId: string | null;
7028
+ /**
7029
+ * 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.
7030
+ */
7031
+ tapToPayScreenLockEnabled: boolean | null;
7032
+ /**
7033
+ * Whether or not to use device licensing.
7034
+ */
7035
+ useDeviceLicensing: boolean;
7036
+ /**
7037
+ * 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.
7038
+ */
7039
+ version: int32 | null;
7040
+ /**
7041
+ * The unique identifier of the VPN Configuration to apply to the app.
7042
+ */
7043
+ vpnConfigurationId: string | null;
7044
+ }
7045
+
6884
7046
  /**
6885
7047
  * Contains properties of the possible iOS device types the mobile app can run on.
6886
7048
  */
@@ -8007,6 +8169,32 @@ namespace reference.`microsoft.graph` {
8007
8169
  teamIdentifier: string;
8008
8170
  }
8009
8171
 
8172
+ /**
8173
+ * Contains properties used to assign a macOS Declarative Device Management (DDM) VPP mobile app to a group.
8174
+ */
8175
+ @complex model macOsDdmVppAppAssignmentSettings extends mobileAppAssignmentSettings {
8176
+ /**
8177
+ * Specifies whether the device automatically updates the app. Possible values are: 'alwaysOn', 'alwaysOff', 'storeSettings'. By default, this value is set to 'storeSettings'.
8178
+ */
8179
+ automaticAppUpdates: ddmAppAutomaticAppUpdates | null;
8180
+ /**
8181
+ * The unique identifier of the DDM app configuration to associate with the app.
8182
+ */
8183
+ ddmAppConfigId: guid | null;
8184
+ /**
8185
+ * 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.
8186
+ */
8187
+ isIosApp: boolean | null;
8188
+ /**
8189
+ * 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.
8190
+ */
8191
+ useDeviceLicensing: boolean;
8192
+ /**
8193
+ * 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.
8194
+ */
8195
+ version: int32 | null;
8196
+ }
8197
+
8010
8198
  /**
8011
8199
  * Properties related to macOS-specific configured and Intune-managed local administrator account
8012
8200
  */
@@ -9444,8 +9632,26 @@ namespace reference.`microsoft.graph` {
9444
9632
  internalUrl: string | null;
9445
9633
  }
9446
9634
 
9635
+ @complex model onPremisesCurrentExportData {
9636
+ clientMachineName: string | null;
9637
+ pendingObjectsAddition: int32 | null;
9638
+ pendingObjectsDeletion: int32 | null;
9639
+ pendingObjectsUpdate: int32 | null;
9640
+ serviceAccount: string | null;
9641
+ successfulLinksProvisioningCount: int64 | null;
9642
+ successfulObjectsProvisioningCount: int32 | null;
9643
+ totalConnectorSpaceObjects: int32 | null;
9644
+ }
9645
+
9447
9646
  @complex model onPremisesDirectorySynchronizationConfiguration {
9448
9647
  accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
9648
+ anchorAttribute: string | null;
9649
+ applicationId: string | null;
9650
+ currentExportData: onPremisesCurrentExportData | null;
9651
+ customerRequestedSynchronizationInterval: duration | null;
9652
+ synchronizationClientVersion: string | null;
9653
+ synchronizationInterval: duration | null;
9654
+ writebackConfiguration: onPremisesWritebackConfiguration | null;
9449
9655
  }
9450
9656
 
9451
9657
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -9532,6 +9738,11 @@ namespace reference.`microsoft.graph` {
9532
9738
  singleSignOnMode: singleSignOnMode | null;
9533
9739
  }
9534
9740
 
9741
+ @complex model onPremisesWritebackConfiguration {
9742
+ unifiedGroupContainer: string | null;
9743
+ userContainer: string | null;
9744
+ }
9745
+
9535
9746
  @complex model openIdConnectSetting {
9536
9747
  clientId: string;
9537
9748
  discoveryUrl: string;
@@ -15723,6 +15934,9 @@ namespace reference.`microsoft.graph` {
15723
15934
  @entity model agentIdentity extends servicePrincipal {
15724
15935
  agentIdentityBlueprintId: string;
15725
15936
  @computed createdDateTime: offsetDateTime | null;
15937
+ managerApplications: guid;
15938
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
15939
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
15726
15940
  @references sponsors: directoryObject[];
15727
15941
  }
15728
15942
 
@@ -15734,6 +15948,7 @@ namespace reference.`microsoft.graph` {
15734
15948
 
15735
15949
  @open
15736
15950
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
15951
+ managerApplications: guid;
15737
15952
  @references sponsors: directoryObject[];
15738
15953
  }
15739
15954
 
@@ -18352,6 +18567,10 @@ namespace reference.`microsoft.graph` {
18352
18567
  * Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirement fails.
18353
18568
  */
18354
18569
  appActionIfAndroidSafetyNetDeviceAttestationFailed: managedAppRemediationAction;
18570
+ /**
18571
+ * 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.
18572
+ */
18573
+ appActionIfDeveloperOptionsEnabled: managedAppRemediationAction | null;
18355
18574
  /**
18356
18575
  * Defines a managed app behavior, either warn, block or wipe, if the screen lock is required on android device but is not set.
18357
18576
  */
@@ -20047,10 +20266,18 @@ namespace reference.`microsoft.graph` {
20047
20266
  * Domains that are accessed through the public internet instead of through VPN, even when per-app VPN is activated
20048
20267
  */
20049
20268
  excludedDomains: string[] | null;
20269
+ /**
20270
+ * 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.
20271
+ */
20272
+ excludeLocalNetworks: boolean | null;
20050
20273
  /**
20051
20274
  * 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
20052
20275
  */
20053
20276
  identifier: string | null;
20277
+ /**
20278
+ * 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.
20279
+ */
20280
+ includeAllNetworks: boolean | null;
20054
20281
  /**
20055
20282
  * Login group or domain when connection type is set to Dell SonicWALL Mobile Connection.
20056
20283
  */
@@ -20823,11 +21050,13 @@ namespace reference.`microsoft.graph` {
20823
21050
  body: chatMessageBody;
20824
21051
  channelIdentity: channelIdentity | null;
20825
21052
  chatId: string | null;
21053
+ citations: chatMessageCitation[] | null;
20826
21054
  @computed createdDateTime: offsetDateTime | null;
20827
21055
  deletedDateTime: offsetDateTime | null;
20828
21056
  etag: string | null;
20829
21057
  eventDetail: eventMessageDetail | null;
20830
21058
  from: chatMessageFromIdentitySet | null;
21059
+ hasReplies: boolean;
20831
21060
  importance: chatMessageImportance;
20832
21061
  @computed lastEditedDateTime: offsetDateTime | null;
20833
21062
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -23325,7 +23554,7 @@ namespace reference.`microsoft.graph` {
23325
23554
  */
23326
23555
  @computed lastModifiedDateTime: offsetDateTime;
23327
23556
  /**
23328
- * Indicates the operating system platform type that this compliance script targets.
23557
+ * Indicates the device platform on which the device compliance script will be executed. Possible values are: windows10AndLater (default), linux. The default value is windows10AndLater.
23329
23558
  */
23330
23559
  platform: deviceComplianceScriptPlatformType | null;
23331
23560
  /**
@@ -23337,7 +23566,7 @@ namespace reference.`microsoft.graph` {
23337
23566
  */
23338
23567
  roleScopeTagIds: string[] | null;
23339
23568
  /**
23340
- * 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.
23569
+ * Indicate whether PowerShell script(s) should run as 32-bit
23341
23570
  */
23342
23571
  runAs32Bit: boolean;
23343
23572
  /**
@@ -23851,6 +24080,7 @@ namespace reference.`microsoft.graph` {
23851
24080
  successCount: int32;
23852
24081
  }
23853
24082
 
24083
+ @graphDeprecated("Rv1MigrationDeprecation")
23854
24084
  @entity model deviceConfigurationUserStateSummary extends entity {
23855
24085
  /**
23856
24086
  * Number of compliant users
@@ -24821,6 +25051,8 @@ namespace reference.`microsoft.graph` {
24821
25051
  /**
24822
25052
  * The device configuration user state summary for this account.
24823
25053
  */
25054
+
25055
+ @graphDeprecated("Rv1MigrationDeprecation")
24824
25056
  @contains deviceConfigurationUserStateSummaries: deviceConfigurationUserStateSummary | null;
24825
25057
  /**
24826
25058
  * The list of device custom attribute shell scripts associated with the tenant.
@@ -31085,6 +31317,7 @@ namespace reference.`microsoft.graph` {
31085
31317
  * Contains properties and inherited properties for iOS store apps.
31086
31318
  */
31087
31319
  @entity model iosStoreApp extends mobileApp {
31320
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
31088
31321
  /**
31089
31322
  * The iOS architecture for which this app can run on.
31090
31323
  */
@@ -31252,6 +31485,7 @@ namespace reference.`microsoft.graph` {
31252
31485
  * Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps.
31253
31486
  */
31254
31487
  @entity model iosVppApp extends mobileApp {
31488
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
31255
31489
  /**
31256
31490
  * The applicable iOS Device Type.
31257
31491
  */
@@ -32905,6 +33139,10 @@ namespace reference.`microsoft.graph` {
32905
33139
  * Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps.
32906
33140
  */
32907
33141
  @entity model macOsVppApp extends mobileApp {
33142
+ /**
33143
+ * 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.
33144
+ */
33145
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol;
32908
33146
  /**
32909
33147
  * The store URL.
32910
33148
  */
@@ -33043,6 +33281,10 @@ namespace reference.`microsoft.graph` {
33043
33281
  * This is the name of the Wi-Fi network that is broadcast to all devices.
33044
33282
  */
33045
33283
  ssid: string;
33284
+ /**
33285
+ * 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.
33286
+ */
33287
+ wifiRequirePhysicalMacAddressEnabled: boolean | null;
33046
33288
  /**
33047
33289
  * Indicates whether the Wi-Fi endpoint uses an EAP-based security type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, and wpa2Enterprise
33048
33290
  */
@@ -34065,6 +34307,8 @@ namespace reference.`microsoft.graph` {
34065
34307
  /**
34066
34308
  * Security baseline states for this device.
34067
34309
  */
34310
+
34311
+ @graphDeprecated("Rv1MigrationDeprecation")
34068
34312
  @contains securityBaselineStates: securityBaselineState[];
34069
34313
  /**
34070
34314
  * The primary users associated with the managed device.
@@ -35336,6 +35580,10 @@ namespace reference.`microsoft.graph` {
35336
35580
  * Indicates the size of the file after encryption, in bytes.
35337
35581
  */
35338
35582
  sizeEncrypted: int64;
35583
+ /**
35584
+ * 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.
35585
+ */
35586
+ uploadErrorCode: mobileAppContentFileUploadErrorCode | null;
35339
35587
  /**
35340
35588
  * 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.
35341
35589
  */
@@ -35789,6 +36037,14 @@ namespace reference.`microsoft.graph` {
35789
36037
  * Timestamp when on-prem certificate connector was enrolled in Intune.
35790
36038
  */
35791
36039
  enrolledDateTime: offsetDateTime;
36040
+ /**
36041
+ * 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.
36042
+ */
36043
+ healthChecks: connectorHealthCheck[] | null;
36044
+ /**
36045
+ * 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.
36046
+ */
36047
+ healthStatus: ndesConnectorHealthStatus | null;
35792
36048
  /**
35793
36049
  * Last connection time for the Ndes Connector
35794
36050
  */
@@ -37691,6 +37947,8 @@ namespace reference.`microsoft.graph` {
37691
37947
  /**
37692
37948
  * The security baseline per category compliance state summary for the security baseline of the account.
37693
37949
  */
37950
+ @graphDeprecated("Rv1MigrationDeprecation")
37951
+ @graphDeprecated("Rv1MigrationDeprecation")
37694
37952
  @entity model securityBaselineCategoryStateSummary extends securityBaselineStateSummary {
37695
37953
  /**
37696
37954
  * The category name
@@ -37701,6 +37959,7 @@ namespace reference.`microsoft.graph` {
37701
37959
  /**
37702
37960
  * The security baseline compliance state summary of the security baseline for a device.
37703
37961
  */
37962
+ @graphDeprecated("Rv1MigrationDeprecation")
37704
37963
  @entity model securityBaselineDeviceState extends entity {
37705
37964
  /**
37706
37965
  * Display name of the device
@@ -37727,6 +37986,7 @@ namespace reference.`microsoft.graph` {
37727
37986
  /**
37728
37987
  * The security baseline compliance state of a setting for a device
37729
37988
  */
37989
+ @graphDeprecated("Rv1MigrationDeprecation")
37730
37990
  @entity model securityBaselineSettingState extends entity {
37731
37991
  /**
37732
37992
  * The policies that contribute to this setting instance
@@ -37765,6 +38025,7 @@ namespace reference.`microsoft.graph` {
37765
38025
  /**
37766
38026
  * Security baseline state for a device.
37767
38027
  */
38028
+ @graphDeprecated("Rv1MigrationDeprecation")
37768
38029
  @entity model securityBaselineState extends entity {
37769
38030
  /**
37770
38031
  * The display name of the security baseline
@@ -37785,12 +38046,15 @@ namespace reference.`microsoft.graph` {
37785
38046
  /**
37786
38047
  * The security baseline state for different settings for a device
37787
38048
  */
38049
+
38050
+ @graphDeprecated("Rv1MigrationDeprecation")
37788
38051
  @contains settingStates: securityBaselineSettingState[];
37789
38052
  }
37790
38053
 
37791
38054
  /**
37792
38055
  * The security baseline compliance state summary for the security baseline of the account.
37793
38056
  */
38057
+ @graphDeprecated("Rv1MigrationDeprecation")
37794
38058
  @entity model securityBaselineStateSummary extends entity {
37795
38059
  /**
37796
38060
  * Number of conflict devices
@@ -37825,14 +38089,20 @@ namespace reference.`microsoft.graph` {
37825
38089
  /**
37826
38090
  * The security baseline per category device state summary
37827
38091
  */
38092
+
38093
+ @graphDeprecated("Rv1MigrationDeprecation")
37828
38094
  @contains categoryDeviceStateSummaries: securityBaselineCategoryStateSummary[];
37829
38095
  /**
37830
38096
  * The security baseline device states
37831
38097
  */
38098
+
38099
+ @graphDeprecated("Rv1MigrationDeprecation")
37832
38100
  @contains deviceStates: securityBaselineDeviceState[];
37833
38101
  /**
37834
38102
  * The security baseline device state summary
37835
38103
  */
38104
+
38105
+ @graphDeprecated("Rv1MigrationDeprecation")
37836
38106
  @contains deviceStateSummary: securityBaselineStateSummary | null;
37837
38107
  }
37838
38108
 
@@ -46543,7 +46813,11 @@ namespace reference.`microsoft.graph` {
46543
46813
  */
46544
46814
  @entity model windowsManagedAppProtection extends managedAppPolicy {
46545
46815
  /**
46546
- * Indicates the sources from which data is allowed to be transferred. Some possible values are allApps or none.
46816
+ * 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.
46817
+ */
46818
+ allowedInboundDataTransferSourceApps: windowsManagedAppDataTransferLocations;
46819
+ /**
46820
+ * Indicates the sources from which data is allowed to be transferred. Some possible values are allApps, none, or selectedApps.
46547
46821
  */
46548
46822
  allowedInboundDataTransferSources: windowsManagedAppDataTransferLevel;
46549
46823
  /**
@@ -46551,7 +46825,11 @@ namespace reference.`microsoft.graph` {
46551
46825
  */
46552
46826
  allowedOutboundClipboardSharingLevel: windowsManagedAppClipboardSharingLevel;
46553
46827
  /**
46554
- * Indicates the destinations to which data is allowed to be transferred. Some possible values are allApps or none.
46828
+ * 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.
46829
+ */
46830
+ allowedOutboundDataTransferDestinationApps: windowsManagedAppDataTransferLocations;
46831
+ /**
46832
+ * Indicates the destinations to which data is allowed to be transferred. Some possible values are allApps, none, or selectedApps.
46555
46833
  */
46556
46834
  allowedOutboundDataTransferDestinations: windowsManagedAppDataTransferLevel;
46557
46835
  /**
@@ -49637,18 +49915,6 @@ namespace reference.`microsoft.graph` {
49637
49915
  */
49638
49916
  wpaPersonal: 4,
49639
49917
  unknownFutureValue: 5,
49640
- /**
49641
- * 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.
49642
- */
49643
- wpa2Personal: 6,
49644
- /**
49645
- * 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.
49646
- */
49647
- wpa3Personal: 7,
49648
- /**
49649
- * 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.
49650
- */
49651
- wpa3Enterprise: 8,
49652
49918
  }
49653
49919
 
49654
49920
  /**
@@ -49823,22 +50089,6 @@ namespace reference.`microsoft.graph` {
49823
50089
  */
49824
50090
  wpaEnterprise: 4,
49825
50091
  unknownFutureValue: 5,
49826
- /**
49827
- * 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.
49828
- */
49829
- wpa2Personal: 6,
49830
- /**
49831
- * 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.
49832
- */
49833
- wpa2Enterprise: 7,
49834
- /**
49835
- * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
49836
- */
49837
- wpa3Personal: 8,
49838
- /**
49839
- * 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.
49840
- */
49841
- wpa3Enterprise: 9,
49842
50092
  }
49843
50093
 
49844
50094
  /**
@@ -52119,6 +52369,29 @@ namespace reference.`microsoft.graph` {
52119
52369
  applicationProxy: 0,
52120
52370
  }
52121
52371
 
52372
+ /**
52373
+ * The name of the health check metric being evaluated for an NDES connector.
52374
+ */
52375
+ enum connectorHealthCheckMetricName {
52376
+ /**
52377
+ * Measures connectivity between the connector and the Certificate Authority.
52378
+ */
52379
+ caConnectivity: 0,
52380
+ /**
52381
+ * Measures whether the connector has the required Enroll permission on the certificate template for issuance.
52382
+ */
52383
+ caIssuancePermissions: 1,
52384
+ /**
52385
+ * Measures whether the connector has the required permissions to revoke certificates on the CA.
52386
+ */
52387
+ caRevocationPermissions: 2,
52388
+ /**
52389
+ * Measures whether the configured certificate template is valid and accessible.
52390
+ */
52391
+ certificateTemplate: 3,
52392
+ unknownFutureValue: 4,
52393
+ }
52394
+
52122
52395
  /**
52123
52396
  * Connector health state for connector status
52124
52397
  */
@@ -52366,6 +52639,44 @@ namespace reference.`microsoft.graph` {
52366
52639
  saturday: 6,
52367
52640
  }
52368
52641
 
52642
+ /**
52643
+ * Describes how and when to install an app, specifically whether the app may be downloaded over cellular connections. Maps to Apple's AppManagedInstallBehaviorObject declaration.
52644
+ */
52645
+ enum ddmAppAllowDownloadsOverCellular {
52646
+ /**
52647
+ * The device downloads apps of any size using a cellular network.
52648
+ */
52649
+ alwaysOn: 0,
52650
+ /**
52651
+ * 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.
52652
+ */
52653
+ alwaysOff: 1,
52654
+ /**
52655
+ * The device uses the settings for the corresponding store when downloading apps.
52656
+ */
52657
+ storeSettings: 2,
52658
+ unknownFutureValue: 3,
52659
+ }
52660
+
52661
+ /**
52662
+ * Specifies the update behavior of the apps installed via VPP. Apps in packages are not automatically updated. Maps to Apple's AppManagedUpdateBehaviorObject declaration.
52663
+ */
52664
+ enum ddmAppAutomaticAppUpdates {
52665
+ /**
52666
+ * The device automatically updates the app to the latest version.
52667
+ */
52668
+ alwaysOn: 0,
52669
+ /**
52670
+ * The device never automatically updates the app.
52671
+ */
52672
+ alwaysOff: 1,
52673
+ /**
52674
+ * The device uses the settings for the corresponding store to determine when to automatically update the app.
52675
+ */
52676
+ storeSettings: 2,
52677
+ unknownFutureValue: 3,
52678
+ }
52679
+
52369
52680
  @graphFlags
52370
52681
  enum decisionItemPrincipalResourceMembershipType {
52371
52682
  direct: 1,
@@ -54484,6 +54795,10 @@ namespace reference.`microsoft.graph` {
54484
54795
  * Indicates the settings that can be deployed through the Android channel.
54485
54796
  */
54486
54797
  android: 65536,
54798
+ /**
54799
+ * Setting can be deployed through the Intune Open Extensibility channel for scenarios such as Windows Recovery Environment (WinRE) configuration policies.
54800
+ */
54801
+ intuneOpenExtensibility: 131072,
54487
54802
  }
54488
54803
 
54489
54804
  /**
@@ -56753,6 +57068,176 @@ namespace reference.`microsoft.graph` {
56753
57068
  IgnoreLookupReferenceResolutionFailure: 2,
56754
57069
  }
56755
57070
 
57071
+ /**
57072
+ * Indicates the detailed error condition for an eSIM profile operation.
57073
+ */
57074
+ enum eSimProfileErrorDetail {
57075
+ /**
57076
+ * No error.
57077
+ */
57078
+ none: 0,
57079
+ /**
57080
+ * The eSIM card encountered a general failure.
57081
+ */
57082
+ cardGeneralFailure: 1,
57083
+ /**
57084
+ * The confirmation code provided was incorrect.
57085
+ */
57086
+ confirmationCodeIncorrect: 2,
57087
+ /**
57088
+ * The confirmation code was missing.
57089
+ */
57090
+ confirmationCodeMissing: 3,
57091
+ /**
57092
+ * The maximum number of retries for the confirmation code was exceeded.
57093
+ */
57094
+ confirmationCodeMaxRetriesExceeded: 4,
57095
+ /**
57096
+ * The operation is forbidden by policy.
57097
+ */
57098
+ forbiddenByPolicy: 5,
57099
+ /**
57100
+ * The matching ID provided was invalid.
57101
+ */
57102
+ invalidMatchingId: 6,
57103
+ /**
57104
+ * No eligible eSIM profile was found for this device.
57105
+ */
57106
+ noEligibleProfileForThisDevice: 7,
57107
+ /**
57108
+ * There was not enough space on the eSIM card.
57109
+ */
57110
+ notEnoughSpaceOnCard: 8,
57111
+ /**
57112
+ * The operation was aborted.
57113
+ */
57114
+ operationAborted: 9,
57115
+ /**
57116
+ * The eSIM profile EID did not match the device.
57117
+ */
57118
+ profileEidMismatch: 10,
57119
+ /**
57120
+ * The eSIM profile is not available for a new binding.
57121
+ */
57122
+ profileNotAvailableForNewBinding: 11,
57123
+ /**
57124
+ * The eSIM profile has not been released by the operator.
57125
+ */
57126
+ profileNotReleasedByOperator: 12,
57127
+ /**
57128
+ * The remote server encountered a general failure.
57129
+ */
57130
+ remoteServerGeneralFailure: 13,
57131
+ /**
57132
+ * The remote server was unreachable.
57133
+ */
57134
+ remoteServerUnreachable: 14,
57135
+ /**
57136
+ * A timeout occurred while waiting for user consent.
57137
+ */
57138
+ timeoutWaitingForUserConsent: 15,
57139
+ /**
57140
+ * The operation is prohibited by the eSIM profile class.
57141
+ */
57142
+ operationProhibitedByProfileClass: 16,
57143
+ /**
57144
+ * The provisioning profile is not present.
57145
+ */
57146
+ provisioningProfileNotPresent: 17,
57147
+ /**
57148
+ * There is no corresponding request for this operation.
57149
+ */
57150
+ noCorrespondingRequest: 18,
57151
+ /**
57152
+ * A timeout occurred while waiting for a response.
57153
+ */
57154
+ timeoutWaitingForResponse: 19,
57155
+ /**
57156
+ * The ICCID already exists on the device.
57157
+ */
57158
+ iccidAlreadyExists: 20,
57159
+ /**
57160
+ * An error occurred while processing the eSIM profile.
57161
+ */
57162
+ profileProcessingError: 21,
57163
+ /**
57164
+ * The remote server is not trusted.
57165
+ */
57166
+ remoteServerNotTrusted: 22,
57167
+ /**
57168
+ * The maximum number of retries for profile download was exceeded.
57169
+ */
57170
+ profileDownloadMaxRetriesExceeded: 23,
57171
+ /**
57172
+ * The WinHTTP name could not be resolved.
57173
+ */
57174
+ winhttpNameNotResolved: 24,
57175
+ /**
57176
+ * The WinHTTP operation was cancelled.
57177
+ */
57178
+ winhttpOperationCancelled: 25,
57179
+ /**
57180
+ * The status is unspecified.
57181
+ */
57182
+ statusUnspecified: 26,
57183
+ /**
57184
+ * The operation is in progress.
57185
+ */
57186
+ inProgress: 27,
57187
+ /**
57188
+ * The operation is pending user action.
57189
+ */
57190
+ pendingUserAction: 28,
57191
+ /**
57192
+ * An error occurred while setup was in progress.
57193
+ */
57194
+ errorSetupInProgress: 29,
57195
+ /**
57196
+ * The user denied the operation.
57197
+ */
57198
+ errorUserDenied: 30,
57199
+ /**
57200
+ * An internal error occurred.
57201
+ */
57202
+ internalError: 31,
57203
+ /**
57204
+ * The ICCID was not found.
57205
+ */
57206
+ errorIccIdNotFound: 32,
57207
+ /**
57208
+ * Multiple active eSIMs are present but no slot is available.
57209
+ */
57210
+ errorMultipleActiveEsimsNoAvailableSlot: 33,
57211
+ unknownFutureValue: 34,
57212
+ }
57213
+
57214
+ /**
57215
+ * Indicates the state of an eSIM profile on a managed device.
57216
+ */
57217
+ enum eSimProfileState {
57218
+ /**
57219
+ * Unknown state.
57220
+ */
57221
+ `unknown`: 0,
57222
+ /**
57223
+ * The eSIM profile is being installed.
57224
+ */
57225
+ installing: 1,
57226
+ /**
57227
+ * The eSIM profile has been successfully installed.
57228
+ */
57229
+ installed: 2,
57230
+ /**
57231
+ * The eSIM profile is being deleted.
57232
+ */
57233
+ deleting: 3,
57234
+ /**
57235
+ * An error occurred while processing the eSIM profile.
57236
+ */
57237
+ error: 4,
57238
+ unknownFutureValue: 5,
57239
+ }
57240
+
56756
57241
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
56757
57242
  enum eventType {
56758
57243
  singleInstance: 0,
@@ -60083,6 +60568,22 @@ namespace reference.`microsoft.graph` {
60083
60568
  userRequestedInstall: 5,
60084
60569
  }
60085
60570
 
60571
+ /**
60572
+ * Optional error codes that can be provided when uploadState of mobileAppContentFile is indicating an error.
60573
+ */
60574
+ enum mobileAppContentFileUploadErrorCode {
60575
+ apkIsInvalid: 1,
60576
+ apkIsMissingSignerCertificates: 2,
60577
+ apkHasInvalidPackageName: 3,
60578
+ apkPackageNameMismatch: 4,
60579
+ apkHasInvalidVersionCode: 5,
60580
+ apkHasVersionCodeMismatch: 6,
60581
+ apkHasInvalidMinSdk: 7,
60582
+ apkMinSdkMismatch: 8,
60583
+ apkVersionNameMismatch: 9,
60584
+ unknownFutureValue: 10,
60585
+ }
60586
+
60086
60587
  /**
60087
60588
  * Contains properties for upload request states.
60088
60589
  */
@@ -60291,6 +60792,33 @@ namespace reference.`microsoft.graph` {
60291
60792
  WriteOnly: 3,
60292
60793
  }
60293
60794
 
60795
+ /**
60796
+ * The health status of an NDES connector or individual health check metric.
60797
+ */
60798
+ enum ndesConnectorHealthStatus {
60799
+ /**
60800
+ * Health has not been evaluated yet for this connector.
60801
+ */
60802
+ `unknown`: 0,
60803
+ /**
60804
+ * All health checks are passing. Error rates are below the attention threshold for all metrics.
60805
+ */
60806
+ noActionRequired: 1,
60807
+ /**
60808
+ * One or more health checks have error rates between the attention and action thresholds.
60809
+ */
60810
+ attentionRequired: 2,
60811
+ /**
60812
+ * One or more health checks have error rates above the action threshold. Investigation is required.
60813
+ */
60814
+ actionRequired: 3,
60815
+ /**
60816
+ * The connector has not connected within the staleness threshold. Applied at read time based on lastConnectionDateTime.
60817
+ */
60818
+ disconnected: 4,
60819
+ unknownFutureValue: 5,
60820
+ }
60821
+
60294
60822
  /**
60295
60823
  * The current status of the Ndes Connector.
60296
60824
  */
@@ -62515,6 +63043,14 @@ namespace reference.`microsoft.graph` {
62515
63043
  * Indicates remote device action to restore the Managed Home Screen kiosk app.
62516
63044
  */
62517
63045
  restoreManagedHomeScreen: 42,
63046
+ /**
63047
+ * Indicates remote device action to trigger an AppleCare-authorized enhanced log collection session on a supervised Apple device.
63048
+ */
63049
+ triggerEnhancedLogCollection: 44,
63050
+ /**
63051
+ * Indicates remote device action to cancel an in-progress enhanced log collection session on a supervised Apple device.
63052
+ */
63053
+ cancelEnhancedLogCollection: 45,
62518
63054
  }
62519
63055
 
62520
63056
  /**
@@ -62551,6 +63087,25 @@ namespace reference.`microsoft.graph` {
62551
63087
  enabled: 2,
62552
63088
  }
62553
63089
 
63090
+ /**
63091
+ * Enumeration indicating the state of session recording
63092
+ */
63093
+ enum remoteHelpRecordingState {
63094
+ /**
63095
+ * Recording is not enabled for this session.
63096
+ */
63097
+ notEnabled: 0,
63098
+ /**
63099
+ * Recording is in progress.
63100
+ */
63101
+ recording: 1,
63102
+ /**
63103
+ * Recording failed.
63104
+ */
63105
+ failed: 2,
63106
+ unknownFutureValue: 3,
63107
+ }
63108
+
62554
63109
  enum replyRestriction {
62555
63110
  everyone: 0,
62556
63111
  authorAndModerators: 1,
@@ -62812,6 +63367,10 @@ namespace reference.`microsoft.graph` {
62812
63367
  * App was removed in order to install a superseding app.
62813
63368
  */
62814
63369
  appRemovedBySupersedence: 3005,
63370
+ /**
63371
+ * App cannot be installed. One or more of the application's dependencies are in use.
63372
+ */
63373
+ dependencyAppInUse: 3006,
62815
63374
  /**
62816
63375
  * Application failed to uninstall. See error code property for more details.
62817
63376
  */
@@ -62828,6 +63387,18 @@ namespace reference.`microsoft.graph` {
62828
63387
  * Application content was downloaded to the device.
62829
63388
  */
62830
63389
  contentDownloaded: 5002,
63390
+ /**
63391
+ * App enforcement is pending because the app is currently in use.
63392
+ */
63393
+ inUse: 5005,
63394
+ /**
63395
+ * App enforcement was deferred by the user because the app is currently in use.
63396
+ */
63397
+ deferred: 5006,
63398
+ /**
63399
+ * App enforcement was automatically deferred because the app is currently in use and a user response was not available.
63400
+ */
63401
+ autoDeferred: 5007,
62831
63402
  }
62832
63403
 
62833
63404
  enum riskDetail {
@@ -65337,10 +65908,6 @@ namespace reference.`microsoft.graph` {
65337
65908
  * Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
65338
65909
  */
65339
65910
  wpa3Personal: 7,
65340
- /**
65341
- * 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.
65342
- */
65343
- wpa3Enterprise: 8,
65344
65911
  }
65345
65912
 
65346
65913
  /**
@@ -65772,6 +66339,7 @@ namespace reference.`microsoft.graph` {
65772
66339
  /**
65773
66340
  * Contains rule types for Win32 LOB apps.
65774
66341
  */
66342
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
65775
66343
  enum win32LobAppRuleType {
65776
66344
  /**
65777
66345
  * Detection rule.
@@ -65781,11 +66349,6 @@ namespace reference.`microsoft.graph` {
65781
66349
  * Requirement rule.
65782
66350
  */
65783
66351
  requirement: 1,
65784
- /**
65785
- * Indicates that the associated rule represents an executable for app in-use detection.
65786
- */
65787
- inUse: 2,
65788
- unknownFutureValue: 3,
65789
66352
  }
65790
66353
 
65791
66354
  /**
@@ -67221,7 +67784,6 @@ namespace reference.`microsoft.graph` {
67221
67784
  /**
67222
67785
  * Data can be transferred from/to these classes of apps
67223
67786
  */
67224
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
67225
67787
  enum windowsManagedAppDataTransferLevel {
67226
67788
  /**
67227
67789
  * All apps.
@@ -67231,6 +67793,27 @@ namespace reference.`microsoft.graph` {
67231
67793
  * No apps.
67232
67794
  */
67233
67795
  none: 1,
67796
+ /**
67797
+ * Selected apps only. Allowed locations are specified by the child property.
67798
+ */
67799
+ selectedApps: 2,
67800
+ unknownFutureValue: 3,
67801
+ }
67802
+
67803
+ /**
67804
+ * Windows MAM data transfer locations
67805
+ */
67806
+ @graphFlags
67807
+ enum windowsManagedAppDataTransferLocations {
67808
+ /**
67809
+ * No locations selected.
67810
+ */
67811
+ none: 0,
67812
+ /**
67813
+ * OneDrive for Business. Data transferred to or from this location is subject to app protection policy.
67814
+ */
67815
+ oneDriveForBusiness: 1,
67816
+ unknownFutureValue: 2,
67234
67817
  }
67235
67818
 
67236
67819
  /**