@microsoft/typespec-msgraph-reference 1.0.4 → 1.0.6
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 +18 -18
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +310 -7
- package/lib/Bleu/V1.0/main.tsp +430 -1
- package/lib/Delos/Beta/main.tsp +4284 -23
- package/lib/Delos/V1.0/main.tsp +2815 -22
- package/lib/Fairfax/Beta/main.tsp +627 -23
- package/lib/Fairfax/V1.0/main.tsp +61 -1
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +3 -1
- package/lib/Mooncake/Beta/main.tsp +269 -7
- package/lib/Mooncake/V1.0/main.tsp +60 -1
- package/lib/Prod/Beta/main.tsp +1695 -75
- package/lib/Prod/V1.0/main.tsp +4171 -167
- package/lib/USNat/Beta/main.tsp +576 -0
- package/lib/USNat/V1.0/main.tsp +465 -1
- package/lib/USSec/Beta/main.tsp +576 -0
- package/lib/USSec/V1.0/main.tsp +465 -1
- 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
|
}
|
|
@@ -3832,6 +3841,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3832
3841
|
@complex model customAppScopeAttributesDictionary extends Dictionary {
|
|
3833
3842
|
}
|
|
3834
3843
|
|
|
3844
|
+
@open
|
|
3845
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
3846
|
+
}
|
|
3847
|
+
|
|
3835
3848
|
@abstract
|
|
3836
3849
|
@complex model customExtensionAuthenticationConfiguration {
|
|
3837
3850
|
}
|
|
@@ -6583,6 +6596,9 @@ namespace reference.`microsoft.graph` {
|
|
|
6583
6596
|
objectId: string | null;
|
|
6584
6597
|
}
|
|
6585
6598
|
|
|
6599
|
+
@complex model dropInPlaceMode extends placeMode {
|
|
6600
|
+
}
|
|
6601
|
+
|
|
6586
6602
|
/**
|
|
6587
6603
|
* The home button configuration base class used to identify the available options
|
|
6588
6604
|
*/
|
|
@@ -7650,6 +7666,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7650
7666
|
enableIdTokenIssuance: boolean | null;
|
|
7651
7667
|
}
|
|
7652
7668
|
|
|
7669
|
+
@complex model importBuildingMapSetting {
|
|
7670
|
+
isDryRun: boolean;
|
|
7671
|
+
}
|
|
7672
|
+
|
|
7653
7673
|
@complex model importedWindowsAutopilotDeviceIdentityState {
|
|
7654
7674
|
/**
|
|
7655
7675
|
* Device error code reported by Device Directory Service(DDS).
|
|
@@ -9691,6 +9711,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9691
9711
|
userId: string | null;
|
|
9692
9712
|
}
|
|
9693
9713
|
|
|
9714
|
+
@complex model mailboxDetails {
|
|
9715
|
+
emailAddress: string | null;
|
|
9716
|
+
externalDirectoryObjectId: string | null;
|
|
9717
|
+
}
|
|
9718
|
+
|
|
9694
9719
|
@complex model mailboxSettings {
|
|
9695
9720
|
archiveFolder: string | null;
|
|
9696
9721
|
automaticRepliesSetting: automaticRepliesSetting | null;
|
|
@@ -10730,6 +10755,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10730
10755
|
}
|
|
10731
10756
|
|
|
10732
10757
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
10758
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
10733
10759
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
10734
10760
|
blockSoftMatchEnabled: boolean | null;
|
|
10735
10761
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -11190,6 +11216,22 @@ namespace reference.`microsoft.graph` {
|
|
|
11190
11216
|
thumbprint: string | null;
|
|
11191
11217
|
}
|
|
11192
11218
|
|
|
11219
|
+
@complex model placeExecutionResult {
|
|
11220
|
+
children: placeExecutionResult[] | null;
|
|
11221
|
+
error: publicError | null;
|
|
11222
|
+
@references succeededPlace: place | null;
|
|
11223
|
+
}
|
|
11224
|
+
|
|
11225
|
+
@abstract
|
|
11226
|
+
@complex model placeMode {
|
|
11227
|
+
}
|
|
11228
|
+
|
|
11229
|
+
@complex model placeOperationProgress {
|
|
11230
|
+
failedPlaceCount: int32 | null;
|
|
11231
|
+
succeededPlaceCount: int32 | null;
|
|
11232
|
+
totalPlaceCount: int32 | null;
|
|
11233
|
+
}
|
|
11234
|
+
|
|
11193
11235
|
@open
|
|
11194
11236
|
@complex model plannerAppliedCategories {
|
|
11195
11237
|
}
|
|
@@ -11719,12 +11761,6 @@ namespace reference.`microsoft.graph` {
|
|
|
11719
11761
|
state: printJobProcessingState;
|
|
11720
11762
|
}
|
|
11721
11763
|
|
|
11722
|
-
@complex model printLogAnalyticsSettings {
|
|
11723
|
-
dataCollectionRuleImmutableId: string | null;
|
|
11724
|
-
logIngestionEndpoint: string | null;
|
|
11725
|
-
workspaceResourceId: string | null;
|
|
11726
|
-
}
|
|
11727
|
-
|
|
11728
11764
|
@complex model printMargin {
|
|
11729
11765
|
bottom: int32 | null;
|
|
11730
11766
|
left: int32 | null;
|
|
@@ -12197,6 +12233,9 @@ namespace reference.`microsoft.graph` {
|
|
|
12197
12233
|
resourceAppId: string;
|
|
12198
12234
|
}
|
|
12199
12235
|
|
|
12236
|
+
@complex model reservablePlaceMode extends placeMode {
|
|
12237
|
+
}
|
|
12238
|
+
|
|
12200
12239
|
/**
|
|
12201
12240
|
* Reset passcode action result
|
|
12202
12241
|
*/
|
|
@@ -12245,6 +12284,12 @@ namespace reference.`microsoft.graph` {
|
|
|
12245
12284
|
@complex model resourceData {
|
|
12246
12285
|
}
|
|
12247
12286
|
|
|
12287
|
+
@complex model resourceLink {
|
|
12288
|
+
linkType: resourceLinkType;
|
|
12289
|
+
name: string | null;
|
|
12290
|
+
value: string | null;
|
|
12291
|
+
}
|
|
12292
|
+
|
|
12248
12293
|
@complex model resourcePermission {
|
|
12249
12294
|
type: string;
|
|
12250
12295
|
value: string;
|
|
@@ -13928,6 +13973,10 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
13928
13973
|
x5t: string | null;
|
|
13929
13974
|
}
|
|
13930
13975
|
|
|
13976
|
+
@complex model unavailablePlaceMode extends placeMode {
|
|
13977
|
+
reason: string | null;
|
|
13978
|
+
}
|
|
13979
|
+
|
|
13931
13980
|
@complex model unifiedRole {
|
|
13932
13981
|
roleDefinitionId: string;
|
|
13933
13982
|
}
|
|
@@ -14955,6 +15004,10 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
14955
15004
|
* Device restart behavior.
|
|
14956
15005
|
*/
|
|
14957
15006
|
deviceRestartBehavior: win32LobAppRestartBehavior;
|
|
15007
|
+
/**
|
|
15008
|
+
* 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'.
|
|
15009
|
+
*/
|
|
15010
|
+
inUseBehavior: win32LobAppInUseActionType | null;
|
|
14958
15011
|
/**
|
|
14959
15012
|
* The number of minutes the system will wait for install program to finish. Default value is 60 minutes.
|
|
14960
15013
|
*/
|
|
@@ -15085,6 +15138,24 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
15085
15138
|
scriptContent: string | null;
|
|
15086
15139
|
}
|
|
15087
15140
|
|
|
15141
|
+
/**
|
|
15142
|
+
* A complex type to store process rule data for a Win32 LOB app.
|
|
15143
|
+
*/
|
|
15144
|
+
@complex model win32LobAppProcessRule extends win32LobAppRule {
|
|
15145
|
+
/**
|
|
15146
|
+
* Indicates the process operation type. Default value is 'notConfigured'. Possible values are: 'notConfigured', 'exists'.
|
|
15147
|
+
*/
|
|
15148
|
+
operationType: win32LobAppProcessOperationType;
|
|
15149
|
+
/**
|
|
15150
|
+
* Indicates the display name for the process in the Intune admin console. Example: 'Microsoft Word'.
|
|
15151
|
+
*/
|
|
15152
|
+
processDisplayName: string | null;
|
|
15153
|
+
/**
|
|
15154
|
+
* Indicates the process name to be searched for on a managed device when enforcing a managed app. Example: 'TestApp.exe'.
|
|
15155
|
+
*/
|
|
15156
|
+
processName: string | null;
|
|
15157
|
+
}
|
|
15158
|
+
|
|
15088
15159
|
/**
|
|
15089
15160
|
* Contains product code and version properties to detect a Win32 App
|
|
15090
15161
|
*/
|
|
@@ -16733,6 +16804,71 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
16733
16804
|
timeZone: timeZoneBase | null;
|
|
16734
16805
|
}
|
|
16735
16806
|
|
|
16807
|
+
@complex model workplaceSensor {
|
|
16808
|
+
/**
|
|
16809
|
+
* The display name of the sensor.
|
|
16810
|
+
*/
|
|
16811
|
+
displayName: string | null;
|
|
16812
|
+
/**
|
|
16813
|
+
* 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.
|
|
16814
|
+
*/
|
|
16815
|
+
placeId: string | null;
|
|
16816
|
+
/**
|
|
16817
|
+
* The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
|
|
16818
|
+
*/
|
|
16819
|
+
sensorId: string | null;
|
|
16820
|
+
/**
|
|
16821
|
+
* The type of the sensor. Possible values are occupancy, peopleCount.
|
|
16822
|
+
*/
|
|
16823
|
+
sensorType: workplaceSensorType;
|
|
16824
|
+
}
|
|
16825
|
+
|
|
16826
|
+
@complex model workplaceSensorDeviceTelemetry {
|
|
16827
|
+
/**
|
|
16828
|
+
* The value of the sensor.
|
|
16829
|
+
*/
|
|
16830
|
+
boolValue: boolean | null;
|
|
16831
|
+
/**
|
|
16832
|
+
* The unique identifier of the device.
|
|
16833
|
+
*/
|
|
16834
|
+
deviceId: string;
|
|
16835
|
+
/**
|
|
16836
|
+
* The extra values associate with badge signal.
|
|
16837
|
+
*/
|
|
16838
|
+
eventValue: workplaceSensorEventValue | null;
|
|
16839
|
+
/**
|
|
16840
|
+
* The value of the sensor.
|
|
16841
|
+
*/
|
|
16842
|
+
intValue: int32 | null;
|
|
16843
|
+
/**
|
|
16844
|
+
* The additional information to indicate the location of the device.
|
|
16845
|
+
*/
|
|
16846
|
+
locationHint: string | null;
|
|
16847
|
+
/**
|
|
16848
|
+
* The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId.
|
|
16849
|
+
*/
|
|
16850
|
+
sensorId: string | null;
|
|
16851
|
+
/**
|
|
16852
|
+
* The type of the sensor. Possible values are occupancy, peopleCount.
|
|
16853
|
+
*/
|
|
16854
|
+
sensorType: workplaceSensorType;
|
|
16855
|
+
/**
|
|
16856
|
+
* The timestamp at which the sensor value was observed.
|
|
16857
|
+
*/
|
|
16858
|
+
timestamp: offsetDateTime;
|
|
16859
|
+
}
|
|
16860
|
+
|
|
16861
|
+
@complex model workplaceSensorEventValue {
|
|
16862
|
+
/**
|
|
16863
|
+
* The type of the event.
|
|
16864
|
+
*/
|
|
16865
|
+
eventType: workplaceSensorEventType | null;
|
|
16866
|
+
/**
|
|
16867
|
+
* The unique identifier of an user. It could be email or aad id.
|
|
16868
|
+
*/
|
|
16869
|
+
user: emailIdentity | null;
|
|
16870
|
+
}
|
|
16871
|
+
|
|
16736
16872
|
@complex model writebackConfiguration {
|
|
16737
16873
|
isEnabled: boolean | null;
|
|
16738
16874
|
}
|
|
@@ -22418,6 +22554,11 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22418
22554
|
publication: publicationFacet | null;
|
|
22419
22555
|
}
|
|
22420
22556
|
|
|
22557
|
+
@abstract
|
|
22558
|
+
@entity model baseMapFeature extends entity {
|
|
22559
|
+
properties: string | null;
|
|
22560
|
+
}
|
|
22561
|
+
|
|
22421
22562
|
@entity model baseSitePage extends baseItem {
|
|
22422
22563
|
pageLayout: pageLayoutType | null;
|
|
22423
22564
|
publishingState: publicationFacet | null;
|
|
@@ -22643,6 +22784,19 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22643
22784
|
workingHours: bookingWorkHours[] | null;
|
|
22644
22785
|
}
|
|
22645
22786
|
|
|
22787
|
+
@entity model building extends place {
|
|
22788
|
+
hasWiFi: boolean;
|
|
22789
|
+
resourceLinks: resourceLink[];
|
|
22790
|
+
wifiState: placeFeatureEnablement;
|
|
22791
|
+
@contains map: buildingMap | null;
|
|
22792
|
+
}
|
|
22793
|
+
|
|
22794
|
+
@entity model buildingMap extends baseMapFeature {
|
|
22795
|
+
placeId: string | null;
|
|
22796
|
+
@contains footprints: footprintMap[];
|
|
22797
|
+
@contains levels: levelMap[];
|
|
22798
|
+
}
|
|
22799
|
+
|
|
22646
22800
|
@entity model builtInIdentityProvider extends identityProviderBase {
|
|
22647
22801
|
identityProviderType: string | null;
|
|
22648
22802
|
state: identityProviderState | null;
|
|
@@ -22924,6 +23078,12 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
22924
23078
|
messageType: chatMessageType;
|
|
22925
23079
|
}
|
|
22926
23080
|
|
|
23081
|
+
@entity model checkInClaim extends MsGraph.SharedModels.entity {
|
|
23082
|
+
@computed @key calendarEventId: string;
|
|
23083
|
+
checkInMethod: checkInMethod;
|
|
23084
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
23085
|
+
}
|
|
23086
|
+
|
|
22927
23087
|
@entity model checklistItem extends entity {
|
|
22928
23088
|
checkedDateTime: offsetDateTime | null;
|
|
22929
23089
|
@computed createdDateTime: offsetDateTime;
|
|
@@ -23299,6 +23459,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23299
23459
|
gracePeriodEndDateTime: offsetDateTime | null;
|
|
23300
23460
|
groupDetail: cloudPcEntraGroupDetail | null;
|
|
23301
23461
|
imageDisplayName: string | null;
|
|
23462
|
+
isDisasterRecoveryActive: boolean;
|
|
23302
23463
|
lastLoginResult: cloudPcLoginResult | null;
|
|
23303
23464
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
23304
23465
|
lastRemoteActionResult: cloudPcRemoteActionResult | null;
|
|
@@ -23560,6 +23721,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23560
23721
|
microsoftManagedDesktop: microsoftManagedDesktop | null;
|
|
23561
23722
|
provisioningType: cloudPcProvisioningType | null;
|
|
23562
23723
|
scopeIds: string[] | null;
|
|
23724
|
+
snapshotResetMode: cloudPcSnapshotResetMode;
|
|
23563
23725
|
userSettingsPersistenceConfiguration: cloudPcUserSettingsPersistenceConfiguration | null;
|
|
23564
23726
|
windowsSetting: cloudPcWindowsSetting | null;
|
|
23565
23727
|
|
|
@@ -23615,6 +23777,8 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
23615
23777
|
displayName: string | null;
|
|
23616
23778
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
23617
23779
|
localAdminEnabled: boolean | null;
|
|
23780
|
+
|
|
23781
|
+
@graphDeprecated("notificationSetting")
|
|
23618
23782
|
notificationSetting: cloudPcNotificationSetting | null;
|
|
23619
23783
|
provisioningSourceType: cloudPcProvisioningSourceType | null;
|
|
23620
23784
|
resetEnabled: boolean | null;
|
|
@@ -25140,6 +25304,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
25140
25304
|
@entity model depVisionOSEnrollmentProfile extends enrollmentProfile {
|
|
25141
25305
|
}
|
|
25142
25306
|
|
|
25307
|
+
@entity model desk extends place {
|
|
25308
|
+
displayDeviceName: string | null;
|
|
25309
|
+
heightAdjustableState: placeFeatureEnablement;
|
|
25310
|
+
mailboxDetails: mailboxDetails | null;
|
|
25311
|
+
mode: placeMode | null;
|
|
25312
|
+
}
|
|
25313
|
+
|
|
25143
25314
|
/**
|
|
25144
25315
|
* A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned.
|
|
25145
25316
|
*/
|
|
@@ -25870,7 +26041,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
25870
26041
|
*/
|
|
25871
26042
|
roleScopeTagIds: string[] | null;
|
|
25872
26043
|
/**
|
|
25873
|
-
*
|
|
26044
|
+
* 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
26045
|
*/
|
|
25875
26046
|
runAs32Bit: boolean;
|
|
25876
26047
|
/**
|
|
@@ -27086,9 +27257,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
27086
27257
|
status: appLogUploadState;
|
|
27087
27258
|
}
|
|
27088
27259
|
|
|
27089
|
-
/**
|
|
27090
|
-
* Singleton that acts as container for a collection of Resource Access entities.
|
|
27091
|
-
*/
|
|
27092
27260
|
@entity model deviceManagement extends entity {
|
|
27093
27261
|
/**
|
|
27094
27262
|
* The date & time when tenant data moved between scaleunits.
|
|
@@ -27551,6 +27719,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
27551
27719
|
* The remote assistance settings singleton
|
|
27552
27720
|
*/
|
|
27553
27721
|
@contains remoteAssistanceSettings: remoteAssistanceSettings | null;
|
|
27722
|
+
/**
|
|
27723
|
+
* Reports singleton
|
|
27724
|
+
*/
|
|
27554
27725
|
@contains reports: deviceManagementReports | null;
|
|
27555
27726
|
/**
|
|
27556
27727
|
* Collection of resource access settings associated with account.
|
|
@@ -29041,6 +29212,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
29041
29212
|
whenPartnerDevicesWillBeRemovedDateTime: offsetDateTime | null;
|
|
29042
29213
|
}
|
|
29043
29214
|
|
|
29215
|
+
/**
|
|
29216
|
+
* Singleton entity that acts as a container for all reports functionality.
|
|
29217
|
+
*/
|
|
29044
29218
|
@entity model deviceManagementReports extends entity {
|
|
29045
29219
|
/**
|
|
29046
29220
|
* Entity representing the configuration of a cached report.
|
|
@@ -30492,6 +30666,17 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
30492
30666
|
supportedAttributeTypes: attributeType[];
|
|
30493
30667
|
}
|
|
30494
30668
|
|
|
30669
|
+
@entity model fixtureMap extends baseMapFeature {
|
|
30670
|
+
placeId: string | null;
|
|
30671
|
+
}
|
|
30672
|
+
|
|
30673
|
+
@entity model floor extends place {
|
|
30674
|
+
sortOrder: int32 | null;
|
|
30675
|
+
}
|
|
30676
|
+
|
|
30677
|
+
@entity model footprintMap extends baseMapFeature {
|
|
30678
|
+
}
|
|
30679
|
+
|
|
30495
30680
|
@abstract
|
|
30496
30681
|
@entity model governanceInsight extends entity {
|
|
30497
30682
|
insightCreatedDateTime: offsetDateTime | null;
|
|
@@ -33596,7 +33781,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
33596
33781
|
}
|
|
33597
33782
|
|
|
33598
33783
|
/**
|
|
33599
|
-
* A class containing the properties used for iOS
|
|
33784
|
+
* A class containing the properties used for iOS lob app provisioning configuration PolicySetItem.
|
|
33600
33785
|
*/
|
|
33601
33786
|
@entity model iosLobAppProvisioningConfigurationPolicySetItem extends policySetItem {
|
|
33602
33787
|
}
|
|
@@ -34365,6 +34550,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
34365
34550
|
written: languageProficiencyLevel | null;
|
|
34366
34551
|
}
|
|
34367
34552
|
|
|
34553
|
+
@entity model levelMap extends baseMapFeature {
|
|
34554
|
+
placeId: string | null;
|
|
34555
|
+
@contains fixtures: fixtureMap[];
|
|
34556
|
+
@contains sections: sectionMap[];
|
|
34557
|
+
@contains units: unitMap[];
|
|
34558
|
+
}
|
|
34559
|
+
|
|
34368
34560
|
@entity model licenseDetails extends entity {
|
|
34369
34561
|
servicePlans: servicePlanInfo[];
|
|
34370
34562
|
skuId: guid | null;
|
|
@@ -36318,6 +36510,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
36318
36510
|
* Defines how app messaging redirection is protected by an App Protection Policy. Default is anyApp.
|
|
36319
36511
|
*/
|
|
36320
36512
|
protectedMessagingRedirectAppType: messagingRedirectAppType;
|
|
36513
|
+
/**
|
|
36514
|
+
* 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.
|
|
36515
|
+
*/
|
|
36516
|
+
purviewContentEvaluationRequired: managedAppPurviewEvaluationRequirement;
|
|
36321
36517
|
/**
|
|
36322
36518
|
* Indicates whether users may use the "Save As" menu item to save a copy of protected files.
|
|
36323
36519
|
*/
|
|
@@ -39400,11 +39596,19 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
39400
39596
|
address: physicalAddress | null;
|
|
39401
39597
|
displayName: string;
|
|
39402
39598
|
geoCoordinates: outlookGeoCoordinates | null;
|
|
39599
|
+
isWheelChairAccessible: boolean;
|
|
39600
|
+
label: string | null;
|
|
39601
|
+
parentId: string | null;
|
|
39403
39602
|
phone: string | null;
|
|
39404
|
-
|
|
39405
|
-
|
|
39406
|
-
|
|
39407
|
-
|
|
39603
|
+
tags: string[];
|
|
39604
|
+
@contains checkIns: checkInClaim[];
|
|
39605
|
+
@references children: place[];
|
|
39606
|
+
}
|
|
39607
|
+
|
|
39608
|
+
@entity model placeOperation extends entity {
|
|
39609
|
+
details: placeExecutionResult[] | null;
|
|
39610
|
+
progress: placeOperationProgress | null;
|
|
39611
|
+
status: placeOperationStatus;
|
|
39408
39612
|
}
|
|
39409
39613
|
|
|
39410
39614
|
@entity model planner extends entity {
|
|
@@ -40772,10 +40976,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
40772
40976
|
emailAddress: string | null;
|
|
40773
40977
|
floorLabel: string | null;
|
|
40774
40978
|
floorNumber: int32 | null;
|
|
40775
|
-
|
|
40776
|
-
label: string | null;
|
|
40979
|
+
isTeamsEnabled: boolean;
|
|
40777
40980
|
nickname: string;
|
|
40778
|
-
|
|
40981
|
+
placeId: string | null;
|
|
40982
|
+
teamsEnabledState: placeFeatureEnablement;
|
|
40779
40983
|
videoDeviceName: string | null;
|
|
40780
40984
|
}
|
|
40781
40985
|
|
|
@@ -40815,6 +41019,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
40815
41019
|
@entity model searchEntity extends entity {
|
|
40816
41020
|
}
|
|
40817
41021
|
|
|
41022
|
+
@entity model section extends place {
|
|
41023
|
+
}
|
|
41024
|
+
|
|
41025
|
+
@entity model sectionMap extends baseMapFeature {
|
|
41026
|
+
placeId: string | null;
|
|
41027
|
+
}
|
|
41028
|
+
|
|
40818
41029
|
@open
|
|
40819
41030
|
@entity model secureScore extends entity {
|
|
40820
41031
|
activeUserCount: int32 | null;
|
|
@@ -42202,6 +42413,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
42202
42413
|
@contains deletedChats: deletedChat[];
|
|
42203
42414
|
@contains deletedTeams: deletedTeam[];
|
|
42204
42415
|
@contains devices: teamworkDevice[];
|
|
42416
|
+
@contains messaging: teamworkMessaging | null;
|
|
42205
42417
|
@contains teamsAppSettings: teamsAppSettings | null;
|
|
42206
42418
|
@contains teamTemplates: teamTemplate[];
|
|
42207
42419
|
}
|
|
@@ -42209,6 +42421,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
42209
42421
|
@entity model teamworkBot extends entity {
|
|
42210
42422
|
}
|
|
42211
42423
|
|
|
42424
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
42425
|
+
contentBytes: string | null;
|
|
42426
|
+
createdBy: customEmojiFromIdentitySet;
|
|
42427
|
+
@computed createdDateTime: offsetDateTime;
|
|
42428
|
+
@computed @key displayName: string;
|
|
42429
|
+
}
|
|
42430
|
+
|
|
42212
42431
|
@entity model teamworkDevice extends entity {
|
|
42213
42432
|
activityState: teamworkDeviceActivityState | null;
|
|
42214
42433
|
companyAssetTag: string | null;
|
|
@@ -42279,6 +42498,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
42279
42498
|
contentType: string | null;
|
|
42280
42499
|
}
|
|
42281
42500
|
|
|
42501
|
+
@entity model teamworkMessaging extends entity {
|
|
42502
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
42503
|
+
}
|
|
42504
|
+
|
|
42282
42505
|
@entity model teamworkPeripheral extends entity {
|
|
42283
42506
|
displayName: string | null;
|
|
42284
42507
|
productId: string | null;
|
|
@@ -42828,6 +43051,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
42828
43051
|
@references roleDefinition: unifiedRoleDefinition | null;
|
|
42829
43052
|
}
|
|
42830
43053
|
|
|
43054
|
+
@entity model unitMap extends baseMapFeature {
|
|
43055
|
+
placeId: string | null;
|
|
43056
|
+
}
|
|
43057
|
+
|
|
42831
43058
|
/**
|
|
42832
43059
|
* This task derived type represents a list of unmanaged devices discovered in the network.
|
|
42833
43060
|
*/
|
|
@@ -51830,6 +52057,53 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
51830
52057
|
protected: boolean;
|
|
51831
52058
|
}
|
|
51832
52059
|
|
|
52060
|
+
@entity model workplace extends MsGraph.SharedModels.entity {
|
|
52061
|
+
@contains sensorDevices: workplaceSensorDevice[];
|
|
52062
|
+
}
|
|
52063
|
+
|
|
52064
|
+
@entity model workplaceSensorDevice extends entity {
|
|
52065
|
+
/**
|
|
52066
|
+
* The description of the device.
|
|
52067
|
+
*/
|
|
52068
|
+
description: string | null;
|
|
52069
|
+
/**
|
|
52070
|
+
* The unique identifier of the device set by the user.
|
|
52071
|
+
*/
|
|
52072
|
+
deviceId: string;
|
|
52073
|
+
/**
|
|
52074
|
+
* The display name of the device.
|
|
52075
|
+
*/
|
|
52076
|
+
displayName: string | null;
|
|
52077
|
+
/**
|
|
52078
|
+
* The IPv4 Address of the device.
|
|
52079
|
+
*/
|
|
52080
|
+
ipV4Address: string | null;
|
|
52081
|
+
/**
|
|
52082
|
+
* The IPv6 Address of the device.
|
|
52083
|
+
*/
|
|
52084
|
+
ipV6Address: string | null;
|
|
52085
|
+
/**
|
|
52086
|
+
* The MAC address of the device.
|
|
52087
|
+
*/
|
|
52088
|
+
macAddress: string | null;
|
|
52089
|
+
/**
|
|
52090
|
+
* The manufacturer of the device.
|
|
52091
|
+
*/
|
|
52092
|
+
manufacturer: string;
|
|
52093
|
+
/**
|
|
52094
|
+
* The unique identifier of the place where the device is located.
|
|
52095
|
+
*/
|
|
52096
|
+
placeId: string | null;
|
|
52097
|
+
/**
|
|
52098
|
+
* A list of sensors associated with the device. Sensors can measure physical quantities such as temperature, humidity, occupancy, etc.
|
|
52099
|
+
*/
|
|
52100
|
+
sensors: workplaceSensor[];
|
|
52101
|
+
/**
|
|
52102
|
+
* A list of custom tags associated with the device.
|
|
52103
|
+
*/
|
|
52104
|
+
tags: string[] | null;
|
|
52105
|
+
}
|
|
52106
|
+
|
|
51833
52107
|
@entity model workPosition extends itemFacet {
|
|
51834
52108
|
categories: string[] | null;
|
|
51835
52109
|
colleagues: relatedPerson[] | null;
|
|
@@ -51841,13 +52115,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
51841
52115
|
@entity model workspace extends place {
|
|
51842
52116
|
building: string | null;
|
|
51843
52117
|
capacity: int32 | null;
|
|
52118
|
+
displayDeviceName: string | null;
|
|
51844
52119
|
emailAddress: string | null;
|
|
51845
52120
|
floorLabel: string | null;
|
|
51846
52121
|
floorNumber: int32 | null;
|
|
51847
|
-
|
|
51848
|
-
label: string | null;
|
|
52122
|
+
mode: placeMode | null;
|
|
51849
52123
|
nickname: string;
|
|
51850
|
-
|
|
52124
|
+
placeId: string | null;
|
|
51851
52125
|
}
|
|
51852
52126
|
|
|
51853
52127
|
@entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
@@ -53334,6 +53608,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53334
53608
|
*/
|
|
53335
53609
|
wpaPersonal: 4,
|
|
53336
53610
|
unknownFutureValue: 5,
|
|
53611
|
+
/**
|
|
53612
|
+
* 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.
|
|
53613
|
+
*/
|
|
53614
|
+
wpa2Personal: 6,
|
|
53615
|
+
/**
|
|
53616
|
+
* 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.
|
|
53617
|
+
*/
|
|
53618
|
+
wpa3Personal: 7,
|
|
53619
|
+
/**
|
|
53620
|
+
* 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.
|
|
53621
|
+
*/
|
|
53622
|
+
wpa3Enterprise: 8,
|
|
53337
53623
|
}
|
|
53338
53624
|
|
|
53339
53625
|
/**
|
|
@@ -53502,7 +53788,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53502
53788
|
/**
|
|
53503
53789
|
* Wi-Fi Security Types for AOSP Device Owner.
|
|
53504
53790
|
*/
|
|
53505
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
53506
53791
|
enum aospDeviceOwnerWiFiSecurityType {
|
|
53507
53792
|
/**
|
|
53508
53793
|
* Open (No Authentication).
|
|
@@ -53520,6 +53805,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
53520
53805
|
* WPA-Enterprise/WPA2-Enterprise. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options.
|
|
53521
53806
|
*/
|
|
53522
53807
|
wpaEnterprise: 4,
|
|
53808
|
+
unknownFutureValue: 5,
|
|
53809
|
+
/**
|
|
53810
|
+
* 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.
|
|
53811
|
+
*/
|
|
53812
|
+
wpa2Personal: 6,
|
|
53813
|
+
/**
|
|
53814
|
+
* 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.
|
|
53815
|
+
*/
|
|
53816
|
+
wpa2Enterprise: 7,
|
|
53817
|
+
/**
|
|
53818
|
+
* Indicates the Wi-Fi Security Type is set to WPA3. The device will not fall back to WPA2.
|
|
53819
|
+
*/
|
|
53820
|
+
wpa3Personal: 8,
|
|
53821
|
+
/**
|
|
53822
|
+
* 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.
|
|
53823
|
+
*/
|
|
53824
|
+
wpa3Enterprise: 9,
|
|
53523
53825
|
}
|
|
53524
53826
|
|
|
53525
53827
|
/**
|
|
@@ -55110,6 +55412,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
55110
55412
|
unknownFutureValue: 3,
|
|
55111
55413
|
}
|
|
55112
55414
|
|
|
55415
|
+
enum checkInMethod {
|
|
55416
|
+
unspecified: 0,
|
|
55417
|
+
manual: 1,
|
|
55418
|
+
inferred: 2,
|
|
55419
|
+
verified: 3,
|
|
55420
|
+
unknownFutureValue: 4,
|
|
55421
|
+
}
|
|
55422
|
+
|
|
55113
55423
|
/**
|
|
55114
55424
|
* The onboarding status of the tenant.
|
|
55115
55425
|
*/
|
|
@@ -56015,6 +56325,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
56015
56325
|
unknownFutureValue: 2,
|
|
56016
56326
|
}
|
|
56017
56327
|
|
|
56328
|
+
enum cloudPcSnapshotResetMode {
|
|
56329
|
+
notApplicable: 0,
|
|
56330
|
+
enabled: 1,
|
|
56331
|
+
disabled: 2,
|
|
56332
|
+
unknownFutureValue: 3,
|
|
56333
|
+
}
|
|
56334
|
+
|
|
56018
56335
|
enum cloudPcSnapshotStatus {
|
|
56019
56336
|
ready: 0,
|
|
56020
56337
|
unknownFutureValue: 999,
|
|
@@ -56052,6 +56369,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
56052
56369
|
modifyingSingleSignOn: 14,
|
|
56053
56370
|
refreshPolicyConfiguration: 15,
|
|
56054
56371
|
preparing: 16,
|
|
56372
|
+
failoverInProgress: 17,
|
|
56373
|
+
failbackInProgress: 18,
|
|
56055
56374
|
}
|
|
56056
56375
|
|
|
56057
56376
|
enum cloudPcStorageAccountAccessTier {
|
|
@@ -63827,6 +64146,25 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
63827
64146
|
alphanumericAndSymbol: 1,
|
|
63828
64147
|
}
|
|
63829
64148
|
|
|
64149
|
+
/**
|
|
64150
|
+
* Specifies whether Microsoft Purview Data Loss Prevention (DLP) content evaluation is required before data sharing.
|
|
64151
|
+
*/
|
|
64152
|
+
enum managedAppPurviewEvaluationRequirement {
|
|
64153
|
+
/**
|
|
64154
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is not required.
|
|
64155
|
+
*/
|
|
64156
|
+
notRequired: 0,
|
|
64157
|
+
/**
|
|
64158
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is required when online; sharing is allowed if the service is unreachable.
|
|
64159
|
+
*/
|
|
64160
|
+
requiredWhenOnline: 1,
|
|
64161
|
+
/**
|
|
64162
|
+
* Microsoft Purview Data Loss Prevention (DLP) content evaluation is always required; sharing is blocked if the service is unreachable.
|
|
64163
|
+
*/
|
|
64164
|
+
required: 2,
|
|
64165
|
+
unknownFutureValue: 3,
|
|
64166
|
+
}
|
|
64167
|
+
|
|
63830
64168
|
/**
|
|
63831
64169
|
* An admin initiated action to be applied on a managed app.
|
|
63832
64170
|
*/
|
|
@@ -65351,6 +65689,18 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65351
65689
|
* Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy.
|
|
65352
65690
|
*/
|
|
65353
65691
|
`unknown`: 0,
|
|
65692
|
+
/**
|
|
65693
|
+
* Indicates that the configured policy type is for a Device Wipe Action.
|
|
65694
|
+
*/
|
|
65695
|
+
deviceWipe: 2,
|
|
65696
|
+
/**
|
|
65697
|
+
* Indicates that the configured policy type is for a Device Retire Action
|
|
65698
|
+
*/
|
|
65699
|
+
deviceRetire: 3,
|
|
65700
|
+
/**
|
|
65701
|
+
* Indicates that the configured policy type is for a Device Delete Action.
|
|
65702
|
+
*/
|
|
65703
|
+
deviceDelete: 5,
|
|
65354
65704
|
/**
|
|
65355
65705
|
* Indicates that the configured policy type is an application type, such as mobile apps or built-in apps.
|
|
65356
65706
|
*/
|
|
@@ -65364,6 +65714,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65364
65714
|
*/
|
|
65365
65715
|
role: 18,
|
|
65366
65716
|
unknownFutureValue: 21,
|
|
65717
|
+
/**
|
|
65718
|
+
* Indicates that the configured policy type is for Tenant Configuration operations.
|
|
65719
|
+
*/
|
|
65720
|
+
tenantConfiguration: 28,
|
|
65367
65721
|
}
|
|
65368
65722
|
|
|
65369
65723
|
/**
|
|
@@ -65750,6 +66104,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
65750
66104
|
other: 3,
|
|
65751
66105
|
}
|
|
65752
66106
|
|
|
66107
|
+
enum placeFeatureEnablement {
|
|
66108
|
+
`unknown`: 0,
|
|
66109
|
+
enabled: 1,
|
|
66110
|
+
disabled: 2,
|
|
66111
|
+
unknownFutureValue: 3,
|
|
66112
|
+
}
|
|
66113
|
+
|
|
66114
|
+
enum placeOperationStatus {
|
|
66115
|
+
created: 0,
|
|
66116
|
+
inProgress: 1,
|
|
66117
|
+
succeeded: 2,
|
|
66118
|
+
failed: 3,
|
|
66119
|
+
partiallySucceeded: 4,
|
|
66120
|
+
expired: 5,
|
|
66121
|
+
unknownFutureValue: 6,
|
|
66122
|
+
}
|
|
66123
|
+
|
|
65753
66124
|
enum plannerApprovalStatus {
|
|
65754
66125
|
requested: 0,
|
|
65755
66126
|
approved: 1,
|
|
@@ -68355,6 +68726,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
68355
68726
|
unknownFutureValue: 8,
|
|
68356
68727
|
}
|
|
68357
68728
|
|
|
68729
|
+
enum resourceLinkType {
|
|
68730
|
+
url: 0,
|
|
68731
|
+
unknownFutureValue: 1,
|
|
68732
|
+
}
|
|
68733
|
+
|
|
68358
68734
|
enum resourceScopeType {
|
|
68359
68735
|
group: 1,
|
|
68360
68736
|
chat: 2,
|
|
@@ -71233,6 +71609,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71233
71609
|
* Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE).
|
|
71234
71610
|
*/
|
|
71235
71611
|
wpa3Personal: 7,
|
|
71612
|
+
/**
|
|
71613
|
+
* 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.
|
|
71614
|
+
*/
|
|
71615
|
+
wpa3Enterprise: 8,
|
|
71236
71616
|
}
|
|
71237
71617
|
|
|
71238
71618
|
/**
|
|
@@ -71364,6 +71744,29 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71364
71744
|
unknownFutureValue: 9,
|
|
71365
71745
|
}
|
|
71366
71746
|
|
|
71747
|
+
/**
|
|
71748
|
+
* 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.
|
|
71749
|
+
*/
|
|
71750
|
+
enum win32LobAppInUseActionType {
|
|
71751
|
+
/**
|
|
71752
|
+
* Default. Indicates that no in-use detection will be evaluated before an app enforcement.
|
|
71753
|
+
*/
|
|
71754
|
+
notEnabled: 0,
|
|
71755
|
+
/**
|
|
71756
|
+
* 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.
|
|
71757
|
+
*/
|
|
71758
|
+
fail: 1,
|
|
71759
|
+
/**
|
|
71760
|
+
* 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.
|
|
71761
|
+
*/
|
|
71762
|
+
terminateWithoutUserInteraction: 2,
|
|
71763
|
+
/**
|
|
71764
|
+
* 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.
|
|
71765
|
+
*/
|
|
71766
|
+
terminateWithUserInteraction: 3,
|
|
71767
|
+
unknownFutureValue: 4,
|
|
71768
|
+
}
|
|
71769
|
+
|
|
71367
71770
|
/**
|
|
71368
71771
|
* Indicates the package type of an MSI Win32LobApp.
|
|
71369
71772
|
*/
|
|
@@ -71472,6 +71875,21 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71472
71875
|
`boolean`: 6,
|
|
71473
71876
|
}
|
|
71474
71877
|
|
|
71878
|
+
/**
|
|
71879
|
+
* A list of possible operations for rules used to make determinations about whether an application is in-use based on process state.
|
|
71880
|
+
*/
|
|
71881
|
+
enum win32LobAppProcessOperationType {
|
|
71882
|
+
/**
|
|
71883
|
+
* Default. Not configured.
|
|
71884
|
+
*/
|
|
71885
|
+
notConfigured: 0,
|
|
71886
|
+
/**
|
|
71887
|
+
* Indicates that the rule evaluates whether the specified process exists (is running) on the device.
|
|
71888
|
+
*/
|
|
71889
|
+
exists: 1,
|
|
71890
|
+
unknownFutureValue: 2,
|
|
71891
|
+
}
|
|
71892
|
+
|
|
71475
71893
|
/**
|
|
71476
71894
|
* Contains all supported registry data detection type.
|
|
71477
71895
|
*/
|
|
@@ -71626,7 +72044,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71626
72044
|
/**
|
|
71627
72045
|
* Contains rule types for Win32 LOB apps.
|
|
71628
72046
|
*/
|
|
71629
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
71630
72047
|
enum win32LobAppRuleType {
|
|
71631
72048
|
/**
|
|
71632
72049
|
* Detection rule.
|
|
@@ -71636,6 +72053,11 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
71636
72053
|
* Requirement rule.
|
|
71637
72054
|
*/
|
|
71638
72055
|
requirement: 1,
|
|
72056
|
+
/**
|
|
72057
|
+
* Indicates that the associated rule represents an executable for app in-use detection.
|
|
72058
|
+
*/
|
|
72059
|
+
inUse: 2,
|
|
72060
|
+
unknownFutureValue: 3,
|
|
71639
72061
|
}
|
|
71640
72062
|
|
|
71641
72063
|
/**
|
|
@@ -73661,6 +74083,40 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
73661
74083
|
failed: 3,
|
|
73662
74084
|
}
|
|
73663
74085
|
|
|
74086
|
+
enum workplaceSensorEventType {
|
|
74087
|
+
badgeIn: 0,
|
|
74088
|
+
badgeOut: 1,
|
|
74089
|
+
unknownFutureValue: 2,
|
|
74090
|
+
}
|
|
74091
|
+
|
|
74092
|
+
enum workplaceSensorType {
|
|
74093
|
+
/**
|
|
74094
|
+
* The occupancy sensor type.
|
|
74095
|
+
*/
|
|
74096
|
+
occupancy: 0,
|
|
74097
|
+
/**
|
|
74098
|
+
* The people count sensor type.
|
|
74099
|
+
*/
|
|
74100
|
+
peopleCount: 1,
|
|
74101
|
+
/**
|
|
74102
|
+
* The inferred Occupancy sensor type.
|
|
74103
|
+
*/
|
|
74104
|
+
inferredOccupancy: 2,
|
|
74105
|
+
/**
|
|
74106
|
+
* The heartbeat sensor type.
|
|
74107
|
+
*/
|
|
74108
|
+
heartbeat: 3,
|
|
74109
|
+
/**
|
|
74110
|
+
* The badge swipe sensor type.
|
|
74111
|
+
*/
|
|
74112
|
+
badge: 4,
|
|
74113
|
+
unknownFutureValue: 5,
|
|
74114
|
+
/**
|
|
74115
|
+
* The Wifi sensor type.
|
|
74116
|
+
*/
|
|
74117
|
+
wifi: 6,
|
|
74118
|
+
}
|
|
74119
|
+
|
|
73664
74120
|
/**
|
|
73665
74121
|
* Configuration state set by admin for wriitng tools Apple Intelligence setting
|
|
73666
74122
|
*/
|
|
@@ -74831,6 +75287,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74831
75287
|
triggerAttributes: triggerAttribute[];
|
|
74832
75288
|
}
|
|
74833
75289
|
|
|
75290
|
+
@complex model attributeSetEntry {
|
|
75291
|
+
name: string;
|
|
75292
|
+
value: string | null;
|
|
75293
|
+
}
|
|
75294
|
+
|
|
75295
|
+
@complex model awaitedWorkflowProcessingResult {
|
|
75296
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75297
|
+
statusReasons: string[];
|
|
75298
|
+
subject: workflowSubject | null;
|
|
75299
|
+
}
|
|
75300
|
+
|
|
75301
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
75302
|
+
threshold: int64;
|
|
75303
|
+
}
|
|
75304
|
+
|
|
74834
75305
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
74835
75306
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
74836
75307
|
}
|
|
@@ -74840,12 +75311,19 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74840
75311
|
}
|
|
74841
75312
|
|
|
74842
75313
|
@complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
|
|
75314
|
+
targetSubject: workflowSubject | null;
|
|
74843
75315
|
@references subject: reference.`microsoft.graph`.user | null;
|
|
74844
75316
|
@references task: task | null;
|
|
74845
75317
|
@references taskProcessingresult: taskProcessingResult | null;
|
|
74846
75318
|
@references workflow: workflow | null;
|
|
74847
75319
|
}
|
|
74848
75320
|
|
|
75321
|
+
@complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
|
|
75322
|
+
operationStatus: customTaskExtensionOperationStatus;
|
|
75323
|
+
statusReasons: string[];
|
|
75324
|
+
targetSubject: workflowSubject | null;
|
|
75325
|
+
}
|
|
75326
|
+
|
|
74849
75327
|
@complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
74850
75328
|
@references groups: reference.`microsoft.graph`.group[];
|
|
74851
75329
|
}
|
|
@@ -74863,6 +75341,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74863
75341
|
valueType: valueType;
|
|
74864
75342
|
}
|
|
74865
75343
|
|
|
75344
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
75345
|
+
percentage: int32;
|
|
75346
|
+
}
|
|
75347
|
+
|
|
74866
75348
|
@complex model previewFailedTask {
|
|
74867
75349
|
definitionId: string;
|
|
74868
75350
|
failureReason: string;
|
|
@@ -74870,6 +75352,29 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74870
75352
|
taskId: string;
|
|
74871
75353
|
}
|
|
74872
75354
|
|
|
75355
|
+
@complex model provisioningAttributeMapping extends workflowExecutionConditions {
|
|
75356
|
+
}
|
|
75357
|
+
|
|
75358
|
+
@complex model provisioningObjectWorkflowSubject extends workflowSubject {
|
|
75359
|
+
attributeSetEntries: attributeSetEntry[];
|
|
75360
|
+
id: string;
|
|
75361
|
+
}
|
|
75362
|
+
|
|
75363
|
+
@abstract
|
|
75364
|
+
@complex model quarantineCondition {
|
|
75365
|
+
}
|
|
75366
|
+
|
|
75367
|
+
@complex model quarantineConfiguration {
|
|
75368
|
+
conditions: quarantineCondition[];
|
|
75369
|
+
matchMode: matchMode;
|
|
75370
|
+
}
|
|
75371
|
+
|
|
75372
|
+
@complex model quarantineDetails {
|
|
75373
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
75374
|
+
quarantineReason: string | null;
|
|
75375
|
+
quarantineType: quarantineType;
|
|
75376
|
+
}
|
|
75377
|
+
|
|
74873
75378
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
74874
75379
|
rule: string;
|
|
74875
75380
|
}
|
|
@@ -74956,6 +75461,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74956
75461
|
@complex model workflowExecutionTrigger {
|
|
74957
75462
|
}
|
|
74958
75463
|
|
|
75464
|
+
@complex model workflowSetting {
|
|
75465
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
75466
|
+
}
|
|
75467
|
+
|
|
74959
75468
|
@complex model workflowsInsightsByCategory {
|
|
74960
75469
|
failedJoinerRuns: int32;
|
|
74961
75470
|
failedLeaverRuns: int32;
|
|
@@ -74980,10 +75489,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74980
75489
|
totalUsers: int32;
|
|
74981
75490
|
}
|
|
74982
75491
|
|
|
75492
|
+
@abstract
|
|
75493
|
+
@complex model workflowSubject {
|
|
75494
|
+
}
|
|
75495
|
+
|
|
74983
75496
|
@entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
|
|
74984
75497
|
callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
|
|
74985
75498
|
@computed createdDateTime: offsetDateTime | null;
|
|
74986
75499
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
75500
|
+
replyMode: customTaskExtensionReplyMode;
|
|
74987
75501
|
@references createdBy: reference.`microsoft.graph`.user | null;
|
|
74988
75502
|
@references lastModifiedBy: reference.`microsoft.graph`.user | null;
|
|
74989
75503
|
}
|
|
@@ -74993,6 +75507,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
74993
75507
|
|
|
74994
75508
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
74995
75509
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
75510
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
74996
75511
|
workflowScheduleIntervalInHours: int32;
|
|
74997
75512
|
}
|
|
74998
75513
|
|
|
@@ -75021,10 +75536,26 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75021
75536
|
totalUsersCount: int32;
|
|
75022
75537
|
workflowExecutionType: workflowExecutionType;
|
|
75023
75538
|
@references reprocessedRuns: run[];
|
|
75539
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
75024
75540
|
@contains taskProcessingResults: taskProcessingResult[];
|
|
75025
75541
|
@contains userProcessingResults: userProcessingResult[];
|
|
75026
75542
|
}
|
|
75027
75543
|
|
|
75544
|
+
@entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
|
|
75545
|
+
completedDateTime: offsetDateTime | null;
|
|
75546
|
+
failedTasksCount: int32;
|
|
75547
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75548
|
+
scheduledDateTime: offsetDateTime;
|
|
75549
|
+
startedDateTime: offsetDateTime | null;
|
|
75550
|
+
subject: workflowSubject;
|
|
75551
|
+
totalTasksCount: int32;
|
|
75552
|
+
totalUnprocessedTasksCount: int32;
|
|
75553
|
+
workflowExecutionType: workflowExecutionType;
|
|
75554
|
+
workflowVersion: int32;
|
|
75555
|
+
@references reprocessedRuns: run[];
|
|
75556
|
+
@contains taskProcessingResults: taskProcessingResult[];
|
|
75557
|
+
}
|
|
75558
|
+
|
|
75028
75559
|
@entity model task extends reference.`microsoft.graph`.entity {
|
|
75029
75560
|
arguments: reference.`microsoft.graph`.keyValuePair[];
|
|
75030
75561
|
category: lifecycleTaskCategory;
|
|
@@ -75050,8 +75581,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75050
75581
|
completedDateTime: offsetDateTime | null;
|
|
75051
75582
|
@computed createdDateTime: offsetDateTime;
|
|
75052
75583
|
failureReason: string | null;
|
|
75584
|
+
processingInfo: string | null;
|
|
75053
75585
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
75054
75586
|
startedDateTime: offsetDateTime | null;
|
|
75587
|
+
workflowSubject: workflowSubject | null;
|
|
75055
75588
|
@references subject: reference.`microsoft.graph`.user;
|
|
75056
75589
|
@references task: task;
|
|
75057
75590
|
}
|
|
@@ -75090,12 +75623,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75090
75623
|
deletedDateTime: offsetDateTime | null;
|
|
75091
75624
|
@computed @key id: string;
|
|
75092
75625
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
75626
|
+
quarantineDetails: quarantineDetails;
|
|
75627
|
+
settings: workflowSetting;
|
|
75093
75628
|
version: int32 | null;
|
|
75094
75629
|
@references executionScope: userProcessingResult[];
|
|
75095
75630
|
|
|
75096
75631
|
@privatePreview("organizationalUnit")
|
|
75097
75632
|
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
75098
75633
|
@contains runs: run[];
|
|
75634
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
75099
75635
|
@contains taskReports: taskReport[];
|
|
75100
75636
|
@contains userProcessingResults: userProcessingResult[];
|
|
75101
75637
|
@contains versions: workflowVersion[];
|
|
@@ -75126,6 +75662,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75126
75662
|
}
|
|
75127
75663
|
|
|
75128
75664
|
@entity model workflowVersion extends workflowBase {
|
|
75665
|
+
settings: workflowSetting;
|
|
75129
75666
|
@computed @key versionNumber: int32;
|
|
75130
75667
|
}
|
|
75131
75668
|
|
|
@@ -75147,12 +75684,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75147
75684
|
unknownFutureValue: 2,
|
|
75148
75685
|
}
|
|
75149
75686
|
|
|
75687
|
+
enum customTaskExtensionReplyMode {
|
|
75688
|
+
none: 0,
|
|
75689
|
+
callback: 1,
|
|
75690
|
+
response: 2,
|
|
75691
|
+
unknownFutureValue: 3,
|
|
75692
|
+
}
|
|
75693
|
+
|
|
75150
75694
|
@graphFlags
|
|
75151
75695
|
enum lifecycleTaskCategory {
|
|
75152
75696
|
joiner: 1,
|
|
75153
75697
|
leaver: 2,
|
|
75154
75698
|
unknownFutureValue: 4,
|
|
75155
75699
|
mover: 8,
|
|
75700
|
+
extensibility: 16,
|
|
75156
75701
|
}
|
|
75157
75702
|
|
|
75158
75703
|
enum lifecycleWorkflowCategory {
|
|
@@ -75160,6 +75705,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75160
75705
|
leaver: 1,
|
|
75161
75706
|
unknownFutureValue: 2,
|
|
75162
75707
|
mover: 3,
|
|
75708
|
+
extensibility: 4,
|
|
75163
75709
|
}
|
|
75164
75710
|
|
|
75165
75711
|
enum lifecycleWorkflowProcessingStatus {
|
|
@@ -75170,6 +75716,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75170
75716
|
canceled: 4,
|
|
75171
75717
|
failed: 5,
|
|
75172
75718
|
unknownFutureValue: 6,
|
|
75719
|
+
quarantined: 8,
|
|
75720
|
+
}
|
|
75721
|
+
|
|
75722
|
+
enum matchMode {
|
|
75723
|
+
any: 0,
|
|
75724
|
+
all: 1,
|
|
75725
|
+
unknownFutureValue: 2,
|
|
75173
75726
|
}
|
|
75174
75727
|
|
|
75175
75728
|
enum membershipChangeType {
|
|
@@ -75178,6 +75731,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75178
75731
|
unknownFutureValue: 3,
|
|
75179
75732
|
}
|
|
75180
75733
|
|
|
75734
|
+
enum quarantineType {
|
|
75735
|
+
notQuarantined: 0,
|
|
75736
|
+
countBasedThresholdExceeded: 1,
|
|
75737
|
+
percentageBasedThresholdExceeded: 2,
|
|
75738
|
+
multipleConditionsExceeded: 3,
|
|
75739
|
+
unknownFutureValue: 4,
|
|
75740
|
+
}
|
|
75741
|
+
|
|
75181
75742
|
enum valueType {
|
|
75182
75743
|
`enum`: 0,
|
|
75183
75744
|
`string`: 1,
|
|
@@ -75193,6 +75754,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
75193
75754
|
activatedWithScope: 3,
|
|
75194
75755
|
@privatePreview("organizationalUnit")
|
|
75195
75756
|
preview: 4,
|
|
75757
|
+
extensibilityOnDemand: 5,
|
|
75196
75758
|
}
|
|
75197
75759
|
|
|
75198
75760
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -77018,6 +77580,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77018
77580
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
77019
77581
|
}
|
|
77020
77582
|
|
|
77583
|
+
@entity model entityDefinitionInput extends MsGraph.SharedModels.entity {
|
|
77584
|
+
@computed @key entityIdentifier: string;
|
|
77585
|
+
entityType: manualAlertEntityType;
|
|
77586
|
+
identifierValue: string;
|
|
77587
|
+
role: entityDefinitionInputRole;
|
|
77588
|
+
}
|
|
77589
|
+
|
|
77021
77590
|
@entity model file extends reference.`microsoft.graph`.entity {
|
|
77022
77591
|
content: stream | null;
|
|
77023
77592
|
dateTime: offsetDateTime | null;
|
|
@@ -77138,6 +77707,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77138
77707
|
@contains retentionLabels: retentionLabel[];
|
|
77139
77708
|
}
|
|
77140
77709
|
|
|
77710
|
+
@entity model manualAlert extends alert {
|
|
77711
|
+
isExcludedFromCorrelation: boolean;
|
|
77712
|
+
linkToIncident: int64 | null;
|
|
77713
|
+
sentinelWorkspace: string | null;
|
|
77714
|
+
@contains entityDefinitions: entityDefinitionInput[];
|
|
77715
|
+
}
|
|
77716
|
+
|
|
77141
77717
|
@entity model networkAdapter extends reference.`microsoft.graph`.entity {
|
|
77142
77718
|
isEnabled: boolean | null;
|
|
77143
77719
|
name: string | null;
|
|
@@ -77603,6 +78179,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77603
78179
|
unknownFutureValue: 5,
|
|
77604
78180
|
}
|
|
77605
78181
|
|
|
78182
|
+
enum entityDefinitionInputRole {
|
|
78183
|
+
impacted: 0,
|
|
78184
|
+
related: 1,
|
|
78185
|
+
unknownFutureValue: 99,
|
|
78186
|
+
}
|
|
78187
|
+
|
|
77606
78188
|
enum eventPropagationStatus {
|
|
77607
78189
|
none: 0,
|
|
77608
78190
|
inProcessing: 1,
|
|
@@ -77894,6 +78476,27 @@ namespace reference.`microsoft.graph.security` {
|
|
|
77894
78476
|
unknownFutureValue: 31,
|
|
77895
78477
|
}
|
|
77896
78478
|
|
|
78479
|
+
enum manualAlertEntityType {
|
|
78480
|
+
user: 0,
|
|
78481
|
+
device: 1,
|
|
78482
|
+
file: 2,
|
|
78483
|
+
ip: 3,
|
|
78484
|
+
url: 4,
|
|
78485
|
+
cloudApplication: 5,
|
|
78486
|
+
mailbox: 6,
|
|
78487
|
+
securityGroup: 7,
|
|
78488
|
+
azureResource: 8,
|
|
78489
|
+
amazonResource: 9,
|
|
78490
|
+
googleCloudResource: 10,
|
|
78491
|
+
oAuthApplication: 11,
|
|
78492
|
+
emailMessage: 12,
|
|
78493
|
+
emailCluster: 13,
|
|
78494
|
+
process: 14,
|
|
78495
|
+
registryKey: 15,
|
|
78496
|
+
registryValue: 16,
|
|
78497
|
+
unknownFutureValue: 99,
|
|
78498
|
+
}
|
|
78499
|
+
|
|
77897
78500
|
enum onboardingStatus {
|
|
77898
78501
|
insufficientInfo: 0,
|
|
77899
78502
|
onboarded: 1,
|
|
@@ -78002,6 +78605,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
78002
78605
|
microsoftSentinel: 512,
|
|
78003
78606
|
microsoftInsiderRiskManagement: 1024,
|
|
78004
78607
|
microsoftThreatIntelligence: 2048,
|
|
78608
|
+
microsoftSecurityForAI: 4096,
|
|
78005
78609
|
}
|
|
78006
78610
|
|
|
78007
78611
|
@graphFlags
|