@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.
@@ -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.
@@ -1201,6 +1203,7 @@ namespace reference.`microsoft.graph` {
1201
1203
 
1202
1204
  @complex model appManagementApplicationConfiguration extends appManagementConfiguration {
1203
1205
  identifierUris: identifierUriConfiguration | null;
1206
+ redirectUris: redirectUriConfiguration | null;
1204
1207
  }
1205
1208
 
1206
1209
  @abstract
@@ -2183,6 +2186,26 @@ namespace reference.`microsoft.graph` {
2183
2186
  thumbnailUrl: string | null;
2184
2187
  }
2185
2188
 
2189
+ @complex model chatMessageBody {
2190
+ content: string | null;
2191
+ contentType: bodyType | null;
2192
+ messageBodyContentType: chatMessageBodyContentType | null;
2193
+ }
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
+
2186
2209
  @open
2187
2210
  @complex model chatMessageFromIdentitySet extends identitySet {
2188
2211
  }
@@ -2700,6 +2723,20 @@ namespace reference.`microsoft.graph` {
2700
2723
  value: string | null;
2701
2724
  }
2702
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
+
2703
2740
  /**
2704
2741
  * Represent connector status
2705
2742
  */
@@ -2801,6 +2838,10 @@ namespace reference.`microsoft.graph` {
2801
2838
  * Remote help - response we provide back to the helper after successfully creating an ACS session
2802
2839
  */
2803
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;
2804
2845
  /**
2805
2846
  * The unique identifier for a session
2806
2847
  */
@@ -2906,6 +2947,7 @@ namespace reference.`microsoft.graph` {
2906
2947
 
2907
2948
  @complex model customAppManagementApplicationConfiguration {
2908
2949
  identifierUris: identifierUriConfiguration | null;
2950
+ redirectUris: redirectUriConfiguration | null;
2909
2951
  }
2910
2952
 
2911
2953
  @complex model customAppManagementConfiguration extends appManagementConfiguration {
@@ -3410,6 +3452,10 @@ namespace reference.`microsoft.graph` {
3410
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.
3411
3453
  */
3412
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;
3413
3459
  }
3414
3460
 
3415
3461
  /**
@@ -6859,10 +6905,18 @@ namespace reference.`microsoft.graph` {
6859
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.
6860
6906
  */
6861
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;
6862
6915
  /**
6863
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.
6864
6917
  */
6865
6918
  preventManagedAppBackup: boolean | null;
6919
+ relayConfigurationId: string | null;
6866
6920
  /**
6867
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.
6868
6922
  */
@@ -6873,6 +6927,122 @@ namespace reference.`microsoft.graph` {
6873
6927
  vpnConfigurationId: string | null;
6874
6928
  }
6875
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
+
6876
7046
  /**
6877
7047
  * Contains properties of the possible iOS device types the mobile app can run on.
6878
7048
  */
@@ -7999,6 +8169,32 @@ namespace reference.`microsoft.graph` {
7999
8169
  teamIdentifier: string;
8000
8170
  }
8001
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
+
8002
8198
  /**
8003
8199
  * Properties related to macOS-specific configured and Intune-managed local administrator account
8004
8200
  */
@@ -9436,8 +9632,26 @@ namespace reference.`microsoft.graph` {
9436
9632
  internalUrl: string | null;
9437
9633
  }
9438
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
+
9439
9646
  @complex model onPremisesDirectorySynchronizationConfiguration {
9440
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;
9441
9655
  }
9442
9656
 
9443
9657
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -9524,6 +9738,11 @@ namespace reference.`microsoft.graph` {
9524
9738
  singleSignOnMode: singleSignOnMode | null;
9525
9739
  }
9526
9740
 
9741
+ @complex model onPremisesWritebackConfiguration {
9742
+ unifiedGroupContainer: string | null;
9743
+ userContainer: string | null;
9744
+ }
9745
+
9527
9746
  @complex model openIdConnectSetting {
9528
9747
  clientId: string;
9529
9748
  discoveryUrl: string;
@@ -10530,11 +10749,94 @@ namespace reference.`microsoft.graph` {
10530
10749
  urlPrefixes: string[] | null;
10531
10750
  }
10532
10751
 
10752
+ @complex model redirectUriAllowedDomainConfiguration {
10753
+ allowedDomains: string[];
10754
+ excludeActors: appManagementPolicyActorExemptions | null;
10755
+ isStateSetByMicrosoft: boolean;
10756
+ publicClient: redirectUriPlatformAllowedDomainConfiguration | null;
10757
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
10758
+ spa: redirectUriPlatformAllowedDomainConfiguration | null;
10759
+ state: appManagementRestrictionState;
10760
+ web: redirectUriPlatformAllowedDomainConfiguration | null;
10761
+ }
10762
+
10763
+ @complex model redirectUriAllowedSchemeConfiguration {
10764
+ allowedSchemes: string[];
10765
+ excludeActors: appManagementPolicyActorExemptions | null;
10766
+ isStateSetByMicrosoft: boolean;
10767
+ publicClient: redirectUriPlatformAllowedSchemeConfiguration | null;
10768
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
10769
+ spa: redirectUriPlatformAllowedSchemeConfiguration | null;
10770
+ state: appManagementRestrictionState;
10771
+ web: redirectUriPlatformAllowedSchemeConfiguration | null;
10772
+ }
10773
+
10774
+ @complex model redirectUriBlockedDomainConfiguration {
10775
+ blockedDomains: string[];
10776
+ excludeActors: appManagementPolicyActorExemptions | null;
10777
+ isStateSetByMicrosoft: boolean;
10778
+ publicClient: redirectUriPlatformBlockedDomainConfiguration | null;
10779
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
10780
+ spa: redirectUriPlatformBlockedDomainConfiguration | null;
10781
+ state: appManagementRestrictionState;
10782
+ web: redirectUriPlatformBlockedDomainConfiguration | null;
10783
+ }
10784
+
10785
+ @complex model redirectUriBlockedSchemeConfiguration {
10786
+ blockedSchemes: string[];
10787
+ excludeActors: appManagementPolicyActorExemptions | null;
10788
+ exemptFormats: string[];
10789
+ isStateSetByMicrosoft: boolean;
10790
+ publicClient: redirectUriPlatformBlockedSchemeConfiguration | null;
10791
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
10792
+ spa: redirectUriPlatformBlockedSchemeConfiguration | null;
10793
+ state: appManagementRestrictionState;
10794
+ web: redirectUriPlatformBlockedSchemeConfiguration | null;
10795
+ }
10796
+
10797
+ @complex model redirectUriConfiguration {
10798
+ uriWithBlockedDomain: redirectUriBlockedDomainConfiguration | null;
10799
+ uriWithBlockedScheme: redirectUriBlockedSchemeConfiguration | null;
10800
+ uriWithoutAllowedDomain: redirectUriAllowedDomainConfiguration | null;
10801
+ uriWithoutAllowedScheme: redirectUriAllowedSchemeConfiguration | null;
10802
+ uriWithWildcard: redirectUriWildcardConfiguration | null;
10803
+ }
10804
+
10805
+ @complex model redirectUriPlatformAllowedDomainConfiguration {
10806
+ allowedDomains: string[];
10807
+ }
10808
+
10809
+ @complex model redirectUriPlatformAllowedSchemeConfiguration {
10810
+ allowedSchemes: string[];
10811
+ }
10812
+
10813
+ @complex model redirectUriPlatformBlockedDomainConfiguration {
10814
+ blockedDomains: string[];
10815
+ }
10816
+
10817
+ @complex model redirectUriPlatformBlockedSchemeConfiguration {
10818
+ blockedSchemes: string[];
10819
+ exemptFormats: string[];
10820
+ }
10821
+
10533
10822
  @complex model redirectUriSettings {
10534
10823
  index: int32 | null;
10535
10824
  uri: string | null;
10536
10825
  }
10537
10826
 
10827
+ @complex model redirectUriWildcardConfiguration {
10828
+ excludeActors: appManagementPolicyActorExemptions | null;
10829
+ excludeFormats: redirectUriWildcardExcludeFormats | null;
10830
+ isStateSetByMicrosoft: boolean;
10831
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
10832
+ state: appManagementRestrictionState;
10833
+ }
10834
+
10835
+ @complex model redirectUriWildcardExcludeFormats {
10836
+ excludeWildcardsInPath: boolean;
10837
+ excludeWildcardsInPathWithDomains: string[];
10838
+ }
10839
+
10538
10840
  @complex model referencedObject {
10539
10841
  referencedObjectName: string | null;
10540
10842
  referencedProperty: string | null;
@@ -15632,6 +15934,9 @@ namespace reference.`microsoft.graph` {
15632
15934
  @entity model agentIdentity extends servicePrincipal {
15633
15935
  agentIdentityBlueprintId: string;
15634
15936
  @computed createdDateTime: offsetDateTime | null;
15937
+ managerApplications: guid;
15938
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
15939
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
15635
15940
  @references sponsors: directoryObject[];
15636
15941
  }
15637
15942
 
@@ -15643,6 +15948,7 @@ namespace reference.`microsoft.graph` {
15643
15948
 
15644
15949
  @open
15645
15950
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
15951
+ managerApplications: guid;
15646
15952
  @references sponsors: directoryObject[];
15647
15953
  }
15648
15954
 
@@ -18261,6 +18567,10 @@ namespace reference.`microsoft.graph` {
18261
18567
  * Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirement fails.
18262
18568
  */
18263
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;
18264
18574
  /**
18265
18575
  * Defines a managed app behavior, either warn, block or wipe, if the screen lock is required on android device but is not set.
18266
18576
  */
@@ -19956,10 +20266,18 @@ namespace reference.`microsoft.graph` {
19956
20266
  * Domains that are accessed through the public internet instead of through VPN, even when per-app VPN is activated
19957
20267
  */
19958
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;
19959
20273
  /**
19960
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
19961
20275
  */
19962
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;
19963
20281
  /**
19964
20282
  * Login group or domain when connection type is set to Dell SonicWALL Mobile Connection.
19965
20283
  */
@@ -20729,14 +21047,16 @@ namespace reference.`microsoft.graph` {
20729
21047
 
20730
21048
  @entity model chatMessage extends entity {
20731
21049
  attachments: chatMessageAttachment[] | null;
20732
- body: itemBody;
21050
+ body: chatMessageBody;
20733
21051
  channelIdentity: channelIdentity | null;
20734
21052
  chatId: string | null;
21053
+ citations: chatMessageCitation[] | null;
20735
21054
  @computed createdDateTime: offsetDateTime | null;
20736
21055
  deletedDateTime: offsetDateTime | null;
20737
21056
  etag: string | null;
20738
21057
  eventDetail: eventMessageDetail | null;
20739
21058
  from: chatMessageFromIdentitySet | null;
21059
+ hasReplies: boolean;
20740
21060
  importance: chatMessageImportance;
20741
21061
  @computed lastEditedDateTime: offsetDateTime | null;
20742
21062
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -20759,7 +21079,7 @@ namespace reference.`microsoft.graph` {
20759
21079
  }
20760
21080
 
20761
21081
  @entity model chatMessageInfo extends entity {
20762
- body: itemBody | null;
21082
+ body: chatMessageBody | null;
20763
21083
  @computed createdDateTime: offsetDateTime | null;
20764
21084
  eventDetail: eventMessageDetail | null;
20765
21085
  from: chatMessageFromIdentitySet | null;
@@ -23234,7 +23554,7 @@ namespace reference.`microsoft.graph` {
23234
23554
  */
23235
23555
  @computed lastModifiedDateTime: offsetDateTime;
23236
23556
  /**
23237
- * 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.
23238
23558
  */
23239
23559
  platform: deviceComplianceScriptPlatformType | null;
23240
23560
  /**
@@ -23246,7 +23566,7 @@ namespace reference.`microsoft.graph` {
23246
23566
  */
23247
23567
  roleScopeTagIds: string[] | null;
23248
23568
  /**
23249
- * 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
23250
23570
  */
23251
23571
  runAs32Bit: boolean;
23252
23572
  /**
@@ -23760,6 +24080,7 @@ namespace reference.`microsoft.graph` {
23760
24080
  successCount: int32;
23761
24081
  }
23762
24082
 
24083
+ @graphDeprecated("Rv1MigrationDeprecation")
23763
24084
  @entity model deviceConfigurationUserStateSummary extends entity {
23764
24085
  /**
23765
24086
  * Number of compliant users
@@ -24730,6 +25051,8 @@ namespace reference.`microsoft.graph` {
24730
25051
  /**
24731
25052
  * The device configuration user state summary for this account.
24732
25053
  */
25054
+
25055
+ @graphDeprecated("Rv1MigrationDeprecation")
24733
25056
  @contains deviceConfigurationUserStateSummaries: deviceConfigurationUserStateSummary | null;
24734
25057
  /**
24735
25058
  * The list of device custom attribute shell scripts associated with the tenant.
@@ -30994,6 +31317,7 @@ namespace reference.`microsoft.graph` {
30994
31317
  * Contains properties and inherited properties for iOS store apps.
30995
31318
  */
30996
31319
  @entity model iosStoreApp extends mobileApp {
31320
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
30997
31321
  /**
30998
31322
  * The iOS architecture for which this app can run on.
30999
31323
  */
@@ -31161,6 +31485,7 @@ namespace reference.`microsoft.graph` {
31161
31485
  * Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps.
31162
31486
  */
31163
31487
  @entity model iosVppApp extends mobileApp {
31488
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol | null;
31164
31489
  /**
31165
31490
  * The applicable iOS Device Type.
31166
31491
  */
@@ -32814,6 +33139,10 @@ namespace reference.`microsoft.graph` {
32814
33139
  * Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps.
32815
33140
  */
32816
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;
32817
33146
  /**
32818
33147
  * The store URL.
32819
33148
  */
@@ -32952,6 +33281,10 @@ namespace reference.`microsoft.graph` {
32952
33281
  * This is the name of the Wi-Fi network that is broadcast to all devices.
32953
33282
  */
32954
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;
32955
33288
  /**
32956
33289
  * Indicates whether the Wi-Fi endpoint uses an EAP-based security type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, and wpa2Enterprise
32957
33290
  */
@@ -33974,6 +34307,8 @@ namespace reference.`microsoft.graph` {
33974
34307
  /**
33975
34308
  * Security baseline states for this device.
33976
34309
  */
34310
+
34311
+ @graphDeprecated("Rv1MigrationDeprecation")
33977
34312
  @contains securityBaselineStates: securityBaselineState[];
33978
34313
  /**
33979
34314
  * The primary users associated with the managed device.
@@ -35245,6 +35580,10 @@ namespace reference.`microsoft.graph` {
35245
35580
  * Indicates the size of the file after encryption, in bytes.
35246
35581
  */
35247
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;
35248
35587
  /**
35249
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.
35250
35589
  */
@@ -35698,6 +36037,14 @@ namespace reference.`microsoft.graph` {
35698
36037
  * Timestamp when on-prem certificate connector was enrolled in Intune.
35699
36038
  */
35700
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;
35701
36048
  /**
35702
36049
  * Last connection time for the Ndes Connector
35703
36050
  */
@@ -37600,6 +37947,8 @@ namespace reference.`microsoft.graph` {
37600
37947
  /**
37601
37948
  * The security baseline per category compliance state summary for the security baseline of the account.
37602
37949
  */
37950
+ @graphDeprecated("Rv1MigrationDeprecation")
37951
+ @graphDeprecated("Rv1MigrationDeprecation")
37603
37952
  @entity model securityBaselineCategoryStateSummary extends securityBaselineStateSummary {
37604
37953
  /**
37605
37954
  * The category name
@@ -37610,6 +37959,7 @@ namespace reference.`microsoft.graph` {
37610
37959
  /**
37611
37960
  * The security baseline compliance state summary of the security baseline for a device.
37612
37961
  */
37962
+ @graphDeprecated("Rv1MigrationDeprecation")
37613
37963
  @entity model securityBaselineDeviceState extends entity {
37614
37964
  /**
37615
37965
  * Display name of the device
@@ -37636,6 +37986,7 @@ namespace reference.`microsoft.graph` {
37636
37986
  /**
37637
37987
  * The security baseline compliance state of a setting for a device
37638
37988
  */
37989
+ @graphDeprecated("Rv1MigrationDeprecation")
37639
37990
  @entity model securityBaselineSettingState extends entity {
37640
37991
  /**
37641
37992
  * The policies that contribute to this setting instance
@@ -37674,6 +38025,7 @@ namespace reference.`microsoft.graph` {
37674
38025
  /**
37675
38026
  * Security baseline state for a device.
37676
38027
  */
38028
+ @graphDeprecated("Rv1MigrationDeprecation")
37677
38029
  @entity model securityBaselineState extends entity {
37678
38030
  /**
37679
38031
  * The display name of the security baseline
@@ -37694,12 +38046,15 @@ namespace reference.`microsoft.graph` {
37694
38046
  /**
37695
38047
  * The security baseline state for different settings for a device
37696
38048
  */
38049
+
38050
+ @graphDeprecated("Rv1MigrationDeprecation")
37697
38051
  @contains settingStates: securityBaselineSettingState[];
37698
38052
  }
37699
38053
 
37700
38054
  /**
37701
38055
  * The security baseline compliance state summary for the security baseline of the account.
37702
38056
  */
38057
+ @graphDeprecated("Rv1MigrationDeprecation")
37703
38058
  @entity model securityBaselineStateSummary extends entity {
37704
38059
  /**
37705
38060
  * Number of conflict devices
@@ -37734,14 +38089,20 @@ namespace reference.`microsoft.graph` {
37734
38089
  /**
37735
38090
  * The security baseline per category device state summary
37736
38091
  */
38092
+
38093
+ @graphDeprecated("Rv1MigrationDeprecation")
37737
38094
  @contains categoryDeviceStateSummaries: securityBaselineCategoryStateSummary[];
37738
38095
  /**
37739
38096
  * The security baseline device states
37740
38097
  */
38098
+
38099
+ @graphDeprecated("Rv1MigrationDeprecation")
37741
38100
  @contains deviceStates: securityBaselineDeviceState[];
37742
38101
  /**
37743
38102
  * The security baseline device state summary
37744
38103
  */
38104
+
38105
+ @graphDeprecated("Rv1MigrationDeprecation")
37745
38106
  @contains deviceStateSummary: securityBaselineStateSummary | null;
37746
38107
  }
37747
38108
 
@@ -46452,7 +46813,11 @@ namespace reference.`microsoft.graph` {
46452
46813
  */
46453
46814
  @entity model windowsManagedAppProtection extends managedAppPolicy {
46454
46815
  /**
46455
- * 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.
46456
46821
  */
46457
46822
  allowedInboundDataTransferSources: windowsManagedAppDataTransferLevel;
46458
46823
  /**
@@ -46460,7 +46825,11 @@ namespace reference.`microsoft.graph` {
46460
46825
  */
46461
46826
  allowedOutboundClipboardSharingLevel: windowsManagedAppClipboardSharingLevel;
46462
46827
  /**
46463
- * 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.
46464
46833
  */
46465
46834
  allowedOutboundDataTransferDestinations: windowsManagedAppDataTransferLevel;
46466
46835
  /**
@@ -49546,18 +49915,6 @@ namespace reference.`microsoft.graph` {
49546
49915
  */
49547
49916
  wpaPersonal: 4,
49548
49917
  unknownFutureValue: 5,
49549
- /**
49550
- * 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.
49551
- */
49552
- wpa2Personal: 6,
49553
- /**
49554
- * 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.
49555
- */
49556
- wpa3Personal: 7,
49557
- /**
49558
- * 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.
49559
- */
49560
- wpa3Enterprise: 8,
49561
49918
  }
49562
49919
 
49563
49920
  /**
@@ -49732,22 +50089,6 @@ namespace reference.`microsoft.graph` {
49732
50089
  */
49733
50090
  wpaEnterprise: 4,
49734
50091
  unknownFutureValue: 5,
49735
- /**
49736
- * 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.
49737
- */
49738
- wpa2Personal: 6,
49739
- /**
49740
- * 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.
49741
- */
49742
- wpa2Enterprise: 7,
49743
- /**
49744
- * Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
49745
- */
49746
- wpa3Personal: 8,
49747
- /**
49748
- * 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.
49749
- */
49750
- wpa3Enterprise: 9,
49751
50092
  }
49752
50093
 
49753
50094
  /**
@@ -51189,6 +51530,13 @@ namespace reference.`microsoft.graph` {
51189
51530
  unknownFutureValue: 8,
51190
51531
  }
51191
51532
 
51533
+ enum chatMessageBodyContentType {
51534
+ text: 0,
51535
+ html: 1,
51536
+ markdown: 2,
51537
+ unknownFutureValue: 3,
51538
+ }
51539
+
51192
51540
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
51193
51541
  enum chatMessageImportance {
51194
51542
  normal: 0,
@@ -52021,6 +52369,29 @@ namespace reference.`microsoft.graph` {
52021
52369
  applicationProxy: 0,
52022
52370
  }
52023
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
+
52024
52395
  /**
52025
52396
  * Connector health state for connector status
52026
52397
  */
@@ -52268,6 +52639,44 @@ namespace reference.`microsoft.graph` {
52268
52639
  saturday: 6,
52269
52640
  }
52270
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
+
52271
52680
  @graphFlags
52272
52681
  enum decisionItemPrincipalResourceMembershipType {
52273
52682
  direct: 1,
@@ -54386,6 +54795,10 @@ namespace reference.`microsoft.graph` {
54386
54795
  * Indicates the settings that can be deployed through the Android channel.
54387
54796
  */
54388
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,
54389
54802
  }
54390
54803
 
54391
54804
  /**
@@ -56655,6 +57068,176 @@ namespace reference.`microsoft.graph` {
56655
57068
  IgnoreLookupReferenceResolutionFailure: 2,
56656
57069
  }
56657
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
+
56658
57241
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
56659
57242
  enum eventType {
56660
57243
  singleInstance: 0,
@@ -59985,6 +60568,22 @@ namespace reference.`microsoft.graph` {
59985
60568
  userRequestedInstall: 5,
59986
60569
  }
59987
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
+
59988
60587
  /**
59989
60588
  * Contains properties for upload request states.
59990
60589
  */
@@ -60193,6 +60792,33 @@ namespace reference.`microsoft.graph` {
60193
60792
  WriteOnly: 3,
60194
60793
  }
60195
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
+
60196
60822
  /**
60197
60823
  * The current status of the Ndes Connector.
60198
60824
  */
@@ -62417,6 +63043,14 @@ namespace reference.`microsoft.graph` {
62417
63043
  * Indicates remote device action to restore the Managed Home Screen kiosk app.
62418
63044
  */
62419
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,
62420
63054
  }
62421
63055
 
62422
63056
  /**
@@ -62453,6 +63087,25 @@ namespace reference.`microsoft.graph` {
62453
63087
  enabled: 2,
62454
63088
  }
62455
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
+
62456
63109
  enum replyRestriction {
62457
63110
  everyone: 0,
62458
63111
  authorAndModerators: 1,
@@ -62714,6 +63367,10 @@ namespace reference.`microsoft.graph` {
62714
63367
  * App was removed in order to install a superseding app.
62715
63368
  */
62716
63369
  appRemovedBySupersedence: 3005,
63370
+ /**
63371
+ * App cannot be installed. One or more of the application's dependencies are in use.
63372
+ */
63373
+ dependencyAppInUse: 3006,
62717
63374
  /**
62718
63375
  * Application failed to uninstall. See error code property for more details.
62719
63376
  */
@@ -62730,6 +63387,18 @@ namespace reference.`microsoft.graph` {
62730
63387
  * Application content was downloaded to the device.
62731
63388
  */
62732
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,
62733
63402
  }
62734
63403
 
62735
63404
  enum riskDetail {
@@ -65239,10 +65908,6 @@ namespace reference.`microsoft.graph` {
65239
65908
  * Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
65240
65909
  */
65241
65910
  wpa3Personal: 7,
65242
- /**
65243
- * 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.
65244
- */
65245
- wpa3Enterprise: 8,
65246
65911
  }
65247
65912
 
65248
65913
  /**
@@ -65674,6 +66339,7 @@ namespace reference.`microsoft.graph` {
65674
66339
  /**
65675
66340
  * Contains rule types for Win32 LOB apps.
65676
66341
  */
66342
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
65677
66343
  enum win32LobAppRuleType {
65678
66344
  /**
65679
66345
  * Detection rule.
@@ -65683,11 +66349,6 @@ namespace reference.`microsoft.graph` {
65683
66349
  * Requirement rule.
65684
66350
  */
65685
66351
  requirement: 1,
65686
- /**
65687
- * Indicates that the associated rule represents an executable for app in-use detection.
65688
- */
65689
- inUse: 2,
65690
- unknownFutureValue: 3,
65691
66352
  }
65692
66353
 
65693
66354
  /**
@@ -67123,7 +67784,6 @@ namespace reference.`microsoft.graph` {
67123
67784
  /**
67124
67785
  * Data can be transferred from/to these classes of apps
67125
67786
  */
67126
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
67127
67787
  enum windowsManagedAppDataTransferLevel {
67128
67788
  /**
67129
67789
  * All apps.
@@ -67133,6 +67793,27 @@ namespace reference.`microsoft.graph` {
67133
67793
  * No apps.
67134
67794
  */
67135
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,
67136
67817
  }
67137
67818
 
67138
67819
  /**