@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.4

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.
@@ -250,6 +250,9 @@ namespace reference.`microsoft.graph` {
250
250
  coverImageItemId: string | null;
251
251
  }
252
252
 
253
+ @complex model allAllowedScopes extends inheritableScopes {
254
+ }
255
+
253
256
  @complex model allDeviceRegistrationMembership extends deviceRegistrationMembership {
254
257
  }
255
258
 
@@ -462,6 +465,7 @@ namespace reference.`microsoft.graph` {
462
465
  }
463
466
 
464
467
  @complex model appManagementApplicationConfiguration extends appManagementConfiguration {
468
+ identifierUris: identifierUriConfiguration | null;
465
469
  }
466
470
 
467
471
  @abstract
@@ -470,6 +474,10 @@ namespace reference.`microsoft.graph` {
470
474
 
471
475
  }
472
476
 
477
+ @complex model appManagementPolicyActorExemptions {
478
+ customSecurityAttributes: customSecurityAttributeExemption[] | null;
479
+ }
480
+
473
481
  @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
474
482
  }
475
483
 
@@ -699,6 +707,13 @@ namespace reference.`microsoft.graph` {
699
707
  certificateUserIds: string[] | null;
700
708
  }
701
709
 
710
+ @complex model automaticRepliesMailTips {
711
+ message: string | null;
712
+ messageLanguage: localeInfo | null;
713
+ scheduledEndTime: dateTimeTimeZone | null;
714
+ scheduledStartTime: dateTimeTimeZone | null;
715
+ }
716
+
702
717
  @complex model automaticRepliesSetting {
703
718
  externalAudience: externalAudienceScope | null;
704
719
  externalReplyMessage: string | null;
@@ -716,6 +731,7 @@ namespace reference.`microsoft.graph` {
716
731
  @complex model azureADJoinPolicy {
717
732
  allowedToJoin: deviceRegistrationMembership | null;
718
733
  isAdminConfigurable: boolean | null;
734
+ localAdmins: localAdminSettings | null;
719
735
  }
720
736
 
721
737
  @complex model azureAdPopTokenAuthentication extends customExtensionAuthenticationConfiguration {
@@ -1246,7 +1262,12 @@ namespace reference.`microsoft.graph` {
1246
1262
  locale: string | null;
1247
1263
  }
1248
1264
 
1265
+ @complex model customAppManagementApplicationConfiguration {
1266
+ identifierUris: identifierUriConfiguration | null;
1267
+ }
1268
+
1249
1269
  @complex model customAppManagementConfiguration extends appManagementConfiguration {
1270
+ applicationRestrictions: customAppManagementApplicationConfiguration | null;
1250
1271
  }
1251
1272
 
1252
1273
  @abstract
@@ -1291,6 +1312,16 @@ namespace reference.`microsoft.graph` {
1291
1312
  @complex model customExtensionEndpointConfiguration {
1292
1313
  }
1293
1314
 
1315
+ @abstract
1316
+ @complex model customSecurityAttributeExemption {
1317
+ id: string;
1318
+ operator: customSecurityAttributeComparisonOperator;
1319
+ }
1320
+
1321
+ @complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
1322
+ value: string | null;
1323
+ }
1324
+
1294
1325
  @open
1295
1326
  @complex model customSecurityAttributeValue {
1296
1327
  }
@@ -2040,6 +2071,10 @@ namespace reference.`microsoft.graph` {
2040
2071
  users: string[] | null;
2041
2072
  }
2042
2073
 
2074
+ @complex model enumeratedScopes extends inheritableScopes {
2075
+ scopes: string[];
2076
+ }
2077
+
2043
2078
  @abstract
2044
2079
  @complex model eventMessageDetail {
2045
2080
  }
@@ -2256,6 +2291,20 @@ namespace reference.`microsoft.graph` {
2256
2291
  isPicture: boolean | null;
2257
2292
  }
2258
2293
 
2294
+ @complex model identifierUriConfiguration {
2295
+ nonDefaultUriAddition: identifierUriRestriction | null;
2296
+ uriAdditionWithoutUniqueTenantIdentifier: identifierUriRestriction | null;
2297
+ }
2298
+
2299
+ @complex model identifierUriRestriction {
2300
+ excludeActors: appManagementPolicyActorExemptions | null;
2301
+ excludeAppsReceivingV2Tokens: boolean | null;
2302
+ excludeSaml: boolean | null;
2303
+ isStateSetByMicrosoft: boolean;
2304
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
2305
+ state: appManagementRestrictionState;
2306
+ }
2307
+
2259
2308
  @open
2260
2309
  @complex model identity {
2261
2310
  displayName: string | null;
@@ -2313,6 +2362,11 @@ namespace reference.`microsoft.graph` {
2313
2362
  outboundAllowed: boolean | null;
2314
2363
  }
2315
2364
 
2365
+ @complex model includeTarget {
2366
+ id: string;
2367
+ targetType: authenticationMethodTargetType;
2368
+ }
2369
+
2316
2370
  @open
2317
2371
  @complex model incompleteData {
2318
2372
  missingDataBeforeDateTime: offsetDateTime | null;
@@ -2327,6 +2381,11 @@ namespace reference.`microsoft.graph` {
2327
2381
  termsOfServiceUrl: string | null;
2328
2382
  }
2329
2383
 
2384
+ @abstract
2385
+ @complex model inheritableScopes {
2386
+ kind: scopeCollectionKind;
2387
+ }
2388
+
2330
2389
  @open
2331
2390
  @complex model initiator extends identity {
2332
2391
  initiatorType: initiatorType | null;
@@ -2791,6 +2850,11 @@ namespace reference.`microsoft.graph` {
2791
2850
  isEnabled: boolean | null;
2792
2851
  }
2793
2852
 
2853
+ @complex model localAdminSettings {
2854
+ enableGlobalAdmins: boolean | null;
2855
+ registeringUsers: deviceRegistrationMembership | null;
2856
+ }
2857
+
2794
2858
  @complex model localeInfo {
2795
2859
  displayName: string | null;
2796
2860
  locale: string | null;
@@ -2955,6 +3019,26 @@ namespace reference.`microsoft.graph` {
2955
3019
  workingHours: workingHours | null;
2956
3020
  }
2957
3021
 
3022
+ @complex model mailTips {
3023
+ automaticReplies: automaticRepliesMailTips | null;
3024
+ customMailTip: string | null;
3025
+ deliveryRestricted: boolean | null;
3026
+ emailAddress: emailAddress | null;
3027
+ error: mailTipsError | null;
3028
+ externalMemberCount: int32 | null;
3029
+ isModerated: boolean | null;
3030
+ mailboxFull: boolean | null;
3031
+ maxMessageSize: int32 | null;
3032
+ recipientScope: recipientScopeType | null;
3033
+ recipientSuggestions: recipient[] | null;
3034
+ totalMemberCount: int32 | null;
3035
+ }
3036
+
3037
+ @complex model mailTipsError {
3038
+ code: string | null;
3039
+ message: string | null;
3040
+ }
3041
+
2958
3042
  @complex model malware {
2959
3043
  description: string | null;
2960
3044
  }
@@ -3215,6 +3299,9 @@ namespace reference.`microsoft.graph` {
3215
3299
  @complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
3216
3300
  }
3217
3301
 
3302
+ @complex model noScopes extends inheritableScopes {
3303
+ }
3304
+
3218
3305
  @complex model numberColumn {
3219
3306
  decimalPlaces: string | null;
3220
3307
  displayAs: string | null;
@@ -3492,7 +3579,7 @@ namespace reference.`microsoft.graph` {
3492
3579
  */
3493
3580
  privacySettingsHidden: boolean;
3494
3581
  /**
3495
- * The type of user. Possible values are administrator and standard. Default value is administrator. Yes No
3582
+ * The type of user. Possible values are administrator and standard. Default value is administrator. Yes No
3496
3583
 
3497
3584
  */
3498
3585
  userType: windowsUserType;
@@ -3635,6 +3722,12 @@ namespace reference.`microsoft.graph` {
3635
3722
  localizations: displayNameLocalization[] | null;
3636
3723
  }
3637
3724
 
3725
+ @complex model profileSourceLocalization {
3726
+ displayName: string | null;
3727
+ languageTag: string | null;
3728
+ webUrl: string | null;
3729
+ }
3730
+
3638
3731
  @complex model provisionChannelEmailResult {
3639
3732
  email: string | null;
3640
3733
  }
@@ -5729,11 +5822,21 @@ namespace reference.`microsoft.graph` {
5729
5822
  x509CertificateDefaultRequiredAffinityLevel: x509CertificateAffinityLevel | null;
5730
5823
  }
5731
5824
 
5825
+ @complex model x509CertificateAuthorityScope {
5826
+ includeTargets: includeTarget[] | null;
5827
+ publicKeyInfrastructureIdentifier: string | null;
5828
+ subjectKeyIdentifier: string | null;
5829
+ }
5830
+
5732
5831
  @complex model x509CertificateCRLValidationConfiguration {
5733
5832
  exemptedCertificateAuthoritiesSubjectKeyIdentifiers: string[] | null;
5734
5833
  state: x509CertificateCRLValidationConfigurationState;
5735
5834
  }
5736
5835
 
5836
+ @complex model x509CertificateIssuerHintsConfiguration {
5837
+ state: x509CertificateIssuerHintsState | null;
5838
+ }
5839
+
5737
5840
  @complex model x509CertificateRule {
5738
5841
  identifier: string | null;
5739
5842
  issuerSubjectIdentifier: string | null;
@@ -6051,6 +6154,28 @@ namespace reference.`microsoft.graph` {
6051
6154
  @contains scopedRoleMembers: scopedRoleMembership[];
6052
6155
  }
6053
6156
 
6157
+ @open
6158
+ @entity model agentIdentity extends servicePrincipal {
6159
+ agentIdentityBlueprintId: string;
6160
+ @computed createdDateTime: offsetDateTime | null;
6161
+ @references sponsors: directoryObject[];
6162
+ }
6163
+
6164
+ @open
6165
+ @entity model agentIdentityBlueprint extends application {
6166
+ @contains inheritablePermissions: inheritablePermission[];
6167
+ @references sponsors: directoryObject[];
6168
+ }
6169
+
6170
+ @open
6171
+ @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
6172
+ @references sponsors: directoryObject[];
6173
+ }
6174
+
6175
+ @open
6176
+ @entity model agentUser extends user {
6177
+ }
6178
+
6054
6179
  @entity model agreement extends entity {
6055
6180
  displayName: string | null;
6056
6181
  isPerDeviceAcceptanceRequired: boolean | null;
@@ -6811,6 +6936,7 @@ namespace reference.`microsoft.graph` {
6811
6936
  applicationTemplateId: string | null;
6812
6937
  appRoles: appRole[];
6813
6938
  authenticationBehaviors: authenticationBehaviors | null;
6939
+ createdByAppId: string | null;
6814
6940
  @computed createdDateTime: offsetDateTime | null;
6815
6941
  defaultRedirectUri: string | null;
6816
6942
  description: string | null;
@@ -6820,9 +6946,11 @@ namespace reference.`microsoft.graph` {
6820
6946
  identifierUris: string[];
6821
6947
  info: informationalUrl | null;
6822
6948
  isDeviceOnlyAuthSupported: boolean | null;
6949
+ isDisabled: boolean | null;
6823
6950
  isFallbackPublicClient: boolean | null;
6824
6951
  keyCredentials: keyCredential[];
6825
6952
  logo: stream;
6953
+ managerApplications: guid;
6826
6954
  notes: string | null;
6827
6955
  oauth2RequirePostResponse: boolean;
6828
6956
  optionalClaims: optionalClaims | null;
@@ -6914,6 +7042,10 @@ namespace reference.`microsoft.graph` {
6914
7042
  status: string | null;
6915
7043
  }
6916
7044
 
7045
+ @entity model approvedClientApp extends entity {
7046
+ displayName: string | null;
7047
+ }
7048
+
6917
7049
  @entity model appScope extends entity {
6918
7050
  displayName: string | null;
6919
7051
  type: string | null;
@@ -7456,7 +7588,9 @@ namespace reference.`microsoft.graph` {
7456
7588
  yomiGivenName: string | null;
7457
7589
  yomiSurname: string | null;
7458
7590
  @contains extensions: extension[];
7591
+ @contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
7459
7592
  @contains photo: profilePhoto | null;
7593
+ @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
7460
7594
  }
7461
7595
 
7462
7596
  @entity model contactFolder extends entity {
@@ -7464,6 +7598,8 @@ namespace reference.`microsoft.graph` {
7464
7598
  parentFolderId: string | null;
7465
7599
  @contains childFolders: contactFolder[];
7466
7600
  @contains contacts: contact[];
7601
+ @contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
7602
+ @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
7467
7603
  }
7468
7604
 
7469
7605
  @entity model contentType extends entity {
@@ -9522,6 +9658,11 @@ namespace reference.`microsoft.graph` {
9522
9658
  targetObjects: string[];
9523
9659
  }
9524
9660
 
9661
+ @entity model externalAuthenticationMethod extends authenticationMethod {
9662
+ configurationId: string;
9663
+ displayName: string;
9664
+ }
9665
+
9525
9666
  @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
9526
9667
  appId: string;
9527
9668
  displayName: string;
@@ -9632,6 +9773,8 @@ namespace reference.`microsoft.graph` {
9632
9773
  groupTypes: string[];
9633
9774
  hasMembersWithLicenseErrors: boolean | null;
9634
9775
  hideFromAddressLists: boolean | null;
9776
+ hideFromOutlookClients: boolean | null;
9777
+ infoCatalogs: string[];
9635
9778
  isArchived: boolean | null;
9636
9779
  isAssignableToRole: boolean | null;
9637
9780
  isManagementRestricted: boolean | null;
@@ -9662,6 +9805,7 @@ namespace reference.`microsoft.graph` {
9662
9805
  uniqueName: string | null;
9663
9806
  unseenCount: int32 | null;
9664
9807
  visibility: string | null;
9808
+ welcomeMessageEnabled: boolean | null;
9665
9809
  @contains acceptedSenders: directoryObject[];
9666
9810
  @contains appRoleAssignments: appRoleAssignment[];
9667
9811
  @contains calendar: calendar | null;
@@ -9856,6 +10000,11 @@ namespace reference.`microsoft.graph` {
9856
10000
  @contains bitlocker: bitlocker | null;
9857
10001
  }
9858
10002
 
10003
+ @entity model inheritablePermission extends MsGraph.SharedModels.entity {
10004
+ inheritableScopes: inheritableScopes | null;
10005
+ @computed @key resourceAppId: string;
10006
+ }
10007
+
9859
10008
  @entity model insightsSettings extends entity {
9860
10009
  disabledForGroup: string | null;
9861
10010
  isEnabledInOrganization: boolean | null;
@@ -9921,7 +10070,7 @@ namespace reference.`microsoft.graph` {
9921
10070
  */
9922
10071
  passcodeBlockSimple: boolean;
9923
10072
  /**
9924
- * Number of days before the passcode expires. Valid values 1 to 65535
10073
+ * Number of days before the passcode expires. Starting January 2026 (Intune release version: 2601), the maximum expiration days will be limited to 730 days. Any setting above 730 days will be default to 730 days. Valid values 1 to 65535
9925
10074
  */
9926
10075
  passcodeExpirationDays: int32 | null;
9927
10076
  /**
@@ -10936,71 +11085,71 @@ namespace reference.`microsoft.graph` {
10936
11085
  */
10937
11086
  @entity model macOSCompliancePolicy extends deviceCompliancePolicy {
10938
11087
  /**
10939
- * Require that devices have enabled device threat protection.
11088
+ * Specifies whether Mobile Threat Defense (MTD) must be enabled. When set to true, the device is marked noncompliant if MTD isn't enabled or doesn't report a threat level. When false, threat protection level requirements aren't enforced. Default is false.
10940
11089
  */
10941
11090
  deviceThreatProtectionEnabled: boolean;
10942
11091
  /**
10943
- * Require Mobile Threat Protection minimum risk level to report noncompliance.
11092
+ * Specifies the Mobile Threat Defense risk level threshold used to report noncompliance (for example, secured, medium, or high). When set to a value other than unavailable, the device is marked noncompliant if the reported risk level doesn't meet the configured requirement. Default is unavailable.
10944
11093
  */
10945
11094
  deviceThreatProtectionRequiredSecurityLevel: deviceThreatProtectionLevel;
10946
11095
  /**
10947
- * Corresponds to the “Block all incoming connections option.
11096
+ * Specifies whether Block all incoming connections must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
10948
11097
  */
10949
11098
  firewallBlockAllIncoming: boolean;
10950
11099
  /**
10951
- * Whether the firewall should be enabled or not.
11100
+ * Specifies whether the macOS application firewall must be enabled. When set to true, the device is marked noncompliant if the firewall is disabled. Default is false.
10952
11101
  */
10953
11102
  firewallEnabled: boolean;
10954
11103
  /**
10955
- * Corresponds to Enable stealth mode.”
11104
+ * Specifies whether Enable stealth mode must be enabled. When set to true, the device is marked noncompliant if the setting is disabled. Default is false.
10956
11105
  */
10957
11106
  firewallEnableStealthMode: boolean;
10958
11107
  /**
10959
- * Maximum MacOS version.
11108
+ * Specifies the maximum allowed macOS version. When set, the device is marked noncompliant if its OS version is higher than this value. Default is null, when set to default it is not evaluated.
10960
11109
  */
10961
11110
  osMaximumVersion: string | null;
10962
11111
  /**
10963
- * Minimum MacOS version.
11112
+ * Specifies the minimum allowed macOS version. When set, the device is marked noncompliant if its OS version is lower than this value. Default is null, when set to default it is not evaluated.
10964
11113
  */
10965
11114
  osMinimumVersion: string | null;
10966
11115
  /**
10967
- * Indicates whether or not to block simple passwords.
11116
+ * Specifies whether simple passwords such as 1111 or 1234 are allowed. When set to true, the device is marked noncompliant if it allows simple passwords. Default is false.
10968
11117
  */
10969
11118
  passwordBlockSimple: boolean;
10970
11119
  /**
10971
- * Number of days before the password expires. Valid values 1 to 65535
11120
+ * Specifies the maximum password age in days. When set, the device is marked noncompliant if the password age exceeds this value. Valid values are 1 to 65535. Default is null, when set to default it is not evaluated. Valid values 1 to 65535
10972
11121
  */
10973
11122
  passwordExpirationDays: int32 | null;
10974
11123
  /**
10975
- * The number of character sets required in the password.
11124
+ * Specifies the minimum number of character sets required in the password. When set, the device is marked noncompliant if the password doesn't meet this requirement. Default is null, when set to default it is not evaluated.
10976
11125
  */
10977
11126
  passwordMinimumCharacterSetCount: int32 | null;
10978
11127
  /**
10979
- * Minimum length of password. Valid values 4 to 14
11128
+ * Specifies the minimum password length. When set, the device is marked noncompliant if the password length is less than this value. Valid values are 4 to 14. Default is null, when set to default it is not evaluated. Valid values 4 to 14
10980
11129
  */
10981
11130
  passwordMinimumLength: int32 | null;
10982
11131
  /**
10983
- * Minutes of inactivity before a password is required.
11132
+ * Specifies the maximum minutes of inactivity before a password is required to unlock the device. When set, the device is marked noncompliant if it allows a longer inactivity period. Default is null, when set to default it is not evaluated.
10984
11133
  */
10985
11134
  passwordMinutesOfInactivityBeforeLock: int32 | null;
10986
11135
  /**
10987
- * Number of previous passwords to block. Valid values 1 to 24
11136
+ * Specifies the number of previous passwords that can't be reused. When set, the device is marked noncompliant if it doesn't enforce this history count. Valid values are 1 to 24. Default is null, when set to default it is not evaluated. Valid values 1 to 24
10988
11137
  */
10989
11138
  passwordPreviousPasswordBlockCount: int32 | null;
10990
11139
  /**
10991
- * Whether or not to require a password.
11140
+ * Specifies whether a device password is required. When set to true, the device is marked noncompliant if a password isn't configured. Default is false.
10992
11141
  */
10993
11142
  passwordRequired: boolean;
10994
11143
  /**
10995
- * The required password type.
11144
+ * Specifies the required password type (for example, deviceDefault or alphanumeric). When set to a value other than deviceDefault, the device is marked noncompliant if the password type doesn't match. Default is deviceDefault.
10996
11145
  */
10997
11146
  passwordRequiredType: requiredPasswordType;
10998
11147
  /**
10999
- * Require encryption on Mac OS devices.
11148
+ * Specifies whether storage encryption is required on macOS devices. When set to true, the device is marked noncompliant if storage isn't encrypted. Default is false.
11000
11149
  */
11001
11150
  storageRequireEncryption: boolean;
11002
11151
  /**
11003
- * Require that devices have enabled system integrity protection.
11152
+ * Specifies whether System Integrity Protection must be enabled. When set to true, the device is marked noncompliant if System Integrity Protection is disabled. Default is false.
11004
11153
  */
11005
11154
  systemIntegrityProtectionEnabled: boolean;
11006
11155
  }
@@ -12760,6 +12909,8 @@ namespace reference.`microsoft.graph` {
12760
12909
  @entity model peopleAdminSettings extends entity {
12761
12910
  @contains itemInsights: insightsSettings | null;
12762
12911
  @contains profileCardProperties: profileCardProperty[];
12912
+ @contains profilePropertySettings: profilePropertySetting[];
12913
+ @contains profileSources: profileSource[];
12763
12914
  @contains pronouns: pronounsSettings | null;
12764
12915
  }
12765
12916
 
@@ -12979,6 +13130,20 @@ namespace reference.`microsoft.graph` {
12979
13130
  width: int32 | null;
12980
13131
  }
12981
13132
 
13133
+ @entity model profilePropertySetting extends entity {
13134
+ displayName: string | null;
13135
+ name: string | null;
13136
+ prioritizedSourceUrls: string[];
13137
+ }
13138
+
13139
+ @entity model profileSource extends entity {
13140
+ displayName: string | null;
13141
+ kind: string | null;
13142
+ localizations: profileSourceLocalization[];
13143
+ sourceId: string | null;
13144
+ webUrl: string | null;
13145
+ }
13146
+
12982
13147
  @entity model pronounsSettings extends entity {
12983
13148
  isEnabledInOrganization: boolean;
12984
13149
  }
@@ -13058,6 +13223,7 @@ namespace reference.`microsoft.graph` {
13058
13223
 
13059
13224
  @entity model remoteDesktopSecurityConfiguration extends entity {
13060
13225
  isRemoteDesktopProtocolEnabled: boolean;
13226
+ @contains approvedClientApps: approvedClientApp[];
13061
13227
  @contains targetDeviceGroups: targetDeviceGroup[];
13062
13228
  }
13063
13229
 
@@ -13267,12 +13433,14 @@ namespace reference.`microsoft.graph` {
13267
13433
  appOwnerOrganizationId: guid | null;
13268
13434
  appRoleAssignmentRequired: boolean;
13269
13435
  appRoles: appRole[];
13436
+ createdByAppId: string | null;
13270
13437
  customSecurityAttributes: customSecurityAttributeValue | null;
13271
13438
  description: string | null;
13272
13439
  disabledByMicrosoftStatus: string | null;
13273
13440
  displayName: string | null;
13274
13441
  homepage: string | null;
13275
13442
  info: informationalUrl | null;
13443
+ isDisabled: boolean | null;
13276
13444
  keyCredentials: keyCredential[];
13277
13445
  loginUrl: string | null;
13278
13446
  logoutUrl: string | null;
@@ -14263,6 +14431,7 @@ namespace reference.`microsoft.graph` {
14263
14431
  givenName: string | null;
14264
14432
  hireDate: offsetDateTime;
14265
14433
  identities: objectIdentity[] | null;
14434
+ identityParentId: string | null;
14266
14435
  imAddresses: string[] | null;
14267
14436
  interests: string[] | null;
14268
14437
  isManagementRestricted: boolean | null;
@@ -17063,7 +17232,7 @@ namespace reference.`microsoft.graph` {
17063
17232
  */
17064
17233
  preprovisioningAllowed: boolean | null;
17065
17234
  /**
17066
- * List of role scope tags for the deployment profile.
17235
+ * List of role scope tags for the deployment profile.
17067
17236
  */
17068
17237
  roleScopeTagIds: string[] | null;
17069
17238
  /**
@@ -17679,6 +17848,10 @@ namespace reference.`microsoft.graph` {
17679
17848
  * Current anti malware version
17680
17849
  */
17681
17850
  antiMalwareVersion: string | null;
17851
+ /**
17852
+ * When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. Defaults to setting on client device.
17853
+ */
17854
+ controlledConfigurationEnabled: boolean | null;
17682
17855
  /**
17683
17856
  * Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical.
17684
17857
  */
@@ -17975,8 +18148,10 @@ namespace reference.`microsoft.graph` {
17975
18148
 
17976
18149
  @entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
17977
18150
  authenticationModeConfiguration: x509CertificateAuthenticationModeConfiguration | null;
18151
+ certificateAuthorityScopes: x509CertificateAuthorityScope[] | null;
17978
18152
  certificateUserBindings: x509CertificateUserBinding[] | null;
17979
18153
  crlValidationConfiguration: x509CertificateCRLValidationConfiguration;
18154
+ issuerHintsConfiguration: x509CertificateIssuerHintsConfiguration | null;
17980
18155
  @contains includeTargets: authenticationMethodTarget[];
17981
18156
  }
17982
18157
 
@@ -18068,6 +18243,7 @@ namespace reference.`microsoft.graph` {
18068
18243
  systemRemove: 9,
18069
18244
  onBehalfAdd: 10,
18070
18245
  unknownFutureValue: 11,
18246
+ approverRemove: 12,
18071
18247
  }
18072
18248
 
18073
18249
  enum accessPackageSubjectType {
@@ -18476,6 +18652,12 @@ namespace reference.`microsoft.graph` {
18476
18652
  unknownFutureValue: 3,
18477
18653
  }
18478
18654
 
18655
+ enum appManagementRestrictionState {
18656
+ enabled: 1,
18657
+ disabled: 2,
18658
+ unknownFutureValue: 3,
18659
+ }
18660
+
18479
18661
  enum approvalFilterByCurrentUserOptions {
18480
18662
  target: 0,
18481
18663
  createdBy: 1,
@@ -19113,6 +19295,11 @@ namespace reference.`microsoft.graph` {
19113
19295
  unknownFutureValue: 6,
19114
19296
  }
19115
19297
 
19298
+ enum customSecurityAttributeComparisonOperator {
19299
+ equals: 1,
19300
+ unknownFutureValue: 2,
19301
+ }
19302
+
19116
19303
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
19117
19304
  enum dayOfWeek {
19118
19305
  sunday: 0,
@@ -20553,6 +20740,21 @@ namespace reference.`microsoft.graph` {
20553
20740
  unknownFutureValue: 4,
20554
20741
  }
20555
20742
 
20743
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
20744
+ @graphFlags
20745
+ enum mailTipsType {
20746
+ automaticReplies: 1,
20747
+ mailboxFullStatus: 2,
20748
+ customMailTip: 4,
20749
+ externalMemberCount: 8,
20750
+ totalMemberCount: 16,
20751
+ maxMessageSize: 32,
20752
+ deliveryRestriction: 64,
20753
+ moderationStatus: 128,
20754
+ recipientScope: 256,
20755
+ recipientSuggestions: 512,
20756
+ }
20757
+
20556
20758
  /**
20557
20759
  * A managed (MAM) application's availability.
20558
20760
  */
@@ -22138,6 +22340,16 @@ namespace reference.`microsoft.graph` {
22138
22340
  adults: 7,
22139
22341
  }
22140
22342
 
22343
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
22344
+ @graphFlags
22345
+ enum recipientScopeType {
22346
+ none: 0,
22347
+ `internal`: 1,
22348
+ external: 2,
22349
+ externalPartner: 4,
22350
+ externalNonPartner: 8,
22351
+ }
22352
+
22141
22353
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
22142
22354
  enum recurrencePatternType {
22143
22355
  daily: 0,
@@ -22342,6 +22554,14 @@ namespace reference.`microsoft.graph` {
22342
22554
  unknownFutureValue: 10,
22343
22555
  }
22344
22556
 
22557
+ enum scopeCollectionKind {
22558
+ allAllowed: 0,
22559
+ enumerated: 1,
22560
+ none: 2,
22561
+ scopeKindNotSet: 3,
22562
+ unknownFutureValue: 4,
22563
+ }
22564
+
22345
22565
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
22346
22566
  enum scopeOperatorMultiValuedComparisonType {
22347
22567
  All: 0,
@@ -24489,6 +24709,12 @@ namespace reference.`microsoft.graph` {
24489
24709
  unknownFutureValue: 2,
24490
24710
  }
24491
24711
 
24712
+ enum x509CertificateIssuerHintsState {
24713
+ disabled: 0,
24714
+ enabled: 1,
24715
+ unknownFutureValue: 2,
24716
+ }
24717
+
24492
24718
  enum x509CertificateRuleType {
24493
24719
  issuerSubject: 0,
24494
24720
  policyOID: 1,