@microsoft/typespec-msgraph-reference 1.0.4 → 1.0.5
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.
- package/.rush/temp/package-deps_build.json +17 -17
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +189 -4
- package/lib/Bleu/V1.0/main.tsp +53 -0
- package/lib/Delos/Beta/main.tsp +954 -4
- package/lib/Delos/V1.0/main.tsp +93 -0
- package/lib/Fairfax/Beta/main.tsp +563 -20
- package/lib/Fairfax/V1.0/main.tsp +3 -0
- package/lib/GovSG/V1.0/main.tsp +1 -0
- package/lib/Mooncake/Beta/main.tsp +205 -4
- package/lib/Mooncake/V1.0/main.tsp +2 -0
- package/lib/Prod/Beta/main.tsp +911 -64
- package/lib/Prod/V1.0/main.tsp +478 -0
- package/lib/USNat/Beta/main.tsp +308 -0
- package/lib/USNat/V1.0/main.tsp +210 -0
- package/lib/USSec/Beta/main.tsp +308 -0
- package/lib/USSec/V1.0/main.tsp +210 -0
- package/package.json +2 -2
|
@@ -13,6 +13,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
13
13
|
@deprecatedDefinition("type", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
|
|
14
14
|
// Metadata item DeprecatedDefinition_type was already defined with a different value.
|
|
15
15
|
@deprecatedDefinition("cloudPcLaunchInfo", "<ChangeLogCategory>", "2025-09-30", "2026-10-30", "Starting from Oct 30, 2026, this complexType: cloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new type:cloudPcLaunchDetail instead.")
|
|
16
|
+
@deprecatedDefinition("cloudPcNotificationSetting", "<ChangeLogCategory>", "2026-04-14", "2026-07-14", "Starting from July 14, 2026, the cloudPcNotificationSetting complex type will no longer be supported and will be marked as deprecated. It was only used by the notificationSetting property on cloudPcUserSetting, which is also being deprecated.")
|
|
16
17
|
@deprecatedDefinition("additionalDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "The additionalDetails property is deprecated and will not be supported starting Jan 31, 2024. This property will not be included as part of the API response.")
|
|
17
18
|
@deprecatedDefinition("cloudPcOnPremisesConnectionStatusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, cloudPcOnPremisesConnectionStatusDetails complex type will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response.")
|
|
18
19
|
@deprecatedDefinition("statusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use errorCode instead.")
|
|
@@ -42,6 +43,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
42
43
|
@deprecatedDefinition("skuDisplayName", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, skuDisplayName property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
|
|
43
44
|
@deprecatedDefinition("healthCheckStatusDetails", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, healthCheckStatusDetails property will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response.")
|
|
44
45
|
@deprecatedDefinition("windowsSettings", "<ChangeLogCategory>", "2023-10-11", "2024-01-31", "Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use windowsSetting instead.")
|
|
46
|
+
@deprecatedDefinition("notificationSetting", "<ChangeLogCategory>", "2026-04-14", "2026-07-14", "Starting from July 14, 2026, the notificationSetting property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response.")
|
|
45
47
|
@deprecatedDefinition("selfServiceEnabled", "<ChangeLogCategory>", "2023-08-31", "2023-12-01", "The selfServiceEnabled property is deprecated and will not be supported starting Dec 1, 2023. This property will not be included as part of the API response.")
|
|
46
48
|
@deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
|
|
47
49
|
@deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-26", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
|
|
@@ -1309,6 +1311,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1309
1311
|
skuId: guid | null;
|
|
1310
1312
|
}
|
|
1311
1313
|
|
|
1314
|
+
@complex model assignedPlaceMode extends placeMode {
|
|
1315
|
+
assignedUserEmailAddress: string | null;
|
|
1316
|
+
assignedUserId: string | null;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1312
1319
|
@complex model assignedPlan {
|
|
1313
1320
|
assignedDateTime: offsetDateTime | null;
|
|
1314
1321
|
capabilityStatus: string | null;
|
|
@@ -1762,6 +1769,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1762
1769
|
}
|
|
1763
1770
|
|
|
1764
1771
|
@complex model authenticationMethodsRegistrationCampaign {
|
|
1772
|
+
enforceRegistrationAfterAllowedSnoozes: boolean | null;
|
|
1765
1773
|
excludeTargets: excludeTarget[];
|
|
1766
1774
|
includeTargets: authenticationMethodsRegistrationCampaignIncludeTarget[];
|
|
1767
1775
|
snoozeDurationInDays: int32;
|
|
@@ -2820,6 +2828,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2820
2828
|
servicePlanId: string | null;
|
|
2821
2829
|
}
|
|
2822
2830
|
|
|
2831
|
+
@graphDeprecated("cloudPcNotificationSetting")
|
|
2823
2832
|
@complex model cloudPcNotificationSetting {
|
|
2824
2833
|
restartPromptsDisabled: boolean | null;
|
|
2825
2834
|
}
|
|
@@ -6583,6 +6592,9 @@ namespace reference.`microsoft.graph` {
|
|
|
6583
6592
|
objectId: string | null;
|
|
6584
6593
|
}
|
|
6585
6594
|
|
|
6595
|
+
@complex model dropInPlaceMode extends placeMode {
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6586
6598
|
/**
|
|
6587
6599
|
* The home button configuration base class used to identify the available options
|
|
6588
6600
|
*/
|
|
@@ -7650,6 +7662,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7650
7662
|
enableIdTokenIssuance: boolean | null;
|
|
7651
7663
|
}
|
|
7652
7664
|
|
|
7665
|
+
@complex model importBuildingMapSetting {
|
|
7666
|
+
isDryRun: boolean;
|
|
7667
|
+
}
|
|
7668
|
+
|
|
7653
7669
|
@complex model importedWindowsAutopilotDeviceIdentityState {
|
|
7654
7670
|
/**
|
|
7655
7671
|
* Device error code reported by Device Directory Service(DDS).
|
|
@@ -9691,6 +9707,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9691
9707
|
userId: string | null;
|
|
9692
9708
|
}
|
|
9693
9709
|
|
|
9710
|
+
@complex model mailboxDetails {
|
|
9711
|
+
emailAddress: string | null;
|
|
9712
|
+
externalDirectoryObjectId: string | null;
|
|
9713
|
+
}
|
|
9714
|
+
|
|
9694
9715
|
@complex model mailboxSettings {
|
|
9695
9716
|
archiveFolder: string | null;
|
|
9696
9717
|
automaticRepliesSetting: automaticRepliesSetting | null;
|
|
@@ -11190,6 +11211,22 @@ namespace reference.`microsoft.graph` {
|
|
|
11190
11211
|
thumbprint: string | null;
|
|
11191
11212
|
}
|
|
11192
11213
|
|
|
11214
|
+
@complex model placeExecutionResult {
|
|
11215
|
+
children: placeExecutionResult[] | null;
|
|
11216
|
+
error: publicError | null;
|
|
11217
|
+
@references succeededPlace: place | null;
|
|
11218
|
+
}
|
|
11219
|
+
|
|
11220
|
+
@abstract
|
|
11221
|
+
@complex model placeMode {
|
|
11222
|
+
}
|
|
11223
|
+
|
|
11224
|
+
@complex model placeOperationProgress {
|
|
11225
|
+
failedPlaceCount: int32 | null;
|
|
11226
|
+
succeededPlaceCount: int32 | null;
|
|
11227
|
+
totalPlaceCount: int32 | null;
|
|
11228
|
+
}
|
|
11229
|
+
|
|
11193
11230
|
@open
|
|
11194
11231
|
@complex model plannerAppliedCategories {
|
|
11195
11232
|
}
|
|
@@ -11719,12 +11756,6 @@ namespace reference.`microsoft.graph` {
|
|
|
11719
11756
|
state: printJobProcessingState;
|
|
11720
11757
|
}
|
|
11721
11758
|
|
|
11722
|
-
@complex model printLogAnalyticsSettings {
|
|
11723
|
-
dataCollectionRuleImmutableId: string | null;
|
|
11724
|
-
logIngestionEndpoint: string | null;
|
|
11725
|
-
workspaceResourceId: string | null;
|
|
11726
|
-
}
|
|
11727
|
-
|
|
11728
11759
|
@complex model printMargin {
|
|
11729
11760
|
bottom: int32 | null;
|
|
11730
11761
|
left: int32 | null;
|
|
@@ -12197,6 +12228,9 @@ namespace reference.`microsoft.graph` {
|
|
|
12197
12228
|
resourceAppId: string;
|
|
12198
12229
|
}
|
|
12199
12230
|
|
|
12231
|
+
@complex model reservablePlaceMode extends placeMode {
|
|
12232
|
+
}
|
|
12233
|
+
|
|
12200
12234
|
/**
|
|
12201
12235
|
* Reset passcode action result
|
|
12202
12236
|
*/
|
|
@@ -12245,6 +12279,12 @@ namespace reference.`microsoft.graph` {
|
|
|
12245
12279
|
@complex model resourceData {
|
|
12246
12280
|
}
|
|
12247
12281
|
|
|
12282
|
+
@complex model resourceLink {
|
|
12283
|
+
linkType: resourceLinkType;
|
|
12284
|
+
name: string | null;
|
|
12285
|
+
value: string | null;
|
|
12286
|
+
}
|
|
12287
|
+
|
|
12248
12288
|
@complex model resourcePermission {
|
|
12249
12289
|
type: string;
|
|
12250
12290
|
value: string;
|
|
@@ -13928,6 +13968,10 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
13928
13968
|
x5t: string | null;
|
|
13929
13969
|
}
|
|
13930
13970
|
|
|
13971
|
+
@complex model unavailablePlaceMode extends placeMode {
|
|
13972
|
+
reason: string | null;
|
|
13973
|
+
}
|
|
13974
|
+
|
|
13931
13975
|
@complex model unifiedRole {
|
|
13932
13976
|
roleDefinitionId: string;
|
|
13933
13977
|
}
|
|
@@ -14955,6 +14999,10 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
14955
14999
|
* Device restart behavior.
|
|
14956
15000
|
*/
|
|
14957
15001
|
deviceRestartBehavior: win32LobAppRestartBehavior;
|
|
15002
|
+
/**
|
|
15003
|
+
* Indicates whether app-in-use detection is enabled before app enforcement, and if enabled, the action to take when the app is detected to be in-use. Null indicates the feature is not enabled. Possible values are: 'notEnabled', 'fail', 'terminateWithoutUserInteraction', 'terminateWithUserInteraction'.
|
|
15004
|
+
*/
|
|
15005
|
+
inUseBehavior: win32LobAppInUseActionType | null;
|
|
14958
15006
|
/**
|
|
14959
15007
|
* The number of minutes the system will wait for install program to finish. Default value is 60 minutes.
|
|
14960
15008
|
*/
|
|
@@ -15085,6 +15133,24 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
15085
15133
|
scriptContent: string | null;
|
|
15086
15134
|
}
|
|
15087
15135
|
|
|
15136
|
+
/**
|
|
15137
|
+
* A complex type to store process rule data for a Win32 LOB app.
|
|
15138
|
+
*/
|
|
15139
|
+
@complex model win32LobAppProcessRule extends win32LobAppRule {
|
|
15140
|
+
/**
|
|
15141
|
+
* Indicates the process operation type. Default value is 'notConfigured'. Possible values are: 'notConfigured', 'exists'.
|
|
15142
|
+
*/
|
|
15143
|
+
operationType: win32LobAppProcessOperationType;
|
|
15144
|
+
/**
|
|
15145
|
+
* Indicates the display name for the process in the Intune admin console. Example: 'Microsoft Word'.
|
|
15146
|
+
*/
|
|
15147
|
+
processDisplayName: string | null;
|
|
15148
|
+
/**
|
|
15149
|
+
* Indicates the process name to be searched for on a managed device when enforcing a managed app. Example: 'TestApp.exe'.
|
|
15150
|
+
*/
|
|
15151
|
+
processName: string | null;
|
|
15152
|
+
}
|
|
15153
|
+
|
|
15088
15154
|
/**
|
|
15089
15155
|
* Contains product code and version properties to detect a Win32 App
|
|
15090
15156
|
*/
|
|
@@ -16733,6 +16799,71 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
16733
16799
|
timeZone: timeZoneBase | null;
|
|
16734
16800
|
}
|
|
16735
16801
|
|
|
16802
|
+
@complex model workplaceSensor {
|
|
16803
|
+
/**
|
|
16804
|
+
* The display name of the sensor.
|
|
16805
|
+
*/
|
|
16806
|
+
displayName: string | null;
|
|
16807
|
+
/**
|
|
16808
|
+
* 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.
|
|
16809
|
+
*/
|
|
16810
|
+
placeId: string | null;
|
|
16811
|
+
/**
|
|
16812
|
+
* The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
|
|
16813
|
+
*/
|
|
16814
|
+
sensorId: string | null;
|
|
16815
|
+
/**
|
|
16816
|
+
* The type of the sensor. Possible values are occupancy, peopleCount.
|
|
16817
|
+
*/
|
|
16818
|
+
sensorType: workplaceSensorType;
|
|
16819
|
+
}
|
|
16820
|
+
|
|
16821
|
+
@complex model workplaceSensorDeviceTelemetry {
|
|
16822
|
+
/**
|
|
16823
|
+
* The value of the sensor.
|
|
16824
|
+
*/
|
|
16825
|
+
boolValue: boolean | null;
|
|
16826
|
+
/**
|
|
16827
|
+
* The unique identifier of the device.
|
|
16828
|
+
*/
|
|
16829
|
+
deviceId: string;
|
|
16830
|
+
/**
|
|
16831
|
+
* The extra values associate with badge signal.
|
|
16832
|
+
*/
|
|
16833
|
+
eventValue: workplaceSensorEventValue | null;
|
|
16834
|
+
/**
|
|
16835
|
+
* The value of the sensor.
|
|
16836
|
+
*/
|
|
16837
|
+
intValue: int32 | null;
|
|
16838
|
+
/**
|
|
16839
|
+
* The additional information to indicate the location of the device.
|
|
16840
|
+
*/
|
|
16841
|
+
locationHint: string | null;
|
|
16842
|
+
/**
|
|
16843
|
+
* The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
|
|
16844
|
+
*/
|
|
16845
|
+
sensorId: string | null;
|
|
16846
|
+
/**
|
|
16847
|
+
* The type of the sensor. Possible values are occupancy, peopleCount.
|
|
16848
|
+
*/
|
|
16849
|
+
sensorType: workplaceSensorType;
|
|
16850
|
+
/**
|
|
16851
|
+
* The timestamp at which the sensor value was observed.
|
|
16852
|
+
*/
|
|
16853
|
+
timestamp: offsetDateTime;
|
|
16854
|
+
}
|
|
16855
|
+
|
|
16856
|
+
@complex model workplaceSensorEventValue {
|
|
16857
|
+
/**
|
|
16858
|
+
* The type of the event.
|
|
16859
|
+
*/
|
|
16860
|
+
eventType: workplaceSensorEventType | null;
|
|
16861
|
+
/**
|
|
16862
|
+
* The unique identifier of an user. It could be email or aad id.
|
|
16863
|
+
*/
|
|
16864
|
+
user: emailIdentity | null;
|
|
16865
|
+
}
|
|
16866
|
+
|
|
16736
16867
|
@complex model writebackConfiguration {
|
|
16737
16868
|
isEnabled: boolean | null;
|
|
16738
16869
|
}
|
|
@@ -22418,6 +22549,11 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22418
22549
|
publication: publicationFacet | null;
|
|
22419
22550
|
}
|
|
22420
22551
|
|
|
22552
|
+
@abstract
|
|
22553
|
+
@entity model baseMapFeature extends entity {
|
|
22554
|
+
properties: string | null;
|
|
22555
|
+
}
|
|
22556
|
+
|
|
22421
22557
|
@entity model baseSitePage extends baseItem {
|
|
22422
22558
|
pageLayout: pageLayoutType | null;
|
|
22423
22559
|
publishingState: publicationFacet | null;
|
|
@@ -22643,6 +22779,19 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22643
22779
|
workingHours: bookingWorkHours[] | null;
|
|
22644
22780
|
}
|
|
22645
22781
|
|
|
22782
|
+
@entity model building extends place {
|
|
22783
|
+
hasWiFi: boolean;
|
|
22784
|
+
resourceLinks: resourceLink[];
|
|
22785
|
+
wifiState: placeFeatureEnablement;
|
|
22786
|
+
@contains map: buildingMap | null;
|
|
22787
|
+
}
|
|
22788
|
+
|
|
22789
|
+
@entity model buildingMap extends baseMapFeature {
|
|
22790
|
+
placeId: string | null;
|
|
22791
|
+
@contains footprints: footprintMap[];
|
|
22792
|
+
@contains levels: levelMap[];
|
|
22793
|
+
}
|
|
22794
|
+
|
|
22646
22795
|
@entity model builtInIdentityProvider extends identityProviderBase {
|
|
22647
22796
|
identityProviderType: string | null;
|
|
22648
22797
|
state: identityProviderState | null;
|
|
@@ -22924,6 +23073,12 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22924
23073
|
messageType: chatMessageType;
|
|
22925
23074
|
}
|
|
22926
23075
|
|
|
23076
|
+
@entity model checkInClaim extends MsGraph.SharedModels.entity {
|
|
23077
|
+
@computed @key calendarEventId: string;
|
|
23078
|
+
checkInMethod: checkInMethod;
|
|
23079
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
23080
|
+
}
|
|
23081
|
+
|
|
22927
23082
|
@entity model checklistItem extends entity {
|
|
22928
23083
|
checkedDateTime: offsetDateTime | null;
|
|
22929
23084
|
@computed createdDateTime: offsetDateTime;
|
|
@@ -23299,6 +23454,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23299
23454
|
gracePeriodEndDateTime: offsetDateTime | null;
|
|
23300
23455
|
groupDetail: cloudPcEntraGroupDetail | null;
|
|
23301
23456
|
imageDisplayName: string | null;
|
|
23457
|
+
isDisasterRecoveryActive: boolean;
|
|
23302
23458
|
lastLoginResult: cloudPcLoginResult | null;
|
|
23303
23459
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
23304
23460
|
lastRemoteActionResult: cloudPcRemoteActionResult | null;
|
|
@@ -23560,6 +23716,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23560
23716
|
microsoftManagedDesktop: microsoftManagedDesktop | null;
|
|
23561
23717
|
provisioningType: cloudPcProvisioningType | null;
|
|
23562
23718
|
scopeIds: string[] | null;
|
|
23719
|
+
snapshotResetMode: cloudPcSnapshotResetMode;
|
|
23563
23720
|
userSettingsPersistenceConfiguration: cloudPcUserSettingsPersistenceConfiguration | null;
|
|
23564
23721
|
windowsSetting: cloudPcWindowsSetting | null;
|
|
23565
23722
|
|
|
@@ -23615,6 +23772,8 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23615
23772
|
displayName: string | null;
|
|
23616
23773
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
23617
23774
|
localAdminEnabled: boolean | null;
|
|
23775
|
+
|
|
23776
|
+
@graphDeprecated("notificationSetting")
|
|
23618
23777
|
notificationSetting: cloudPcNotificationSetting | null;
|
|
23619
23778
|
provisioningSourceType: cloudPcProvisioningSourceType | null;
|
|
23620
23779
|
resetEnabled: boolean | null;
|
|
@@ -25140,6 +25299,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
25140
25299
|
@entity model depVisionOSEnrollmentProfile extends enrollmentProfile {
|
|
25141
25300
|
}
|
|
25142
25301
|
|
|
25302
|
+
@entity model desk extends place {
|
|
25303
|
+
displayDeviceName: string | null;
|
|
25304
|
+
heightAdjustableState: placeFeatureEnablement;
|
|
25305
|
+
mailboxDetails: mailboxDetails | null;
|
|
25306
|
+
mode: placeMode | null;
|
|
25307
|
+
}
|
|
25308
|
+
|
|
25143
25309
|
/**
|
|
25144
25310
|
* A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned.
|
|
25145
25311
|
*/
|
|
@@ -25870,7 +26036,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
25870
26036
|
*/
|
|
25871
26037
|
roleScopeTagIds: string[] | null;
|
|
25872
26038
|
/**
|
|
25873
|
-
*
|
|
26039
|
+
* 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.
|
|
25874
26040
|
*/
|
|
25875
26041
|
runAs32Bit: boolean;
|
|
25876
26042
|
/**
|
|
@@ -27551,6 +27717,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
27551
27717
|
* The remote assistance settings singleton
|
|
27552
27718
|
*/
|
|
27553
27719
|
@contains remoteAssistanceSettings: remoteAssistanceSettings | null;
|
|
27720
|
+
/**
|
|
27721
|
+
* Reports singleton
|
|
27722
|
+
*/
|
|
27554
27723
|
@contains reports: deviceManagementReports | null;
|
|
27555
27724
|
/**
|
|
27556
27725
|
* Collection of resource access settings associated with account.
|
|
@@ -29041,6 +29210,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
29041
29210
|
whenPartnerDevicesWillBeRemovedDateTime: offsetDateTime | null;
|
|
29042
29211
|
}
|
|
29043
29212
|
|
|
29213
|
+
/**
|
|
29214
|
+
* Singleton entity that acts as a container for all reports functionality.
|
|
29215
|
+
*/
|
|
29044
29216
|
@entity model deviceManagementReports extends entity {
|
|
29045
29217
|
/**
|
|
29046
29218
|
* Entity representing the configuration of a cached report.
|
|
@@ -30492,6 +30664,17 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
30492
30664
|
supportedAttributeTypes: attributeType[];
|
|
30493
30665
|
}
|
|
30494
30666
|
|
|
30667
|
+
@entity model fixtureMap extends baseMapFeature {
|
|
30668
|
+
placeId: string | null;
|
|
30669
|
+
}
|
|
30670
|
+
|
|
30671
|
+
@entity model floor extends place {
|
|
30672
|
+
sortOrder: int32 | null;
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
@entity model footprintMap extends baseMapFeature {
|
|
30676
|
+
}
|
|
30677
|
+
|
|
30495
30678
|
@abstract
|
|
30496
30679
|
@entity model governanceInsight extends entity {
|
|
30497
30680
|
insightCreatedDateTime: offsetDateTime | null;
|
|
@@ -33596,7 +33779,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
33596
33779
|
}
|
|
33597
33780
|
|
|
33598
33781
|
/**
|
|
33599
|
-
* A class containing the properties used for iOS
|
|
33782
|
+
* A class containing the properties used for iOS lob app provisioning configuration PolicySetItem.
|
|
33600
33783
|
*/
|
|
33601
33784
|
@entity model iosLobAppProvisioningConfigurationPolicySetItem extends policySetItem {
|
|
33602
33785
|
}
|
|
@@ -34365,6 +34548,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
34365
34548
|
written: languageProficiencyLevel | null;
|
|
34366
34549
|
}
|
|
34367
34550
|
|
|
34551
|
+
@entity model levelMap extends baseMapFeature {
|
|
34552
|
+
placeId: string | null;
|
|
34553
|
+
@contains fixtures: fixtureMap[];
|
|
34554
|
+
@contains sections: sectionMap[];
|
|
34555
|
+
@contains units: unitMap[];
|
|
34556
|
+
}
|
|
34557
|
+
|
|
34368
34558
|
@entity model licenseDetails extends entity {
|
|
34369
34559
|
servicePlans: servicePlanInfo[];
|
|
34370
34560
|
skuId: guid | null;
|
|
@@ -36318,6 +36508,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
36318
36508
|
* Defines how app messaging redirection is protected by an App Protection Policy. Default is anyApp.
|
|
36319
36509
|
*/
|
|
36320
36510
|
protectedMessagingRedirectAppType: messagingRedirectAppType;
|
|
36511
|
+
/**
|
|
36512
|
+
* Indicates whether Microsoft Purview content evaluation is required before a managed app performs an outgoing data sharing action. Default value is notRequired. Possible values are: notRequired, requiredWhenOnline, required, unknownFutureValue.
|
|
36513
|
+
*/
|
|
36514
|
+
purviewContentEvaluationRequired: managedAppPurviewEvaluationRequirement;
|
|
36321
36515
|
/**
|
|
36322
36516
|
* Indicates whether users may use the "Save As" menu item to save a copy of protected files.
|
|
36323
36517
|
*/
|
|
@@ -39400,11 +39594,19 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
39400
39594
|
address: physicalAddress | null;
|
|
39401
39595
|
displayName: string;
|
|
39402
39596
|
geoCoordinates: outlookGeoCoordinates | null;
|
|
39597
|
+
isWheelChairAccessible: boolean;
|
|
39598
|
+
label: string | null;
|
|
39599
|
+
parentId: string | null;
|
|
39403
39600
|
phone: string | null;
|
|
39404
|
-
|
|
39405
|
-
|
|
39406
|
-
|
|
39407
|
-
|
|
39601
|
+
tags: string[];
|
|
39602
|
+
@contains checkIns: checkInClaim[];
|
|
39603
|
+
@references children: place[];
|
|
39604
|
+
}
|
|
39605
|
+
|
|
39606
|
+
@entity model placeOperation extends entity {
|
|
39607
|
+
details: placeExecutionResult[] | null;
|
|
39608
|
+
progress: placeOperationProgress | null;
|
|
39609
|
+
status: placeOperationStatus;
|
|
39408
39610
|
}
|
|
39409
39611
|
|
|
39410
39612
|
@entity model planner extends entity {
|
|
@@ -40772,10 +40974,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
40772
40974
|
emailAddress: string | null;
|
|
40773
40975
|
floorLabel: string | null;
|
|
40774
40976
|
floorNumber: int32 | null;
|
|
40775
|
-
|
|
40776
|
-
label: string | null;
|
|
40977
|
+
isTeamsEnabled: boolean;
|
|
40777
40978
|
nickname: string;
|
|
40778
|
-
|
|
40979
|
+
placeId: string | null;
|
|
40980
|
+
teamsEnabledState: placeFeatureEnablement;
|
|
40779
40981
|
videoDeviceName: string | null;
|
|
40780
40982
|
}
|
|
40781
40983
|
|
|
@@ -40815,6 +41017,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
40815
41017
|
@entity model searchEntity extends entity {
|
|
40816
41018
|
}
|
|
40817
41019
|
|
|
41020
|
+
@entity model section extends place {
|
|
41021
|
+
}
|
|
41022
|
+
|
|
41023
|
+
@entity model sectionMap extends baseMapFeature {
|
|
41024
|
+
placeId: string | null;
|
|
41025
|
+
}
|
|
41026
|
+
|
|
40818
41027
|
@open
|
|
40819
41028
|
@entity model secureScore extends entity {
|
|
40820
41029
|
activeUserCount: int32 | null;
|
|
@@ -42828,6 +43037,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
42828
43037
|
@references roleDefinition: unifiedRoleDefinition | null;
|
|
42829
43038
|
}
|
|
42830
43039
|
|
|
43040
|
+
@entity model unitMap extends baseMapFeature {
|
|
43041
|
+
placeId: string | null;
|
|
43042
|
+
}
|
|
43043
|
+
|
|
42831
43044
|
/**
|
|
42832
43045
|
* This task derived type represents a list of unmanaged devices discovered in the network.
|
|
42833
43046
|
*/
|
|
@@ -51830,6 +52043,53 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
51830
52043
|
protected: boolean;
|
|
51831
52044
|
}
|
|
51832
52045
|
|
|
52046
|
+
@entity model workplace extends MsGraph.SharedModels.entity {
|
|
52047
|
+
@contains sensorDevices: workplaceSensorDevice[];
|
|
52048
|
+
}
|
|
52049
|
+
|
|
52050
|
+
@entity model workplaceSensorDevice extends entity {
|
|
52051
|
+
/**
|
|
52052
|
+
* The description of the device.
|
|
52053
|
+
*/
|
|
52054
|
+
description: string | null;
|
|
52055
|
+
/**
|
|
52056
|
+
* The unique identifier of the device set by the user.
|
|
52057
|
+
*/
|
|
52058
|
+
deviceId: string;
|
|
52059
|
+
/**
|
|
52060
|
+
* The display name of the device.
|
|
52061
|
+
*/
|
|
52062
|
+
displayName: string | null;
|
|
52063
|
+
/**
|
|
52064
|
+
* The IPv4 Address of the device.
|
|
52065
|
+
*/
|
|
52066
|
+
ipV4Address: string | null;
|
|
52067
|
+
/**
|
|
52068
|
+
* The IPv6 Address of the device.
|
|
52069
|
+
*/
|
|
52070
|
+
ipV6Address: string | null;
|
|
52071
|
+
/**
|
|
52072
|
+
* The MAC address of the device.
|
|
52073
|
+
*/
|
|
52074
|
+
macAddress: string | null;
|
|
52075
|
+
/**
|
|
52076
|
+
* The manufacturer of the device.
|
|
52077
|
+
*/
|
|
52078
|
+
manufacturer: string;
|
|
52079
|
+
/**
|
|
52080
|
+
* The unique identifier of the place where the device is located.
|
|
52081
|
+
*/
|
|
52082
|
+
placeId: string | null;
|
|
52083
|
+
/**
|
|
52084
|
+
* A list of sensors associated with the device. Sensors can measure physical quantities such as temperature, humidity, occupancy, etc.
|
|
52085
|
+
*/
|
|
52086
|
+
sensors: workplaceSensor[];
|
|
52087
|
+
/**
|
|
52088
|
+
* A list of custom tags associated with the device.
|
|
52089
|
+
*/
|
|
52090
|
+
tags: string[] | null;
|
|
52091
|
+
}
|
|
52092
|
+
|
|
51833
52093
|
@entity model workPosition extends itemFacet {
|
|
51834
52094
|
categories: string[] | null;
|
|
51835
52095
|
colleagues: relatedPerson[] | null;
|
|
@@ -51841,13 +52101,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
51841
52101
|
@entity model workspace extends place {
|
|
51842
52102
|
building: string | null;
|
|
51843
52103
|
capacity: int32 | null;
|
|
52104
|
+
displayDeviceName: string | null;
|
|
51844
52105
|
emailAddress: string | null;
|
|
51845
52106
|
floorLabel: string | null;
|
|
51846
52107
|
floorNumber: int32 | null;
|
|
51847
|
-
|
|
51848
|
-
label: string | null;
|
|
52108
|
+
mode: placeMode | null;
|
|
51849
52109
|
nickname: string;
|
|
51850
|
-
|
|
52110
|
+
placeId: string | null;
|
|
51851
52111
|
}
|
|
51852
52112
|
|
|
51853
52113
|
@entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
@@ -53334,6 +53594,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53334
53594
|
*/
|
|
53335
53595
|
wpaPersonal: 4,
|
|
53336
53596
|
unknownFutureValue: 5,
|
|
53597
|
+
/**
|
|
53598
|
+
* 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.
|
|
53599
|
+
*/
|
|
53600
|
+
wpa2Personal: 6,
|
|
53601
|
+
/**
|
|
53602
|
+
* 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.
|
|
53603
|
+
*/
|
|
53604
|
+
wpa3Personal: 7,
|
|
53605
|
+
/**
|
|
53606
|
+
* 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.
|
|
53607
|
+
*/
|
|
53608
|
+
wpa3Enterprise: 8,
|
|
53337
53609
|
}
|
|
53338
53610
|
|
|
53339
53611
|
/**
|
|
@@ -53502,7 +53774,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53502
53774
|
/**
|
|
53503
53775
|
* Wi-Fi Security Types for AOSP Device Owner.
|
|
53504
53776
|
*/
|
|
53505
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
53506
53777
|
enum aospDeviceOwnerWiFiSecurityType {
|
|
53507
53778
|
/**
|
|
53508
53779
|
* Open (No Authentication).
|
|
@@ -53520,6 +53791,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53520
53791
|
* WPA-Enterprise/WPA2-Enterprise. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options.
|
|
53521
53792
|
*/
|
|
53522
53793
|
wpaEnterprise: 4,
|
|
53794
|
+
unknownFutureValue: 5,
|
|
53795
|
+
/**
|
|
53796
|
+
* 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.
|
|
53797
|
+
*/
|
|
53798
|
+
wpa2Personal: 6,
|
|
53799
|
+
/**
|
|
53800
|
+
* 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.
|
|
53801
|
+
*/
|
|
53802
|
+
wpa2Enterprise: 7,
|
|
53803
|
+
/**
|
|
53804
|
+
* Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
|
|
53805
|
+
*/
|
|
53806
|
+
wpa3Personal: 8,
|
|
53807
|
+
/**
|
|
53808
|
+
* 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.
|
|
53809
|
+
*/
|
|
53810
|
+
wpa3Enterprise: 9,
|
|
53523
53811
|
}
|
|
53524
53812
|
|
|
53525
53813
|
/**
|
|
@@ -55110,6 +55398,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
55110
55398
|
unknownFutureValue: 3,
|
|
55111
55399
|
}
|
|
55112
55400
|
|
|
55401
|
+
enum checkInMethod {
|
|
55402
|
+
unspecified: 0,
|
|
55403
|
+
manual: 1,
|
|
55404
|
+
inferred: 2,
|
|
55405
|
+
verified: 3,
|
|
55406
|
+
unknownFutureValue: 4,
|
|
55407
|
+
}
|
|
55408
|
+
|
|
55113
55409
|
/**
|
|
55114
55410
|
* The onboarding status of the tenant.
|
|
55115
55411
|
*/
|
|
@@ -56015,6 +56311,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
56015
56311
|
unknownFutureValue: 2,
|
|
56016
56312
|
}
|
|
56017
56313
|
|
|
56314
|
+
enum cloudPcSnapshotResetMode {
|
|
56315
|
+
notApplicable: 0,
|
|
56316
|
+
enabled: 1,
|
|
56317
|
+
disabled: 2,
|
|
56318
|
+
unknownFutureValue: 3,
|
|
56319
|
+
}
|
|
56320
|
+
|
|
56018
56321
|
enum cloudPcSnapshotStatus {
|
|
56019
56322
|
ready: 0,
|
|
56020
56323
|
unknownFutureValue: 999,
|
|
@@ -56052,6 +56355,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
56052
56355
|
modifyingSingleSignOn: 14,
|
|
56053
56356
|
refreshPolicyConfiguration: 15,
|
|
56054
56357
|
preparing: 16,
|
|
56358
|
+
failoverInProgress: 17,
|
|
56359
|
+
failbackInProgress: 18,
|
|
56055
56360
|
}
|
|
56056
56361
|
|
|
56057
56362
|
enum cloudPcStorageAccountAccessTier {
|
|
@@ -63827,6 +64132,25 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
63827
64132
|
alphanumericAndSymbol: 1,
|
|
63828
64133
|
}
|
|
63829
64134
|
|
|
64135
|
+
/**
|
|
64136
|
+
* Specifies whether Microsoft Purview Data Loss Prevention (DLP) content evaluation is required before data sharing.
|
|
64137
|
+
*/
|
|
64138
|
+
enum managedAppPurviewEvaluationRequirement {
|
|
64139
|
+
/**
|
|
64140
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is not required.
|
|
64141
|
+
*/
|
|
64142
|
+
notRequired: 0,
|
|
64143
|
+
/**
|
|
64144
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is required when online; sharing is allowed if the service is unreachable.
|
|
64145
|
+
*/
|
|
64146
|
+
requiredWhenOnline: 1,
|
|
64147
|
+
/**
|
|
64148
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is always required; sharing is blocked if the service is unreachable.
|
|
64149
|
+
*/
|
|
64150
|
+
required: 2,
|
|
64151
|
+
unknownFutureValue: 3,
|
|
64152
|
+
}
|
|
64153
|
+
|
|
63830
64154
|
/**
|
|
63831
64155
|
* An admin initiated action to be applied on a managed app.
|
|
63832
64156
|
*/
|
|
@@ -65351,6 +65675,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65351
65675
|
* Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy.
|
|
65352
65676
|
*/
|
|
65353
65677
|
`unknown`: 0,
|
|
65678
|
+
/**
|
|
65679
|
+
* Indicates that the configured policy type is for a Device Wipe Action.
|
|
65680
|
+
*/
|
|
65681
|
+
deviceWipe: 2,
|
|
65682
|
+
/**
|
|
65683
|
+
* Indicates that the configured policy type is for a Device Retire Action
|
|
65684
|
+
*/
|
|
65685
|
+
deviceRetire: 3,
|
|
65686
|
+
/**
|
|
65687
|
+
* Indicates that the configured policy type is for a Device Delete Action.
|
|
65688
|
+
*/
|
|
65689
|
+
deviceDelete: 5,
|
|
65354
65690
|
/**
|
|
65355
65691
|
* Indicates that the configured policy type is an application type, such as mobile apps or built-in apps.
|
|
65356
65692
|
*/
|
|
@@ -65364,6 +65700,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65364
65700
|
*/
|
|
65365
65701
|
role: 18,
|
|
65366
65702
|
unknownFutureValue: 21,
|
|
65703
|
+
/**
|
|
65704
|
+
* Indicates that the configured policy type is for Tenant Configuration operations.
|
|
65705
|
+
*/
|
|
65706
|
+
tenantConfiguration: 28,
|
|
65367
65707
|
}
|
|
65368
65708
|
|
|
65369
65709
|
/**
|
|
@@ -65750,6 +66090,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65750
66090
|
other: 3,
|
|
65751
66091
|
}
|
|
65752
66092
|
|
|
66093
|
+
enum placeFeatureEnablement {
|
|
66094
|
+
`unknown`: 0,
|
|
66095
|
+
enabled: 1,
|
|
66096
|
+
disabled: 2,
|
|
66097
|
+
unknownFutureValue: 3,
|
|
66098
|
+
}
|
|
66099
|
+
|
|
66100
|
+
enum placeOperationStatus {
|
|
66101
|
+
created: 0,
|
|
66102
|
+
inProgress: 1,
|
|
66103
|
+
succeeded: 2,
|
|
66104
|
+
failed: 3,
|
|
66105
|
+
partiallySucceeded: 4,
|
|
66106
|
+
expired: 5,
|
|
66107
|
+
unknownFutureValue: 6,
|
|
66108
|
+
}
|
|
66109
|
+
|
|
65753
66110
|
enum plannerApprovalStatus {
|
|
65754
66111
|
requested: 0,
|
|
65755
66112
|
approved: 1,
|
|
@@ -68355,6 +68712,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
68355
68712
|
unknownFutureValue: 8,
|
|
68356
68713
|
}
|
|
68357
68714
|
|
|
68715
|
+
enum resourceLinkType {
|
|
68716
|
+
url: 0,
|
|
68717
|
+
unknownFutureValue: 1,
|
|
68718
|
+
}
|
|
68719
|
+
|
|
68358
68720
|
enum resourceScopeType {
|
|
68359
68721
|
group: 1,
|
|
68360
68722
|
chat: 2,
|
|
@@ -71233,6 +71595,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71233
71595
|
* Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
|
|
71234
71596
|
*/
|
|
71235
71597
|
wpa3Personal: 7,
|
|
71598
|
+
/**
|
|
71599
|
+
* 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.
|
|
71600
|
+
*/
|
|
71601
|
+
wpa3Enterprise: 8,
|
|
71236
71602
|
}
|
|
71237
71603
|
|
|
71238
71604
|
/**
|
|
@@ -71364,6 +71730,29 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71364
71730
|
unknownFutureValue: 9,
|
|
71365
71731
|
}
|
|
71366
71732
|
|
|
71733
|
+
/**
|
|
71734
|
+
* Indicates whether app-in-use detection is enabled before app enforcement, and if enabled, the action to take when the app is detected to be in-use.
|
|
71735
|
+
*/
|
|
71736
|
+
enum win32LobAppInUseActionType {
|
|
71737
|
+
/**
|
|
71738
|
+
* Default. Indicates that no in-use detection will be evaluated before an app enforcement.
|
|
71739
|
+
*/
|
|
71740
|
+
notEnabled: 0,
|
|
71741
|
+
/**
|
|
71742
|
+
* Indicates that the in-use detection will occur immediately before app enforcement. Enforcement will not occur if the app is detected to be in-use, and an error status will be reported for the app.
|
|
71743
|
+
*/
|
|
71744
|
+
fail: 1,
|
|
71745
|
+
/**
|
|
71746
|
+
* Indicates that in-use detection will occur immediately before app enforcement. If the app is detected to be in-use, the processes specified in the corresponding process detection rules will be terminated, and app enforcement will commence.
|
|
71747
|
+
*/
|
|
71748
|
+
terminateWithoutUserInteraction: 2,
|
|
71749
|
+
/**
|
|
71750
|
+
* Indicates that in-use detection will occur immediately before app enforcement. If the app is detected to be in-use, the end user will be prompted according to the configured deferral and countdown settings, and the processes specified in the corresponding process detection rules will be terminated before app enforcement is commenced. If any of the processes cannot be terminated, the app will not be enforced, and an error status will be reported for the app.
|
|
71751
|
+
*/
|
|
71752
|
+
terminateWithUserInteraction: 3,
|
|
71753
|
+
unknownFutureValue: 4,
|
|
71754
|
+
}
|
|
71755
|
+
|
|
71367
71756
|
/**
|
|
71368
71757
|
* Indicates the package type of an MSI Win32LobApp.
|
|
71369
71758
|
*/
|
|
@@ -71472,6 +71861,21 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71472
71861
|
`boolean`: 6,
|
|
71473
71862
|
}
|
|
71474
71863
|
|
|
71864
|
+
/**
|
|
71865
|
+
* A list of possible operations for rules used to make determinations about whether an application is in-use based on process state.
|
|
71866
|
+
*/
|
|
71867
|
+
enum win32LobAppProcessOperationType {
|
|
71868
|
+
/**
|
|
71869
|
+
* Default. Not configured.
|
|
71870
|
+
*/
|
|
71871
|
+
notConfigured: 0,
|
|
71872
|
+
/**
|
|
71873
|
+
* Indicates that the rule evaluates whether the specified process exists (is running) on the device.
|
|
71874
|
+
*/
|
|
71875
|
+
exists: 1,
|
|
71876
|
+
unknownFutureValue: 2,
|
|
71877
|
+
}
|
|
71878
|
+
|
|
71475
71879
|
/**
|
|
71476
71880
|
* Contains all supported registry data detection type.
|
|
71477
71881
|
*/
|
|
@@ -71626,7 +72030,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71626
72030
|
/**
|
|
71627
72031
|
* Contains rule types for Win32 LOB apps.
|
|
71628
72032
|
*/
|
|
71629
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
71630
72033
|
enum win32LobAppRuleType {
|
|
71631
72034
|
/**
|
|
71632
72035
|
* Detection rule.
|
|
@@ -71636,6 +72039,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71636
72039
|
* Requirement rule.
|
|
71637
72040
|
*/
|
|
71638
72041
|
requirement: 1,
|
|
72042
|
+
/**
|
|
72043
|
+
* Indicates that the associated rule represents an executable for app in-use detection.
|
|
72044
|
+
*/
|
|
72045
|
+
inUse: 2,
|
|
72046
|
+
unknownFutureValue: 3,
|
|
71639
72047
|
}
|
|
71640
72048
|
|
|
71641
72049
|
/**
|
|
@@ -73661,6 +74069,40 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
73661
74069
|
failed: 3,
|
|
73662
74070
|
}
|
|
73663
74071
|
|
|
74072
|
+
enum workplaceSensorEventType {
|
|
74073
|
+
badgeIn: 0,
|
|
74074
|
+
badgeOut: 1,
|
|
74075
|
+
unknownFutureValue: 2,
|
|
74076
|
+
}
|
|
74077
|
+
|
|
74078
|
+
enum workplaceSensorType {
|
|
74079
|
+
/**
|
|
74080
|
+
* The occupancy sensor type.
|
|
74081
|
+
*/
|
|
74082
|
+
occupancy: 0,
|
|
74083
|
+
/**
|
|
74084
|
+
* The people count sensor type.
|
|
74085
|
+
*/
|
|
74086
|
+
peopleCount: 1,
|
|
74087
|
+
/**
|
|
74088
|
+
* The inferred Occupancy sensor type.
|
|
74089
|
+
*/
|
|
74090
|
+
inferredOccupancy: 2,
|
|
74091
|
+
/**
|
|
74092
|
+
* The heartbeat sensor type.
|
|
74093
|
+
*/
|
|
74094
|
+
heartbeat: 3,
|
|
74095
|
+
/**
|
|
74096
|
+
* The badge swipe sensor type.
|
|
74097
|
+
*/
|
|
74098
|
+
badge: 4,
|
|
74099
|
+
unknownFutureValue: 5,
|
|
74100
|
+
/**
|
|
74101
|
+
* The Wifi sensor type.
|
|
74102
|
+
*/
|
|
74103
|
+
wifi: 6,
|
|
74104
|
+
}
|
|
74105
|
+
|
|
73664
74106
|
/**
|
|
73665
74107
|
* Configuration state set by admin for wriitng tools Apple Intelligence setting
|
|
73666
74108
|
*/
|
|
@@ -74831,6 +75273,17 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74831
75273
|
triggerAttributes: triggerAttribute[];
|
|
74832
75274
|
}
|
|
74833
75275
|
|
|
75276
|
+
@complex model attributeSetEntry {
|
|
75277
|
+
name: string;
|
|
75278
|
+
value: string | null;
|
|
75279
|
+
}
|
|
75280
|
+
|
|
75281
|
+
@complex model awaitedWorkflowProcessingResult {
|
|
75282
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75283
|
+
statusReasons: string[];
|
|
75284
|
+
subject: workflowSubject | null;
|
|
75285
|
+
}
|
|
75286
|
+
|
|
74834
75287
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
74835
75288
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
74836
75289
|
}
|
|
@@ -74840,12 +75293,19 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74840
75293
|
}
|
|
74841
75294
|
|
|
74842
75295
|
@complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
|
|
75296
|
+
targetSubject: workflowSubject | null;
|
|
74843
75297
|
@references subject: reference.`microsoft.graph`.user | null;
|
|
74844
75298
|
@references task: task | null;
|
|
74845
75299
|
@references taskProcessingresult: taskProcessingResult | null;
|
|
74846
75300
|
@references workflow: workflow | null;
|
|
74847
75301
|
}
|
|
74848
75302
|
|
|
75303
|
+
@complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
|
|
75304
|
+
operationStatus: customTaskExtensionOperationStatus;
|
|
75305
|
+
statusReasons: string[];
|
|
75306
|
+
targetSubject: workflowSubject | null;
|
|
75307
|
+
}
|
|
75308
|
+
|
|
74849
75309
|
@complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
74850
75310
|
@references groups: reference.`microsoft.graph`.group[];
|
|
74851
75311
|
}
|
|
@@ -74870,6 +75330,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74870
75330
|
taskId: string;
|
|
74871
75331
|
}
|
|
74872
75332
|
|
|
75333
|
+
@complex model provisioningAttributeMapping extends workflowExecutionConditions {
|
|
75334
|
+
}
|
|
75335
|
+
|
|
75336
|
+
@complex model provisioningObjectWorkflowSubject extends workflowSubject {
|
|
75337
|
+
attributeSetEntries: attributeSetEntry[];
|
|
75338
|
+
id: string;
|
|
75339
|
+
}
|
|
75340
|
+
|
|
74873
75341
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
74874
75342
|
rule: string;
|
|
74875
75343
|
}
|
|
@@ -74980,10 +75448,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74980
75448
|
totalUsers: int32;
|
|
74981
75449
|
}
|
|
74982
75450
|
|
|
75451
|
+
@abstract
|
|
75452
|
+
@complex model workflowSubject {
|
|
75453
|
+
}
|
|
75454
|
+
|
|
74983
75455
|
@entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
|
|
74984
75456
|
callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
|
|
74985
75457
|
@computed createdDateTime: offsetDateTime | null;
|
|
74986
75458
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
75459
|
+
replyMode: customTaskExtensionReplyMode;
|
|
74987
75460
|
@references createdBy: reference.`microsoft.graph`.user | null;
|
|
74988
75461
|
@references lastModifiedBy: reference.`microsoft.graph`.user | null;
|
|
74989
75462
|
}
|
|
@@ -75021,10 +75494,26 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75021
75494
|
totalUsersCount: int32;
|
|
75022
75495
|
workflowExecutionType: workflowExecutionType;
|
|
75023
75496
|
@references reprocessedRuns: run[];
|
|
75497
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
75024
75498
|
@contains taskProcessingResults: taskProcessingResult[];
|
|
75025
75499
|
@contains userProcessingResults: userProcessingResult[];
|
|
75026
75500
|
}
|
|
75027
75501
|
|
|
75502
|
+
@entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
|
|
75503
|
+
completedDateTime: offsetDateTime | null;
|
|
75504
|
+
failedTasksCount: int32;
|
|
75505
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75506
|
+
scheduledDateTime: offsetDateTime;
|
|
75507
|
+
startedDateTime: offsetDateTime | null;
|
|
75508
|
+
subject: workflowSubject;
|
|
75509
|
+
totalTasksCount: int32;
|
|
75510
|
+
totalUnprocessedTasksCount: int32;
|
|
75511
|
+
workflowExecutionType: workflowExecutionType;
|
|
75512
|
+
workflowVersion: int32;
|
|
75513
|
+
@references reprocessedRuns: run[];
|
|
75514
|
+
@contains taskProcessingResults: taskProcessingResult[];
|
|
75515
|
+
}
|
|
75516
|
+
|
|
75028
75517
|
@entity model task extends reference.`microsoft.graph`.entity {
|
|
75029
75518
|
arguments: reference.`microsoft.graph`.keyValuePair[];
|
|
75030
75519
|
category: lifecycleTaskCategory;
|
|
@@ -75052,6 +75541,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75052
75541
|
failureReason: string | null;
|
|
75053
75542
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75054
75543
|
startedDateTime: offsetDateTime | null;
|
|
75544
|
+
workflowSubject: workflowSubject | null;
|
|
75055
75545
|
@references subject: reference.`microsoft.graph`.user;
|
|
75056
75546
|
@references task: task;
|
|
75057
75547
|
}
|
|
@@ -75096,6 +75586,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75096
75586
|
@privatePreview("organizationalUnit")
|
|
75097
75587
|
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
75098
75588
|
@contains runs: run[];
|
|
75589
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
75099
75590
|
@contains taskReports: taskReport[];
|
|
75100
75591
|
@contains userProcessingResults: userProcessingResult[];
|
|
75101
75592
|
@contains versions: workflowVersion[];
|
|
@@ -75147,12 +75638,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75147
75638
|
unknownFutureValue: 2,
|
|
75148
75639
|
}
|
|
75149
75640
|
|
|
75641
|
+
enum customTaskExtensionReplyMode {
|
|
75642
|
+
none: 0,
|
|
75643
|
+
callback: 1,
|
|
75644
|
+
response: 2,
|
|
75645
|
+
unknownFutureValue: 3,
|
|
75646
|
+
}
|
|
75647
|
+
|
|
75150
75648
|
@graphFlags
|
|
75151
75649
|
enum lifecycleTaskCategory {
|
|
75152
75650
|
joiner: 1,
|
|
75153
75651
|
leaver: 2,
|
|
75154
75652
|
unknownFutureValue: 4,
|
|
75155
75653
|
mover: 8,
|
|
75654
|
+
extensibility: 16,
|
|
75156
75655
|
}
|
|
75157
75656
|
|
|
75158
75657
|
enum lifecycleWorkflowCategory {
|
|
@@ -75160,6 +75659,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75160
75659
|
leaver: 1,
|
|
75161
75660
|
unknownFutureValue: 2,
|
|
75162
75661
|
mover: 3,
|
|
75662
|
+
extensibility: 4,
|
|
75163
75663
|
}
|
|
75164
75664
|
|
|
75165
75665
|
enum lifecycleWorkflowProcessingStatus {
|
|
@@ -75193,6 +75693,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75193
75693
|
activatedWithScope: 3,
|
|
75194
75694
|
@privatePreview("organizationalUnit")
|
|
75195
75695
|
preview: 4,
|
|
75696
|
+
extensibilityOnDemand: 5,
|
|
75196
75697
|
}
|
|
75197
75698
|
|
|
75198
75699
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -77018,6 +77519,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77018
77519
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
77019
77520
|
}
|
|
77020
77521
|
|
|
77522
|
+
@entity model entityDefinitionInput extends MsGraph.SharedModels.entity {
|
|
77523
|
+
@computed @key entityIdentifier: string;
|
|
77524
|
+
entityType: manualAlertEntityType;
|
|
77525
|
+
identifierValue: string;
|
|
77526
|
+
role: entityDefinitionInputRole;
|
|
77527
|
+
}
|
|
77528
|
+
|
|
77021
77529
|
@entity model file extends reference.`microsoft.graph`.entity {
|
|
77022
77530
|
content: stream | null;
|
|
77023
77531
|
dateTime: offsetDateTime | null;
|
|
@@ -77138,6 +77646,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77138
77646
|
@contains retentionLabels: retentionLabel[];
|
|
77139
77647
|
}
|
|
77140
77648
|
|
|
77649
|
+
@entity model manualAlert extends alert {
|
|
77650
|
+
isExcludedFromCorrelation: boolean;
|
|
77651
|
+
linkToIncident: int64 | null;
|
|
77652
|
+
sentinelWorkspace: string | null;
|
|
77653
|
+
@contains entityDefinitions: entityDefinitionInput[];
|
|
77654
|
+
}
|
|
77655
|
+
|
|
77141
77656
|
@entity model networkAdapter extends reference.`microsoft.graph`.entity {
|
|
77142
77657
|
isEnabled: boolean | null;
|
|
77143
77658
|
name: string | null;
|
|
@@ -77603,6 +78118,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77603
78118
|
unknownFutureValue: 5,
|
|
77604
78119
|
}
|
|
77605
78120
|
|
|
78121
|
+
enum entityDefinitionInputRole {
|
|
78122
|
+
impacted: 0,
|
|
78123
|
+
related: 1,
|
|
78124
|
+
unknownFutureValue: 99,
|
|
78125
|
+
}
|
|
78126
|
+
|
|
77606
78127
|
enum eventPropagationStatus {
|
|
77607
78128
|
none: 0,
|
|
77608
78129
|
inProcessing: 1,
|
|
@@ -77894,6 +78415,27 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77894
78415
|
unknownFutureValue: 31,
|
|
77895
78416
|
}
|
|
77896
78417
|
|
|
78418
|
+
enum manualAlertEntityType {
|
|
78419
|
+
user: 0,
|
|
78420
|
+
device: 1,
|
|
78421
|
+
file: 2,
|
|
78422
|
+
ip: 3,
|
|
78423
|
+
url: 4,
|
|
78424
|
+
cloudApplication: 5,
|
|
78425
|
+
mailbox: 6,
|
|
78426
|
+
securityGroup: 7,
|
|
78427
|
+
azureResource: 8,
|
|
78428
|
+
amazonResource: 9,
|
|
78429
|
+
googleCloudResource: 10,
|
|
78430
|
+
oAuthApplication: 11,
|
|
78431
|
+
emailMessage: 12,
|
|
78432
|
+
emailCluster: 13,
|
|
78433
|
+
process: 14,
|
|
78434
|
+
registryKey: 15,
|
|
78435
|
+
registryValue: 16,
|
|
78436
|
+
unknownFutureValue: 99,
|
|
78437
|
+
}
|
|
78438
|
+
|
|
77897
78439
|
enum onboardingStatus {
|
|
77898
78440
|
insufficientInfo: 0,
|
|
77899
78441
|
onboarded: 1,
|
|
@@ -78002,6 +78544,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
78002
78544
|
microsoftSentinel: 512,
|
|
78003
78545
|
microsoftInsiderRiskManagement: 1024,
|
|
78004
78546
|
microsoftThreatIntelligence: 2048,
|
|
78547
|
+
microsoftSecurityForAI: 4096,
|
|
78005
78548
|
}
|
|
78006
78549
|
|
|
78007
78550
|
@graphFlags
|