@microsoft/typespec-msgraph-reference 1.0.10 → 1.0.11

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.
@@ -918,6 +918,23 @@ namespace reference.`microsoft.graph` {
918
918
  value: string | null;
919
919
  }
920
920
 
921
+ @complex model approvalSettings {
922
+ approvalMode: string | null;
923
+ approvalStages: approvalStage[] | null;
924
+ isApprovalRequired: boolean | null;
925
+ isApprovalRequiredForExtension: boolean | null;
926
+ isRequestorJustificationRequired: boolean | null;
927
+ }
928
+
929
+ @complex model approvalStage {
930
+ approvalStageTimeOutInDays: int32 | null;
931
+ escalationApprovers: userSet[] | null;
932
+ escalationTimeInMinutes: int32 | null;
933
+ isApproverJustificationRequired: boolean | null;
934
+ isEscalationEnabled: boolean | null;
935
+ primaryApprovers: userSet[] | null;
936
+ }
937
+
921
938
  @complex model assignedLabel {
922
939
  displayName: string | null;
923
940
  labelId: string | null;
@@ -928,6 +945,11 @@ namespace reference.`microsoft.graph` {
928
945
  skuId: guid | null;
929
946
  }
930
947
 
948
+ @complex model assignedPlaceMode extends placeMode {
949
+ assignedUserEmailAddress: string | null;
950
+ assignedUserId: string | null;
951
+ }
952
+
931
953
  @complex model assignedPlan {
932
954
  assignedDateTime: offsetDateTime | null;
933
955
  capabilityStatus: string | null;
@@ -4955,6 +4977,9 @@ namespace reference.`microsoft.graph` {
4955
4977
  objectId: string | null;
4956
4978
  }
4957
4979
 
4980
+ @complex model dropInPlaceMode extends placeMode {
4981
+ }
4982
+
4958
4983
  /**
4959
4984
  * The home button configuration base class used to identify the available options
4960
4985
  */
@@ -5079,6 +5104,11 @@ namespace reference.`microsoft.graph` {
5079
5104
  name: string | null;
5080
5105
  }
5081
5106
 
5107
+ @open
5108
+ @complex model emailIdentity extends identity {
5109
+ email: string | null;
5110
+ }
5111
+
5082
5112
  /**
5083
5113
  * The embedded SIM activation code as provided by the mobile operator.
5084
5114
  */
@@ -5281,6 +5311,12 @@ namespace reference.`microsoft.graph` {
5281
5311
  qualityUpdateRelease: string;
5282
5312
  }
5283
5313
 
5314
+ @complex model expirationPattern {
5315
+ `duration`: duration | null;
5316
+ endDateTime: offsetDateTime | null;
5317
+ type: expirationPatternType | null;
5318
+ }
5319
+
5284
5320
  @complex model expressionEvaluationDetails {
5285
5321
  expression: string | null;
5286
5322
  expressionEvaluationDetails: expressionEvaluationDetails[] | null;
@@ -5411,12 +5447,7 @@ namespace reference.`microsoft.graph` {
5411
5447
  itemMajorVersionLimit: int32 | null;
5412
5448
  }
5413
5449
 
5414
- @complex model fileStorageContainerTypeAgentSettings {
5415
- chatEmbedAllowedHosts: string[];
5416
- }
5417
-
5418
5450
  @complex model fileStorageContainerTypeRegistrationSettings {
5419
- agent: fileStorageContainerTypeAgentSettings | null;
5420
5451
  isDiscoverabilityEnabled: boolean | null;
5421
5452
  isItemVersioningEnabled: boolean | null;
5422
5453
  isSearchEnabled: boolean | null;
@@ -5428,7 +5459,6 @@ namespace reference.`microsoft.graph` {
5428
5459
  }
5429
5460
 
5430
5461
  @complex model fileStorageContainerTypeSettings {
5431
- agent: fileStorageContainerTypeAgentSettings | null;
5432
5462
  consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
5433
5463
  isDiscoverabilityEnabled: boolean | null;
5434
5464
  isItemVersioningEnabled: boolean | null;
@@ -5531,6 +5561,11 @@ namespace reference.`microsoft.graph` {
5531
5561
  mailNickname: string | null;
5532
5562
  }
5533
5563
 
5564
+ @complex model groupMembers extends userSet {
5565
+ description: string | null;
5566
+ id: string | null;
5567
+ }
5568
+
5534
5569
  @complex model groupPolicyPresentationDropdownListItem {
5535
5570
  /**
5536
5571
  * Localized display name for the drop-down list item.
@@ -5826,6 +5861,10 @@ namespace reference.`microsoft.graph` {
5826
5861
  enableIdTokenIssuance: boolean | null;
5827
5862
  }
5828
5863
 
5864
+ @complex model importBuildingMapSetting {
5865
+ isDryRun: boolean;
5866
+ }
5867
+
5829
5868
  @complex model importedWindowsAutopilotDeviceIdentityState {
5830
5869
  /**
5831
5870
  * Device error code reported by Device Directory Service(DDS).
@@ -7969,6 +8008,11 @@ namespace reference.`microsoft.graph` {
7969
8008
  userId: string | null;
7970
8009
  }
7971
8010
 
8011
+ @complex model mailboxDetails {
8012
+ emailAddress: string | null;
8013
+ externalDirectoryObjectId: string | null;
8014
+ }
8015
+
7972
8016
  @complex model mailboxSettings {
7973
8017
  archiveFolder: string | null;
7974
8018
  automaticRepliesSetting: automaticRepliesSetting | null;
@@ -8651,6 +8695,13 @@ namespace reference.`microsoft.graph` {
8651
8695
  networkType: networkType | null;
8652
8696
  }
8653
8697
 
8698
+ @complex model nistClassification {
8699
+ category: string;
8700
+ description: string | null;
8701
+ function: string | null;
8702
+ name: string;
8703
+ }
8704
+
8654
8705
  @complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
8655
8706
  }
8656
8707
 
@@ -8922,6 +8973,7 @@ namespace reference.`microsoft.graph` {
8922
8973
  isAccessibleViaZTNAClient: boolean | null;
8923
8974
  isBackendCertificateValidationEnabled: boolean | null;
8924
8975
  isContinuousAccessEvaluationEnabled: boolean | null;
8976
+ isDeviceAccessEnabled: boolean;
8925
8977
  isDnsResolutionEnabled: boolean | null;
8926
8978
  isHttpOnlyCookieEnabled: boolean | null;
8927
8979
  isOnPremPublishingEnabled: boolean | null;
@@ -9300,6 +9352,22 @@ namespace reference.`microsoft.graph` {
9300
9352
  street: string | null;
9301
9353
  }
9302
9354
 
9355
+ @complex model placeExecutionResult {
9356
+ children: placeExecutionResult[] | null;
9357
+ error: publicError | null;
9358
+ @references succeededPlace: place | null;
9359
+ }
9360
+
9361
+ @abstract
9362
+ @complex model placeMode {
9363
+ }
9364
+
9365
+ @complex model placeOperationProgress {
9366
+ failedPlaceCount: int32 | null;
9367
+ succeededPlaceCount: int32 | null;
9368
+ totalPlaceCount: int32 | null;
9369
+ }
9370
+
9303
9371
  @open
9304
9372
  @complex model plannerAppliedCategories {
9305
9373
  }
@@ -10129,6 +10197,12 @@ namespace reference.`microsoft.graph` {
10129
10197
  sessionKey: string;
10130
10198
  }
10131
10199
 
10200
+ @complex model requestSchedule {
10201
+ expiration: expirationPattern | null;
10202
+ recurrence: patternedRecurrence | null;
10203
+ startDateTime: offsetDateTime | null;
10204
+ }
10205
+
10132
10206
  @complex model requestSignatureVerification {
10133
10207
  allowedWeakAlgorithms: weakAlgorithms | null;
10134
10208
  isSignedRequestRequired: boolean;
@@ -10139,6 +10213,9 @@ namespace reference.`microsoft.graph` {
10139
10213
  resourceAppId: string;
10140
10214
  }
10141
10215
 
10216
+ @complex model reservablePlaceMode extends placeMode {
10217
+ }
10218
+
10142
10219
  /**
10143
10220
  * Reset passcode action result
10144
10221
  */
@@ -10176,6 +10253,12 @@ namespace reference.`microsoft.graph` {
10176
10253
  @complex model resourceData {
10177
10254
  }
10178
10255
 
10256
+ @complex model resourceLink {
10257
+ linkType: resourceLinkType;
10258
+ name: string | null;
10259
+ value: string | null;
10260
+ }
10261
+
10179
10262
  @complex model resourcePermission {
10180
10263
  type: string;
10181
10264
  value: string;
@@ -10876,6 +10959,11 @@ namespace reference.`microsoft.graph` {
10876
10959
  @complex model singleSignOnExtension {
10877
10960
  }
10878
10961
 
10962
+ @complex model singleUser extends userSet {
10963
+ description: string | null;
10964
+ id: string | null;
10965
+ }
10966
+
10879
10967
  @complex model siteArchivalDetails {
10880
10968
  archivedBy: identitySet | null;
10881
10969
  archivedDateTime: offsetDateTime | null;
@@ -10944,6 +11032,10 @@ namespace reference.`microsoft.graph` {
10944
11032
  upgradeAvailable: boolean | null;
10945
11033
  }
10946
11034
 
11035
+ @open
11036
+ @complex model stringDictionary extends Dictionary {
11037
+ }
11038
+
10947
11039
  @complex model stringKeyAttributeMappingSourceValuePair {
10948
11040
  key: string | null;
10949
11041
  value: attributeMappingSource | null;
@@ -11173,6 +11265,11 @@ namespace reference.`microsoft.graph` {
11173
11265
  @complex model thumbnailColumn {
11174
11266
  }
11175
11267
 
11268
+ @complex model ticketInfo {
11269
+ ticketNumber: string | null;
11270
+ ticketSystem: string | null;
11271
+ }
11272
+
11176
11273
  @complex model timeConstraint {
11177
11274
  activityDomain: activityDomain | null;
11178
11275
  recurrence: patternedRecurrence | null;
@@ -11276,6 +11373,19 @@ namespace reference.`microsoft.graph` {
11276
11373
  type: emailType | null;
11277
11374
  }
11278
11375
 
11376
+ @complex model unavailablePlaceMode extends placeMode {
11377
+ reason: string | null;
11378
+ }
11379
+
11380
+ @complex model unifiedRoleManagementPolicyRuleTarget {
11381
+ caller: string | null;
11382
+ enforcedSettings: string[] | null;
11383
+ inheritableSettings: string[] | null;
11384
+ level: string | null;
11385
+ operations: string[] | null;
11386
+ @references targetObjects: directoryObject[];
11387
+ }
11388
+
11279
11389
  @complex model unifiedRolePermission {
11280
11390
  allowedResourceActions: string[];
11281
11391
  condition: string | null;
@@ -11655,6 +11765,11 @@ namespace reference.`microsoft.graph` {
11655
11765
  userTypes: includedUserTypes | null;
11656
11766
  }
11657
11767
 
11768
+ @abstract
11769
+ @complex model userSet {
11770
+ isBackup: boolean | null;
11771
+ }
11772
+
11658
11773
  @complex model userSignIn extends signInIdentity {
11659
11774
  externalTenantId: string | null;
11660
11775
  externalUserType: conditionalAccessGuestOrExternalUserTypes;
@@ -13932,6 +14047,71 @@ namespace reference.`microsoft.graph` {
13932
14047
  timeZone: timeZoneBase | null;
13933
14048
  }
13934
14049
 
14050
+ @complex model workplaceSensor {
14051
+ /**
14052
+ * The display name of the sensor.
14053
+ */
14054
+ displayName: string | null;
14055
+ /**
14056
+ * The unique identifier of the place served by the sensor. Only needs to be provided if the sensor serves a different place than the device's location.
14057
+ */
14058
+ placeId: string | null;
14059
+ /**
14060
+ * The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
14061
+ */
14062
+ sensorId: string | null;
14063
+ /**
14064
+ * The type of the sensor. Possible values are occupancy, peopleCount.
14065
+ */
14066
+ sensorType: workplaceSensorType;
14067
+ }
14068
+
14069
+ @complex model workplaceSensorDeviceTelemetry {
14070
+ /**
14071
+ * The value of the sensor.
14072
+ */
14073
+ boolValue: boolean | null;
14074
+ /**
14075
+ * The unique identifier of the device.
14076
+ */
14077
+ deviceId: string;
14078
+ /**
14079
+ * The extra values associate with badge signal.
14080
+ */
14081
+ eventValue: workplaceSensorEventValue | null;
14082
+ /**
14083
+ * The value of the sensor.
14084
+ */
14085
+ intValue: int32 | null;
14086
+ /**
14087
+ * The additional information to indicate the location of the device.
14088
+ */
14089
+ locationHint: string | null;
14090
+ /**
14091
+ * The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
14092
+ */
14093
+ sensorId: string | null;
14094
+ /**
14095
+ * The type of the sensor. Possible values are occupancy, peopleCount.
14096
+ */
14097
+ sensorType: workplaceSensorType;
14098
+ /**
14099
+ * The timestamp at which the sensor value was observed.
14100
+ */
14101
+ timestamp: offsetDateTime;
14102
+ }
14103
+
14104
+ @complex model workplaceSensorEventValue {
14105
+ /**
14106
+ * The type of the event.
14107
+ */
14108
+ eventType: workplaceSensorEventType | null;
14109
+ /**
14110
+ * The unique identifier of an user. It could be email or aad id.
14111
+ */
14112
+ user: emailIdentity | null;
14113
+ }
14114
+
13935
14115
  @complex model writebackConfiguration {
13936
14116
  isEnabled: boolean | null;
13937
14117
  }
@@ -14148,6 +14328,7 @@ namespace reference.`microsoft.graph` {
14148
14328
 
14149
14329
  @entity model admin extends MsGraph.SharedModels.entity {
14150
14330
  @contains cloudLicensing: reference.`microsoft.graph.cloudLicensing`.adminCloudLicensing | null;
14331
+ @contains entra: entra | null;
14151
14332
  @contains people: peopleAdminSettings | null;
14152
14333
  @contains serviceAnnouncement: serviceAnnouncement | null;
14153
14334
  @contains sharepoint: sharepoint | null;
@@ -18717,6 +18898,21 @@ namespace reference.`microsoft.graph` {
18717
18898
  resourceId: guid | null;
18718
18899
  }
18719
18900
 
18901
+ @entity model approval extends entity {
18902
+ @references request: request | null;
18903
+ @contains steps: approvalStep[];
18904
+ }
18905
+
18906
+ @entity model approvalStep extends entity {
18907
+ assignedToMe: boolean | null;
18908
+ displayName: string | null;
18909
+ justification: string | null;
18910
+ reviewedBy: identity | null;
18911
+ reviewedDateTime: offsetDateTime | null;
18912
+ reviewResult: string | null;
18913
+ status: string | null;
18914
+ }
18915
+
18720
18916
  @entity model approvedClientApp extends entity {
18721
18917
  displayName: string | null;
18722
18918
  }
@@ -19023,6 +19219,11 @@ namespace reference.`microsoft.graph` {
19023
19219
  publication: publicationFacet | null;
19024
19220
  }
19025
19221
 
19222
+ @abstract
19223
+ @entity model baseMapFeature extends entity {
19224
+ properties: string | null;
19225
+ }
19226
+
19026
19227
  @entity model baseSitePage extends baseItem {
19027
19228
  pageLayout: pageLayoutType | null;
19028
19229
  publishingState: publicationFacet | null;
@@ -19040,6 +19241,19 @@ namespace reference.`microsoft.graph` {
19040
19241
  volumeType: volumeType | null;
19041
19242
  }
19042
19243
 
19244
+ @entity model building extends place {
19245
+ hasWiFi: boolean;
19246
+ resourceLinks: resourceLink[];
19247
+ wifiState: placeFeatureEnablement;
19248
+ @contains map: buildingMap | null;
19249
+ }
19250
+
19251
+ @entity model buildingMap extends baseMapFeature {
19252
+ placeId: string | null;
19253
+ @contains footprints: footprintMap[];
19254
+ @contains levels: levelMap[];
19255
+ }
19256
+
19043
19257
  @entity model bulkUpload extends entity {
19044
19258
  }
19045
19259
 
@@ -19196,6 +19410,12 @@ namespace reference.`microsoft.graph` {
19196
19410
  machineName: string | null;
19197
19411
  }
19198
19412
 
19413
+ @entity model checkInClaim extends MsGraph.SharedModels.entity {
19414
+ @computed @key calendarEventId: string;
19415
+ checkInMethod: checkInMethod;
19416
+ @computed createdDateTime: offsetDateTime | null;
19417
+ }
19418
+
19199
19419
  /**
19200
19420
  * Entity that represents a Chromebook tenant settings
19201
19421
  */
@@ -20830,6 +21050,13 @@ namespace reference.`microsoft.graph` {
20830
21050
  @entity model depVisionOSEnrollmentProfile extends enrollmentProfile {
20831
21051
  }
20832
21052
 
21053
+ @entity model desk extends place {
21054
+ displayDeviceName: string | null;
21055
+ heightAdjustableState: placeFeatureEnablement;
21056
+ mailboxDetails: mailboxDetails | null;
21057
+ mode: placeMode | null;
21058
+ }
21059
+
20833
21060
  /**
20834
21061
  * A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned.
20835
21062
  */
@@ -20974,7 +21201,7 @@ namespace reference.`microsoft.graph` {
20974
21201
  /**
20975
21202
  * Singleton entity that acts as a container for all device app management functionality.
20976
21203
  */
20977
- @entity model deviceAppManagement extends entity {
21204
+ @entity model deviceAppManagement extends MsGraph.SharedModels.entity {
20978
21205
  /**
20979
21206
  * Whether the account is enabled for syncing applications from the Microsoft Store for Business.
20980
21207
  */
@@ -25855,6 +26082,9 @@ namespace reference.`microsoft.graph` {
25855
26082
  @computed @key id: string;
25856
26083
  }
25857
26084
 
26085
+ @entity model entra extends entity {
26086
+ }
26087
+
25858
26088
  @open
25859
26089
  @entity model event extends outlookItem {
25860
26090
  allowNewTimeProposals: boolean | null;
@@ -26054,6 +26284,17 @@ namespace reference.`microsoft.graph` {
26054
26284
  supportedAttributeTypes: attributeType[];
26055
26285
  }
26056
26286
 
26287
+ @entity model fixtureMap extends baseMapFeature {
26288
+ placeId: string | null;
26289
+ }
26290
+
26291
+ @entity model floor extends place {
26292
+ sortOrder: int32 | null;
26293
+ }
26294
+
26295
+ @entity model footprintMap extends baseMapFeature {
26296
+ }
26297
+
26057
26298
  @abstract
26058
26299
  @entity model governanceInsight extends entity {
26059
26300
  }
@@ -27181,6 +27422,8 @@ namespace reference.`microsoft.graph` {
27181
27422
  }
27182
27423
 
27183
27424
  @entity model identityGovernance extends MsGraph.SharedModels.entity {
27425
+ @contains privilegedAccess: privilegedAccessRoot | null;
27426
+ @contains roleManagementAlerts: roleManagementAlert | null;
27184
27427
  }
27185
27428
 
27186
27429
  @entity model identityProtectionRoot extends MsGraph.SharedModels.entity {
@@ -27216,6 +27459,7 @@ namespace reference.`microsoft.graph` {
27216
27459
  resourceType: string;
27217
27460
  status: recommendationStatus;
27218
27461
  subjectId: string;
27462
+ @contains tags: recommendationTag[];
27219
27463
  }
27220
27464
 
27221
27465
  /**
@@ -27588,6 +27832,13 @@ namespace reference.`microsoft.graph` {
27588
27832
  target: deviceAndAppManagementAssignmentTarget | null;
27589
27833
  }
27590
27834
 
27835
+ @entity model invalidLicenseAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
27836
+ }
27837
+
27838
+ @entity model invalidLicenseAlertIncident extends unifiedRoleManagementAlertIncident {
27839
+ tenantLicenseStatus: string | null;
27840
+ }
27841
+
27591
27842
  @entity model invitation extends entity {
27592
27843
  invitedUserDisplayName: string | null;
27593
27844
  invitedUserEmailAddress: string;
@@ -29761,6 +30012,13 @@ namespace reference.`microsoft.graph` {
29761
30012
  written: languageProficiencyLevel | null;
29762
30013
  }
29763
30014
 
30015
+ @entity model levelMap extends baseMapFeature {
30016
+ placeId: string | null;
30017
+ @contains fixtures: fixtureMap[];
30018
+ @contains sections: sectionMap[];
30019
+ @contains units: unitMap[];
30020
+ }
30021
+
29764
30022
  @entity model licenseDetails extends entity {
29765
30023
  servicePlans: servicePlanInfo[];
29766
30024
  skuId: guid | null;
@@ -33961,6 +34219,14 @@ namespace reference.`microsoft.graph` {
33961
34219
  newsWebUrl: string | null;
33962
34220
  }
33963
34221
 
34222
+ @entity model noMfaOnRoleActivationAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
34223
+ }
34224
+
34225
+ @entity model noMfaOnRoleActivationAlertIncident extends unifiedRoleManagementAlertIncident {
34226
+ roleDisplayName: string | null;
34227
+ roleTemplateId: string | null;
34228
+ }
34229
+
33964
34230
  /**
33965
34231
  * Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance.
33966
34232
  */
@@ -34569,7 +34835,27 @@ namespace reference.`microsoft.graph` {
34569
34835
  webUrl: string | null;
34570
34836
  }
34571
34837
 
34572
- @entity model planner extends entity {
34838
+ @abstract
34839
+ @entity model place extends entity {
34840
+ address: physicalAddress | null;
34841
+ displayName: string;
34842
+ geoCoordinates: outlookGeoCoordinates | null;
34843
+ isWheelChairAccessible: boolean;
34844
+ label: string | null;
34845
+ parentId: string | null;
34846
+ phone: string | null;
34847
+ tags: string[];
34848
+ @contains checkIns: checkInClaim[];
34849
+ @references children: place[];
34850
+ }
34851
+
34852
+ @entity model placeOperation extends entity {
34853
+ details: placeExecutionResult[] | null;
34854
+ progress: placeOperationProgress | null;
34855
+ status: placeOperationStatus;
34856
+ }
34857
+
34858
+ @entity model planner extends MsGraph.SharedModels.entity {
34573
34859
  @contains buckets: plannerBucket[];
34574
34860
  @contains plans: plannerPlan[];
34575
34861
  @contains rosters: plannerRoster[];
@@ -34744,6 +35030,8 @@ namespace reference.`microsoft.graph` {
34744
35030
  @contains identitySecurityDefaultsEnforcementPolicy: identitySecurityDefaultsEnforcementPolicy | null;
34745
35031
  @contains permissionGrantPolicies: permissionGrantPolicy[];
34746
35032
  @contains permissionGrantPreApprovalPolicies: permissionGrantPreApprovalPolicy[];
35033
+ @contains roleManagementPolicies: unifiedRoleManagementPolicy[];
35034
+ @contains roleManagementPolicyAssignments: unifiedRoleManagementPolicyAssignment[];
34747
35035
  @contains tokenIssuancePolicies: tokenIssuancePolicy[];
34748
35036
  @contains tokenLifetimePolicies: tokenLifetimePolicy[];
34749
35037
  }
@@ -34873,6 +35161,106 @@ namespace reference.`microsoft.graph` {
34873
35161
  version: string;
34874
35162
  }
34875
35163
 
35164
+ @entity model privilegedAccessGroup extends entity {
35165
+ @contains assignmentScheduleInstances: privilegedAccessGroupAssignmentScheduleInstance[];
35166
+ @contains assignmentScheduleRequests: privilegedAccessGroupAssignmentScheduleRequest[];
35167
+ @contains assignmentSchedules: privilegedAccessGroupAssignmentSchedule[];
35168
+ @contains eligibilityScheduleInstances: privilegedAccessGroupEligibilityScheduleInstance[];
35169
+ @contains eligibilityScheduleRequests: privilegedAccessGroupEligibilityScheduleRequest[];
35170
+ @contains eligibilitySchedules: privilegedAccessGroupEligibilitySchedule[];
35171
+ }
35172
+
35173
+ @entity model privilegedAccessGroupAssignmentSchedule extends privilegedAccessSchedule {
35174
+ accessId: privilegedAccessGroupRelationships | null;
35175
+ assignmentType: privilegedAccessGroupAssignmentType | null;
35176
+ groupId: string | null;
35177
+ memberType: privilegedAccessGroupMemberType | null;
35178
+ principalId: string | null;
35179
+ @references activatedUsing: privilegedAccessGroupEligibilitySchedule | null;
35180
+ @references group: group | null;
35181
+ @references principal: directoryObject | null;
35182
+ }
35183
+
35184
+ @entity model privilegedAccessGroupAssignmentScheduleInstance extends privilegedAccessScheduleInstance {
35185
+ accessId: privilegedAccessGroupRelationships | null;
35186
+ assignmentScheduleId: string | null;
35187
+ assignmentType: privilegedAccessGroupAssignmentType | null;
35188
+ groupId: string | null;
35189
+ memberType: privilegedAccessGroupMemberType | null;
35190
+ principalId: string | null;
35191
+ @references activatedUsing: privilegedAccessGroupEligibilityScheduleInstance | null;
35192
+ @references group: group | null;
35193
+ @references principal: directoryObject | null;
35194
+ }
35195
+
35196
+ @entity model privilegedAccessGroupAssignmentScheduleRequest extends privilegedAccessScheduleRequest {
35197
+ accessId: privilegedAccessGroupRelationships | null;
35198
+ groupId: string | null;
35199
+ principalId: string | null;
35200
+ targetScheduleId: string | null;
35201
+ @references activatedUsing: privilegedAccessGroupEligibilitySchedule | null;
35202
+ @references group: group | null;
35203
+ @references principal: directoryObject | null;
35204
+ @references targetSchedule: privilegedAccessGroupEligibilitySchedule | null;
35205
+ }
35206
+
35207
+ @entity model privilegedAccessGroupEligibilitySchedule extends privilegedAccessSchedule {
35208
+ accessId: privilegedAccessGroupRelationships | null;
35209
+ groupId: string | null;
35210
+ memberType: privilegedAccessGroupMemberType | null;
35211
+ principalId: string | null;
35212
+ @references group: group | null;
35213
+ @references principal: directoryObject | null;
35214
+ }
35215
+
35216
+ @entity model privilegedAccessGroupEligibilityScheduleInstance extends privilegedAccessScheduleInstance {
35217
+ accessId: privilegedAccessGroupRelationships | null;
35218
+ eligibilityScheduleId: string | null;
35219
+ groupId: string | null;
35220
+ memberType: privilegedAccessGroupMemberType | null;
35221
+ principalId: string | null;
35222
+ @references group: group | null;
35223
+ @references principal: directoryObject | null;
35224
+ }
35225
+
35226
+ @entity model privilegedAccessGroupEligibilityScheduleRequest extends privilegedAccessScheduleRequest {
35227
+ accessId: privilegedAccessGroupRelationships | null;
35228
+ groupId: string | null;
35229
+ principalId: string | null;
35230
+ targetScheduleId: string | null;
35231
+ @references group: group | null;
35232
+ @references principal: directoryObject | null;
35233
+ @references targetSchedule: privilegedAccessGroupEligibilitySchedule | null;
35234
+ }
35235
+
35236
+ @entity model privilegedAccessRoot extends entity {
35237
+ @contains group: privilegedAccessGroup | null;
35238
+ }
35239
+
35240
+ @abstract
35241
+ @entity model privilegedAccessSchedule extends entity {
35242
+ @computed createdDateTime: offsetDateTime | null;
35243
+ createdUsing: string | null;
35244
+ modifiedDateTime: offsetDateTime | null;
35245
+ scheduleInfo: requestSchedule | null;
35246
+ status: string | null;
35247
+ }
35248
+
35249
+ @abstract
35250
+ @entity model privilegedAccessScheduleInstance extends entity {
35251
+ endDateTime: offsetDateTime | null;
35252
+ startDateTime: offsetDateTime | null;
35253
+ }
35254
+
35255
+ @abstract
35256
+ @entity model privilegedAccessScheduleRequest extends request {
35257
+ action: scheduleRequestActions | null;
35258
+ isValidationOnly: boolean | null;
35259
+ justification: string | null;
35260
+ scheduleInfo: requestSchedule | null;
35261
+ ticketInfo: ticketInfo | null;
35262
+ }
35263
+
34876
35264
  /**
34877
35265
  * The endpoint privilege management elevation result entity representing a single elevation action on a client device.
34878
35266
  */
@@ -35135,7 +35523,13 @@ namespace reference.`microsoft.graph` {
35135
35523
  @entity model rbacApplication extends entity {
35136
35524
  @contains resourceNamespaces: unifiedRbacResourceNamespace[];
35137
35525
  @contains roleAssignments: unifiedRoleAssignment[];
35526
+ @contains roleAssignmentScheduleInstances: unifiedRoleAssignmentScheduleInstance[];
35527
+ @contains roleAssignmentScheduleRequests: unifiedRoleAssignmentScheduleRequest[];
35528
+ @contains roleAssignmentSchedules: unifiedRoleAssignmentSchedule[];
35138
35529
  @contains roleDefinitions: unifiedRoleDefinition[];
35530
+ @contains roleEligibilityScheduleInstances: unifiedRoleEligibilityScheduleInstance[];
35531
+ @contains roleEligibilityScheduleRequests: unifiedRoleEligibilityScheduleRequest[];
35532
+ @contains roleEligibilitySchedules: unifiedRoleEligibilitySchedule[];
35139
35533
  @contains transitiveRoleAssignments: unifiedRoleAssignment[];
35140
35534
  }
35141
35535
 
@@ -35152,9 +35546,13 @@ namespace reference.`microsoft.graph` {
35152
35546
  actionSteps: actionStep[] | null;
35153
35547
  benefits: string | null;
35154
35548
  category: recommendationCategory;
35549
+ categoryGroup: recommendationCategoryGroup;
35550
+ completedBySystemDateTime: offsetDateTime | null;
35551
+ completedByUserDateTime: offsetDateTime | null;
35155
35552
  @computed createdDateTime: offsetDateTime;
35156
35553
  currentScore: float64 | null;
35157
35554
  displayName: string;
35555
+ failedReviewDateTime: offsetDateTime | null;
35158
35556
  featureAreas: recommendationFeatureAreas[] | null;
35159
35557
  impactStartDateTime: offsetDateTime | null;
35160
35558
  impactType: string | null;
@@ -35163,14 +35561,23 @@ namespace reference.`microsoft.graph` {
35163
35561
  lastModifiedBy: string | null;
35164
35562
  @computed lastModifiedDateTime: offsetDateTime | null;
35165
35563
  maxScore: float64 | null;
35564
+ needsMoreActionResourceCount: int32 | null;
35565
+ nistClassifications: nistClassification[];
35166
35566
  postponeUntilDateTime: offsetDateTime | null;
35167
35567
  priority: recommendationPriority;
35168
35568
  recommendationType: recommendationType | null;
35169
35569
  releaseType: string | null;
35570
+ remediatedDateTime: offsetDateTime | null;
35170
35571
  remediationImpact: string | null;
35171
35572
  requiredLicenses: requiredLicenses | null;
35172
35573
  status: recommendationStatus;
35574
+ @computed statusModifiedDateTime: offsetDateTime | null;
35173
35575
  @contains impactedResources: impactedResource[];
35576
+ @contains tags: recommendationTag[];
35577
+ }
35578
+
35579
+ @entity model recommendationTag extends entity {
35580
+ displayName: string;
35174
35581
  }
35175
35582
 
35176
35583
  @open
@@ -35186,6 +35593,20 @@ namespace reference.`microsoft.graph` {
35186
35593
  size: int64 | null;
35187
35594
  }
35188
35595
 
35596
+ @entity model redundantAssignmentAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
35597
+ `duration`: duration | null;
35598
+ }
35599
+
35600
+ @entity model redundantAssignmentAlertIncident extends unifiedRoleManagementAlertIncident {
35601
+ assigneeDisplayName: string | null;
35602
+ assigneeId: string | null;
35603
+ assigneeUserPrincipalName: string | null;
35604
+ @computed lastActivationDateTime: offsetDateTime | null;
35605
+ roleDefinitionId: string | null;
35606
+ roleDisplayName: string | null;
35607
+ roleTemplateId: string | null;
35608
+ }
35609
+
35189
35610
  @entity model referenceAttachment extends attachment {
35190
35611
  isFolder: boolean | null;
35191
35612
  permission: referenceAttachmentPermission | null;
@@ -35313,6 +35734,15 @@ namespace reference.`microsoft.graph` {
35313
35734
  @contains userInsights: userInsightsRoot | null;
35314
35735
  }
35315
35736
 
35737
+ @entity model request extends entity {
35738
+ approvalId: string | null;
35739
+ completedDateTime: offsetDateTime | null;
35740
+ createdBy: identitySet | null;
35741
+ @computed createdDateTime: offsetDateTime | null;
35742
+ customData: string | null;
35743
+ status: string;
35744
+ }
35745
+
35316
35746
  /**
35317
35747
  * Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC).
35318
35748
  */
@@ -35433,6 +35863,9 @@ namespace reference.`microsoft.graph` {
35433
35863
  riskState: riskState;
35434
35864
  }
35435
35865
 
35866
+ @entity model riskyAgentDiscoveredAgentIdentity extends riskyAgent {
35867
+ }
35868
+
35436
35869
  @entity model riskyAgentIdentity extends riskyAgent {
35437
35870
  @references agentIdentity: agentIdentity | null;
35438
35871
  }
@@ -35559,6 +35992,27 @@ namespace reference.`microsoft.graph` {
35559
35992
  */
35560
35993
  @contains deviceManagement: rbacApplicationMultiple | null;
35561
35994
  @contains directory: rbacApplication | null;
35995
+ @contains enterpriseApps: rbacApplication[];
35996
+ }
35997
+
35998
+ @entity model roleManagementAlert extends entity {
35999
+ @contains alertConfigurations: unifiedRoleManagementAlertConfiguration[];
36000
+ @contains alertDefinitions: unifiedRoleManagementAlertDefinition[];
36001
+ @contains alerts: unifiedRoleManagementAlert[];
36002
+ @contains operations: longRunningOperation[];
36003
+ }
36004
+
36005
+ @entity model rolesAssignedOutsidePrivilegedIdentityManagementAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
36006
+ }
36007
+
36008
+ @entity model rolesAssignedOutsidePrivilegedIdentityManagementAlertIncident extends unifiedRoleManagementAlertIncident {
36009
+ assigneeDisplayName: string | null;
36010
+ assigneeId: string | null;
36011
+ assigneeUserPrincipalName: string | null;
36012
+ assignmentCreatedDateTime: offsetDateTime | null;
36013
+ roleDefinitionId: string | null;
36014
+ roleDisplayName: string | null;
36015
+ roleTemplateId: string | null;
35562
36016
  }
35563
36017
 
35564
36018
  /**
@@ -35593,6 +36047,28 @@ namespace reference.`microsoft.graph` {
35593
36047
  target: deviceAndAppManagementAssignmentTarget | null;
35594
36048
  }
35595
36049
 
36050
+ @entity model room extends place {
36051
+ audioDeviceName: string | null;
36052
+ bookingType: bookingType | null;
36053
+ building: string | null;
36054
+ capacity: int32 | null;
36055
+ displayDeviceName: string | null;
36056
+ emailAddress: string | null;
36057
+ floorLabel: string | null;
36058
+ floorNumber: int32 | null;
36059
+ isTeamsEnabled: boolean;
36060
+ nickname: string;
36061
+ placeId: string | null;
36062
+ teamsEnabledState: placeFeatureEnablement;
36063
+ videoDeviceName: string | null;
36064
+ }
36065
+
36066
+ @entity model roomList extends place {
36067
+ emailAddress: string | null;
36068
+ @contains rooms: room[];
36069
+ @contains workspaces: workspace[];
36070
+ }
36071
+
35596
36072
  @entity model samlOrWsFedExternalDomainFederation extends samlOrWsFedProvider {
35597
36073
  @contains domains: externalDomainName[];
35598
36074
  }
@@ -35620,6 +36096,13 @@ namespace reference.`microsoft.graph` {
35620
36096
  roleMemberInfo: identity;
35621
36097
  }
35622
36098
 
36099
+ @entity model section extends place {
36100
+ }
36101
+
36102
+ @entity model sectionMap extends baseMapFeature {
36103
+ placeId: string | null;
36104
+ }
36105
+
35623
36106
  /**
35624
36107
  * The security baseline per category compliance state summary for the security baseline of the account.
35625
36108
  */
@@ -35816,6 +36299,23 @@ namespace reference.`microsoft.graph` {
35816
36299
  @references managedDevices: vulnerableManagedDevice[];
35817
36300
  }
35818
36301
 
36302
+ @entity model sequentialActivationRenewalsAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
36303
+ sequentialActivationCounterThreshold: int32 | null;
36304
+ timeIntervalBetweenActivations: duration | null;
36305
+ }
36306
+
36307
+ @entity model sequentialActivationRenewalsAlertIncident extends unifiedRoleManagementAlertIncident {
36308
+ activationCount: int32 | null;
36309
+ assigneeDisplayName: string | null;
36310
+ assigneeId: string | null;
36311
+ assigneeUserPrincipalName: string | null;
36312
+ roleDefinitionId: string | null;
36313
+ roleDisplayName: string | null;
36314
+ roleTemplateId: string | null;
36315
+ sequenceEndDateTime: offsetDateTime | null;
36316
+ sequenceStartDateTime: offsetDateTime | null;
36317
+ }
36318
+
35819
36319
  @entity model serviceActivity extends entity {
35820
36320
  }
35821
36321
 
@@ -36501,6 +37001,21 @@ namespace reference.`microsoft.graph` {
36501
37001
  unknownUserCount: int32;
36502
37002
  }
36503
37003
 
37004
+ @entity model staleSignInAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
37005
+ `duration`: duration | null;
37006
+ }
37007
+
37008
+ @entity model staleSignInAlertIncident extends unifiedRoleManagementAlertIncident {
37009
+ assigneeDisplayName: string | null;
37010
+ assigneeId: string | null;
37011
+ assigneeUserPrincipalName: string | null;
37012
+ assignmentCreatedDateTime: offsetDateTime | null;
37013
+ @computed lastSignInDateTime: offsetDateTime | null;
37014
+ roleDefinitionId: string | null;
37015
+ roleDisplayName: string | null;
37016
+ roleTemplateId: string | null;
37017
+ }
37018
+
36504
37019
  @entity model standardWebPart extends webPart {
36505
37020
  containerTextWebPartId: string | null;
36506
37021
  data: webPartData | null;
@@ -36873,6 +37388,17 @@ namespace reference.`microsoft.graph` {
36873
37388
  @entity model tokenLifetimePolicy extends stsPolicy {
36874
37389
  }
36875
37390
 
37391
+ @entity model tooManyGlobalAdminsAssignedToTenantAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
37392
+ globalAdminCountThreshold: int32 | null;
37393
+ percentageOfGlobalAdminsOutOfRolesThreshold: int32 | null;
37394
+ }
37395
+
37396
+ @entity model tooManyGlobalAdminsAssignedToTenantAlertIncident extends unifiedRoleManagementAlertIncident {
37397
+ assigneeDisplayName: string | null;
37398
+ assigneeId: string | null;
37399
+ assigneeUserPrincipalName: string | null;
37400
+ }
37401
+
36876
37402
  @abstract
36877
37403
  @entity model trustedCertificateAuthorityAsEntityBase extends directoryObject {
36878
37404
  @contains trustedCertificateAuthorities: certificateAuthorityAsEntity[];
@@ -36929,6 +37455,42 @@ namespace reference.`microsoft.graph` {
36929
37455
  @references roleDefinition: unifiedRoleDefinition | null;
36930
37456
  }
36931
37457
 
37458
+ @entity model unifiedRoleAssignmentSchedule extends unifiedRoleScheduleBase {
37459
+ assignmentType: string | null;
37460
+ memberType: string | null;
37461
+ scheduleInfo: requestSchedule | null;
37462
+ @references activatedUsing: unifiedRoleEligibilitySchedule | null;
37463
+ }
37464
+
37465
+ @entity model unifiedRoleAssignmentScheduleInstance extends unifiedRoleScheduleInstanceBase {
37466
+ assignmentType: string | null;
37467
+ endDateTime: offsetDateTime | null;
37468
+ memberType: string | null;
37469
+ roleAssignmentOriginId: string | null;
37470
+ roleAssignmentScheduleId: string | null;
37471
+ startDateTime: offsetDateTime | null;
37472
+ @references activatedUsing: unifiedRoleEligibilityScheduleInstance | null;
37473
+ }
37474
+
37475
+ @entity model unifiedRoleAssignmentScheduleRequest extends request {
37476
+ action: string | null;
37477
+ appScopeId: string | null;
37478
+ directoryScopeId: string | null;
37479
+ isValidationOnly: boolean | null;
37480
+ justification: string | null;
37481
+ principalId: string | null;
37482
+ roleDefinitionId: string | null;
37483
+ scheduleInfo: requestSchedule | null;
37484
+ targetScheduleId: string | null;
37485
+ ticketInfo: ticketInfo | null;
37486
+ @references activatedUsing: unifiedRoleEligibilitySchedule | null;
37487
+ @references appScope: appScope | null;
37488
+ @references directoryScope: directoryObject | null;
37489
+ @references principal: directoryObject | null;
37490
+ @references roleDefinition: unifiedRoleDefinition | null;
37491
+ @references targetSchedule: unifiedRoleAssignmentSchedule | null;
37492
+ }
37493
+
36932
37494
  @entity model unifiedRoleDefinition extends entity {
36933
37495
  allowedPrincipalTypes: allowedRolePrincipalTypes | null;
36934
37496
  description: string | null;
@@ -36943,6 +37505,156 @@ namespace reference.`microsoft.graph` {
36943
37505
  @contains inheritsPermissionsFrom: unifiedRoleDefinition[];
36944
37506
  }
36945
37507
 
37508
+ @entity model unifiedRoleEligibilitySchedule extends unifiedRoleScheduleBase {
37509
+ memberType: string | null;
37510
+ scheduleInfo: requestSchedule | null;
37511
+ }
37512
+
37513
+ @entity model unifiedRoleEligibilityScheduleInstance extends unifiedRoleScheduleInstanceBase {
37514
+ endDateTime: offsetDateTime | null;
37515
+ memberType: string | null;
37516
+ roleEligibilityScheduleId: string | null;
37517
+ startDateTime: offsetDateTime | null;
37518
+ }
37519
+
37520
+ @entity model unifiedRoleEligibilityScheduleRequest extends request {
37521
+ action: string | null;
37522
+ appScopeId: string | null;
37523
+ directoryScopeId: string | null;
37524
+ isValidationOnly: boolean | null;
37525
+ justification: string | null;
37526
+ principalId: string | null;
37527
+ roleDefinitionId: string | null;
37528
+ scheduleInfo: requestSchedule | null;
37529
+ targetScheduleId: string | null;
37530
+ ticketInfo: ticketInfo | null;
37531
+ @references appScope: appScope | null;
37532
+ @references directoryScope: directoryObject | null;
37533
+ @references principal: directoryObject | null;
37534
+ @references roleDefinition: unifiedRoleDefinition | null;
37535
+ @references targetSchedule: unifiedRoleEligibilitySchedule | null;
37536
+ }
37537
+
37538
+ @entity model unifiedRoleManagementAlert extends entity {
37539
+ alertDefinitionId: string | null;
37540
+ incidentCount: int32 | null;
37541
+ isActive: boolean | null;
37542
+ @computed lastModifiedDateTime: offsetDateTime | null;
37543
+ @computed lastScannedDateTime: offsetDateTime | null;
37544
+ scopeId: string | null;
37545
+ scopeType: string | null;
37546
+ @references alertConfiguration: unifiedRoleManagementAlertConfiguration | null;
37547
+ @references alertDefinition: unifiedRoleManagementAlertDefinition | null;
37548
+ @contains alertIncidents: unifiedRoleManagementAlertIncident[];
37549
+ }
37550
+
37551
+ @abstract
37552
+ @entity model unifiedRoleManagementAlertConfiguration extends entity {
37553
+ alertDefinitionId: string | null;
37554
+ isEnabled: boolean | null;
37555
+ scopeId: string | null;
37556
+ scopeType: string | null;
37557
+ @references alertDefinition: unifiedRoleManagementAlertDefinition | null;
37558
+ }
37559
+
37560
+ @entity model unifiedRoleManagementAlertDefinition extends entity {
37561
+ description: string | null;
37562
+ displayName: string | null;
37563
+ howToPrevent: string | null;
37564
+ isConfigurable: boolean | null;
37565
+ isRemediatable: boolean | null;
37566
+ mitigationSteps: string | null;
37567
+ scopeId: string | null;
37568
+ scopeType: string | null;
37569
+ securityImpact: string | null;
37570
+ severityLevel: alertSeverity | null;
37571
+ }
37572
+
37573
+ @abstract
37574
+ @entity model unifiedRoleManagementAlertIncident extends entity {
37575
+ }
37576
+
37577
+ @entity model unifiedRoleManagementPolicy extends entity {
37578
+ description: string;
37579
+ displayName: string;
37580
+ isOrganizationDefault: boolean | null;
37581
+ lastModifiedBy: identity | null;
37582
+ @computed lastModifiedDateTime: offsetDateTime | null;
37583
+ scopeId: string;
37584
+ scopeType: string;
37585
+ @contains effectiveRules: unifiedRoleManagementPolicyRule[];
37586
+ @contains rules: unifiedRoleManagementPolicyRule[];
37587
+ }
37588
+
37589
+ @entity model unifiedRoleManagementPolicyApprovalRule extends unifiedRoleManagementPolicyRule {
37590
+ setting: approvalSettings | null;
37591
+ }
37592
+
37593
+ @entity model unifiedRoleManagementPolicyAssignment extends entity {
37594
+ policyId: string;
37595
+ roleDefinitionId: string | null;
37596
+ scopeId: string;
37597
+ scopeType: string;
37598
+ @references policy: unifiedRoleManagementPolicy | null;
37599
+ }
37600
+
37601
+ @entity model unifiedRoleManagementPolicyAuthenticationContextRule extends unifiedRoleManagementPolicyRule {
37602
+ claimValue: string | null;
37603
+ isEnabled: boolean | null;
37604
+ }
37605
+
37606
+ @entity model unifiedRoleManagementPolicyEnablementRule extends unifiedRoleManagementPolicyRule {
37607
+ enabledRules: string[] | null;
37608
+ }
37609
+
37610
+ @entity model unifiedRoleManagementPolicyExpirationRule extends unifiedRoleManagementPolicyRule {
37611
+ isExpirationRequired: boolean | null;
37612
+ maximumDuration: duration | null;
37613
+ }
37614
+
37615
+ @entity model unifiedRoleManagementPolicyNotificationRule extends unifiedRoleManagementPolicyRule {
37616
+ isDefaultRecipientsEnabled: boolean | null;
37617
+ notificationLevel: string | null;
37618
+ notificationRecipients: string[] | null;
37619
+ notificationType: string | null;
37620
+ recipientType: string | null;
37621
+ }
37622
+
37623
+ @abstract
37624
+ @entity model unifiedRoleManagementPolicyRule extends entity {
37625
+ target: unifiedRoleManagementPolicyRuleTarget | null;
37626
+ }
37627
+
37628
+ @entity model unifiedRoleScheduleBase extends entity {
37629
+ appScopeId: string | null;
37630
+ @computed createdDateTime: offsetDateTime | null;
37631
+ createdUsing: string | null;
37632
+ directoryScopeId: string | null;
37633
+ modifiedDateTime: offsetDateTime | null;
37634
+ principalId: string | null;
37635
+ roleDefinitionId: string | null;
37636
+ status: string | null;
37637
+ @references appScope: appScope | null;
37638
+ @references directoryScope: directoryObject | null;
37639
+ @references principal: directoryObject | null;
37640
+ @references roleDefinition: unifiedRoleDefinition | null;
37641
+ }
37642
+
37643
+ @entity model unifiedRoleScheduleInstanceBase extends entity {
37644
+ appScopeId: string | null;
37645
+ directoryScopeId: string | null;
37646
+ principalId: string | null;
37647
+ roleDefinitionId: string | null;
37648
+ @references appScope: appScope | null;
37649
+ @references directoryScope: directoryObject | null;
37650
+ @references principal: directoryObject | null;
37651
+ @references roleDefinition: unifiedRoleDefinition | null;
37652
+ }
37653
+
37654
+ @entity model unitMap extends baseMapFeature {
37655
+ placeId: string | null;
37656
+ }
37657
+
36946
37658
  /**
36947
37659
  * This task derived type represents a list of unmanaged devices discovered in the network.
36948
37660
  */
@@ -39134,6 +39846,10 @@ namespace reference.`microsoft.graph` {
39134
39846
  os: string | null;
39135
39847
  }
39136
39848
 
39849
+ @entity model uxSetting extends entity {
39850
+ restrictNonAdminAccess: nonAdminSetting;
39851
+ }
39852
+
39137
39853
  @entity model verticalSection extends entity {
39138
39854
  emphasis: sectionEmphasisType | null;
39139
39855
  @contains webparts: webPart[];
@@ -45528,6 +46244,53 @@ namespace reference.`microsoft.graph` {
45528
46244
  packageIdentifier: string | null;
45529
46245
  }
45530
46246
 
46247
+ @entity model workplace extends MsGraph.SharedModels.entity {
46248
+ @contains sensorDevices: workplaceSensorDevice[];
46249
+ }
46250
+
46251
+ @entity model workplaceSensorDevice extends entity {
46252
+ /**
46253
+ * The description of the device.
46254
+ */
46255
+ description: string | null;
46256
+ /**
46257
+ * The unique identifier of the device set by the user.
46258
+ */
46259
+ deviceId: string;
46260
+ /**
46261
+ * The display name of the device.
46262
+ */
46263
+ displayName: string | null;
46264
+ /**
46265
+ * The IPv4 Address of the device.
46266
+ */
46267
+ ipV4Address: string | null;
46268
+ /**
46269
+ * The IPv6 Address of the device.
46270
+ */
46271
+ ipV6Address: string | null;
46272
+ /**
46273
+ * The MAC address of the device.
46274
+ */
46275
+ macAddress: string | null;
46276
+ /**
46277
+ * The manufacturer of the device.
46278
+ */
46279
+ manufacturer: string;
46280
+ /**
46281
+ * The unique identifier of the place where the device is located.
46282
+ */
46283
+ placeId: string | null;
46284
+ /**
46285
+ * A list of sensors associated with the device. Sensors can measure physical quantities such as temperature, humidity, occupancy, etc.
46286
+ */
46287
+ sensors: workplaceSensor[];
46288
+ /**
46289
+ * A list of custom tags associated with the device.
46290
+ */
46291
+ tags: string[] | null;
46292
+ }
46293
+
45531
46294
  @entity model workPosition extends itemFacet {
45532
46295
  categories: string[] | null;
45533
46296
  colleagues: relatedPerson[] | null;
@@ -45536,6 +46299,18 @@ namespace reference.`microsoft.graph` {
45536
46299
  manager: relatedPerson | null;
45537
46300
  }
45538
46301
 
46302
+ @entity model workspace extends place {
46303
+ building: string | null;
46304
+ capacity: int32 | null;
46305
+ displayDeviceName: string | null;
46306
+ emailAddress: string | null;
46307
+ floorLabel: string | null;
46308
+ floorNumber: int32 | null;
46309
+ mode: placeMode | null;
46310
+ nickname: string;
46311
+ placeId: string | null;
46312
+ }
46313
+
45539
46314
  @entity model x509CertificateCombinationConfiguration extends authenticationCombinationConfiguration {
45540
46315
  allowedIssuerSkis: string[];
45541
46316
  allowedPolicyOIDs: string[];
@@ -45802,6 +46577,7 @@ namespace reference.`microsoft.graph` {
45802
46577
  unknownFutureValue: 2,
45803
46578
  agentIdentityBlueprintPrincipal: 3,
45804
46579
  user: 4,
46580
+ discoveredAgentIdentity: 5,
45805
46581
  }
45806
46582
 
45807
46583
  enum agentIdRiskLevel {
@@ -45832,6 +46608,15 @@ namespace reference.`microsoft.graph` {
45832
46608
  unknownFutureValue: 3,
45833
46609
  }
45834
46610
 
46611
+ enum alertSeverity {
46612
+ `unknown`: 0,
46613
+ informational: 1,
46614
+ low: 2,
46615
+ medium: 3,
46616
+ high: 4,
46617
+ unknownFutureValue: 127,
46618
+ }
46619
+
45835
46620
  @graphFlags
45836
46621
  enum allowedAudiences {
45837
46622
  me: 0,
@@ -47710,6 +48495,23 @@ namespace reference.`microsoft.graph` {
47710
48495
  enrollmentRestrictions: 1,
47711
48496
  }
47712
48497
 
48498
+ enum assignmentScheduleFilterByCurrentUserOptions {
48499
+ principal: 1,
48500
+ unknownFutureValue: 2,
48501
+ }
48502
+
48503
+ enum assignmentScheduleInstanceFilterByCurrentUserOptions {
48504
+ principal: 1,
48505
+ unknownFutureValue: 2,
48506
+ }
48507
+
48508
+ enum assignmentScheduleRequestFilterByCurrentUserOptions {
48509
+ principal: 1,
48510
+ createdBy: 2,
48511
+ approver: 3,
48512
+ unknownFutureValue: 4,
48513
+ }
48514
+
47713
48515
  /**
47714
48516
  * This enum represents associated assignment payload type
47715
48517
  */
@@ -48215,6 +49017,13 @@ namespace reference.`microsoft.graph` {
48215
49017
  html: 1,
48216
49018
  }
48217
49019
 
49020
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
49021
+ enum bookingType {
49022
+ `unknown`: 0,
49023
+ standard: 1,
49024
+ reserved: 2,
49025
+ }
49026
+
48218
49027
  /**
48219
49028
  * Allow(Not Configured) or prevent(Block) the syncing of Microsoft Edge Browser settings. Option to prevent syncing across devices, but allow user override.
48220
49029
  */
@@ -48491,6 +49300,14 @@ namespace reference.`microsoft.graph` {
48491
49300
  mobileUnknown: 103,
48492
49301
  }
48493
49302
 
49303
+ enum checkInMethod {
49304
+ unspecified: 0,
49305
+ manual: 1,
49306
+ inferred: 2,
49307
+ verified: 3,
49308
+ unknownFutureValue: 4,
49309
+ }
49310
+
48494
49311
  /**
48495
49312
  * The onboarding status of the tenant.
48496
49313
  */
@@ -53373,6 +54190,23 @@ namespace reference.`microsoft.graph` {
53373
54190
  completed: 7,
53374
54191
  }
53375
54192
 
54193
+ enum eligibilityScheduleFilterByCurrentUserOptions {
54194
+ principal: 1,
54195
+ unknownFutureValue: 2,
54196
+ }
54197
+
54198
+ enum eligibilityScheduleInstanceFilterByCurrentUserOptions {
54199
+ principal: 1,
54200
+ unknownFutureValue: 2,
54201
+ }
54202
+
54203
+ enum eligibilityScheduleRequestFilterByCurrentUserOptions {
54204
+ principal: 1,
54205
+ createdBy: 2,
54206
+ approver: 3,
54207
+ unknownFutureValue: 4,
54208
+ }
54209
+
53376
54210
  /**
53377
54211
  * Supported certificate sources for email signing and encryption.
53378
54212
  */
@@ -54093,6 +54927,14 @@ namespace reference.`microsoft.graph` {
54093
54927
  restImmutableEntryId: 4,
54094
54928
  }
54095
54929
 
54930
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
54931
+ enum expirationPatternType {
54932
+ notSpecified: 0,
54933
+ noExpiration: 1,
54934
+ afterDateTime: 2,
54935
+ afterDuration: 3,
54936
+ }
54937
+
54096
54938
  enum expirationRequirement {
54097
54939
  rememberMultifactorAuthenticationOnTrustedDevices: 0,
54098
54940
  tenantTokenLifetimePolicy: 1,
@@ -57677,6 +58519,12 @@ namespace reference.`microsoft.graph` {
57677
58519
  unknownFutureValue: 5,
57678
58520
  }
57679
58521
 
58522
+ enum nonAdminSetting {
58523
+ `false`: 0,
58524
+ `true`: 1,
58525
+ unknownFutureValue: 2,
58526
+ }
58527
+
57680
58528
  /**
57681
58529
  * Non-EAP methods for authentication.
57682
58530
  */
@@ -58388,6 +59236,23 @@ namespace reference.`microsoft.graph` {
58388
59236
  other: 3,
58389
59237
  }
58390
59238
 
59239
+ enum placeFeatureEnablement {
59240
+ `unknown`: 0,
59241
+ enabled: 1,
59242
+ disabled: 2,
59243
+ unknownFutureValue: 3,
59244
+ }
59245
+
59246
+ enum placeOperationStatus {
59247
+ created: 0,
59248
+ inProgress: 1,
59249
+ succeeded: 2,
59250
+ failed: 3,
59251
+ partiallySucceeded: 4,
59252
+ expired: 5,
59253
+ unknownFutureValue: 6,
59254
+ }
59255
+
58391
59256
  enum plannerApprovalStatus {
58392
59257
  requested: 0,
58393
59258
  approved: 1,
@@ -58677,6 +59542,24 @@ namespace reference.`microsoft.graph` {
58677
59542
  unknownFutureValue: 4,
58678
59543
  }
58679
59544
 
59545
+ enum privilegedAccessGroupAssignmentType {
59546
+ assigned: 1,
59547
+ activated: 2,
59548
+ unknownFutureValue: 3,
59549
+ }
59550
+
59551
+ enum privilegedAccessGroupMemberType {
59552
+ direct: 1,
59553
+ group: 2,
59554
+ unknownFutureValue: 3,
59555
+ }
59556
+
59557
+ enum privilegedAccessGroupRelationships {
59558
+ owner: 1,
59559
+ member: 2,
59560
+ unknownFutureValue: 3,
59561
+ }
59562
+
58680
59563
  /**
58681
59564
  * Indicates the type of elevation occured
58682
59565
  */
@@ -59502,6 +60385,16 @@ namespace reference.`microsoft.graph` {
59502
60385
  mdiSecureScore: 3,
59503
60386
  }
59504
60387
 
60388
+ enum recommendationCategoryGroup {
60389
+ strengthenAuthentication: 0,
60390
+ detectAndRespondToThreats: 1,
60391
+ enforceLeastPrivilege: 2,
60392
+ governAppsCredentialsAndAgents: 3,
60393
+ hardenInfrastructure: 4,
60394
+ defenderForIdentity: 5,
60395
+ unknownFutureValue: 6,
60396
+ }
60397
+
59505
60398
  enum recommendationFeatureAreas {
59506
60399
  users: 0,
59507
60400
  groups: 1,
@@ -59513,11 +60406,12 @@ namespace reference.`microsoft.graph` {
59513
60406
  unknownFutureValue: 7,
59514
60407
  }
59515
60408
 
59516
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
59517
60409
  enum recommendationPriority {
59518
60410
  low: 0,
59519
60411
  medium: 1,
59520
60412
  high: 2,
60413
+ critical: 3,
60414
+ unknownFutureValue: 4,
59521
60415
  }
59522
60416
 
59523
60417
  enum recommendationStatus {
@@ -59531,6 +60425,7 @@ namespace reference.`microsoft.graph` {
59531
60425
  thirdParty: 7,
59532
60426
  planned: 8,
59533
60427
  alternateMitigation: 9,
60428
+ needsMoreAction: 10,
59534
60429
  }
59535
60430
 
59536
60431
  enum recommendationType {
@@ -59882,6 +60777,7 @@ namespace reference.`microsoft.graph` {
59882
60777
  microsoftEntraWorkloadId: 5,
59883
60778
  unknownFutureValue: 6,
59884
60779
  aatp: 7,
60780
+ microsoftEntraSuite: 8,
59885
60781
  }
59886
60782
 
59887
60783
  /**
@@ -59927,6 +60823,11 @@ namespace reference.`microsoft.graph` {
59927
60823
  unknownFutureValue: 20,
59928
60824
  }
59929
60825
 
60826
+ enum resourceLinkType {
60827
+ url: 0,
60828
+ unknownFutureValue: 1,
60829
+ }
60830
+
59930
60831
  enum resourceScopeType {
59931
60832
  group: 1,
59932
60833
  chat: 2,
@@ -60231,6 +61132,23 @@ namespace reference.`microsoft.graph` {
60231
61132
  unknownFutureValue: 6,
60232
61133
  }
60233
61134
 
61135
+ enum roleAssignmentScheduleFilterByCurrentUserOptions {
61136
+ principal: 1,
61137
+ unknownFutureValue: 2,
61138
+ }
61139
+
61140
+ enum roleAssignmentScheduleInstanceFilterByCurrentUserOptions {
61141
+ principal: 1,
61142
+ unknownFutureValue: 2,
61143
+ }
61144
+
61145
+ enum roleAssignmentScheduleRequestFilterByCurrentUserOptions {
61146
+ principal: 1,
61147
+ createdBy: 2,
61148
+ approver: 3,
61149
+ unknownFutureValue: 4,
61150
+ }
61151
+
60234
61152
  /**
60235
61153
  * Specifies the type of scope for a Role Assignment.
60236
61154
  */
@@ -60254,6 +61172,23 @@ namespace reference.`microsoft.graph` {
60254
61172
  unknownFutureValue: 4,
60255
61173
  }
60256
61174
 
61175
+ enum roleEligibilityScheduleFilterByCurrentUserOptions {
61176
+ principal: 1,
61177
+ unknownFutureValue: 2,
61178
+ }
61179
+
61180
+ enum roleEligibilityScheduleInstanceFilterByCurrentUserOptions {
61181
+ principal: 1,
61182
+ unknownFutureValue: 2,
61183
+ }
61184
+
61185
+ enum roleEligibilityScheduleRequestFilterByCurrentUserOptions {
61186
+ principal: 1,
61187
+ createdBy: 2,
61188
+ approver: 3,
61189
+ unknownFutureValue: 4,
61190
+ }
61191
+
60257
61192
  enum rootDomains {
60258
61193
  none: 0,
60259
61194
  all: 1,
@@ -60344,6 +61279,19 @@ namespace reference.`microsoft.graph` {
60344
61279
  unknownFutureValue: 2,
60345
61280
  }
60346
61281
 
61282
+ enum scheduleRequestActions {
61283
+ adminAssign: 1,
61284
+ adminUpdate: 2,
61285
+ adminRemove: 3,
61286
+ selfActivate: 4,
61287
+ selfDeactivate: 5,
61288
+ adminExtend: 6,
61289
+ adminRenew: 7,
61290
+ selfExtend: 8,
61291
+ selfRenew: 9,
61292
+ unknownFutureValue: 10,
61293
+ }
61294
+
60347
61295
  enum scopeCollectionKind {
60348
61296
  allAllowed: 0,
60349
61297
  enumerated: 1,
@@ -64864,6 +65812,40 @@ namespace reference.`microsoft.graph` {
64864
65812
  thirdEthernet: 6,
64865
65813
  }
64866
65814
 
65815
+ enum workplaceSensorEventType {
65816
+ badgeIn: 0,
65817
+ badgeOut: 1,
65818
+ unknownFutureValue: 2,
65819
+ }
65820
+
65821
+ enum workplaceSensorType {
65822
+ /**
65823
+ * The occupancy sensor type.
65824
+ */
65825
+ occupancy: 0,
65826
+ /**
65827
+ * The people count sensor type.
65828
+ */
65829
+ peopleCount: 1,
65830
+ /**
65831
+ * The inferred Occupancy sensor type.
65832
+ */
65833
+ inferredOccupancy: 2,
65834
+ /**
65835
+ * The heartbeat sensor type.
65836
+ */
65837
+ heartbeat: 3,
65838
+ /**
65839
+ * The badge swipe sensor type.
65840
+ */
65841
+ badge: 4,
65842
+ unknownFutureValue: 5,
65843
+ /**
65844
+ * The Wifi sensor type.
65845
+ */
65846
+ wifi: 6,
65847
+ }
65848
+
64867
65849
  /**
64868
65850
  * Configuration state set by admin for wriitng tools Apple Intelligence setting
64869
65851
  */