@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.7
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 +19 -19
- package/.rush/temp/shrinkwrap-deps.json +10 -10
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +235 -6
- package/lib/Bleu/V1.0/main.tsp +672 -12
- package/lib/Delos/Beta/main.tsp +3542 -22
- package/lib/Delos/V1.0/main.tsp +2963 -38
- package/lib/Fairfax/Beta/main.tsp +360 -5
- package/lib/Fairfax/V1.0/main.tsp +325 -25
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +29 -1
- package/lib/Mooncake/Beta/main.tsp +209 -4
- package/lib/Mooncake/V1.0/main.tsp +122 -1
- package/lib/Prod/Beta/main.tsp +1550 -175
- package/lib/Prod/V1.0/main.tsp +3736 -84
- package/lib/USNat/Beta/main.tsp +375 -2
- package/lib/USNat/V1.0/main.tsp +317 -22
- package/lib/USSec/Beta/main.tsp +392 -2
- package/lib/USSec/V1.0/main.tsp +317 -22
- package/package.json +2 -2
package/lib/Delos/Beta/main.tsp
CHANGED
|
@@ -7,16 +7,40 @@ using MsGraph;
|
|
|
7
7
|
scalar binary; //TODO: Enables support for Edm.Binary
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
|
|
11
|
+
// Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
|
|
10
12
|
@deprecatedDefinition("PasskeyGlobalProperties", "<ChangeLogCategory>", "2025-10-15", "2027-10-15", "This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property.")
|
|
11
13
|
@privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
|
|
14
|
+
@deprecatedDefinition("Reporting", "<ChangeLogCategory>", "2021-04-11", "2021-12-31", "The action property is deprecated. The provisioningAction holds the same information as this. This only exists in the beta api.")
|
|
15
|
+
// Metadata item DeprecatedDefinition_Reporting was already defined with a different value.
|
|
12
16
|
@privatePreviewDefinition("AgenticSP", "2025-04-14", "2025-07-13", "<theOwner>")
|
|
17
|
+
@deprecatedDefinition("beta:DisplayNameRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentDisplayName property is deprecated. Use displayName instead.")
|
|
18
|
+
@deprecatedDefinition("beta:IdentityIDRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentId property is deprecated. Use identityId instead.")
|
|
13
19
|
@deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-05", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
|
|
20
|
+
@deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
|
|
21
|
+
// Metadata item DeprecatedDefinition_Removal was already defined with a different value.
|
|
14
22
|
@deprecatedDefinition("Beta:ItemInsightsOranizationSettings", "<ChangeLogCategory>", "2023-10-17", "2024-01-01", "The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint.")
|
|
15
23
|
@deprecatedDefinition("Outlook_Tasks", "<ChangeLogCategory>", "2021-02-20", "2023-02-20", "The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/")
|
|
16
|
-
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
|
|
17
24
|
@deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
|
|
25
|
+
@deprecatedDefinition("SignIn", "<ChangeLogCategory>", "2024-08-31", "2025-03-31", "SignInTokenProtectionStatus property is being deprecate in favor or more detailed tokenProtectionStatusDetails. It will be removed from April 2025.")
|
|
26
|
+
// Metadata item DeprecatedDefinition_SignIn was already defined with a different value.
|
|
18
27
|
@publicNamespace("microsoft.graph")
|
|
19
28
|
namespace reference.`microsoft.graph` {
|
|
29
|
+
@open
|
|
30
|
+
@complex model accessAction {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@complex model actionStep {
|
|
34
|
+
actionUrl: actionUrl | null;
|
|
35
|
+
stepNumber: int64;
|
|
36
|
+
text: string | null;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@complex model actionUrl {
|
|
40
|
+
displayName: string;
|
|
41
|
+
url: string | null;
|
|
42
|
+
}
|
|
43
|
+
|
|
20
44
|
/**
|
|
21
45
|
* Activate device eSIM action result
|
|
22
46
|
*/
|
|
@@ -70,6 +94,10 @@ namespace reference.`microsoft.graph` {
|
|
|
70
94
|
resourcePath: string;
|
|
71
95
|
}
|
|
72
96
|
|
|
97
|
+
@complex model album {
|
|
98
|
+
coverImageItemId: string | null;
|
|
99
|
+
}
|
|
100
|
+
|
|
73
101
|
@complex model allAllowedScopes extends inheritableScopes {
|
|
74
102
|
}
|
|
75
103
|
|
|
@@ -709,6 +737,13 @@ namespace reference.`microsoft.graph` {
|
|
|
709
737
|
appConfigKeyValue: string;
|
|
710
738
|
}
|
|
711
739
|
|
|
740
|
+
@complex model appIdentity {
|
|
741
|
+
appId: string | null;
|
|
742
|
+
displayName: string | null;
|
|
743
|
+
servicePrincipalId: string | null;
|
|
744
|
+
servicePrincipalName: string | null;
|
|
745
|
+
}
|
|
746
|
+
|
|
712
747
|
/**
|
|
713
748
|
* Represents an app in the list of managed Apple applications
|
|
714
749
|
*/
|
|
@@ -784,6 +819,26 @@ namespace reference.`microsoft.graph` {
|
|
|
784
819
|
@references servicePrincipal: servicePrincipal | null;
|
|
785
820
|
}
|
|
786
821
|
|
|
822
|
+
@complex model appliedAuthenticationEventListener {
|
|
823
|
+
eventType: authenticationEventType | null;
|
|
824
|
+
executedListenerId: string | null;
|
|
825
|
+
handlerResult: authenticationEventHandlerResult | null;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
@complex model appliedConditionalAccessPolicy {
|
|
829
|
+
authenticationStrength: authenticationStrength | null;
|
|
830
|
+
conditionsNotSatisfied: conditionalAccessConditions | null;
|
|
831
|
+
conditionsSatisfied: conditionalAccessConditions | null;
|
|
832
|
+
displayName: string | null;
|
|
833
|
+
enforcedGrantControls: string[] | null;
|
|
834
|
+
enforcedSessionControls: string[] | null;
|
|
835
|
+
excludeRulesSatisfied: conditionalAccessRuleSatisfied[] | null;
|
|
836
|
+
id: string | null;
|
|
837
|
+
includeRulesSatisfied: conditionalAccessRuleSatisfied[] | null;
|
|
838
|
+
result: appliedConditionalAccessPolicyResult | null;
|
|
839
|
+
sessionControlsNotSatisfied: string[] | null;
|
|
840
|
+
}
|
|
841
|
+
|
|
787
842
|
/**
|
|
788
843
|
* Represents an app in the list of managed applications
|
|
789
844
|
*/
|
|
@@ -1055,6 +1110,31 @@ namespace reference.`microsoft.graph` {
|
|
|
1055
1110
|
type: attendeeType | null;
|
|
1056
1111
|
}
|
|
1057
1112
|
|
|
1113
|
+
@complex model audio {
|
|
1114
|
+
album: string | null;
|
|
1115
|
+
albumArtist: string | null;
|
|
1116
|
+
artist: string | null;
|
|
1117
|
+
bitrate: int64 | null;
|
|
1118
|
+
composers: string | null;
|
|
1119
|
+
copyright: string | null;
|
|
1120
|
+
disc: int16 | null;
|
|
1121
|
+
discCount: int16 | null;
|
|
1122
|
+
`duration`: int64 | null;
|
|
1123
|
+
genre: string | null;
|
|
1124
|
+
hasDrm: boolean | null;
|
|
1125
|
+
isVariableBitrate: boolean | null;
|
|
1126
|
+
title: string | null;
|
|
1127
|
+
track: int32 | null;
|
|
1128
|
+
trackCount: int32 | null;
|
|
1129
|
+
year: int32 | null;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
@complex model auditActivityInitiator {
|
|
1133
|
+
app: appIdentity | null;
|
|
1134
|
+
linkableIdentifiers: linkableIdentifiers | null;
|
|
1135
|
+
user: auditUserIdentity | null;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1058
1138
|
/**
|
|
1059
1139
|
* A class containing the properties for Audit Actor.
|
|
1060
1140
|
*/
|
|
@@ -1153,15 +1233,53 @@ namespace reference.`microsoft.graph` {
|
|
|
1153
1233
|
type: string | null;
|
|
1154
1234
|
}
|
|
1155
1235
|
|
|
1236
|
+
@open
|
|
1237
|
+
@complex model auditUserIdentity extends userIdentity {
|
|
1238
|
+
homeTenantId: string | null;
|
|
1239
|
+
homeTenantName: string | null;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1156
1242
|
@complex model authContext extends signInContext {
|
|
1157
1243
|
authenticationContextValue: string | null;
|
|
1158
1244
|
}
|
|
1159
1245
|
|
|
1246
|
+
@complex model authenticationAppDeviceDetails {
|
|
1247
|
+
appVersion: string | null;
|
|
1248
|
+
clientApp: string | null;
|
|
1249
|
+
deviceId: string | null;
|
|
1250
|
+
operatingSystem: string | null;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
@complex model authenticationAppPolicyDetails {
|
|
1254
|
+
adminConfiguration: authenticationAppAdminConfiguration | null;
|
|
1255
|
+
authenticationEvaluation: authenticationAppEvaluation | null;
|
|
1256
|
+
policyName: string | null;
|
|
1257
|
+
status: authenticationAppPolicyStatus | null;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1160
1260
|
@complex model authenticationBehaviors {
|
|
1161
1261
|
removeUnverifiedEmailClaim: boolean | null;
|
|
1162
1262
|
requireClientServicePrincipal: boolean | null;
|
|
1163
1263
|
}
|
|
1164
1264
|
|
|
1265
|
+
@complex model authenticationContext {
|
|
1266
|
+
detail: authenticationContextDetail | null;
|
|
1267
|
+
id: string | null;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
@complex model authenticationDetail {
|
|
1271
|
+
authenticationMethod: string | null;
|
|
1272
|
+
authenticationMethodDetail: string | null;
|
|
1273
|
+
authenticationStepDateTime: offsetDateTime | null;
|
|
1274
|
+
authenticationStepRequirement: string | null;
|
|
1275
|
+
authenticationStepResultDetail: string | null;
|
|
1276
|
+
succeeded: boolean | null;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
@abstract
|
|
1280
|
+
@complex model authenticationEventHandlerResult {
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1165
1283
|
@complex model authenticationFlow {
|
|
1166
1284
|
transferMethod: conditionalAccessTransferMethods | null;
|
|
1167
1285
|
}
|
|
@@ -1186,6 +1304,22 @@ namespace reference.`microsoft.graph` {
|
|
|
1186
1304
|
targetType: authenticationMethodTargetType;
|
|
1187
1305
|
}
|
|
1188
1306
|
|
|
1307
|
+
@complex model authenticationRequirementPolicy {
|
|
1308
|
+
detail: string | null;
|
|
1309
|
+
requirementProvider: requirementProvider | null;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
@complex model authenticationStrength {
|
|
1313
|
+
authenticationStrengthId: string | null;
|
|
1314
|
+
authenticationStrengthResult: authenticationStrengthResult | null;
|
|
1315
|
+
displayName: string | null;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
@complex model authenticationStrengthUsage {
|
|
1319
|
+
@references mfa: conditionalAccessPolicy[];
|
|
1320
|
+
@references none: conditionalAccessPolicy[];
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1189
1323
|
@complex model authorizationInfo {
|
|
1190
1324
|
certificateUserIds: string[] | null;
|
|
1191
1325
|
}
|
|
@@ -1341,6 +1475,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1341
1475
|
startupAuthenticationTpmUsage: configurationUsage;
|
|
1342
1476
|
}
|
|
1343
1477
|
|
|
1478
|
+
@complex model booleanColumn {
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1344
1481
|
/**
|
|
1345
1482
|
* A complex type to represent the result of bulk QU catalog action.
|
|
1346
1483
|
*/
|
|
@@ -1392,6 +1529,17 @@ namespace reference.`microsoft.graph` {
|
|
|
1392
1529
|
successfulDeviceIds: string[] | null;
|
|
1393
1530
|
}
|
|
1394
1531
|
|
|
1532
|
+
@complex model bundle {
|
|
1533
|
+
album: album | null;
|
|
1534
|
+
childCount: int32 | null;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
@complex model calculatedColumn {
|
|
1538
|
+
format: string | null;
|
|
1539
|
+
formula: string | null;
|
|
1540
|
+
outputType: string | null;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1395
1543
|
@complex model calendarSharingMessageAction {
|
|
1396
1544
|
action: calendarSharingAction | null;
|
|
1397
1545
|
actionType: calendarSharingActionType | null;
|
|
@@ -1491,6 +1639,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1491
1639
|
encryptionCertificateThumbprint: string;
|
|
1492
1640
|
}
|
|
1493
1641
|
|
|
1642
|
+
@complex model choiceColumn {
|
|
1643
|
+
allowTextEntry: boolean | null;
|
|
1644
|
+
choices: string[] | null;
|
|
1645
|
+
displayAs: string | null;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1494
1648
|
/**
|
|
1495
1649
|
* Represents a property of the ChromeOS device.
|
|
1496
1650
|
*/
|
|
@@ -1531,6 +1685,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1531
1685
|
isSipEnabled: boolean | null;
|
|
1532
1686
|
}
|
|
1533
1687
|
|
|
1688
|
+
@complex model columnValidation {
|
|
1689
|
+
defaultLanguage: string | null;
|
|
1690
|
+
descriptions: displayNameLocalization[] | null;
|
|
1691
|
+
formula: string | null;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1534
1694
|
/**
|
|
1535
1695
|
* Summary data for co managed devices
|
|
1536
1696
|
*/
|
|
@@ -1600,6 +1760,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1600
1760
|
scheduledForEnrollmentCount: int32;
|
|
1601
1761
|
}
|
|
1602
1762
|
|
|
1763
|
+
@complex model commentAction {
|
|
1764
|
+
isReply: boolean | null;
|
|
1765
|
+
parentAuthor: identitySet | null;
|
|
1766
|
+
participants: identitySet[] | null;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1603
1769
|
@complex model companyDetail {
|
|
1604
1770
|
address: physicalAddress | null;
|
|
1605
1771
|
companyCode: string | null;
|
|
@@ -1661,12 +1827,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1661
1827
|
}
|
|
1662
1828
|
|
|
1663
1829
|
@complex model conditionalAccessClientApplications {
|
|
1830
|
+
agentIdServicePrincipalFilter: conditionalAccessFilter | null;
|
|
1831
|
+
excludeAgentIdServicePrincipals: string[];
|
|
1664
1832
|
excludeServicePrincipals: string[];
|
|
1833
|
+
includeAgentIdServicePrincipals: string[];
|
|
1665
1834
|
includeServicePrincipals: string[];
|
|
1666
1835
|
servicePrincipalFilter: conditionalAccessFilter | null;
|
|
1667
1836
|
}
|
|
1668
1837
|
|
|
1669
1838
|
@complex model conditionalAccessConditionSet {
|
|
1839
|
+
agentIdRiskLevels: conditionalAccessAgentIdRiskLevels | null;
|
|
1670
1840
|
applications: conditionalAccessApplications | null;
|
|
1671
1841
|
authenticationFlows: conditionalAccessAuthenticationFlows | null;
|
|
1672
1842
|
clientApplications: conditionalAccessClientApplications | null;
|
|
@@ -1675,6 +1845,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1675
1845
|
deviceStates: conditionalAccessDeviceStates | null;
|
|
1676
1846
|
locations: conditionalAccessLocations | null;
|
|
1677
1847
|
platforms: conditionalAccessPlatforms | null;
|
|
1848
|
+
servicePrincipalRiskLevels: riskLevel[];
|
|
1849
|
+
signInRiskLevels: riskLevel[];
|
|
1850
|
+
userRiskLevels: riskLevel[];
|
|
1678
1851
|
users: conditionalAccessUsers | null;
|
|
1679
1852
|
}
|
|
1680
1853
|
|
|
@@ -1710,6 +1883,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1710
1883
|
customAuthenticationFactors: string[];
|
|
1711
1884
|
operator: string | null;
|
|
1712
1885
|
termsOfUse: string[];
|
|
1886
|
+
@contains authenticationStrength: authenticationStrengthPolicy | null;
|
|
1713
1887
|
}
|
|
1714
1888
|
|
|
1715
1889
|
@complex model conditionalAccessGuestsOrExternalUsers {
|
|
@@ -1733,6 +1907,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1733
1907
|
sessionControls: conditionalAccessSessionControls | null;
|
|
1734
1908
|
}
|
|
1735
1909
|
|
|
1910
|
+
@complex model conditionalAccessRuleSatisfied {
|
|
1911
|
+
conditionalAccessCondition: conditionalAccessConditions | null;
|
|
1912
|
+
ruleSatisfied: conditionalAccessRule | null;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1736
1915
|
@abstract
|
|
1737
1916
|
@complex model conditionalAccessSessionControl {
|
|
1738
1917
|
isEnabled: boolean | null;
|
|
@@ -1927,6 +2106,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1927
2106
|
status: connectorHealthState;
|
|
1928
2107
|
}
|
|
1929
2108
|
|
|
2109
|
+
@complex model contentApprovalStatusColumn {
|
|
2110
|
+
}
|
|
2111
|
+
|
|
1930
2112
|
@complex model contentCustomization {
|
|
1931
2113
|
attributeCollection: keyValue[];
|
|
1932
2114
|
attributeCollectionRelativeUrl: string | null;
|
|
@@ -1934,6 +2116,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1934
2116
|
registrationCampaignRelativeUrl: string | null;
|
|
1935
2117
|
}
|
|
1936
2118
|
|
|
2119
|
+
@complex model contentModelUsage {
|
|
2120
|
+
createdBy: identitySet | null;
|
|
2121
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2122
|
+
driveId: string | null;
|
|
2123
|
+
lastModifiedBy: identitySet | null;
|
|
2124
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
2125
|
+
modelId: string | null;
|
|
2126
|
+
modelVersion: string | null;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
1937
2129
|
@complex model contentSensitivityLabelAssignment {
|
|
1938
2130
|
assignmentMethod: sensitivityLabelAssignmentMethod;
|
|
1939
2131
|
justificationText: string | null;
|
|
@@ -1941,6 +2133,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1941
2133
|
tenantId: string | null;
|
|
1942
2134
|
}
|
|
1943
2135
|
|
|
2136
|
+
@complex model contentTypeInfo {
|
|
2137
|
+
id: string | null;
|
|
2138
|
+
name: string | null;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
@complex model contentTypeOrder {
|
|
2142
|
+
default: boolean | null;
|
|
2143
|
+
position: int32 | null;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
1944
2146
|
@complex model continuousAccessEvaluationSessionControl {
|
|
1945
2147
|
mode: continuousAccessEvaluationMode | null;
|
|
1946
2148
|
}
|
|
@@ -1966,6 +2168,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1966
2168
|
resource: string | null;
|
|
1967
2169
|
}
|
|
1968
2170
|
|
|
2171
|
+
@complex model createAction {
|
|
2172
|
+
}
|
|
2173
|
+
|
|
1969
2174
|
/**
|
|
1970
2175
|
* Remote help - response we provide back to the helper after successfully creating an ACS session
|
|
1971
2176
|
*/
|
|
@@ -2063,6 +2268,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2063
2268
|
pfsGroup: perfectForwardSecrecyGroup | null;
|
|
2064
2269
|
}
|
|
2065
2270
|
|
|
2271
|
+
@complex model currencyColumn {
|
|
2272
|
+
locale: string | null;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2066
2275
|
@complex model customAppManagementApplicationConfiguration {
|
|
2067
2276
|
identifierUris: identifierUriConfiguration | null;
|
|
2068
2277
|
}
|
|
@@ -2071,6 +2280,14 @@ namespace reference.`microsoft.graph` {
|
|
|
2071
2280
|
applicationRestrictions: customAppManagementApplicationConfiguration | null;
|
|
2072
2281
|
}
|
|
2073
2282
|
|
|
2283
|
+
@complex model customExtensionCalloutResult extends authenticationEventHandlerResult {
|
|
2284
|
+
calloutDateTime: offsetDateTime | null;
|
|
2285
|
+
customExtensionId: string | null;
|
|
2286
|
+
errorCode: int32 | null;
|
|
2287
|
+
httpStatus: int32 | null;
|
|
2288
|
+
numberOfAttempts: int32 | null;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2074
2291
|
@abstract
|
|
2075
2292
|
@complex model customSecurityAttributeExemption {
|
|
2076
2293
|
id: string;
|
|
@@ -2141,6 +2358,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2141
2358
|
hasValidWindowsLicense: boolean;
|
|
2142
2359
|
}
|
|
2143
2360
|
|
|
2361
|
+
@complex model dateTimeColumn {
|
|
2362
|
+
displayAs: string | null;
|
|
2363
|
+
format: string | null;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2144
2366
|
@complex model dateTimeTimeZone {
|
|
2145
2367
|
dateTime: string;
|
|
2146
2368
|
timeZone: string | null;
|
|
@@ -2150,9 +2372,20 @@ namespace reference.`microsoft.graph` {
|
|
|
2150
2372
|
daylightBias: int32 | null;
|
|
2151
2373
|
}
|
|
2152
2374
|
|
|
2375
|
+
@complex model defaultColumnValue {
|
|
2376
|
+
formula: string | null;
|
|
2377
|
+
value: string | null;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2153
2380
|
@complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
|
|
2154
2381
|
}
|
|
2155
2382
|
|
|
2383
|
+
@complex model defaultSharingLink {
|
|
2384
|
+
defaultToExistingAccess: boolean | null;
|
|
2385
|
+
role: sharingRole | null;
|
|
2386
|
+
scope: sharingScope | null;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2156
2389
|
@complex model defaultUserRolePermissions {
|
|
2157
2390
|
allowedToCreateApps: boolean;
|
|
2158
2391
|
allowedToCreateSecurityGroups: boolean;
|
|
@@ -2183,6 +2416,15 @@ namespace reference.`microsoft.graph` {
|
|
|
2183
2416
|
severeSeverity: defenderThreatAction;
|
|
2184
2417
|
}
|
|
2185
2418
|
|
|
2419
|
+
@complex model deleteAction {
|
|
2420
|
+
name: string | null;
|
|
2421
|
+
objectType: string | null;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
@complex model deleted {
|
|
2425
|
+
state: string | null;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2186
2428
|
/**
|
|
2187
2429
|
* Delete user from shared apple device action result
|
|
2188
2430
|
*/
|
|
@@ -2346,6 +2588,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2346
2588
|
onRetrievalDelayAutoRotatePasswordInHours: int32;
|
|
2347
2589
|
}
|
|
2348
2590
|
|
|
2591
|
+
@open
|
|
2592
|
+
@complex model detailsInfo {
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2349
2595
|
/**
|
|
2350
2596
|
* Device action result
|
|
2351
2597
|
*/
|
|
@@ -2699,6 +2945,16 @@ namespace reference.`microsoft.graph` {
|
|
|
2699
2945
|
userPrincipalName: string | null;
|
|
2700
2946
|
}
|
|
2701
2947
|
|
|
2948
|
+
@complex model deviceDetail {
|
|
2949
|
+
browser: string | null;
|
|
2950
|
+
deviceId: string | null;
|
|
2951
|
+
displayName: string | null;
|
|
2952
|
+
isCompliant: boolean | null;
|
|
2953
|
+
isManaged: boolean | null;
|
|
2954
|
+
operatingSystem: string | null;
|
|
2955
|
+
trustType: string | null;
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2702
2958
|
/**
|
|
2703
2959
|
* Platform specific enrollment restrictions
|
|
2704
2960
|
*/
|
|
@@ -4524,6 +4780,17 @@ namespace reference.`microsoft.graph` {
|
|
|
4524
4780
|
status: deviceScopeActionStatus;
|
|
4525
4781
|
}
|
|
4526
4782
|
|
|
4783
|
+
@complex model deviceSyncStatusResponse {
|
|
4784
|
+
/**
|
|
4785
|
+
* Indicates the collection of sync component statuses representing infrastructure and policy progress. Each entry represents a component that has started reporting during this sync operation. Components appear in the collection only after they begin executing. Read-only. Not nullable.
|
|
4786
|
+
*/
|
|
4787
|
+
components: syncComponent[];
|
|
4788
|
+
/**
|
|
4789
|
+
* Indicates the managed device identifier. Used to correlate this sync status snapshot with the device that was synced. This is the same id used in the managedDevice entity. Example: 'd1e2f3a4-b5c6-7890-abcd-ef1234567890'. Read-only. Not nullable.
|
|
4790
|
+
*/
|
|
4791
|
+
deviceId: string;
|
|
4792
|
+
}
|
|
4793
|
+
|
|
4527
4794
|
@open
|
|
4528
4795
|
@complex model Dictionary {
|
|
4529
4796
|
}
|
|
@@ -4533,12 +4800,81 @@ namespace reference.`microsoft.graph` {
|
|
|
4533
4800
|
used: int32 | null;
|
|
4534
4801
|
}
|
|
4535
4802
|
|
|
4803
|
+
@complex model directSharingAbilities {
|
|
4804
|
+
addExistingExternalUsers: sharingOperationStatus | null;
|
|
4805
|
+
addInternalUsers: sharingOperationStatus | null;
|
|
4806
|
+
addNewExternalUsers: sharingOperationStatus | null;
|
|
4807
|
+
requestGrantAccess: sharingOperationStatus | null;
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4810
|
+
@complex model displayNameLocalization {
|
|
4811
|
+
displayName: string | null;
|
|
4812
|
+
languageTag: string | null;
|
|
4813
|
+
}
|
|
4814
|
+
|
|
4815
|
+
@complex model documentSet {
|
|
4816
|
+
allowedContentTypes: contentTypeInfo[] | null;
|
|
4817
|
+
defaultContents: documentSetContent[] | null;
|
|
4818
|
+
propagateWelcomePageChanges: boolean | null;
|
|
4819
|
+
shouldPrefixNameToFile: boolean | null;
|
|
4820
|
+
welcomePageUrl: string | null;
|
|
4821
|
+
@references sharedColumns: columnDefinition[];
|
|
4822
|
+
@references welcomePageColumns: columnDefinition[];
|
|
4823
|
+
}
|
|
4824
|
+
|
|
4825
|
+
@complex model documentSetContent {
|
|
4826
|
+
contentType: contentTypeInfo | null;
|
|
4827
|
+
fileName: string | null;
|
|
4828
|
+
folderName: string | null;
|
|
4829
|
+
}
|
|
4830
|
+
|
|
4831
|
+
@complex model documentSetVersionItem {
|
|
4832
|
+
itemId: string | null;
|
|
4833
|
+
title: string | null;
|
|
4834
|
+
versionId: string | null;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4536
4837
|
@complex model domainState {
|
|
4537
4838
|
@computed lastActionDateTime: offsetDateTime | null;
|
|
4538
4839
|
operation: string | null;
|
|
4539
4840
|
status: string | null;
|
|
4540
4841
|
}
|
|
4541
4842
|
|
|
4843
|
+
@complex model driveItemAccessOperationsViewpoint {
|
|
4844
|
+
canComment: boolean | null;
|
|
4845
|
+
canCreateFile: boolean | null;
|
|
4846
|
+
canCreateFolder: boolean | null;
|
|
4847
|
+
canDelete: boolean | null;
|
|
4848
|
+
canDownload: boolean | null;
|
|
4849
|
+
canRead: boolean | null;
|
|
4850
|
+
canUpdate: boolean | null;
|
|
4851
|
+
}
|
|
4852
|
+
|
|
4853
|
+
@complex model driveItemSource {
|
|
4854
|
+
application: driveItemSourceApplication | null;
|
|
4855
|
+
externalId: string | null;
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
@complex model driveItemUploadableProperties {
|
|
4859
|
+
description: string | null;
|
|
4860
|
+
driveItemSource: driveItemSource | null;
|
|
4861
|
+
fileSize: int64 | null;
|
|
4862
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
4863
|
+
mediaSource: mediaSource | null;
|
|
4864
|
+
name: string | null;
|
|
4865
|
+
}
|
|
4866
|
+
|
|
4867
|
+
@complex model driveItemViewpoint {
|
|
4868
|
+
accessOperations: driveItemAccessOperationsViewpoint | null;
|
|
4869
|
+
sharing: sharingViewpoint | null;
|
|
4870
|
+
}
|
|
4871
|
+
|
|
4872
|
+
@complex model driveRecipient {
|
|
4873
|
+
`alias`: string | null;
|
|
4874
|
+
email: string | null;
|
|
4875
|
+
objectId: string | null;
|
|
4876
|
+
}
|
|
4877
|
+
|
|
4542
4878
|
/**
|
|
4543
4879
|
* The home button configuration base class used to identify the available options
|
|
4544
4880
|
*/
|
|
@@ -4601,6 +4937,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4601
4937
|
edgeSearchEngineOpenSearchXmlUrl: string;
|
|
4602
4938
|
}
|
|
4603
4939
|
|
|
4940
|
+
@complex model editAction {
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4604
4943
|
@complex model educationalActivityDetail {
|
|
4605
4944
|
abbreviation: string | null;
|
|
4606
4945
|
activities: string[] | null;
|
|
@@ -4910,6 +5249,10 @@ namespace reference.`microsoft.graph` {
|
|
|
4910
5249
|
type: string | null;
|
|
4911
5250
|
}
|
|
4912
5251
|
|
|
5252
|
+
@complex model extractSensitivityLabelsResult {
|
|
5253
|
+
labels: sensitivityLabelAssignment[] | null;
|
|
5254
|
+
}
|
|
5255
|
+
|
|
4913
5256
|
@complex model featureTarget {
|
|
4914
5257
|
id: string | null;
|
|
4915
5258
|
targetType: featureTargetType | null;
|
|
@@ -4926,6 +5269,13 @@ namespace reference.`microsoft.graph` {
|
|
|
4926
5269
|
isEnforced: boolean | null;
|
|
4927
5270
|
}
|
|
4928
5271
|
|
|
5272
|
+
@complex model file {
|
|
5273
|
+
archiveStatus: fileArchiveStatus;
|
|
5274
|
+
hashes: hashes | null;
|
|
5275
|
+
mimeType: string | null;
|
|
5276
|
+
processingMetadata: boolean | null;
|
|
5277
|
+
}
|
|
5278
|
+
|
|
4929
5279
|
/**
|
|
4930
5280
|
* Contains properties for file encryption information for the content version of a line-of-business app.
|
|
4931
5281
|
*/
|
|
@@ -4960,6 +5310,76 @@ namespace reference.`microsoft.graph` {
|
|
|
4960
5310
|
profileIdentifier: string | null;
|
|
4961
5311
|
}
|
|
4962
5312
|
|
|
5313
|
+
@open
|
|
5314
|
+
@complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
@complex model fileStorageContainerCustomPropertyValue {
|
|
5318
|
+
isSearchable: boolean | null;
|
|
5319
|
+
value: string;
|
|
5320
|
+
}
|
|
5321
|
+
|
|
5322
|
+
@complex model fileStorageContainerSettings {
|
|
5323
|
+
isItemVersioningEnabled: boolean | null;
|
|
5324
|
+
isOcrEnabled: boolean | null;
|
|
5325
|
+
itemDefaultSensitivityLabelId: string | null;
|
|
5326
|
+
itemMajorVersionLimit: int32 | null;
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5329
|
+
@complex model fileStorageContainerTypeAgentSettings {
|
|
5330
|
+
chatEmbedAllowedHosts: string[];
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5333
|
+
@complex model fileStorageContainerTypeRegistrationSettings {
|
|
5334
|
+
agent: fileStorageContainerTypeAgentSettings | null;
|
|
5335
|
+
isDiscoverabilityEnabled: boolean | null;
|
|
5336
|
+
isItemVersioningEnabled: boolean | null;
|
|
5337
|
+
isSearchEnabled: boolean | null;
|
|
5338
|
+
isSharingRestricted: boolean | null;
|
|
5339
|
+
itemMajorVersionLimit: int64 | null;
|
|
5340
|
+
maxStoragePerContainerInBytes: int64 | null;
|
|
5341
|
+
sharingCapability: sharingCapabilities | null;
|
|
5342
|
+
urlTemplate: string | null;
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5345
|
+
@complex model fileStorageContainerTypeSettings {
|
|
5346
|
+
agent: fileStorageContainerTypeAgentSettings | null;
|
|
5347
|
+
consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
|
|
5348
|
+
isDiscoverabilityEnabled: boolean | null;
|
|
5349
|
+
isItemVersioningEnabled: boolean | null;
|
|
5350
|
+
isSearchEnabled: boolean | null;
|
|
5351
|
+
isSharingRestricted: boolean | null;
|
|
5352
|
+
itemMajorVersionLimit: int64 | null;
|
|
5353
|
+
maxStoragePerContainerInBytes: int64 | null;
|
|
5354
|
+
sharingCapability: sharingCapabilities | null;
|
|
5355
|
+
urlTemplate: string | null;
|
|
5356
|
+
}
|
|
5357
|
+
|
|
5358
|
+
@complex model fileStorageContainerViewpoint {
|
|
5359
|
+
effectiveRole: string;
|
|
5360
|
+
}
|
|
5361
|
+
|
|
5362
|
+
@complex model fileSystemInfo {
|
|
5363
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
5364
|
+
@computed lastAccessedDateTime: offsetDateTime | null;
|
|
5365
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
5366
|
+
}
|
|
5367
|
+
|
|
5368
|
+
@open
|
|
5369
|
+
@complex model flexSchemaContainer {
|
|
5370
|
+
}
|
|
5371
|
+
|
|
5372
|
+
@complex model folder {
|
|
5373
|
+
childCount: int32 | null;
|
|
5374
|
+
view: folderView | null;
|
|
5375
|
+
}
|
|
5376
|
+
|
|
5377
|
+
@complex model folderView {
|
|
5378
|
+
sortBy: string | null;
|
|
5379
|
+
sortOrder: string | null;
|
|
5380
|
+
viewType: string | null;
|
|
5381
|
+
}
|
|
5382
|
+
|
|
4963
5383
|
@complex model followupFlag {
|
|
4964
5384
|
completedDateTime: dateTimeTimeZone | null;
|
|
4965
5385
|
dueDateTime: dateTimeTimeZone | null;
|
|
@@ -4983,6 +5403,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4983
5403
|
longitude: float64 | null;
|
|
4984
5404
|
}
|
|
4985
5405
|
|
|
5406
|
+
@complex model geolocationColumn {
|
|
5407
|
+
}
|
|
5408
|
+
|
|
4986
5409
|
/**
|
|
4987
5410
|
* Represents an assignment to a group.
|
|
4988
5411
|
*/
|
|
@@ -4993,6 +5416,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4993
5416
|
groupId: string | null;
|
|
4994
5417
|
}
|
|
4995
5418
|
|
|
5419
|
+
@open
|
|
5420
|
+
@complex model groupIdentity extends identity {
|
|
5421
|
+
mailNickname: string | null;
|
|
5422
|
+
}
|
|
5423
|
+
|
|
4996
5424
|
@complex model groupPolicyPresentationDropdownListItem {
|
|
4997
5425
|
/**
|
|
4998
5426
|
* Localized display name for the drop-down list item.
|
|
@@ -5200,6 +5628,13 @@ namespace reference.`microsoft.graph` {
|
|
|
5200
5628
|
wiredIPv4Addresses: string[] | null;
|
|
5201
5629
|
}
|
|
5202
5630
|
|
|
5631
|
+
@complex model hashes {
|
|
5632
|
+
crc32Hash: string | null;
|
|
5633
|
+
quickXorHash: string | null;
|
|
5634
|
+
sha1Hash: string | null;
|
|
5635
|
+
sha256Hash: string | null;
|
|
5636
|
+
}
|
|
5637
|
+
|
|
5203
5638
|
/**
|
|
5204
5639
|
* A class containing the result of HasPayloadLinks action.
|
|
5205
5640
|
*/
|
|
@@ -5228,6 +5663,10 @@ namespace reference.`microsoft.graph` {
|
|
|
5228
5663
|
updateWindow: updateWindow | null;
|
|
5229
5664
|
}
|
|
5230
5665
|
|
|
5666
|
+
@complex model hyperlinkOrPictureColumn {
|
|
5667
|
+
isPicture: boolean | null;
|
|
5668
|
+
}
|
|
5669
|
+
|
|
5231
5670
|
@complex model identifierUriConfiguration {
|
|
5232
5671
|
nonDefaultUriAddition: identifierUriRestriction | null;
|
|
5233
5672
|
uriAdditionWithoutUniqueTenantIdentifier: identifierUriRestriction | null;
|
|
@@ -5248,25 +5687,30 @@ namespace reference.`microsoft.graph` {
|
|
|
5248
5687
|
id: string | null;
|
|
5249
5688
|
}
|
|
5250
5689
|
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5690
|
+
@complex model identityInput {
|
|
5691
|
+
`alias`: string | null;
|
|
5692
|
+
email: string | null;
|
|
5693
|
+
objectId: string | null;
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5254
5696
|
@open
|
|
5255
5697
|
@complex model identitySet {
|
|
5256
|
-
/**
|
|
5257
|
-
* The Identity of the Application. This property is read-only.
|
|
5258
|
-
*/
|
|
5259
5698
|
application: identity | null;
|
|
5260
|
-
/**
|
|
5261
|
-
* The Identity of the Device. This property is read-only.
|
|
5262
|
-
*/
|
|
5263
5699
|
device: identity | null;
|
|
5264
|
-
/**
|
|
5265
|
-
* The Identity of the User. This property is read-only.
|
|
5266
|
-
*/
|
|
5267
5700
|
user: identity | null;
|
|
5268
5701
|
}
|
|
5269
5702
|
|
|
5703
|
+
@complex model idleSessionSignOut {
|
|
5704
|
+
isEnabled: boolean | null;
|
|
5705
|
+
signOutAfterInSeconds: int64 | null;
|
|
5706
|
+
warnAfterInSeconds: int64 | null;
|
|
5707
|
+
}
|
|
5708
|
+
|
|
5709
|
+
@complex model image {
|
|
5710
|
+
height: int32 | null;
|
|
5711
|
+
width: int32 | null;
|
|
5712
|
+
}
|
|
5713
|
+
|
|
5270
5714
|
@complex model implicitGrantSettings {
|
|
5271
5715
|
enableAccessTokenIssuance: boolean | null;
|
|
5272
5716
|
enableIdTokenIssuance: boolean | null;
|
|
@@ -5301,6 +5745,12 @@ namespace reference.`microsoft.graph` {
|
|
|
5301
5745
|
targetType: authenticationMethodTargetType;
|
|
5302
5746
|
}
|
|
5303
5747
|
|
|
5748
|
+
@open
|
|
5749
|
+
@complex model incompleteData {
|
|
5750
|
+
missingDataBeforeDateTime: offsetDateTime | null;
|
|
5751
|
+
wasThrottled: boolean | null;
|
|
5752
|
+
}
|
|
5753
|
+
|
|
5304
5754
|
@complex model inferenceData {
|
|
5305
5755
|
confidenceScore: float64 | null;
|
|
5306
5756
|
userHasVerifiedAccuracy: boolean | null;
|
|
@@ -5319,11 +5769,21 @@ namespace reference.`microsoft.graph` {
|
|
|
5319
5769
|
singleSignOnDocumentationUrl: string | null;
|
|
5320
5770
|
}
|
|
5321
5771
|
|
|
5772
|
+
@complex model informationBarrier {
|
|
5773
|
+
mode: informationBarrierMode;
|
|
5774
|
+
segmentIds: guid;
|
|
5775
|
+
}
|
|
5776
|
+
|
|
5322
5777
|
@abstract
|
|
5323
5778
|
@complex model inheritableScopes {
|
|
5324
5779
|
kind: scopeCollectionKind;
|
|
5325
5780
|
}
|
|
5326
5781
|
|
|
5782
|
+
@open
|
|
5783
|
+
@complex model initiator extends identity {
|
|
5784
|
+
initiatorType: initiatorType | null;
|
|
5785
|
+
}
|
|
5786
|
+
|
|
5327
5787
|
/**
|
|
5328
5788
|
* The value in an user experience analytics insight.
|
|
5329
5789
|
*/
|
|
@@ -5356,6 +5816,17 @@ namespace reference.`microsoft.graph` {
|
|
|
5356
5816
|
webUrl: string | null;
|
|
5357
5817
|
}
|
|
5358
5818
|
|
|
5819
|
+
@complex model integerRange {
|
|
5820
|
+
end: int64 | null;
|
|
5821
|
+
|
|
5822
|
+
@graphDeprecated("Tasks_And_Plans")
|
|
5823
|
+
maximum: int64 | null;
|
|
5824
|
+
|
|
5825
|
+
@graphDeprecated("Tasks_And_Plans")
|
|
5826
|
+
minimum: int64 | null;
|
|
5827
|
+
start: int64 | null;
|
|
5828
|
+
}
|
|
5829
|
+
|
|
5359
5830
|
@complex model internetMessageHeader {
|
|
5360
5831
|
name: string | null;
|
|
5361
5832
|
value: string | null;
|
|
@@ -6222,14 +6693,53 @@ namespace reference.`microsoft.graph` {
|
|
|
6222
6693
|
upperAddress: string;
|
|
6223
6694
|
}
|
|
6224
6695
|
|
|
6696
|
+
@complex model itemActionSet {
|
|
6697
|
+
comment: commentAction | null;
|
|
6698
|
+
create: createAction | null;
|
|
6699
|
+
delete: deleteAction | null;
|
|
6700
|
+
edit: editAction | null;
|
|
6701
|
+
mention: mentionAction | null;
|
|
6702
|
+
move: moveAction | null;
|
|
6703
|
+
rename: renameAction | null;
|
|
6704
|
+
restore: restoreAction | null;
|
|
6705
|
+
share: shareAction | null;
|
|
6706
|
+
version: versionAction | null;
|
|
6707
|
+
}
|
|
6708
|
+
|
|
6709
|
+
@open
|
|
6710
|
+
@complex model itemActionStat {
|
|
6711
|
+
actionCount: int32 | null;
|
|
6712
|
+
actorCount: int32 | null;
|
|
6713
|
+
}
|
|
6714
|
+
|
|
6715
|
+
@complex model itemActivityTimeSet {
|
|
6716
|
+
@computed lastRecordedDateTime: offsetDateTime | null;
|
|
6717
|
+
observedDateTime: offsetDateTime | null;
|
|
6718
|
+
recordedDateTime: offsetDateTime | null;
|
|
6719
|
+
}
|
|
6720
|
+
|
|
6225
6721
|
@complex model itemBody {
|
|
6226
6722
|
content: string | null;
|
|
6227
6723
|
contentType: bodyType | null;
|
|
6228
6724
|
}
|
|
6229
6725
|
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6726
|
+
@complex model itemPreviewInfo {
|
|
6727
|
+
getUrl: string | null;
|
|
6728
|
+
postParameters: string | null;
|
|
6729
|
+
postUrl: string | null;
|
|
6730
|
+
}
|
|
6731
|
+
|
|
6732
|
+
@complex model itemReference {
|
|
6733
|
+
driveId: string | null;
|
|
6734
|
+
driveType: string | null;
|
|
6735
|
+
id: string | null;
|
|
6736
|
+
name: string | null;
|
|
6737
|
+
path: string | null;
|
|
6738
|
+
shareId: string | null;
|
|
6739
|
+
sharepointIds: sharepointIds | null;
|
|
6740
|
+
siteId: string | null;
|
|
6741
|
+
}
|
|
6742
|
+
|
|
6233
6743
|
@complex model Json {
|
|
6234
6744
|
}
|
|
6235
6745
|
|
|
@@ -6425,6 +6935,11 @@ namespace reference.`microsoft.graph` {
|
|
|
6425
6935
|
value: string | null;
|
|
6426
6936
|
}
|
|
6427
6937
|
|
|
6938
|
+
@complex model lastSignIn {
|
|
6939
|
+
interactiveDateTime: offsetDateTime | null;
|
|
6940
|
+
nonInteractiveDateTime: offsetDateTime | null;
|
|
6941
|
+
}
|
|
6942
|
+
|
|
6428
6943
|
@complex model licenseAssignmentState {
|
|
6429
6944
|
assignedByGroup: string | null;
|
|
6430
6945
|
disabledPlans: guid | null;
|
|
@@ -6444,6 +6959,39 @@ namespace reference.`microsoft.graph` {
|
|
|
6444
6959
|
warning: int32 | null;
|
|
6445
6960
|
}
|
|
6446
6961
|
|
|
6962
|
+
@complex model linkableIdentifiers {
|
|
6963
|
+
deviceId: string | null;
|
|
6964
|
+
sessionId: string | null;
|
|
6965
|
+
tokenDetails: tokenDetails | null;
|
|
6966
|
+
}
|
|
6967
|
+
|
|
6968
|
+
@complex model linkRoleAbilities {
|
|
6969
|
+
addExistingExternalUsers: sharingOperationStatus | null;
|
|
6970
|
+
addNewExternalUsers: sharingOperationStatus | null;
|
|
6971
|
+
applyVariants: sharingLinkVariants | null;
|
|
6972
|
+
createLink: sharingOperationStatus | null;
|
|
6973
|
+
deleteLink: sharingOperationStatus | null;
|
|
6974
|
+
linkAllowsExternalUsers: sharingOperationStatus | null;
|
|
6975
|
+
linkExpiration: sharingLinkExpirationStatus | null;
|
|
6976
|
+
retrieveLink: sharingOperationStatus | null;
|
|
6977
|
+
updateLink: sharingOperationStatus | null;
|
|
6978
|
+
}
|
|
6979
|
+
|
|
6980
|
+
@complex model linkScopeAbilities {
|
|
6981
|
+
blockDownloadLinkAbilities: linkRoleAbilities | null;
|
|
6982
|
+
editLinkAbilities: linkRoleAbilities;
|
|
6983
|
+
manageListLinkAbilities: linkRoleAbilities | null;
|
|
6984
|
+
readLinkAbilities: linkRoleAbilities;
|
|
6985
|
+
reviewLinkAbilities: linkRoleAbilities | null;
|
|
6986
|
+
submitOnlyLinkAbilities: linkRoleAbilities | null;
|
|
6987
|
+
}
|
|
6988
|
+
|
|
6989
|
+
@complex model listInfo {
|
|
6990
|
+
contentTypesEnabled: boolean | null;
|
|
6991
|
+
hidden: boolean | null;
|
|
6992
|
+
template: string | null;
|
|
6993
|
+
}
|
|
6994
|
+
|
|
6447
6995
|
@complex model localAdminPasswordSettings {
|
|
6448
6996
|
isEnabled: boolean | null;
|
|
6449
6997
|
}
|
|
@@ -6489,6 +7037,13 @@ namespace reference.`microsoft.graph` {
|
|
|
6489
7037
|
resolveAvailability: boolean | null;
|
|
6490
7038
|
}
|
|
6491
7039
|
|
|
7040
|
+
@complex model lockInfo {
|
|
7041
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
7042
|
+
expirationDateTime: offsetDateTime | null;
|
|
7043
|
+
lockType: lockType;
|
|
7044
|
+
owners: userIdentity[];
|
|
7045
|
+
}
|
|
7046
|
+
|
|
6492
7047
|
/**
|
|
6493
7048
|
* Logged On User
|
|
6494
7049
|
*/
|
|
@@ -6524,6 +7079,14 @@ namespace reference.`microsoft.graph` {
|
|
|
6524
7079
|
hideTermsOfUse: boolean | null;
|
|
6525
7080
|
}
|
|
6526
7081
|
|
|
7082
|
+
@complex model lookupColumn {
|
|
7083
|
+
allowMultipleValues: boolean | null;
|
|
7084
|
+
allowUnlimitedLength: boolean | null;
|
|
7085
|
+
columnName: string | null;
|
|
7086
|
+
listId: string | null;
|
|
7087
|
+
primaryLookupColumnId: string | null;
|
|
7088
|
+
}
|
|
7089
|
+
|
|
6527
7090
|
/**
|
|
6528
7091
|
* The identifier for a Mac app.
|
|
6529
7092
|
*/
|
|
@@ -7187,6 +7750,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7187
7750
|
message: string | null;
|
|
7188
7751
|
}
|
|
7189
7752
|
|
|
7753
|
+
@complex model malware {
|
|
7754
|
+
description: string | null;
|
|
7755
|
+
}
|
|
7756
|
+
|
|
7190
7757
|
/**
|
|
7191
7758
|
* Represents diagnostics status.
|
|
7192
7759
|
*/
|
|
@@ -7375,6 +7942,13 @@ namespace reference.`microsoft.graph` {
|
|
|
7375
7942
|
releaseYear: int32;
|
|
7376
7943
|
}
|
|
7377
7944
|
|
|
7945
|
+
@complex model managedIdentity {
|
|
7946
|
+
associatedResourceId: string | null;
|
|
7947
|
+
federatedTokenId: string | null;
|
|
7948
|
+
federatedTokenIssuer: string | null;
|
|
7949
|
+
msiType: msiType | null;
|
|
7950
|
+
}
|
|
7951
|
+
|
|
7378
7952
|
/**
|
|
7379
7953
|
* The request parameter for requesting Android Managed Play Store app configuration schema.
|
|
7380
7954
|
*/
|
|
@@ -7396,6 +7970,11 @@ namespace reference.`microsoft.graph` {
|
|
|
7396
7970
|
thumbprint: string | null;
|
|
7397
7971
|
}
|
|
7398
7972
|
|
|
7973
|
+
@complex model media {
|
|
7974
|
+
isTranscriptionShown: boolean | null;
|
|
7975
|
+
mediaSource: mediaSource | null;
|
|
7976
|
+
}
|
|
7977
|
+
|
|
7399
7978
|
@complex model mediaContentRatingAustralia {
|
|
7400
7979
|
/**
|
|
7401
7980
|
* Movies rating selected for Australia
|
|
@@ -7495,6 +8074,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7495
8074
|
tvRating: ratingUnitedStatesTelevisionType;
|
|
7496
8075
|
}
|
|
7497
8076
|
|
|
8077
|
+
@complex model mediaSource {
|
|
8078
|
+
contentCategory: mediaSourceContentCategory | null;
|
|
8079
|
+
}
|
|
8080
|
+
|
|
7498
8081
|
@complex model meetingTimeSuggestion {
|
|
7499
8082
|
attendeeAvailability: attendeeAvailability[] | null;
|
|
7500
8083
|
confidence: float64 | null;
|
|
@@ -7520,6 +8103,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7520
8103
|
status: MembershipRuleProcessingStatusDetails | null;
|
|
7521
8104
|
}
|
|
7522
8105
|
|
|
8106
|
+
@complex model mentionAction {
|
|
8107
|
+
mentionees: identitySet[] | null;
|
|
8108
|
+
}
|
|
8109
|
+
|
|
7523
8110
|
@complex model mentionsPreview {
|
|
7524
8111
|
isMentioned: boolean | null;
|
|
7525
8112
|
}
|
|
@@ -7571,6 +8158,16 @@ namespace reference.`microsoft.graph` {
|
|
|
7571
8158
|
withinSizeRange: sizeRange | null;
|
|
7572
8159
|
}
|
|
7573
8160
|
|
|
8161
|
+
@complex model metaDataKeyStringPair {
|
|
8162
|
+
key: string | null;
|
|
8163
|
+
value: string | null;
|
|
8164
|
+
}
|
|
8165
|
+
|
|
8166
|
+
@complex model metaDataKeyValuePair {
|
|
8167
|
+
key: string | null;
|
|
8168
|
+
value: Json | null;
|
|
8169
|
+
}
|
|
8170
|
+
|
|
7574
8171
|
/**
|
|
7575
8172
|
* Metric Time series data point
|
|
7576
8173
|
*/
|
|
@@ -7585,6 +8182,11 @@ namespace reference.`microsoft.graph` {
|
|
|
7585
8182
|
value: int64;
|
|
7586
8183
|
}
|
|
7587
8184
|
|
|
8185
|
+
@complex model mfaDetail {
|
|
8186
|
+
authDetail: string | null;
|
|
8187
|
+
authMethod: string | null;
|
|
8188
|
+
}
|
|
8189
|
+
|
|
7588
8190
|
@complex model microsoftAuthenticatorFeatureSettings {
|
|
7589
8191
|
companionAppAllowedState: authenticationMethodFeatureConfiguration | null;
|
|
7590
8192
|
displayAppInformationRequiredState: authenticationMethodFeatureConfiguration | null;
|
|
@@ -7782,12 +8384,35 @@ namespace reference.`microsoft.graph` {
|
|
|
7782
8384
|
troubleshootingErrorDetails: deviceManagementTroubleshootingErrorDetails | null;
|
|
7783
8385
|
}
|
|
7784
8386
|
|
|
8387
|
+
@complex model modifiedProperty {
|
|
8388
|
+
displayName: string | null;
|
|
8389
|
+
newValue: string | null;
|
|
8390
|
+
oldValue: string | null;
|
|
8391
|
+
}
|
|
8392
|
+
|
|
8393
|
+
@complex model moveAction {
|
|
8394
|
+
from: string | null;
|
|
8395
|
+
to: string | null;
|
|
8396
|
+
}
|
|
8397
|
+
|
|
8398
|
+
@complex model networkLocationDetail {
|
|
8399
|
+
networkNames: string[] | null;
|
|
8400
|
+
networkType: networkType | null;
|
|
8401
|
+
}
|
|
8402
|
+
|
|
7785
8403
|
@complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
|
|
7786
8404
|
}
|
|
7787
8405
|
|
|
7788
8406
|
@complex model noScopes extends inheritableScopes {
|
|
7789
8407
|
}
|
|
7790
8408
|
|
|
8409
|
+
@complex model numberColumn {
|
|
8410
|
+
decimalPlaces: string | null;
|
|
8411
|
+
displayAs: string | null;
|
|
8412
|
+
maximum: float64 | null;
|
|
8413
|
+
minimum: float64 | null;
|
|
8414
|
+
}
|
|
8415
|
+
|
|
7791
8416
|
/**
|
|
7792
8417
|
* Number Range definition.
|
|
7793
8418
|
*/
|
|
@@ -7943,6 +8568,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7943
8568
|
}
|
|
7944
8569
|
|
|
7945
8570
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
8571
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
7946
8572
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
7947
8573
|
blockSoftMatchEnabled: boolean | null;
|
|
7948
8574
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -8189,6 +8815,10 @@ namespace reference.`microsoft.graph` {
|
|
|
8189
8815
|
userType: windowsUserType;
|
|
8190
8816
|
}
|
|
8191
8817
|
|
|
8818
|
+
@complex model `package` {
|
|
8819
|
+
type: string | null;
|
|
8820
|
+
}
|
|
8821
|
+
|
|
8192
8822
|
@complex model parentalControlSettings {
|
|
8193
8823
|
countriesBlockedForMinors: string[] | null;
|
|
8194
8824
|
legalAgeGroupRule: string | null;
|
|
@@ -8269,6 +8899,14 @@ namespace reference.`microsoft.graph` {
|
|
|
8269
8899
|
payloadType: associatedAssignmentPayloadType;
|
|
8270
8900
|
}
|
|
8271
8901
|
|
|
8902
|
+
@complex model pendingContentUpdate {
|
|
8903
|
+
queuedDateTime: offsetDateTime | null;
|
|
8904
|
+
}
|
|
8905
|
+
|
|
8906
|
+
@complex model pendingOperations {
|
|
8907
|
+
pendingContentUpdate: pendingContentUpdate | null;
|
|
8908
|
+
}
|
|
8909
|
+
|
|
8272
8910
|
@complex model permissionScope {
|
|
8273
8911
|
adminConsentDescription: string | null;
|
|
8274
8912
|
adminConsentDisplayName: string | null;
|
|
@@ -8301,6 +8939,12 @@ namespace reference.`microsoft.graph` {
|
|
|
8301
8939
|
middle: string | null;
|
|
8302
8940
|
}
|
|
8303
8941
|
|
|
8942
|
+
@complex model personOrGroupColumn {
|
|
8943
|
+
allowMultipleSelection: boolean | null;
|
|
8944
|
+
chooseFromType: string | null;
|
|
8945
|
+
displayAs: string | null;
|
|
8946
|
+
}
|
|
8947
|
+
|
|
8304
8948
|
@complex model perTenantTrafficSegmentsOverride {
|
|
8305
8949
|
percentage: int32;
|
|
8306
8950
|
tenantId: guid;
|
|
@@ -8311,6 +8955,18 @@ namespace reference.`microsoft.graph` {
|
|
|
8311
8955
|
type: phoneType | null;
|
|
8312
8956
|
}
|
|
8313
8957
|
|
|
8958
|
+
@complex model photo {
|
|
8959
|
+
cameraMake: string | null;
|
|
8960
|
+
cameraModel: string | null;
|
|
8961
|
+
exposureDenominator: float64 | null;
|
|
8962
|
+
exposureNumerator: float64 | null;
|
|
8963
|
+
fNumber: float64 | null;
|
|
8964
|
+
focalLength: float64 | null;
|
|
8965
|
+
iso: int32 | null;
|
|
8966
|
+
orientation: int16 | null;
|
|
8967
|
+
takenDateTime: offsetDateTime | null;
|
|
8968
|
+
}
|
|
8969
|
+
|
|
8314
8970
|
@privatePreview("photoEditPolicy")
|
|
8315
8971
|
@complex model photoAllowedOperations {
|
|
8316
8972
|
}
|
|
@@ -8372,6 +9028,11 @@ namespace reference.`microsoft.graph` {
|
|
|
8372
9028
|
creationSourceKind: plannerCreationSourceKind | null;
|
|
8373
9029
|
}
|
|
8374
9030
|
|
|
9031
|
+
@complex model plannerBucketPropertyRule extends plannerPropertyRule {
|
|
9032
|
+
order: string[] | null;
|
|
9033
|
+
title: string[] | null;
|
|
9034
|
+
}
|
|
9035
|
+
|
|
8375
9036
|
@complex model plannerCategoryDescriptions {
|
|
8376
9037
|
category1: string | null;
|
|
8377
9038
|
category10: string | null;
|
|
@@ -8459,6 +9120,11 @@ namespace reference.`microsoft.graph` {
|
|
|
8459
9120
|
@complex model plannerFavoritePlanReferenceCollection {
|
|
8460
9121
|
}
|
|
8461
9122
|
|
|
9123
|
+
@complex model plannerFieldRules {
|
|
9124
|
+
defaultRules: string[] | null;
|
|
9125
|
+
overrides: plannerRuleOverride[] | null;
|
|
9126
|
+
}
|
|
9127
|
+
|
|
8462
9128
|
@complex model plannerFormReference {
|
|
8463
9129
|
displayName: string | null;
|
|
8464
9130
|
formResponse: string | null;
|
|
@@ -8511,6 +9177,18 @@ namespace reference.`microsoft.graph` {
|
|
|
8511
9177
|
creationSourceKind: plannerCreationSourceKind | null;
|
|
8512
9178
|
}
|
|
8513
9179
|
|
|
9180
|
+
@complex model plannerPlanPropertyRule extends plannerPropertyRule {
|
|
9181
|
+
buckets: string[] | null;
|
|
9182
|
+
categoryDescriptions: plannerFieldRules | null;
|
|
9183
|
+
tasks: string[] | null;
|
|
9184
|
+
title: plannerFieldRules | null;
|
|
9185
|
+
}
|
|
9186
|
+
|
|
9187
|
+
@abstract
|
|
9188
|
+
@complex model plannerPropertyRule {
|
|
9189
|
+
ruleKind: plannerRuleKind | null;
|
|
9190
|
+
}
|
|
9191
|
+
|
|
8514
9192
|
@complex model plannerRecentPlanReference {
|
|
8515
9193
|
@computed lastAccessedDateTime: offsetDateTime | null;
|
|
8516
9194
|
planTitle: string | null;
|
|
@@ -8526,10 +9204,31 @@ namespace reference.`microsoft.graph` {
|
|
|
8526
9204
|
patternStartDateTime: offsetDateTime | null;
|
|
8527
9205
|
}
|
|
8528
9206
|
|
|
9207
|
+
@complex model plannerRuleOverride {
|
|
9208
|
+
name: string | null;
|
|
9209
|
+
rules: string[] | null;
|
|
9210
|
+
}
|
|
9211
|
+
|
|
8529
9212
|
@complex model plannerSharedWithContainer extends plannerPlanContainer {
|
|
8530
9213
|
accessLevel: plannerPlanAccessLevel;
|
|
8531
9214
|
}
|
|
8532
9215
|
|
|
9216
|
+
@complex model plannerTaskChatMention {
|
|
9217
|
+
mentioned: string | null;
|
|
9218
|
+
mentionType: plannerTaskChatMentionType;
|
|
9219
|
+
position: int32;
|
|
9220
|
+
}
|
|
9221
|
+
|
|
9222
|
+
@complex model plannerTaskChatReaction {
|
|
9223
|
+
reactionEvents: plannerTaskChatReactionEvent[];
|
|
9224
|
+
reactionType: string | null;
|
|
9225
|
+
}
|
|
9226
|
+
|
|
9227
|
+
@complex model plannerTaskChatReactionEvent {
|
|
9228
|
+
createdBy: identitySet | null;
|
|
9229
|
+
@computed createdDateTime: offsetDateTime;
|
|
9230
|
+
}
|
|
9231
|
+
|
|
8533
9232
|
@complex model plannerTaskCompletionRequirementDetails {
|
|
8534
9233
|
approvalRequirement: plannerApprovalRequirement | null;
|
|
8535
9234
|
checklistRequirement: plannerChecklistRequirement | null;
|
|
@@ -8541,6 +9240,26 @@ namespace reference.`microsoft.graph` {
|
|
|
8541
9240
|
teamsPublicationInfo: plannerTeamsPublicationInfo | null;
|
|
8542
9241
|
}
|
|
8543
9242
|
|
|
9243
|
+
@complex model plannerTaskPropertyRule extends plannerPropertyRule {
|
|
9244
|
+
appliedCategories: plannerFieldRules | null;
|
|
9245
|
+
approvalAttachment: plannerFieldRules | null;
|
|
9246
|
+
assignments: plannerFieldRules | null;
|
|
9247
|
+
checkLists: plannerFieldRules | null;
|
|
9248
|
+
completionRequirements: string[] | null;
|
|
9249
|
+
delete: string[] | null;
|
|
9250
|
+
dueDate: string[] | null;
|
|
9251
|
+
forms: plannerFieldRules | null;
|
|
9252
|
+
move: string[] | null;
|
|
9253
|
+
notes: string[] | null;
|
|
9254
|
+
order: string[] | null;
|
|
9255
|
+
percentComplete: string[] | null;
|
|
9256
|
+
previewType: string[] | null;
|
|
9257
|
+
priority: string[] | null;
|
|
9258
|
+
references: plannerFieldRules | null;
|
|
9259
|
+
startDate: string[] | null;
|
|
9260
|
+
title: string[] | null;
|
|
9261
|
+
}
|
|
9262
|
+
|
|
8544
9263
|
@complex model plannerTaskRecurrence {
|
|
8545
9264
|
nextInSeriesTaskId: string | null;
|
|
8546
9265
|
occurrenceId: int32;
|
|
@@ -8711,23 +9430,77 @@ namespace reference.`microsoft.graph` {
|
|
|
8711
9430
|
statementUrl: string | null;
|
|
8712
9431
|
}
|
|
8713
9432
|
|
|
9433
|
+
@complex model privateLinkDetails {
|
|
9434
|
+
policyId: string | null;
|
|
9435
|
+
policyName: string | null;
|
|
9436
|
+
policyTenantId: string | null;
|
|
9437
|
+
resourceId: string | null;
|
|
9438
|
+
}
|
|
9439
|
+
|
|
9440
|
+
@complex model profileCardAnnotation {
|
|
9441
|
+
displayName: string | null;
|
|
9442
|
+
localizations: displayNameLocalization[] | null;
|
|
9443
|
+
}
|
|
9444
|
+
|
|
8714
9445
|
@complex model profileSourceAnnotation {
|
|
8715
9446
|
isDefaultSource: boolean | null;
|
|
8716
9447
|
properties: string[] | null;
|
|
8717
9448
|
sourceId: string | null;
|
|
8718
9449
|
}
|
|
8719
9450
|
|
|
9451
|
+
@complex model profileSourceLocalization {
|
|
9452
|
+
displayName: string | null;
|
|
9453
|
+
languageTag: string | null;
|
|
9454
|
+
webUrl: string | null;
|
|
9455
|
+
}
|
|
9456
|
+
|
|
8720
9457
|
@complex model propertyToEvaluate {
|
|
8721
9458
|
propertyName: string | null;
|
|
8722
9459
|
propertyValue: string | null;
|
|
8723
9460
|
}
|
|
8724
9461
|
|
|
9462
|
+
@open
|
|
9463
|
+
@complex model provisionedIdentity extends identity {
|
|
9464
|
+
details: detailsInfo | null;
|
|
9465
|
+
identityType: string | null;
|
|
9466
|
+
}
|
|
9467
|
+
|
|
8725
9468
|
@complex model provisionedPlan {
|
|
8726
9469
|
capabilityStatus: string | null;
|
|
8727
9470
|
provisioningStatus: string | null;
|
|
8728
9471
|
service: string | null;
|
|
8729
9472
|
}
|
|
8730
9473
|
|
|
9474
|
+
@complex model provisioningErrorInfo {
|
|
9475
|
+
additionalDetails: string | null;
|
|
9476
|
+
errorCategory: provisioningStatusErrorCategory | null;
|
|
9477
|
+
errorCode: string | null;
|
|
9478
|
+
reason: string | null;
|
|
9479
|
+
recommendedAction: string | null;
|
|
9480
|
+
}
|
|
9481
|
+
|
|
9482
|
+
@open
|
|
9483
|
+
@complex model provisioningServicePrincipal extends identity {
|
|
9484
|
+
}
|
|
9485
|
+
|
|
9486
|
+
@complex model provisioningStatusInfo {
|
|
9487
|
+
errorInformation: provisioningErrorInfo | null;
|
|
9488
|
+
status: provisioningResult | null;
|
|
9489
|
+
}
|
|
9490
|
+
|
|
9491
|
+
@complex model provisioningStep {
|
|
9492
|
+
description: string | null;
|
|
9493
|
+
details: detailsInfo | null;
|
|
9494
|
+
name: string | null;
|
|
9495
|
+
provisioningStepType: provisioningStepType | null;
|
|
9496
|
+
status: provisioningResult | null;
|
|
9497
|
+
}
|
|
9498
|
+
|
|
9499
|
+
@open
|
|
9500
|
+
@complex model provisioningSystem extends identity {
|
|
9501
|
+
details: detailsInfo | null;
|
|
9502
|
+
}
|
|
9503
|
+
|
|
8731
9504
|
/**
|
|
8732
9505
|
* Proxied Domain
|
|
8733
9506
|
*/
|
|
@@ -8742,10 +9515,38 @@ namespace reference.`microsoft.graph` {
|
|
|
8742
9515
|
proxy: string | null;
|
|
8743
9516
|
}
|
|
8744
9517
|
|
|
9518
|
+
@complex model publicationFacet {
|
|
9519
|
+
checkedOutBy: identitySet | null;
|
|
9520
|
+
level: string | null;
|
|
9521
|
+
versionId: string | null;
|
|
9522
|
+
}
|
|
9523
|
+
|
|
8745
9524
|
@complex model publicClientApplication {
|
|
8746
9525
|
redirectUris: string[];
|
|
8747
9526
|
}
|
|
8748
9527
|
|
|
9528
|
+
@complex model publicError {
|
|
9529
|
+
code: string | null;
|
|
9530
|
+
details: publicErrorDetail[] | null;
|
|
9531
|
+
innerError: publicInnerError | null;
|
|
9532
|
+
message: string | null;
|
|
9533
|
+
target: string | null;
|
|
9534
|
+
}
|
|
9535
|
+
|
|
9536
|
+
@complex model publicErrorDetail {
|
|
9537
|
+
code: string | null;
|
|
9538
|
+
message: string | null;
|
|
9539
|
+
target: string | null;
|
|
9540
|
+
}
|
|
9541
|
+
|
|
9542
|
+
@open
|
|
9543
|
+
@complex model publicInnerError {
|
|
9544
|
+
code: string | null;
|
|
9545
|
+
details: publicErrorDetail[] | null;
|
|
9546
|
+
message: string | null;
|
|
9547
|
+
target: string | null;
|
|
9548
|
+
}
|
|
9549
|
+
|
|
8749
9550
|
@complex model qrCodeImageDetails {
|
|
8750
9551
|
binaryValue: binary | null;
|
|
8751
9552
|
errorCorrectionLevel: errorCorrectionLevel | null;
|
|
@@ -8753,11 +9554,26 @@ namespace reference.`microsoft.graph` {
|
|
|
8753
9554
|
version: int32 | null;
|
|
8754
9555
|
}
|
|
8755
9556
|
|
|
9557
|
+
@complex model quota {
|
|
9558
|
+
deleted: int64 | null;
|
|
9559
|
+
remaining: int64 | null;
|
|
9560
|
+
state: string | null;
|
|
9561
|
+
storagePlanInformation: storagePlanInformation | null;
|
|
9562
|
+
total: int64 | null;
|
|
9563
|
+
used: int64 | null;
|
|
9564
|
+
}
|
|
9565
|
+
|
|
8756
9566
|
@complex model rankedEmailAddress {
|
|
8757
9567
|
address: string | null;
|
|
8758
9568
|
rank: float64 | null;
|
|
8759
9569
|
}
|
|
8760
9570
|
|
|
9571
|
+
@complex model reactionsFacet {
|
|
9572
|
+
commentCount: int32 | null;
|
|
9573
|
+
likeCount: int32 | null;
|
|
9574
|
+
shareCount: int32 | null;
|
|
9575
|
+
}
|
|
9576
|
+
|
|
8761
9577
|
@complex model recipient {
|
|
8762
9578
|
emailAddress: emailAddress | null;
|
|
8763
9579
|
}
|
|
@@ -8780,6 +9596,10 @@ namespace reference.`microsoft.graph` {
|
|
|
8780
9596
|
type: recurrenceRangeType | null;
|
|
8781
9597
|
}
|
|
8782
9598
|
|
|
9599
|
+
@complex model recycleBinSettings {
|
|
9600
|
+
retentionPeriodOverrideDays: int32 | null;
|
|
9601
|
+
}
|
|
9602
|
+
|
|
8783
9603
|
/**
|
|
8784
9604
|
* Represents an Apple Single Sign-On Extension.
|
|
8785
9605
|
*/
|
|
@@ -8839,6 +9659,28 @@ namespace reference.`microsoft.graph` {
|
|
|
8839
9659
|
reminderFireTime: dateTimeTimeZone | null;
|
|
8840
9660
|
}
|
|
8841
9661
|
|
|
9662
|
+
@complex model remoteItem {
|
|
9663
|
+
createdBy: identitySet | null;
|
|
9664
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
9665
|
+
file: file | null;
|
|
9666
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
9667
|
+
folder: folder | null;
|
|
9668
|
+
id: string | null;
|
|
9669
|
+
image: image | null;
|
|
9670
|
+
lastModifiedBy: identitySet | null;
|
|
9671
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
9672
|
+
name: string | null;
|
|
9673
|
+
`package`: `package` | null;
|
|
9674
|
+
parentReference: itemReference | null;
|
|
9675
|
+
shared: shared | null;
|
|
9676
|
+
sharepointIds: sharepointIds | null;
|
|
9677
|
+
size: int64 | null;
|
|
9678
|
+
specialFolder: specialFolder | null;
|
|
9679
|
+
video: video | null;
|
|
9680
|
+
webDavUrl: string | null;
|
|
9681
|
+
webUrl: string | null;
|
|
9682
|
+
}
|
|
9683
|
+
|
|
8842
9684
|
/**
|
|
8843
9685
|
* Lock action result with a pin to unlock
|
|
8844
9686
|
*/
|
|
@@ -8849,6 +9691,11 @@ namespace reference.`microsoft.graph` {
|
|
|
8849
9691
|
unlockPin: string | null;
|
|
8850
9692
|
}
|
|
8851
9693
|
|
|
9694
|
+
@complex model renameAction {
|
|
9695
|
+
newName: string | null;
|
|
9696
|
+
oldName: string | null;
|
|
9697
|
+
}
|
|
9698
|
+
|
|
8852
9699
|
/**
|
|
8853
9700
|
* Device Configuration profile History reports.
|
|
8854
9701
|
*/
|
|
@@ -8945,6 +9792,18 @@ namespace reference.`microsoft.graph` {
|
|
|
8945
9792
|
time: offsetDateTime | null;
|
|
8946
9793
|
}
|
|
8947
9794
|
|
|
9795
|
+
@complex model restoreAction {
|
|
9796
|
+
}
|
|
9797
|
+
|
|
9798
|
+
@complex model retentionLabelSettings {
|
|
9799
|
+
behaviorDuringRetentionPeriod: reference.`microsoft.graph.security`.behaviorDuringRetentionPeriod | null;
|
|
9800
|
+
isContentUpdateAllowed: boolean | null;
|
|
9801
|
+
isDeleteAllowed: boolean | null;
|
|
9802
|
+
isLabelUpdateAllowed: boolean | null;
|
|
9803
|
+
isMetadataUpdateAllowed: boolean | null;
|
|
9804
|
+
isRecordLocked: boolean | null;
|
|
9805
|
+
}
|
|
9806
|
+
|
|
8948
9807
|
/**
|
|
8949
9808
|
* ManagedDevices that are scheduled for retire
|
|
8950
9809
|
*/
|
|
@@ -9112,6 +9971,9 @@ namespace reference.`microsoft.graph` {
|
|
|
9112
9971
|
roleScopeTagId: string | null;
|
|
9113
9972
|
}
|
|
9114
9973
|
|
|
9974
|
+
@complex model root {
|
|
9975
|
+
}
|
|
9976
|
+
|
|
9115
9977
|
/**
|
|
9116
9978
|
* RotateBitLockerKeys device action result
|
|
9117
9979
|
*/
|
|
@@ -9212,6 +10074,10 @@ namespace reference.`microsoft.graph` {
|
|
|
9212
10074
|
labelKind: labelKind | null;
|
|
9213
10075
|
}
|
|
9214
10076
|
|
|
10077
|
+
@complex model searchResult {
|
|
10078
|
+
onClickTelemetryUrl: string | null;
|
|
10079
|
+
}
|
|
10080
|
+
|
|
9215
10081
|
@complex model secureSignInSessionControl extends conditionalAccessSessionControl {
|
|
9216
10082
|
}
|
|
9217
10083
|
|
|
@@ -9254,11 +10120,31 @@ namespace reference.`microsoft.graph` {
|
|
|
9254
10120
|
tenantId: string;
|
|
9255
10121
|
}
|
|
9256
10122
|
|
|
10123
|
+
@complex model serverProcessedContent {
|
|
10124
|
+
componentDependencies: metaDataKeyStringPair[] | null;
|
|
10125
|
+
customMetadata: metaDataKeyValuePair[] | null;
|
|
10126
|
+
htmlStrings: metaDataKeyStringPair[] | null;
|
|
10127
|
+
imageSources: metaDataKeyStringPair[] | null;
|
|
10128
|
+
links: metaDataKeyStringPair[] | null;
|
|
10129
|
+
searchablePlainTexts: metaDataKeyStringPair[] | null;
|
|
10130
|
+
}
|
|
10131
|
+
|
|
10132
|
+
@complex model serviceActivityValueMetric {
|
|
10133
|
+
intervalStartDateTime: offsetDateTime;
|
|
10134
|
+
value: int64;
|
|
10135
|
+
}
|
|
10136
|
+
|
|
9257
10137
|
@complex model serviceInformation {
|
|
9258
10138
|
name: string | null;
|
|
9259
10139
|
webUrl: string | null;
|
|
9260
10140
|
}
|
|
9261
10141
|
|
|
10142
|
+
@complex model serviceLevelAgreementAttainment {
|
|
10143
|
+
endDate: offsetDateTime;
|
|
10144
|
+
score: float64;
|
|
10145
|
+
startDate: offsetDateTime;
|
|
10146
|
+
}
|
|
10147
|
+
|
|
9262
10148
|
/**
|
|
9263
10149
|
* An abstract base class for all serviceNow authentication methods.
|
|
9264
10150
|
*/
|
|
@@ -9295,6 +10181,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9295
10181
|
servicePrincipalId: string | null;
|
|
9296
10182
|
}
|
|
9297
10183
|
|
|
10184
|
+
@complex model sessionLifetimePolicy {
|
|
10185
|
+
detail: string | null;
|
|
10186
|
+
expirationRequirement: expirationRequirement | null;
|
|
10187
|
+
}
|
|
10188
|
+
|
|
9298
10189
|
@complex model settingSource {
|
|
9299
10190
|
displayName: string | null;
|
|
9300
10191
|
id: string | null;
|
|
@@ -9313,6 +10204,17 @@ namespace reference.`microsoft.graph` {
|
|
|
9313
10204
|
value: string | null;
|
|
9314
10205
|
}
|
|
9315
10206
|
|
|
10207
|
+
@complex model shareAction {
|
|
10208
|
+
recipients: identitySet[] | null;
|
|
10209
|
+
}
|
|
10210
|
+
|
|
10211
|
+
@complex model shared {
|
|
10212
|
+
owner: identitySet | null;
|
|
10213
|
+
scope: string | null;
|
|
10214
|
+
sharedBy: identitySet | null;
|
|
10215
|
+
sharedDateTime: offsetDateTime | null;
|
|
10216
|
+
}
|
|
10217
|
+
|
|
9316
10218
|
@complex model sharedAppleDeviceUser {
|
|
9317
10219
|
/**
|
|
9318
10220
|
* Data quota
|
|
@@ -9354,12 +10256,151 @@ namespace reference.`microsoft.graph` {
|
|
|
9354
10256
|
removeAccountsBelowDiskFreePercentage: int32 | null;
|
|
9355
10257
|
}
|
|
9356
10258
|
|
|
10259
|
+
@complex model sharePointApiUsageDataPoint {
|
|
10260
|
+
activeApps: int32 | null;
|
|
10261
|
+
appId: string | null;
|
|
10262
|
+
serviceArea: string | null;
|
|
10263
|
+
tenantId: string | null;
|
|
10264
|
+
throttledRequests: int64 | null;
|
|
10265
|
+
usageDateTime: offsetDateTime | null;
|
|
10266
|
+
usageMB: int64 | null;
|
|
10267
|
+
usageRequests: int64 | null;
|
|
10268
|
+
}
|
|
10269
|
+
|
|
10270
|
+
@complex model sharePointApiUsageReport {
|
|
10271
|
+
dataPoints: sharePointApiUsageDataPoint[];
|
|
10272
|
+
}
|
|
10273
|
+
|
|
10274
|
+
@open
|
|
10275
|
+
@complex model sharePointGroupIdentity extends identity {
|
|
10276
|
+
principalId: string | null;
|
|
10277
|
+
title: string | null;
|
|
10278
|
+
}
|
|
10279
|
+
|
|
10280
|
+
@complex model sharePointGroupMigrationTaskParameters extends sharePointMigrationTaskParameters {
|
|
10281
|
+
sourceGroupIdentity: groupIdentity | null;
|
|
10282
|
+
targetGroupIdentity: groupIdentity | null;
|
|
10283
|
+
}
|
|
10284
|
+
|
|
10285
|
+
@open
|
|
10286
|
+
@complex model sharePointIdentity extends identity {
|
|
10287
|
+
loginName: string | null;
|
|
10288
|
+
}
|
|
10289
|
+
|
|
10290
|
+
@complex model sharePointIdentityMappingGroupMigrationData {
|
|
10291
|
+
mailNickname: string | null;
|
|
10292
|
+
}
|
|
10293
|
+
|
|
10294
|
+
@complex model sharePointIdentityMappingUserMigrationData {
|
|
10295
|
+
email: string | null;
|
|
10296
|
+
}
|
|
10297
|
+
|
|
10298
|
+
@open
|
|
10299
|
+
@complex model sharePointIdentitySet extends identitySet {
|
|
10300
|
+
group: identity | null;
|
|
10301
|
+
sharePointGroup: sharePointGroupIdentity | null;
|
|
10302
|
+
siteGroup: sharePointIdentity | null;
|
|
10303
|
+
siteUser: sharePointIdentity | null;
|
|
10304
|
+
}
|
|
10305
|
+
|
|
10306
|
+
@complex model sharepointIds {
|
|
10307
|
+
listId: string | null;
|
|
10308
|
+
listItemId: string | null;
|
|
10309
|
+
listItemUniqueId: string | null;
|
|
10310
|
+
siteId: string | null;
|
|
10311
|
+
siteUrl: string | null;
|
|
10312
|
+
tenantId: string | null;
|
|
10313
|
+
webId: string | null;
|
|
10314
|
+
}
|
|
10315
|
+
|
|
10316
|
+
@complex model sharePointMigrationContainerInfo {
|
|
10317
|
+
dataContainerUri: string;
|
|
10318
|
+
encryptionKey: string;
|
|
10319
|
+
metadataContainerUri: string;
|
|
10320
|
+
}
|
|
10321
|
+
|
|
10322
|
+
@complex model sharePointMigrationTaskParameters {
|
|
10323
|
+
preferredLatestStartDateTime: offsetDateTime | null;
|
|
10324
|
+
preferredStartDateTime: offsetDateTime | null;
|
|
10325
|
+
sourceSiteUrl: string | null;
|
|
10326
|
+
targetDataLocationCode: string | null;
|
|
10327
|
+
targetOrganizationHost: string | null;
|
|
10328
|
+
targetOrganizationId: guid | null;
|
|
10329
|
+
targetSiteUrl: string | null;
|
|
10330
|
+
validateOnly: boolean | null;
|
|
10331
|
+
}
|
|
10332
|
+
|
|
10333
|
+
@complex model sharePointSharingAbilities {
|
|
10334
|
+
anyoneLinkAbilities: linkScopeAbilities | null;
|
|
10335
|
+
directSharingAbilities: directSharingAbilities | null;
|
|
10336
|
+
organizationLinkAbilities: linkScopeAbilities | null;
|
|
10337
|
+
specificPeopleLinkAbilities: linkScopeAbilities | null;
|
|
10338
|
+
}
|
|
10339
|
+
|
|
10340
|
+
@complex model sharePointSiteMigrationTaskParameters extends sharePointMigrationTaskParameters {
|
|
10341
|
+
}
|
|
10342
|
+
|
|
10343
|
+
@complex model sharePointUserMigrationTaskParameters extends sharePointMigrationTaskParameters {
|
|
10344
|
+
sourceUserIdentity: userIdentity | null;
|
|
10345
|
+
targetUserIdentity: userIdentity | null;
|
|
10346
|
+
}
|
|
10347
|
+
|
|
10348
|
+
@complex model sharingInvitation {
|
|
10349
|
+
email: string | null;
|
|
10350
|
+
invitedBy: identitySet | null;
|
|
10351
|
+
redeemedBy: string | null;
|
|
10352
|
+
signInRequired: boolean | null;
|
|
10353
|
+
}
|
|
10354
|
+
|
|
10355
|
+
@complex model sharingLink {
|
|
10356
|
+
application: identity | null;
|
|
10357
|
+
configuratorUrl: string | null;
|
|
10358
|
+
preventsDownload: boolean | null;
|
|
10359
|
+
scope: string | null;
|
|
10360
|
+
type: string | null;
|
|
10361
|
+
webHtml: string | null;
|
|
10362
|
+
webUrl: string | null;
|
|
10363
|
+
}
|
|
10364
|
+
|
|
10365
|
+
@complex model sharingLinkExpirationStatus {
|
|
10366
|
+
defaultExpirationInDays: int32 | null;
|
|
10367
|
+
disabledReason: string | null;
|
|
10368
|
+
enabled: boolean | null;
|
|
10369
|
+
}
|
|
10370
|
+
|
|
10371
|
+
@complex model sharingLinkVariants {
|
|
10372
|
+
addressBarLinkPermission: sharingRole | null;
|
|
10373
|
+
allowEmbed: sharingOperationStatus | null;
|
|
10374
|
+
passwordProtected: sharingOperationStatus | null;
|
|
10375
|
+
requiresAuthentication: sharingOperationStatus | null;
|
|
10376
|
+
}
|
|
10377
|
+
|
|
10378
|
+
@complex model sharingOperationStatus {
|
|
10379
|
+
disabledReason: string | null;
|
|
10380
|
+
enabled: boolean | null;
|
|
10381
|
+
}
|
|
10382
|
+
|
|
10383
|
+
@complex model sharingViewpoint {
|
|
10384
|
+
defaultSharingLink: defaultSharingLink;
|
|
10385
|
+
sharingAbilities: sharePointSharingAbilities;
|
|
10386
|
+
}
|
|
10387
|
+
|
|
10388
|
+
@complex model signInActivity {
|
|
10389
|
+
@computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
|
|
10390
|
+
lastNonInteractiveSignInRequestId: string | null;
|
|
10391
|
+
@computed lastSignInDateTime: offsetDateTime | null;
|
|
10392
|
+
lastSignInRequestId: string | null;
|
|
10393
|
+
@computed lastSuccessfulSignInDateTime: offsetDateTime | null;
|
|
10394
|
+
lastSuccessfulSignInRequestId: string | null;
|
|
10395
|
+
}
|
|
10396
|
+
|
|
9357
10397
|
@abstract
|
|
9358
10398
|
@complex model signInAudienceRestrictionsBase {
|
|
9359
10399
|
kind: kind;
|
|
9360
10400
|
}
|
|
9361
10401
|
|
|
9362
10402
|
@complex model signInConditions {
|
|
10403
|
+
agentIdRiskLevel: agentIdRiskLevel | null;
|
|
9363
10404
|
authenticationFlow: authenticationFlow | null;
|
|
9364
10405
|
clientAppType: conditionalAccessClientApp | null;
|
|
9365
10406
|
country: string | null;
|
|
@@ -9375,6 +10416,11 @@ namespace reference.`microsoft.graph` {
|
|
|
9375
10416
|
@complex model signInContext {
|
|
9376
10417
|
}
|
|
9377
10418
|
|
|
10419
|
+
@complex model signInCounts {
|
|
10420
|
+
noSignIn: int32 | null;
|
|
10421
|
+
withSignIn: int32 | null;
|
|
10422
|
+
}
|
|
10423
|
+
|
|
9378
10424
|
@complex model signInFrequencySessionControl extends conditionalAccessSessionControl {
|
|
9379
10425
|
authenticationType: signInFrequencyAuthenticationType | null;
|
|
9380
10426
|
frequencyInterval: signInFrequencyInterval | null;
|
|
@@ -9403,6 +10449,12 @@ namespace reference.`microsoft.graph` {
|
|
|
9403
10449
|
userPreferredMethodForSecondaryAuthentication: userDefaultAuthenticationMethodType | null;
|
|
9404
10450
|
}
|
|
9405
10451
|
|
|
10452
|
+
@complex model signInStatus {
|
|
10453
|
+
additionalDetails: string | null;
|
|
10454
|
+
errorCode: int32 | null;
|
|
10455
|
+
failureReason: string | null;
|
|
10456
|
+
}
|
|
10457
|
+
|
|
9406
10458
|
/**
|
|
9407
10459
|
* Represents an Apple Single Sign-On Extension.
|
|
9408
10460
|
*/
|
|
@@ -9410,6 +10462,24 @@ namespace reference.`microsoft.graph` {
|
|
|
9410
10462
|
@complex model singleSignOnExtension {
|
|
9411
10463
|
}
|
|
9412
10464
|
|
|
10465
|
+
@complex model siteArchivalDetails {
|
|
10466
|
+
archivedBy: identitySet | null;
|
|
10467
|
+
archivedDateTime: offsetDateTime | null;
|
|
10468
|
+
archiveStatus: siteArchiveStatus | null;
|
|
10469
|
+
}
|
|
10470
|
+
|
|
10471
|
+
@complex model siteCollection {
|
|
10472
|
+
archivalDetails: siteArchivalDetails | null;
|
|
10473
|
+
dataLocationCode: string | null;
|
|
10474
|
+
hostname: string | null;
|
|
10475
|
+
root: root | null;
|
|
10476
|
+
}
|
|
10477
|
+
|
|
10478
|
+
@complex model siteSettings {
|
|
10479
|
+
languageTag: string | null;
|
|
10480
|
+
timeZone: string | null;
|
|
10481
|
+
}
|
|
10482
|
+
|
|
9413
10483
|
@complex model sizeRange {
|
|
9414
10484
|
maximumSize: int32 | null;
|
|
9415
10485
|
minimumSize: int32 | null;
|
|
@@ -9419,6 +10489,10 @@ namespace reference.`microsoft.graph` {
|
|
|
9419
10489
|
redirectUris: string[];
|
|
9420
10490
|
}
|
|
9421
10491
|
|
|
10492
|
+
@complex model specialFolder {
|
|
10493
|
+
name: string | null;
|
|
10494
|
+
}
|
|
10495
|
+
|
|
9422
10496
|
/**
|
|
9423
10497
|
* Specifies all the Captive network plugins allowed during the IKEv2 AlwaysOn VPN connection
|
|
9424
10498
|
*/
|
|
@@ -9437,6 +10511,25 @@ namespace reference.`microsoft.graph` {
|
|
|
9437
10511
|
year: int32 | null;
|
|
9438
10512
|
}
|
|
9439
10513
|
|
|
10514
|
+
@graphDeprecated("Reporting")
|
|
10515
|
+
@complex model statusBase {
|
|
10516
|
+
status: provisioningResult | null;
|
|
10517
|
+
}
|
|
10518
|
+
|
|
10519
|
+
@graphDeprecated("Reporting")
|
|
10520
|
+
@graphDeprecated("Reporting")
|
|
10521
|
+
@complex model statusDetails extends statusBase {
|
|
10522
|
+
additionalDetails: string | null;
|
|
10523
|
+
errorCategory: provisioningStatusErrorCategory | null;
|
|
10524
|
+
errorCode: string | null;
|
|
10525
|
+
reason: string | null;
|
|
10526
|
+
recommendedAction: string | null;
|
|
10527
|
+
}
|
|
10528
|
+
|
|
10529
|
+
@complex model storagePlanInformation {
|
|
10530
|
+
upgradeAvailable: boolean | null;
|
|
10531
|
+
}
|
|
10532
|
+
|
|
9440
10533
|
@complex model strongAuthenticationRequirements {
|
|
9441
10534
|
perUserMfaState: perUserMfaState | null;
|
|
9442
10535
|
}
|
|
@@ -9455,12 +10548,43 @@ namespace reference.`microsoft.graph` {
|
|
|
9455
10548
|
nameIdPolicyFormat: string | null;
|
|
9456
10549
|
}
|
|
9457
10550
|
|
|
10551
|
+
@complex model syncComponent {
|
|
10552
|
+
/**
|
|
10553
|
+
* Indicates additional information for this sync stage. This is a flexible string that can be null (no additional info), a progress indicator such as '3/6' (completed out of total), or a list of individual item names. Read-only. Nullable.
|
|
10554
|
+
*/
|
|
10555
|
+
moreInfo: string | null;
|
|
10556
|
+
/**
|
|
10557
|
+
* Indicates the sync stage name. The backend abstracts internal infrastructure into 6 user-facing stages. Fixed values are: notifyingDevice, deviceConnecting, policies, applications, scripts, compliance. Read-only. Not nullable.
|
|
10558
|
+
*/
|
|
10559
|
+
name: string;
|
|
10560
|
+
/**
|
|
10561
|
+
* Indicates the date and time when this stage last reported status. The date and time information is shown using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. Not nullable.
|
|
10562
|
+
*/
|
|
10563
|
+
reportedDateTime: offsetDateTime;
|
|
10564
|
+
/**
|
|
10565
|
+
* Indicates the current status of this sync stage. Default value is none. Possible values are: none, inProgress, success, failure, partialSuccess, unknownFutureValue. Stages only appear in the response once they have started, so none is a schema default and will not typically appear in responses. Read-only. Not nullable.
|
|
10566
|
+
*/
|
|
10567
|
+
status: syncComponentStatus;
|
|
10568
|
+
}
|
|
10569
|
+
|
|
9458
10570
|
@complex model systemCredentialPreferences {
|
|
9459
10571
|
excludeTargets: excludeTarget[];
|
|
9460
10572
|
includeTargets: includeTarget[];
|
|
9461
10573
|
state: advancedConfigState;
|
|
9462
10574
|
}
|
|
9463
10575
|
|
|
10576
|
+
@complex model systemFacet {
|
|
10577
|
+
}
|
|
10578
|
+
|
|
10579
|
+
@complex model targetResource {
|
|
10580
|
+
displayName: string | null;
|
|
10581
|
+
groupType: groupType | null;
|
|
10582
|
+
id: string | null;
|
|
10583
|
+
modifiedProperties: modifiedProperty[] | null;
|
|
10584
|
+
type: string | null;
|
|
10585
|
+
userPrincipalName: string | null;
|
|
10586
|
+
}
|
|
10587
|
+
|
|
9464
10588
|
/**
|
|
9465
10589
|
* Represents result of GetState API.
|
|
9466
10590
|
*/
|
|
@@ -9478,6 +10602,38 @@ namespace reference.`microsoft.graph` {
|
|
|
9478
10602
|
tenantId: string;
|
|
9479
10603
|
}
|
|
9480
10604
|
|
|
10605
|
+
@complex model tenantSecureScore {
|
|
10606
|
+
createDateTime: offsetDateTime;
|
|
10607
|
+
tenantMaxScore: int64;
|
|
10608
|
+
tenantScore: int64;
|
|
10609
|
+
}
|
|
10610
|
+
|
|
10611
|
+
@complex model termColumn {
|
|
10612
|
+
allowMultipleValues: boolean | null;
|
|
10613
|
+
showFullyQualifiedName: boolean | null;
|
|
10614
|
+
@references parentTerm: reference.`microsoft.graph.termStore`.term | null;
|
|
10615
|
+
@references termSet: reference.`microsoft.graph.termStore`.set | null;
|
|
10616
|
+
}
|
|
10617
|
+
|
|
10618
|
+
@complex model textColumn {
|
|
10619
|
+
allowMultipleLines: boolean | null;
|
|
10620
|
+
appendChangesToExistingText: boolean | null;
|
|
10621
|
+
linesForEditing: int32 | null;
|
|
10622
|
+
maxLength: int32 | null;
|
|
10623
|
+
textType: string | null;
|
|
10624
|
+
}
|
|
10625
|
+
|
|
10626
|
+
@complex model thumbnail {
|
|
10627
|
+
content: stream | null;
|
|
10628
|
+
height: int32 | null;
|
|
10629
|
+
sourceItemId: string | null;
|
|
10630
|
+
url: string | null;
|
|
10631
|
+
width: int32 | null;
|
|
10632
|
+
}
|
|
10633
|
+
|
|
10634
|
+
@complex model thumbnailColumn {
|
|
10635
|
+
}
|
|
10636
|
+
|
|
9481
10637
|
@complex model timeConstraint {
|
|
9482
10638
|
activityDomain: activityDomain | null;
|
|
9483
10639
|
recurrence: patternedRecurrence | null;
|
|
@@ -9516,6 +10672,30 @@ namespace reference.`microsoft.graph` {
|
|
|
9516
10672
|
displayName: string | null;
|
|
9517
10673
|
}
|
|
9518
10674
|
|
|
10675
|
+
@open
|
|
10676
|
+
@complex model titleArea {
|
|
10677
|
+
alternativeText: string | null;
|
|
10678
|
+
enableGradientEffect: boolean | null;
|
|
10679
|
+
imageWebUrl: string | null;
|
|
10680
|
+
layout: titleAreaLayoutType | null;
|
|
10681
|
+
serverProcessedContent: serverProcessedContent | null;
|
|
10682
|
+
showAuthor: boolean | null;
|
|
10683
|
+
showPublishedDate: boolean | null;
|
|
10684
|
+
showTextBlockAboveTitle: boolean | null;
|
|
10685
|
+
textAboveTitle: string | null;
|
|
10686
|
+
textAlignment: titleAreaTextAlignmentType | null;
|
|
10687
|
+
}
|
|
10688
|
+
|
|
10689
|
+
@complex model tokenDetails {
|
|
10690
|
+
issuedAtDateTime: offsetDateTime | null;
|
|
10691
|
+
uniqueTokenIdentifier: string | null;
|
|
10692
|
+
}
|
|
10693
|
+
|
|
10694
|
+
@complex model tokenProtectionStatusDetails {
|
|
10695
|
+
signInSessionStatus: tokenProtectionStatus | null;
|
|
10696
|
+
signInSessionStatusCode: int32 | null;
|
|
10697
|
+
}
|
|
10698
|
+
|
|
9519
10699
|
@complex model translationLanguageOverride {
|
|
9520
10700
|
languageTag: string | null;
|
|
9521
10701
|
translationBehavior: translationBehavior | null;
|
|
@@ -9902,10 +11082,40 @@ namespace reference.`microsoft.graph` {
|
|
|
9902
11082
|
windows10DevicesWithoutTenantAttach: int32;
|
|
9903
11083
|
}
|
|
9904
11084
|
|
|
11085
|
+
@open
|
|
11086
|
+
@complex model userIdentity extends identity {
|
|
11087
|
+
ipAddress: string | null;
|
|
11088
|
+
userPrincipalName: string | null;
|
|
11089
|
+
}
|
|
11090
|
+
|
|
9905
11091
|
@complex model userPurpose {
|
|
9906
11092
|
value: mailboxRecipientType | null;
|
|
9907
11093
|
}
|
|
9908
11094
|
|
|
11095
|
+
@complex model userRegistrationFeatureCount {
|
|
11096
|
+
feature: authenticationMethodFeature;
|
|
11097
|
+
userCount: int64;
|
|
11098
|
+
}
|
|
11099
|
+
|
|
11100
|
+
@complex model userRegistrationFeatureSummary {
|
|
11101
|
+
totalUserCount: int64;
|
|
11102
|
+
userRegistrationFeatureCounts: userRegistrationFeatureCount[];
|
|
11103
|
+
userRoles: includedUserRoles | null;
|
|
11104
|
+
userTypes: includedUserTypes | null;
|
|
11105
|
+
}
|
|
11106
|
+
|
|
11107
|
+
@complex model userRegistrationMethodCount {
|
|
11108
|
+
authenticationMethod: string;
|
|
11109
|
+
userCount: int64;
|
|
11110
|
+
}
|
|
11111
|
+
|
|
11112
|
+
@complex model userRegistrationMethodSummary {
|
|
11113
|
+
totalUserCount: int64;
|
|
11114
|
+
userRegistrationMethodCounts: userRegistrationMethodCount[];
|
|
11115
|
+
userRoles: includedUserRoles | null;
|
|
11116
|
+
userTypes: includedUserTypes | null;
|
|
11117
|
+
}
|
|
11118
|
+
|
|
9909
11119
|
@complex model userSignIn extends signInIdentity {
|
|
9910
11120
|
externalTenantId: string | null;
|
|
9911
11121
|
externalUserType: conditionalAccessGuestOrExternalUserTypes;
|
|
@@ -9933,6 +11143,23 @@ namespace reference.`microsoft.graph` {
|
|
|
9933
11143
|
type: string | null;
|
|
9934
11144
|
}
|
|
9935
11145
|
|
|
11146
|
+
@complex model versionAction {
|
|
11147
|
+
newVersion: string | null;
|
|
11148
|
+
}
|
|
11149
|
+
|
|
11150
|
+
@complex model video {
|
|
11151
|
+
audioBitsPerSample: int32 | null;
|
|
11152
|
+
audioChannels: int32 | null;
|
|
11153
|
+
audioFormat: string | null;
|
|
11154
|
+
audioSamplesPerSecond: int32 | null;
|
|
11155
|
+
bitrate: int32 | null;
|
|
11156
|
+
`duration`: int64 | null;
|
|
11157
|
+
fourCC: string | null;
|
|
11158
|
+
frameRate: float64 | null;
|
|
11159
|
+
height: int32 | null;
|
|
11160
|
+
width: int32 | null;
|
|
11161
|
+
}
|
|
11162
|
+
|
|
9936
11163
|
/**
|
|
9937
11164
|
* VPN DNS Rule definition.
|
|
9938
11165
|
*/
|
|
@@ -10266,6 +11493,22 @@ namespace reference.`microsoft.graph` {
|
|
|
10266
11493
|
name: string | null;
|
|
10267
11494
|
}
|
|
10268
11495
|
|
|
11496
|
+
@complex model webPartData {
|
|
11497
|
+
audiences: string[] | null;
|
|
11498
|
+
dataVersion: string | null;
|
|
11499
|
+
description: string | null;
|
|
11500
|
+
properties: Json | null;
|
|
11501
|
+
serverProcessedContent: serverProcessedContent | null;
|
|
11502
|
+
title: string | null;
|
|
11503
|
+
}
|
|
11504
|
+
|
|
11505
|
+
@complex model webPartPosition {
|
|
11506
|
+
columnId: float64 | null;
|
|
11507
|
+
horizontalSectionId: float64 | null;
|
|
11508
|
+
isInVerticalSection: boolean | null;
|
|
11509
|
+
webPartIndex: float64 | null;
|
|
11510
|
+
}
|
|
11511
|
+
|
|
10269
11512
|
@complex model webSegmentConfiguration extends segmentConfiguration {
|
|
10270
11513
|
@contains applicationSegments: webApplicationSegment[];
|
|
10271
11514
|
}
|
|
@@ -12351,9 +13594,24 @@ namespace reference.`microsoft.graph` {
|
|
|
12351
13594
|
@contains domainJoinConfiguration: windowsDomainJoinConfiguration | null;
|
|
12352
13595
|
}
|
|
12353
13596
|
|
|
13597
|
+
@entity model activeUsersMetric extends entity {
|
|
13598
|
+
appId: string | null;
|
|
13599
|
+
appName: string | null;
|
|
13600
|
+
count: int64;
|
|
13601
|
+
country: string | null;
|
|
13602
|
+
factDate: offsetDateTime;
|
|
13603
|
+
language: string | null;
|
|
13604
|
+
os: string | null;
|
|
13605
|
+
}
|
|
13606
|
+
|
|
12354
13607
|
@entity model activityBasedTimeoutPolicy extends stsPolicy {
|
|
12355
13608
|
}
|
|
12356
13609
|
|
|
13610
|
+
@entity model admin extends MsGraph.SharedModels.entity {
|
|
13611
|
+
@contains people: peopleAdminSettings | null;
|
|
13612
|
+
@contains sharepoint: sharepoint | null;
|
|
13613
|
+
}
|
|
13614
|
+
|
|
12357
13615
|
@open
|
|
12358
13616
|
@entity model administrativeUnit extends directoryObject {
|
|
12359
13617
|
description: string | null;
|
|
@@ -12484,16 +13742,29 @@ namespace reference.`microsoft.graph` {
|
|
|
12484
13742
|
@entity model agentRiskDetection extends entity {
|
|
12485
13743
|
activityDateTime: offsetDateTime | null;
|
|
12486
13744
|
additionalInfo: string | null;
|
|
12487
|
-
|
|
12488
|
-
|
|
13745
|
+
|
|
13746
|
+
@graphDeprecated("beta:DisplayNameRename")
|
|
13747
|
+
agentDisplayName: string | null;
|
|
13748
|
+
|
|
13749
|
+
@graphDeprecated("beta:IdentityIDRename")
|
|
13750
|
+
agentId: string | null;
|
|
13751
|
+
blueprintId: string | null;
|
|
13752
|
+
clientSessionId: string | null;
|
|
12489
13753
|
detectedDateTime: offsetDateTime | null;
|
|
12490
13754
|
detectionTimingType: riskDetectionTimingType;
|
|
13755
|
+
displayName: string;
|
|
13756
|
+
identityId: string;
|
|
13757
|
+
identityType: agentIdentityType;
|
|
12491
13758
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
12492
13759
|
riskDetail: riskDetail;
|
|
12493
13760
|
riskEventType: string;
|
|
12494
13761
|
riskEvidence: string | null;
|
|
12495
13762
|
riskLevel: riskLevel;
|
|
12496
13763
|
riskState: riskState;
|
|
13764
|
+
signInClientDisplayName: string | null;
|
|
13765
|
+
signInCorrelationId: string | null;
|
|
13766
|
+
signInRequestId: string | null;
|
|
13767
|
+
source: string | null;
|
|
12497
13768
|
}
|
|
12498
13769
|
|
|
12499
13770
|
@open
|
|
@@ -16548,6 +17819,11 @@ namespace reference.`microsoft.graph` {
|
|
|
16548
17819
|
wiFiSecurityType: aospDeviceOwnerWiFiSecurityType;
|
|
16549
17820
|
}
|
|
16550
17821
|
|
|
17822
|
+
@entity model apiUsageReportEnablementStatus extends MsGraph.SharedModels.entity {
|
|
17823
|
+
@computed @key metric: string;
|
|
17824
|
+
onboardingStatus: apiUsageReportOnboardingStatus;
|
|
17825
|
+
}
|
|
17826
|
+
|
|
16551
17827
|
/**
|
|
16552
17828
|
* Apple device features configuration profile.
|
|
16553
17829
|
*/
|
|
@@ -16816,6 +18092,21 @@ namespace reference.`microsoft.graph` {
|
|
|
16816
18092
|
@entity model applicationSegment extends entity {
|
|
16817
18093
|
}
|
|
16818
18094
|
|
|
18095
|
+
@entity model applicationSignInDetailedSummary extends entity {
|
|
18096
|
+
aggregatedEventDateTime: offsetDateTime | null;
|
|
18097
|
+
appDisplayName: string;
|
|
18098
|
+
appId: string;
|
|
18099
|
+
signInCount: int64 | null;
|
|
18100
|
+
status: signInStatus | null;
|
|
18101
|
+
}
|
|
18102
|
+
|
|
18103
|
+
@entity model applicationSignInSummary extends entity {
|
|
18104
|
+
appDisplayName: string;
|
|
18105
|
+
failedSignInCount: int64 | null;
|
|
18106
|
+
successfulSignInCount: int64 | null;
|
|
18107
|
+
successPercentage: float64 | null;
|
|
18108
|
+
}
|
|
18109
|
+
|
|
16819
18110
|
@entity model applicationTemplate extends entity {
|
|
16820
18111
|
categories: string[] | null;
|
|
16821
18112
|
configurationUris: configurationUri[] | null;
|
|
@@ -16995,6 +18286,12 @@ namespace reference.`microsoft.graph` {
|
|
|
16995
18286
|
maxAttributesPerSet: int32 | null;
|
|
16996
18287
|
}
|
|
16997
18288
|
|
|
18289
|
+
@entity model auditActivityType extends entity {
|
|
18290
|
+
activity: string | null;
|
|
18291
|
+
category: string | null;
|
|
18292
|
+
service: string | null;
|
|
18293
|
+
}
|
|
18294
|
+
|
|
16998
18295
|
/**
|
|
16999
18296
|
* A class containing the properties for Audit Event.
|
|
17000
18297
|
*/
|
|
@@ -17045,6 +18342,16 @@ namespace reference.`microsoft.graph` {
|
|
|
17045
18342
|
resources: auditResource[] | null;
|
|
17046
18343
|
}
|
|
17047
18344
|
|
|
18345
|
+
@entity model auditLogRoot extends MsGraph.SharedModels.entity {
|
|
18346
|
+
@contains auditActivityTypes: auditActivityType[];
|
|
18347
|
+
@contains customSecurityAttributeAudits: customSecurityAttributeAudit[];
|
|
18348
|
+
@contains directoryAudits: directoryAudit[];
|
|
18349
|
+
@contains provisioning: provisioningObjectSummary[];
|
|
18350
|
+
@contains signInEventsAppSummary: signInEventsAppActivity[];
|
|
18351
|
+
@contains signInEventsSummary: signInEventsActivity[];
|
|
18352
|
+
@contains signIns: signIn[];
|
|
18353
|
+
}
|
|
18354
|
+
|
|
17048
18355
|
@abstract
|
|
17049
18356
|
@entity model authenticationCombinationConfiguration extends entity {
|
|
17050
18357
|
appliesToCombinations: authenticationMethodModes[];
|
|
@@ -17056,6 +18363,12 @@ namespace reference.`microsoft.graph` {
|
|
|
17056
18363
|
isAvailable: boolean | null;
|
|
17057
18364
|
}
|
|
17058
18365
|
|
|
18366
|
+
@entity model authenticationFailure extends entity {
|
|
18367
|
+
count: int64;
|
|
18368
|
+
reason: string;
|
|
18369
|
+
reasonCode: authenticationFailureReasonCode;
|
|
18370
|
+
}
|
|
18371
|
+
|
|
17059
18372
|
@entity model authenticationMethodDevice extends entity {
|
|
17060
18373
|
displayName: string | null;
|
|
17061
18374
|
@contains hardwareOathDevices: hardwareOathTokenAuthenticationMethodDevice[];
|
|
@@ -17066,11 +18379,32 @@ namespace reference.`microsoft.graph` {
|
|
|
17066
18379
|
displayName: string;
|
|
17067
18380
|
}
|
|
17068
18381
|
|
|
18382
|
+
@entity model authenticationMethodsRoot extends entity {
|
|
18383
|
+
@contains userEventsSummary: userEventsSummary[];
|
|
18384
|
+
@contains userMfaSignInSummary: userMfaSignInSummary[];
|
|
18385
|
+
@contains userPasswordResetsAndChangesSummary: userPasswordResetsAndChangesSummary[];
|
|
18386
|
+
@contains userRegistrationDetails: userRegistrationDetails[];
|
|
18387
|
+
}
|
|
18388
|
+
|
|
17069
18389
|
@entity model authenticationMethodTarget extends entity {
|
|
17070
18390
|
isRegistrationRequired: boolean;
|
|
17071
18391
|
targetType: authenticationMethodTargetType;
|
|
17072
18392
|
}
|
|
17073
18393
|
|
|
18394
|
+
@entity model authenticationsMetric extends entity {
|
|
18395
|
+
appid: string | null;
|
|
18396
|
+
attemptsCount: int64;
|
|
18397
|
+
authFlow: string | null;
|
|
18398
|
+
browser: string | null;
|
|
18399
|
+
country: string | null;
|
|
18400
|
+
factDate: offsetDateTime | null;
|
|
18401
|
+
identityProvider: string | null;
|
|
18402
|
+
language: string | null;
|
|
18403
|
+
os: string | null;
|
|
18404
|
+
successCount: int64;
|
|
18405
|
+
@references failures: authenticationFailure[];
|
|
18406
|
+
}
|
|
18407
|
+
|
|
17074
18408
|
@entity model authenticationStrengthPolicy extends entity {
|
|
17075
18409
|
allowedCombinations: authenticationMethodModes[];
|
|
17076
18410
|
@computed createdDateTime: offsetDateTime;
|
|
@@ -17095,12 +18429,44 @@ namespace reference.`microsoft.graph` {
|
|
|
17095
18429
|
permissionGrantPolicyIdsAssignedToDefaultUserRole: string[] | null;
|
|
17096
18430
|
}
|
|
17097
18431
|
|
|
18432
|
+
@entity model azureADAuthentication extends entity {
|
|
18433
|
+
attainments: serviceLevelAgreementAttainment[];
|
|
18434
|
+
}
|
|
18435
|
+
|
|
17098
18436
|
/**
|
|
17099
18437
|
* Windows Autopilot Deployment Profile
|
|
17100
18438
|
*/
|
|
17101
18439
|
@entity model azureADWindowsAutopilotDeploymentProfile extends windowsAutopilotDeploymentProfile {
|
|
17102
18440
|
}
|
|
17103
18441
|
|
|
18442
|
+
@abstract
|
|
18443
|
+
@entity model baseItem extends entity {
|
|
18444
|
+
createdBy: identitySet | null;
|
|
18445
|
+
@computed createdDateTime: offsetDateTime;
|
|
18446
|
+
description: string | null;
|
|
18447
|
+
eTag: string | null;
|
|
18448
|
+
lastModifiedBy: identitySet | null;
|
|
18449
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
18450
|
+
name: string | null;
|
|
18451
|
+
parentReference: itemReference | null;
|
|
18452
|
+
webUrl: string | null;
|
|
18453
|
+
@references createdByUser: user | null;
|
|
18454
|
+
@references lastModifiedByUser: user | null;
|
|
18455
|
+
}
|
|
18456
|
+
|
|
18457
|
+
@abstract
|
|
18458
|
+
@entity model baseItemVersion extends entity {
|
|
18459
|
+
lastModifiedBy: identitySet | null;
|
|
18460
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
18461
|
+
publication: publicationFacet | null;
|
|
18462
|
+
}
|
|
18463
|
+
|
|
18464
|
+
@entity model baseSitePage extends baseItem {
|
|
18465
|
+
pageLayout: pageLayoutType | null;
|
|
18466
|
+
publishingState: publicationFacet | null;
|
|
18467
|
+
title: string | null;
|
|
18468
|
+
}
|
|
18469
|
+
|
|
17104
18470
|
@entity model bitlocker extends entity {
|
|
17105
18471
|
@contains recoveryKeys: bitlockerRecoveryKey[];
|
|
17106
18472
|
}
|
|
@@ -17158,6 +18524,11 @@ namespace reference.`microsoft.graph` {
|
|
|
17158
18524
|
suggestedCalendarName: string | null;
|
|
17159
18525
|
}
|
|
17160
18526
|
|
|
18527
|
+
@entity model canvasLayout extends entity {
|
|
18528
|
+
@contains horizontalSections: horizontalSection[];
|
|
18529
|
+
@contains verticalSection: verticalSection | null;
|
|
18530
|
+
}
|
|
18531
|
+
|
|
17161
18532
|
/**
|
|
17162
18533
|
* CartToClassAssociation for associating device carts with classrooms.
|
|
17163
18534
|
*/
|
|
@@ -17632,6 +19003,45 @@ namespace reference.`microsoft.graph` {
|
|
|
17632
19003
|
userId: string | null;
|
|
17633
19004
|
}
|
|
17634
19005
|
|
|
19006
|
+
@entity model columnDefinition extends entity {
|
|
19007
|
+
`boolean`: booleanColumn | null;
|
|
19008
|
+
calculated: calculatedColumn | null;
|
|
19009
|
+
choice: choiceColumn | null;
|
|
19010
|
+
columnGroup: string | null;
|
|
19011
|
+
contentApprovalStatus: contentApprovalStatusColumn | null;
|
|
19012
|
+
currency: currencyColumn | null;
|
|
19013
|
+
dateTime: dateTimeColumn | null;
|
|
19014
|
+
defaultValue: defaultColumnValue | null;
|
|
19015
|
+
description: string | null;
|
|
19016
|
+
displayName: string | null;
|
|
19017
|
+
enforceUniqueValues: boolean | null;
|
|
19018
|
+
geolocation: geolocationColumn | null;
|
|
19019
|
+
hidden: boolean | null;
|
|
19020
|
+
hyperlinkOrPicture: hyperlinkOrPictureColumn | null;
|
|
19021
|
+
indexed: boolean | null;
|
|
19022
|
+
isDeletable: boolean | null;
|
|
19023
|
+
isReorderable: boolean | null;
|
|
19024
|
+
isSealed: boolean | null;
|
|
19025
|
+
lookup: lookupColumn | null;
|
|
19026
|
+
name: string | null;
|
|
19027
|
+
number: numberColumn | null;
|
|
19028
|
+
personOrGroup: personOrGroupColumn | null;
|
|
19029
|
+
propagateChanges: boolean | null;
|
|
19030
|
+
readOnly: boolean | null;
|
|
19031
|
+
required: boolean | null;
|
|
19032
|
+
sourceContentType: contentTypeInfo | null;
|
|
19033
|
+
term: termColumn | null;
|
|
19034
|
+
text: textColumn | null;
|
|
19035
|
+
thumbnail: thumbnailColumn | null;
|
|
19036
|
+
type: columnTypes | null;
|
|
19037
|
+
validation: columnValidation | null;
|
|
19038
|
+
@references sourceColumn: columnDefinition | null;
|
|
19039
|
+
}
|
|
19040
|
+
|
|
19041
|
+
@entity model columnLink extends entity {
|
|
19042
|
+
name: string | null;
|
|
19043
|
+
}
|
|
19044
|
+
|
|
17635
19045
|
/**
|
|
17636
19046
|
* Device Co-Management eligibility state
|
|
17637
19047
|
*/
|
|
@@ -17912,6 +19322,37 @@ namespace reference.`microsoft.graph` {
|
|
|
17912
19322
|
isEnabled: boolean | null;
|
|
17913
19323
|
}
|
|
17914
19324
|
|
|
19325
|
+
@entity model contentModel extends entity {
|
|
19326
|
+
createdBy: identitySet | null;
|
|
19327
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
19328
|
+
lastModifiedBy: identitySet | null;
|
|
19329
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
19330
|
+
modelType: contentModelType | null;
|
|
19331
|
+
name: string | null;
|
|
19332
|
+
}
|
|
19333
|
+
|
|
19334
|
+
@entity model contentType extends entity {
|
|
19335
|
+
associatedHubsUrls: string[] | null;
|
|
19336
|
+
description: string | null;
|
|
19337
|
+
documentSet: documentSet | null;
|
|
19338
|
+
documentTemplate: documentSetContent | null;
|
|
19339
|
+
group: string | null;
|
|
19340
|
+
hidden: boolean | null;
|
|
19341
|
+
inheritedFrom: itemReference | null;
|
|
19342
|
+
isBuiltIn: boolean | null;
|
|
19343
|
+
name: string | null;
|
|
19344
|
+
order: contentTypeOrder | null;
|
|
19345
|
+
parentId: string | null;
|
|
19346
|
+
propagateChanges: boolean | null;
|
|
19347
|
+
readOnly: boolean | null;
|
|
19348
|
+
sealed: boolean | null;
|
|
19349
|
+
@references base: contentType | null;
|
|
19350
|
+
@references baseTypes: contentType[];
|
|
19351
|
+
@contains columnLinks: columnLink[];
|
|
19352
|
+
@references columnPositions: columnDefinition[];
|
|
19353
|
+
@contains columns: columnDefinition[];
|
|
19354
|
+
}
|
|
19355
|
+
|
|
17915
19356
|
@open
|
|
17916
19357
|
@entity model contract extends directoryObject {
|
|
17917
19358
|
contractType: string | null;
|
|
@@ -17991,6 +19432,21 @@ namespace reference.`microsoft.graph` {
|
|
|
17991
19432
|
userSyncInbound: crossTenantUserSyncInbound | null;
|
|
17992
19433
|
}
|
|
17993
19434
|
|
|
19435
|
+
@entity model customSecurityAttributeAudit extends entity {
|
|
19436
|
+
activityDateTime: offsetDateTime;
|
|
19437
|
+
activityDisplayName: string;
|
|
19438
|
+
additionalDetails: keyValue[] | null;
|
|
19439
|
+
category: string;
|
|
19440
|
+
correlationId: string | null;
|
|
19441
|
+
initiatedBy: auditActivityInitiator;
|
|
19442
|
+
loggedByService: string | null;
|
|
19443
|
+
operationType: string | null;
|
|
19444
|
+
result: operationResult | null;
|
|
19445
|
+
resultReason: string | null;
|
|
19446
|
+
targetResources: targetResource[] | null;
|
|
19447
|
+
userAgent: string | null;
|
|
19448
|
+
}
|
|
19449
|
+
|
|
17994
19450
|
@entity model customSecurityAttributeDefinition extends entity {
|
|
17995
19451
|
attributeSet: string;
|
|
17996
19452
|
description: string | null;
|
|
@@ -18003,6 +19459,21 @@ namespace reference.`microsoft.graph` {
|
|
|
18003
19459
|
@contains allowedValues: allowedValue[];
|
|
18004
19460
|
}
|
|
18005
19461
|
|
|
19462
|
+
@entity model dailyInactiveUsersMetric extends inactiveUsersMetricBase {
|
|
19463
|
+
inactive1DayCount: int64 | null;
|
|
19464
|
+
}
|
|
19465
|
+
|
|
19466
|
+
@entity model dailyUserInsightMetricsRoot extends entity {
|
|
19467
|
+
@references activeUsers: activeUsersMetric[];
|
|
19468
|
+
@references authentications: authenticationsMetric[];
|
|
19469
|
+
@references inactiveUsers: dailyInactiveUsersMetric[];
|
|
19470
|
+
@references mfaCompletions: mfaCompletionMetric[];
|
|
19471
|
+
@contains mfaTelecomFraud: mfaTelecomFraudMetric[];
|
|
19472
|
+
@references signUps: userSignUpMetric[];
|
|
19473
|
+
@references summary: insightSummary[];
|
|
19474
|
+
@references userCount: userCountMetric[];
|
|
19475
|
+
}
|
|
19476
|
+
|
|
18006
19477
|
/**
|
|
18007
19478
|
* Data sharing consent information.
|
|
18008
19479
|
*/
|
|
@@ -20740,9 +22211,6 @@ namespace reference.`microsoft.graph` {
|
|
|
20740
22211
|
status: appLogUploadState;
|
|
20741
22212
|
}
|
|
20742
22213
|
|
|
20743
|
-
/**
|
|
20744
|
-
* Singleton that acts as container for a collection of Resource Access entities.
|
|
20745
|
-
*/
|
|
20746
22214
|
@entity model deviceManagement extends entity {
|
|
20747
22215
|
/**
|
|
20748
22216
|
* The date & time when tenant data moved between scaleunits.
|
|
@@ -23283,11 +24751,27 @@ namespace reference.`microsoft.graph` {
|
|
|
23283
24751
|
@graphDeprecated("DirectoryFeatureRolloutPolicies")
|
|
23284
24752
|
@contains featureRolloutPolicies: featureRolloutPolicy[];
|
|
23285
24753
|
@contains federationConfigurations: identityProviderBase[];
|
|
24754
|
+
@contains impactedResources: impactedResource[];
|
|
23286
24755
|
@contains onPremisesSynchronization: onPremisesDirectorySynchronization[];
|
|
23287
24756
|
@contains publicKeyInfrastructure: publicKeyInfrastructureRoot | null;
|
|
24757
|
+
@contains recommendations: recommendation[];
|
|
23288
24758
|
@contains subscriptions: companySubscription[];
|
|
23289
24759
|
}
|
|
23290
24760
|
|
|
24761
|
+
@entity model directoryAudit extends entity {
|
|
24762
|
+
activityDateTime: offsetDateTime;
|
|
24763
|
+
activityDisplayName: string;
|
|
24764
|
+
additionalDetails: keyValue[] | null;
|
|
24765
|
+
category: string;
|
|
24766
|
+
correlationId: string | null;
|
|
24767
|
+
initiatedBy: auditActivityInitiator;
|
|
24768
|
+
loggedByService: string | null;
|
|
24769
|
+
operationType: string | null;
|
|
24770
|
+
result: operationResult | null;
|
|
24771
|
+
resultReason: string | null;
|
|
24772
|
+
targetResources: targetResource[] | null;
|
|
24773
|
+
}
|
|
24774
|
+
|
|
23291
24775
|
@open
|
|
23292
24776
|
@entity model directoryObject extends entity {
|
|
23293
24777
|
deletedDateTime: offsetDateTime | null;
|
|
@@ -23329,6 +24813,21 @@ namespace reference.`microsoft.graph` {
|
|
|
23329
24813
|
values: settingTemplateValue[];
|
|
23330
24814
|
}
|
|
23331
24815
|
|
|
24816
|
+
@entity model documentProcessingJob extends entity {
|
|
24817
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
24818
|
+
jobType: documentProcessingJobType | null;
|
|
24819
|
+
listItemUniqueId: string;
|
|
24820
|
+
status: documentProcessingJobStatus | null;
|
|
24821
|
+
}
|
|
24822
|
+
|
|
24823
|
+
@entity model documentSetVersion extends listItemVersion {
|
|
24824
|
+
comment: string | null;
|
|
24825
|
+
createdBy: identitySet | null;
|
|
24826
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
24827
|
+
items: documentSetVersionItem[] | null;
|
|
24828
|
+
shouldCaptureMinorVersion: boolean | null;
|
|
24829
|
+
}
|
|
24830
|
+
|
|
23332
24831
|
@entity model domain extends entity {
|
|
23333
24832
|
authenticationType: string;
|
|
23334
24833
|
availabilityStatus: string | null;
|
|
@@ -23382,6 +24881,71 @@ namespace reference.`microsoft.graph` {
|
|
|
23382
24881
|
description: string | null;
|
|
23383
24882
|
}
|
|
23384
24883
|
|
|
24884
|
+
@entity model drive extends baseItem {
|
|
24885
|
+
driveType: string | null;
|
|
24886
|
+
owner: identitySet | null;
|
|
24887
|
+
quota: quota | null;
|
|
24888
|
+
sharePointIds: sharepointIds | null;
|
|
24889
|
+
system: systemFacet | null;
|
|
24890
|
+
@contains activities: itemActivityOLD[];
|
|
24891
|
+
@contains bundles: driveItem[];
|
|
24892
|
+
@contains following: driveItem[];
|
|
24893
|
+
@contains items: driveItem[];
|
|
24894
|
+
@contains list: list | null;
|
|
24895
|
+
@contains root: driveItem | null;
|
|
24896
|
+
@contains special: driveItem[];
|
|
24897
|
+
}
|
|
24898
|
+
|
|
24899
|
+
@open
|
|
24900
|
+
@entity model driveItem extends baseItem {
|
|
24901
|
+
audio: audio | null;
|
|
24902
|
+
bundle: bundle | null;
|
|
24903
|
+
|
|
24904
|
+
@graphDeprecated("Removal")
|
|
24905
|
+
content: stream | null;
|
|
24906
|
+
contentStream: stream | null;
|
|
24907
|
+
cTag: string | null;
|
|
24908
|
+
deleted: deleted | null;
|
|
24909
|
+
file: file | null;
|
|
24910
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
24911
|
+
folder: folder | null;
|
|
24912
|
+
image: image | null;
|
|
24913
|
+
location: geoCoordinates | null;
|
|
24914
|
+
lockInfo: lockInfo | null;
|
|
24915
|
+
malware: malware | null;
|
|
24916
|
+
media: media | null;
|
|
24917
|
+
`package`: `package` | null;
|
|
24918
|
+
pendingOperations: pendingOperations | null;
|
|
24919
|
+
photo: photo | null;
|
|
24920
|
+
publication: publicationFacet | null;
|
|
24921
|
+
remoteItem: remoteItem | null;
|
|
24922
|
+
root: root | null;
|
|
24923
|
+
searchResult: searchResult | null;
|
|
24924
|
+
shared: shared | null;
|
|
24925
|
+
sharepointIds: sharepointIds | null;
|
|
24926
|
+
size: int64 | null;
|
|
24927
|
+
source: driveItemSource | null;
|
|
24928
|
+
specialFolder: specialFolder | null;
|
|
24929
|
+
video: video | null;
|
|
24930
|
+
viewpoint: driveItemViewpoint | null;
|
|
24931
|
+
webDavUrl: string | null;
|
|
24932
|
+
@contains activities: itemActivityOLD[];
|
|
24933
|
+
@references analytics: itemAnalytics | null;
|
|
24934
|
+
@contains children: driveItem[];
|
|
24935
|
+
@contains extensions: extension[];
|
|
24936
|
+
@contains listItem: listItem | null;
|
|
24937
|
+
@contains permissions: permission[];
|
|
24938
|
+
@contains retentionLabel: itemRetentionLabel | null;
|
|
24939
|
+
@contains subscriptions: subscription[];
|
|
24940
|
+
@contains thumbnails: thumbnailSet[];
|
|
24941
|
+
@contains versions: driveItemVersion[];
|
|
24942
|
+
}
|
|
24943
|
+
|
|
24944
|
+
@entity model driveItemVersion extends baseItemVersion {
|
|
24945
|
+
content: stream | null;
|
|
24946
|
+
size: int64 | null;
|
|
24947
|
+
}
|
|
24948
|
+
|
|
23385
24949
|
/**
|
|
23386
24950
|
* Apple device features configuration profile.
|
|
23387
24951
|
*/
|
|
@@ -23835,12 +25399,82 @@ namespace reference.`microsoft.graph` {
|
|
|
23835
25399
|
allowedAAGUIDs: string[];
|
|
23836
25400
|
}
|
|
23837
25401
|
|
|
25402
|
+
@open
|
|
25403
|
+
@entity model fieldValueSet extends entity {
|
|
25404
|
+
}
|
|
25405
|
+
|
|
23838
25406
|
@entity model fileAttachment extends attachment {
|
|
23839
25407
|
contentBytes: binary | null;
|
|
23840
25408
|
contentId: string | null;
|
|
23841
25409
|
contentLocation: string | null;
|
|
23842
25410
|
}
|
|
23843
25411
|
|
|
25412
|
+
@entity model fileStorage extends entity {
|
|
25413
|
+
@contains containers: fileStorageContainer[];
|
|
25414
|
+
@contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
|
|
25415
|
+
@contains containerTypes: fileStorageContainerType[];
|
|
25416
|
+
@contains deletedContainers: fileStorageContainer[];
|
|
25417
|
+
}
|
|
25418
|
+
|
|
25419
|
+
@entity model fileStorageContainer extends entity {
|
|
25420
|
+
archivalDetails: siteArchivalDetails | null;
|
|
25421
|
+
assignedSensitivityLabel: assignedLabel | null;
|
|
25422
|
+
containerTypeId: guid;
|
|
25423
|
+
@computed createdDateTime: offsetDateTime;
|
|
25424
|
+
customProperties: fileStorageContainerCustomPropertyDictionary | null;
|
|
25425
|
+
description: string | null;
|
|
25426
|
+
displayName: string;
|
|
25427
|
+
externalGroupId: guid | null;
|
|
25428
|
+
informationBarrier: informationBarrier | null;
|
|
25429
|
+
lockState: siteLockState | null;
|
|
25430
|
+
owners: userIdentity[] | null;
|
|
25431
|
+
ownershipType: fileStorageContainerOwnershipType | null;
|
|
25432
|
+
settings: fileStorageContainerSettings;
|
|
25433
|
+
status: fileStorageContainerStatus | null;
|
|
25434
|
+
storageUsedInBytes: int64 | null;
|
|
25435
|
+
viewpoint: fileStorageContainerViewpoint | null;
|
|
25436
|
+
@contains columns: columnDefinition[];
|
|
25437
|
+
@contains drive: drive | null;
|
|
25438
|
+
@contains migrationJobs: sharePointMigrationJob[];
|
|
25439
|
+
@contains permissions: permission[];
|
|
25440
|
+
@contains recycleBin: recycleBin | null;
|
|
25441
|
+
@contains sharePointGroups: sharePointGroup[];
|
|
25442
|
+
}
|
|
25443
|
+
|
|
25444
|
+
@entity model fileStorageContainerType extends entity {
|
|
25445
|
+
billingClassification: fileStorageContainerBillingClassification;
|
|
25446
|
+
billingStatus: fileStorageContainerBillingStatus;
|
|
25447
|
+
@computed createdDateTime: offsetDateTime;
|
|
25448
|
+
etag: string;
|
|
25449
|
+
expirationDateTime: offsetDateTime;
|
|
25450
|
+
name: string;
|
|
25451
|
+
owningAppId: guid;
|
|
25452
|
+
settings: fileStorageContainerTypeSettings;
|
|
25453
|
+
@contains permissions: permission[];
|
|
25454
|
+
}
|
|
25455
|
+
|
|
25456
|
+
@entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
|
|
25457
|
+
@computed @key appId: string;
|
|
25458
|
+
applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
|
|
25459
|
+
delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
|
|
25460
|
+
}
|
|
25461
|
+
|
|
25462
|
+
@entity model fileStorageContainerTypeRegistration extends entity {
|
|
25463
|
+
billingClassification: fileStorageContainerBillingClassification;
|
|
25464
|
+
billingStatus: fileStorageContainerBillingStatus;
|
|
25465
|
+
etag: string;
|
|
25466
|
+
expirationDateTime: offsetDateTime;
|
|
25467
|
+
name: string;
|
|
25468
|
+
owningAppId: guid;
|
|
25469
|
+
registeredDateTime: offsetDateTime;
|
|
25470
|
+
settings: fileStorageContainerTypeRegistrationSettings;
|
|
25471
|
+
@contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
|
|
25472
|
+
}
|
|
25473
|
+
|
|
25474
|
+
@abstract
|
|
25475
|
+
@entity model governanceInsight extends entity {
|
|
25476
|
+
}
|
|
25477
|
+
|
|
23844
25478
|
@open
|
|
23845
25479
|
@entity model group extends directoryObject {
|
|
23846
25480
|
accessType: groupAccessType | null;
|
|
@@ -23901,6 +25535,8 @@ namespace reference.`microsoft.graph` {
|
|
|
23901
25535
|
@contains calendarView: event[];
|
|
23902
25536
|
@contains conversations: conversation[];
|
|
23903
25537
|
@references createdOnBehalfOf: directoryObject | null;
|
|
25538
|
+
@contains drive: drive | null;
|
|
25539
|
+
@contains drives: drive[];
|
|
23904
25540
|
@contains endpoints: endpoint[];
|
|
23905
25541
|
@contains events: event[];
|
|
23906
25542
|
@contains extensions: extension[];
|
|
@@ -23916,6 +25552,7 @@ namespace reference.`microsoft.graph` {
|
|
|
23916
25552
|
@contains planner: plannerGroup | null;
|
|
23917
25553
|
@contains rejectedSenders: directoryObject[];
|
|
23918
25554
|
@contains settings: directorySetting[];
|
|
25555
|
+
@contains sites: site[];
|
|
23919
25556
|
@contains threads: conversationThread[];
|
|
23920
25557
|
@references transitiveMemberOf: directoryObject[];
|
|
23921
25558
|
@references transitiveMembers: directoryObject[];
|
|
@@ -24944,10 +26581,24 @@ namespace reference.`microsoft.graph` {
|
|
|
24944
26581
|
@entity model homeRealmDiscoveryPolicy extends stsPolicy {
|
|
24945
26582
|
}
|
|
24946
26583
|
|
|
26584
|
+
@entity model horizontalSection extends entity {
|
|
26585
|
+
emphasis: sectionEmphasisType | null;
|
|
26586
|
+
layout: horizontalSectionLayoutType | null;
|
|
26587
|
+
@contains columns: horizontalSectionColumn[];
|
|
26588
|
+
}
|
|
26589
|
+
|
|
26590
|
+
@entity model horizontalSectionColumn extends entity {
|
|
26591
|
+
width: int32 | null;
|
|
26592
|
+
@contains webparts: webPart[];
|
|
26593
|
+
}
|
|
26594
|
+
|
|
24947
26595
|
@entity model identityContainer extends MsGraph.SharedModels.entity {
|
|
24948
26596
|
@contains conditionalAccess: conditionalAccessRoot | null;
|
|
24949
26597
|
}
|
|
24950
26598
|
|
|
26599
|
+
@entity model identityGovernance extends MsGraph.SharedModels.entity {
|
|
26600
|
+
}
|
|
26601
|
+
|
|
24951
26602
|
@entity model identityProtectionRoot extends MsGraph.SharedModels.entity {
|
|
24952
26603
|
@contains agentRiskDetections: agentRiskDetection[];
|
|
24953
26604
|
@contains riskDetections: riskDetection[];
|
|
@@ -24966,6 +26617,23 @@ namespace reference.`microsoft.graph` {
|
|
|
24966
26617
|
isEnabled: boolean;
|
|
24967
26618
|
}
|
|
24968
26619
|
|
|
26620
|
+
@entity model impactedResource extends entity {
|
|
26621
|
+
addedDateTime: offsetDateTime;
|
|
26622
|
+
additionalDetails: keyValue[] | null;
|
|
26623
|
+
apiUrl: string | null;
|
|
26624
|
+
displayName: string;
|
|
26625
|
+
lastModifiedBy: string;
|
|
26626
|
+
@computed lastModifiedDateTime: string;
|
|
26627
|
+
owner: string | null;
|
|
26628
|
+
portalUrl: string | null;
|
|
26629
|
+
postponeUntilDateTime: offsetDateTime | null;
|
|
26630
|
+
rank: int32 | null;
|
|
26631
|
+
recommendationId: string;
|
|
26632
|
+
resourceType: string;
|
|
26633
|
+
status: recommendationStatus;
|
|
26634
|
+
subjectId: string;
|
|
26635
|
+
}
|
|
26636
|
+
|
|
24969
26637
|
/**
|
|
24970
26638
|
* The importedAppleDeviceIdentity resource represents the imported device identity of an Apple device .
|
|
24971
26639
|
*/
|
|
@@ -25126,6 +26794,14 @@ namespace reference.`microsoft.graph` {
|
|
|
25126
26794
|
@contains deviceIdentities: importedWindowsAutopilotDeviceIdentity[];
|
|
25127
26795
|
}
|
|
25128
26796
|
|
|
26797
|
+
@entity model inactiveUsersMetricBase extends entity {
|
|
26798
|
+
appId: string | null;
|
|
26799
|
+
factDate: offsetDateTime;
|
|
26800
|
+
inactive30DayCount: int64 | null;
|
|
26801
|
+
inactive60DayCount: int64 | null;
|
|
26802
|
+
inactive90DayCount: int64 | null;
|
|
26803
|
+
}
|
|
26804
|
+
|
|
25129
26805
|
@entity model inboundSharedUserProfile extends MsGraph.SharedModels.entity {
|
|
25130
26806
|
displayName: string;
|
|
25131
26807
|
homeTenantId: string;
|
|
@@ -25156,6 +26832,19 @@ namespace reference.`microsoft.graph` {
|
|
|
25156
26832
|
isEnabledInOrganization: boolean | null;
|
|
25157
26833
|
}
|
|
25158
26834
|
|
|
26835
|
+
@entity model insightSummary extends entity {
|
|
26836
|
+
activeUsers: int64;
|
|
26837
|
+
appId: string;
|
|
26838
|
+
authenticationCompletions: int64;
|
|
26839
|
+
authenticationRequests: int64;
|
|
26840
|
+
factDate: offsetDateTime;
|
|
26841
|
+
os: string;
|
|
26842
|
+
securityTextCompletions: int64;
|
|
26843
|
+
securityTextRequests: int64;
|
|
26844
|
+
securityVoiceCompletions: int64;
|
|
26845
|
+
securityVoiceRequests: int64;
|
|
26846
|
+
}
|
|
26847
|
+
|
|
25159
26848
|
@entity model internalDomainFederation extends samlOrWsFedProvider {
|
|
25160
26849
|
activeSignInUri: string | null;
|
|
25161
26850
|
federatedIdpMfaBehavior: federatedIdpMfaBehavior | null;
|
|
@@ -27377,12 +29066,49 @@ namespace reference.`microsoft.graph` {
|
|
|
27377
29066
|
isTrusted: boolean;
|
|
27378
29067
|
}
|
|
27379
29068
|
|
|
29069
|
+
@open
|
|
29070
|
+
@entity model itemActivity extends entity {
|
|
29071
|
+
access: accessAction | null;
|
|
29072
|
+
activityDateTime: offsetDateTime | null;
|
|
29073
|
+
actor: identitySet | null;
|
|
29074
|
+
@contains driveItem: driveItem | null;
|
|
29075
|
+
}
|
|
29076
|
+
|
|
29077
|
+
@entity model itemActivityOLD extends entity {
|
|
29078
|
+
action: itemActionSet | null;
|
|
29079
|
+
actor: identitySet | null;
|
|
29080
|
+
times: itemActivityTimeSet | null;
|
|
29081
|
+
@contains driveItem: driveItem | null;
|
|
29082
|
+
@contains listItem: listItem | null;
|
|
29083
|
+
}
|
|
29084
|
+
|
|
29085
|
+
@open
|
|
29086
|
+
@entity model itemActivityStat extends entity {
|
|
29087
|
+
access: itemActionStat | null;
|
|
29088
|
+
create: itemActionStat | null;
|
|
29089
|
+
delete: itemActionStat | null;
|
|
29090
|
+
edit: itemActionStat | null;
|
|
29091
|
+
endDateTime: offsetDateTime | null;
|
|
29092
|
+
incompleteData: incompleteData | null;
|
|
29093
|
+
isTrending: boolean | null;
|
|
29094
|
+
move: itemActionStat | null;
|
|
29095
|
+
startDateTime: offsetDateTime | null;
|
|
29096
|
+
@references activities: itemActivity[];
|
|
29097
|
+
}
|
|
29098
|
+
|
|
27380
29099
|
@entity model itemAddress extends itemFacet {
|
|
27381
29100
|
detail: physicalAddress | null;
|
|
27382
29101
|
displayName: string | null;
|
|
27383
29102
|
geoCoordinates: geoCoordinates | null;
|
|
27384
29103
|
}
|
|
27385
29104
|
|
|
29105
|
+
@open
|
|
29106
|
+
@entity model itemAnalytics extends entity {
|
|
29107
|
+
@references allTime: itemActivityStat | null;
|
|
29108
|
+
@contains itemActivityStats: itemActivityStat[];
|
|
29109
|
+
@references lastSevenDays: itemActivityStat | null;
|
|
29110
|
+
}
|
|
29111
|
+
|
|
27386
29112
|
@entity model itemAttachment extends attachment {
|
|
27387
29113
|
@contains item: outlookItem | null;
|
|
27388
29114
|
}
|
|
@@ -27431,6 +29157,14 @@ namespace reference.`microsoft.graph` {
|
|
|
27431
29157
|
webUrl: string | null;
|
|
27432
29158
|
}
|
|
27433
29159
|
|
|
29160
|
+
@entity model itemRetentionLabel extends entity {
|
|
29161
|
+
isLabelAppliedExplicitly: boolean | null;
|
|
29162
|
+
labelAppliedBy: identitySet | null;
|
|
29163
|
+
labelAppliedDateTime: offsetDateTime | null;
|
|
29164
|
+
name: string | null;
|
|
29165
|
+
retentionSettings: retentionLabelSettings | null;
|
|
29166
|
+
}
|
|
29167
|
+
|
|
27434
29168
|
@entity model languageProficiency extends itemFacet {
|
|
27435
29169
|
displayName: string | null;
|
|
27436
29170
|
proficiency: languageProficiencyLevel | null;
|
|
@@ -27447,6 +29181,39 @@ namespace reference.`microsoft.graph` {
|
|
|
27447
29181
|
skuPartNumber: string | null;
|
|
27448
29182
|
}
|
|
27449
29183
|
|
|
29184
|
+
@entity model list extends baseItem {
|
|
29185
|
+
displayName: string | null;
|
|
29186
|
+
itemCount: int32 | null;
|
|
29187
|
+
list: listInfo | null;
|
|
29188
|
+
sharepointIds: sharepointIds | null;
|
|
29189
|
+
system: systemFacet | null;
|
|
29190
|
+
@contains activities: itemActivityOLD[];
|
|
29191
|
+
@contains columns: columnDefinition[];
|
|
29192
|
+
@contains contentTypes: contentType[];
|
|
29193
|
+
@contains drive: drive | null;
|
|
29194
|
+
@contains items: listItem[];
|
|
29195
|
+
@contains operations: richLongRunningOperation[];
|
|
29196
|
+
@contains permissions: permission[];
|
|
29197
|
+
@contains subscriptions: subscription[];
|
|
29198
|
+
}
|
|
29199
|
+
|
|
29200
|
+
@entity model listItem extends baseItem {
|
|
29201
|
+
contentType: contentTypeInfo | null;
|
|
29202
|
+
deleted: deleted | null;
|
|
29203
|
+
sharepointIds: sharepointIds | null;
|
|
29204
|
+
@contains activities: itemActivityOLD[];
|
|
29205
|
+
@references analytics: itemAnalytics | null;
|
|
29206
|
+
@contains documentSetVersions: documentSetVersion[];
|
|
29207
|
+
@contains driveItem: driveItem | null;
|
|
29208
|
+
@contains fields: fieldValueSet | null;
|
|
29209
|
+
@contains permissions: permission[];
|
|
29210
|
+
@contains versions: listItemVersion[];
|
|
29211
|
+
}
|
|
29212
|
+
|
|
29213
|
+
@entity model listItemVersion extends baseItemVersion {
|
|
29214
|
+
@contains fields: fieldValueSet | null;
|
|
29215
|
+
}
|
|
29216
|
+
|
|
27450
29217
|
/**
|
|
27451
29218
|
* The text content of a Notification Message Template for the specified locale.
|
|
27452
29219
|
*/
|
|
@@ -30530,6 +32297,15 @@ namespace reference.`microsoft.graph` {
|
|
|
30530
32297
|
@entity model mdmWindowsInformationProtectionPolicyPolicySetItem extends policySetItem {
|
|
30531
32298
|
}
|
|
30532
32299
|
|
|
32300
|
+
@entity model membershipOutlierInsight extends governanceInsight {
|
|
32301
|
+
containerId: string;
|
|
32302
|
+
memberId: string;
|
|
32303
|
+
outlierContainerType: outlierContainerType;
|
|
32304
|
+
outlierMemberType: outlierMemberType;
|
|
32305
|
+
@references container: directoryObject | null;
|
|
32306
|
+
@references member: directoryObject | null;
|
|
32307
|
+
}
|
|
32308
|
+
|
|
30533
32309
|
@entity model mention extends entity {
|
|
30534
32310
|
application: string | null;
|
|
30535
32311
|
clientReference: string | null;
|
|
@@ -30590,6 +32366,42 @@ namespace reference.`microsoft.graph` {
|
|
|
30590
32366
|
sequence: int32 | null;
|
|
30591
32367
|
}
|
|
30592
32368
|
|
|
32369
|
+
@entity model mfaCompletionMetric extends entity {
|
|
32370
|
+
appId: string | null;
|
|
32371
|
+
attemptsCount: int64;
|
|
32372
|
+
country: string | null;
|
|
32373
|
+
factDate: offsetDateTime | null;
|
|
32374
|
+
identityProvider: string | null;
|
|
32375
|
+
language: string | null;
|
|
32376
|
+
mfaMethod: string | null;
|
|
32377
|
+
os: string | null;
|
|
32378
|
+
successCount: int64;
|
|
32379
|
+
@references mfaFailures: mfaFailure[];
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
@entity model mfaFailure extends entity {
|
|
32383
|
+
count: int64 | null;
|
|
32384
|
+
reason: string | null;
|
|
32385
|
+
reasonCode: mfaFailureReasonCode;
|
|
32386
|
+
}
|
|
32387
|
+
|
|
32388
|
+
@open
|
|
32389
|
+
@entity model mfaTelecomFraudMetric extends entity {
|
|
32390
|
+
captchaFailureCount: int64 | null;
|
|
32391
|
+
captchaNotTriggeredUserCount: int64 | null;
|
|
32392
|
+
captchaShownUserCount: int64 | null;
|
|
32393
|
+
captchaSuccessCount: int64 | null;
|
|
32394
|
+
factDate: offsetDateTime | null;
|
|
32395
|
+
telecomBlockedUserCount: int64 | null;
|
|
32396
|
+
}
|
|
32397
|
+
|
|
32398
|
+
@open
|
|
32399
|
+
@entity model mfaUserCountMetric extends entity {
|
|
32400
|
+
count: int64;
|
|
32401
|
+
factDate: offsetDateTime;
|
|
32402
|
+
mfaType: mfaType;
|
|
32403
|
+
}
|
|
32404
|
+
|
|
30593
32405
|
/**
|
|
30594
32406
|
* Microsoft Store for Business Apps. This class does not support Create, Delete, or Update.
|
|
30595
32407
|
*/
|
|
@@ -31476,6 +33288,21 @@ namespace reference.`microsoft.graph` {
|
|
|
31476
33288
|
windowsMobileApplicationManagementEnabled: boolean;
|
|
31477
33289
|
}
|
|
31478
33290
|
|
|
33291
|
+
@entity model monthlyInactiveUsersMetric extends inactiveUsersMetricBase {
|
|
33292
|
+
inactiveCalendarMonthCount: int64 | null;
|
|
33293
|
+
}
|
|
33294
|
+
|
|
33295
|
+
@entity model monthlyUserInsightMetricsRoot extends entity {
|
|
33296
|
+
@references activeUsers: activeUsersMetric[];
|
|
33297
|
+
@references authentications: authenticationsMetric[];
|
|
33298
|
+
@references inactiveUsers: monthlyInactiveUsersMetric[];
|
|
33299
|
+
@references mfaCompletions: mfaCompletionMetric[];
|
|
33300
|
+
@contains mfaRegisteredUsers: mfaUserCountMetric[];
|
|
33301
|
+
@references requests: userRequestsMetric[];
|
|
33302
|
+
@references signUps: userSignUpMetric[];
|
|
33303
|
+
@references summary: insightSummary[];
|
|
33304
|
+
}
|
|
33305
|
+
|
|
31479
33306
|
@entity model multiValueLegacyExtendedProperty extends entity {
|
|
31480
33307
|
value: string[] | null;
|
|
31481
33308
|
}
|
|
@@ -31520,6 +33347,12 @@ namespace reference.`microsoft.graph` {
|
|
|
31520
33347
|
state: ndesConnectorState;
|
|
31521
33348
|
}
|
|
31522
33349
|
|
|
33350
|
+
@entity model newsLinkPage extends baseSitePage {
|
|
33351
|
+
bannerImageWebUrl: string | null;
|
|
33352
|
+
newsSharepointIds: sharepointIds | null;
|
|
33353
|
+
newsWebUrl: string | null;
|
|
33354
|
+
}
|
|
33355
|
+
|
|
31523
33356
|
/**
|
|
31524
33357
|
* Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance.
|
|
31525
33358
|
*/
|
|
@@ -31948,6 +33781,12 @@ namespace reference.`microsoft.graph` {
|
|
|
31948
33781
|
@contains tasks: outlookTask[];
|
|
31949
33782
|
}
|
|
31950
33783
|
|
|
33784
|
+
@entity model pageTemplate extends baseSitePage {
|
|
33785
|
+
titleArea: titleArea | null;
|
|
33786
|
+
@contains canvasLayout: canvasLayout | null;
|
|
33787
|
+
@contains webParts: webPart[];
|
|
33788
|
+
}
|
|
33789
|
+
|
|
31951
33790
|
@entity model partnerInformation extends MsGraph.SharedModels.entity {
|
|
31952
33791
|
commerceUrl: string | null;
|
|
31953
33792
|
companyName: string | null;
|
|
@@ -31975,6 +33814,28 @@ namespace reference.`microsoft.graph` {
|
|
|
31975
33814
|
|
|
31976
33815
|
@entity model peopleAdminSettings extends entity {
|
|
31977
33816
|
@contains itemInsights: insightsSettings | null;
|
|
33817
|
+
@contains profileCardProperties: profileCardProperty[];
|
|
33818
|
+
@contains profilePropertySettings: profilePropertySetting[];
|
|
33819
|
+
@contains profileSources: profileSource[];
|
|
33820
|
+
@contains pronouns: pronounsSettings | null;
|
|
33821
|
+
}
|
|
33822
|
+
|
|
33823
|
+
@entity model permission extends entity {
|
|
33824
|
+
expirationDateTime: offsetDateTime | null;
|
|
33825
|
+
|
|
33826
|
+
@graphDeprecated("Removal")
|
|
33827
|
+
grantedTo: identitySet | null;
|
|
33828
|
+
|
|
33829
|
+
@graphDeprecated("Removal")
|
|
33830
|
+
grantedToIdentities: identitySet[] | null;
|
|
33831
|
+
grantedToIdentitiesV2: sharePointIdentitySet[] | null;
|
|
33832
|
+
grantedToV2: sharePointIdentitySet | null;
|
|
33833
|
+
hasPassword: boolean | null;
|
|
33834
|
+
inheritedFrom: itemReference | null;
|
|
33835
|
+
invitation: sharingInvitation | null;
|
|
33836
|
+
link: sharingLink | null;
|
|
33837
|
+
roles: string[] | null;
|
|
33838
|
+
shareId: string | null;
|
|
31978
33839
|
}
|
|
31979
33840
|
|
|
31980
33841
|
@entity model permissionGrantConditionSet extends entity {
|
|
@@ -32189,6 +34050,7 @@ namespace reference.`microsoft.graph` {
|
|
|
32189
34050
|
@computed createdDateTime: offsetDateTime | null;
|
|
32190
34051
|
creationSource: plannerTaskCreation | null;
|
|
32191
34052
|
dueDateTime: offsetDateTime | null;
|
|
34053
|
+
hasChat: boolean;
|
|
32192
34054
|
hasDescription: boolean | null;
|
|
32193
34055
|
isArchived: boolean | null;
|
|
32194
34056
|
isOnMyDay: boolean | null;
|
|
@@ -32208,9 +34070,22 @@ namespace reference.`microsoft.graph` {
|
|
|
32208
34070
|
@contains assignedToTaskBoardFormat: plannerAssignedToTaskBoardTaskFormat | null;
|
|
32209
34071
|
@contains bucketTaskBoardFormat: plannerBucketTaskBoardTaskFormat | null;
|
|
32210
34072
|
@contains details: plannerTaskDetails | null;
|
|
34073
|
+
@contains messages: plannerTaskChatMessage[];
|
|
32211
34074
|
@contains progressTaskBoardFormat: plannerProgressTaskBoardTaskFormat | null;
|
|
32212
34075
|
}
|
|
32213
34076
|
|
|
34077
|
+
@entity model plannerTaskChatMessage extends entity {
|
|
34078
|
+
content: string | null;
|
|
34079
|
+
createdBy: identitySet | null;
|
|
34080
|
+
@computed createdDateTime: offsetDateTime;
|
|
34081
|
+
deletedDateTime: offsetDateTime | null;
|
|
34082
|
+
editedDateTime: offsetDateTime | null;
|
|
34083
|
+
mentions: plannerTaskChatMention[];
|
|
34084
|
+
messageType: plannerTaskChatMessageType;
|
|
34085
|
+
parentEntityId: string | null;
|
|
34086
|
+
reactions: plannerTaskChatReaction[];
|
|
34087
|
+
}
|
|
34088
|
+
|
|
32214
34089
|
@entity model plannerTaskDetails extends plannerDelta {
|
|
32215
34090
|
approvalAttachment: plannerBaseApprovalAttachment | null;
|
|
32216
34091
|
checklist: plannerChecklistItems | null;
|
|
@@ -32568,12 +34443,29 @@ namespace reference.`microsoft.graph` {
|
|
|
32568
34443
|
@contains websites: personWebsite[];
|
|
32569
34444
|
}
|
|
32570
34445
|
|
|
34446
|
+
@entity model profileCardProperty extends entity {
|
|
34447
|
+
annotations: profileCardAnnotation[] | null;
|
|
34448
|
+
directoryPropertyName: string | null;
|
|
34449
|
+
isVisible: boolean;
|
|
34450
|
+
}
|
|
34451
|
+
|
|
32571
34452
|
@entity model profilePhoto extends entity {
|
|
32572
34453
|
height: int32 | null;
|
|
32573
34454
|
width: int32 | null;
|
|
32574
34455
|
}
|
|
32575
34456
|
|
|
34457
|
+
@entity model profilePropertySetting extends entity {
|
|
34458
|
+
displayName: string | null;
|
|
34459
|
+
name: string | null;
|
|
34460
|
+
prioritizedSourceUrls: string[];
|
|
34461
|
+
}
|
|
34462
|
+
|
|
32576
34463
|
@entity model profileSource extends entity {
|
|
34464
|
+
displayName: string | null;
|
|
34465
|
+
kind: string | null;
|
|
34466
|
+
localizations: profileSourceLocalization[];
|
|
34467
|
+
sourceId: string | null;
|
|
34468
|
+
webUrl: string | null;
|
|
32577
34469
|
}
|
|
32578
34470
|
|
|
32579
34471
|
@entity model projectParticipation extends itemFacet {
|
|
@@ -32587,6 +34479,33 @@ namespace reference.`microsoft.graph` {
|
|
|
32587
34479
|
thumbnailUrl: string | null;
|
|
32588
34480
|
}
|
|
32589
34481
|
|
|
34482
|
+
@entity model pronounsSettings extends entity {
|
|
34483
|
+
isEnabledInOrganization: boolean;
|
|
34484
|
+
}
|
|
34485
|
+
|
|
34486
|
+
@entity model provisioningObjectSummary extends entity {
|
|
34487
|
+
|
|
34488
|
+
@graphDeprecated("Reporting")
|
|
34489
|
+
action: string | null;
|
|
34490
|
+
activityDateTime: offsetDateTime;
|
|
34491
|
+
changeId: string | null;
|
|
34492
|
+
cycleId: string | null;
|
|
34493
|
+
durationInMilliseconds: int32 | null;
|
|
34494
|
+
initiatedBy: initiator | null;
|
|
34495
|
+
jobId: string | null;
|
|
34496
|
+
modifiedProperties: modifiedProperty[] | null;
|
|
34497
|
+
provisioningAction: provisioningAction | null;
|
|
34498
|
+
provisioningStatusInfo: provisioningStatusInfo | null;
|
|
34499
|
+
provisioningSteps: provisioningStep[] | null;
|
|
34500
|
+
servicePrincipal: provisioningServicePrincipal | null;
|
|
34501
|
+
sourceIdentity: provisionedIdentity | null;
|
|
34502
|
+
sourceSystem: provisioningSystem | null;
|
|
34503
|
+
statusInfo: statusBase | null;
|
|
34504
|
+
targetIdentity: provisionedIdentity | null;
|
|
34505
|
+
targetSystem: provisioningSystem | null;
|
|
34506
|
+
tenantId: string | null;
|
|
34507
|
+
}
|
|
34508
|
+
|
|
32590
34509
|
@entity model publicKeyInfrastructureRoot extends entity {
|
|
32591
34510
|
@contains certificateBasedAuthConfigurations: certificateBasedAuthPki[];
|
|
32592
34511
|
}
|
|
@@ -32618,6 +34537,47 @@ namespace reference.`microsoft.graph` {
|
|
|
32618
34537
|
@contains roleDefinitions: unifiedRoleDefinition[];
|
|
32619
34538
|
}
|
|
32620
34539
|
|
|
34540
|
+
@entity model recommendation extends recommendationBase {
|
|
34541
|
+
}
|
|
34542
|
+
|
|
34543
|
+
@entity model recommendationBase extends entity {
|
|
34544
|
+
actionSteps: actionStep[] | null;
|
|
34545
|
+
benefits: string | null;
|
|
34546
|
+
category: recommendationCategory;
|
|
34547
|
+
@computed createdDateTime: offsetDateTime;
|
|
34548
|
+
currentScore: float64 | null;
|
|
34549
|
+
displayName: string;
|
|
34550
|
+
featureAreas: recommendationFeatureAreas[] | null;
|
|
34551
|
+
impactStartDateTime: offsetDateTime | null;
|
|
34552
|
+
impactType: string | null;
|
|
34553
|
+
insights: string | null;
|
|
34554
|
+
@computed lastCheckedDateTime: offsetDateTime | null;
|
|
34555
|
+
lastModifiedBy: string | null;
|
|
34556
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
34557
|
+
maxScore: float64 | null;
|
|
34558
|
+
postponeUntilDateTime: offsetDateTime | null;
|
|
34559
|
+
priority: recommendationPriority;
|
|
34560
|
+
recommendationType: recommendationType | null;
|
|
34561
|
+
releaseType: string | null;
|
|
34562
|
+
remediationImpact: string | null;
|
|
34563
|
+
requiredLicenses: requiredLicenses | null;
|
|
34564
|
+
status: recommendationStatus;
|
|
34565
|
+
@contains impactedResources: impactedResource[];
|
|
34566
|
+
}
|
|
34567
|
+
|
|
34568
|
+
@open
|
|
34569
|
+
@entity model recycleBin extends baseItem {
|
|
34570
|
+
settings: recycleBinSettings | null;
|
|
34571
|
+
@contains items: recycleBinItem[];
|
|
34572
|
+
}
|
|
34573
|
+
|
|
34574
|
+
@open
|
|
34575
|
+
@entity model recycleBinItem extends baseItem {
|
|
34576
|
+
deletedDateTime: offsetDateTime | null;
|
|
34577
|
+
deletedFromLocation: string | null;
|
|
34578
|
+
size: int64 | null;
|
|
34579
|
+
}
|
|
34580
|
+
|
|
32621
34581
|
@entity model referenceAttachment extends attachment {
|
|
32622
34582
|
isFolder: boolean | null;
|
|
32623
34583
|
permission: referenceAttachmentPermission | null;
|
|
@@ -32738,6 +34698,11 @@ namespace reference.`microsoft.graph` {
|
|
|
32738
34698
|
}
|
|
32739
34699
|
|
|
32740
34700
|
@entity model reportRoot extends MsGraph.SharedModels.entity {
|
|
34701
|
+
@contains applicationSignInDetailedSummary: applicationSignInDetailedSummary[];
|
|
34702
|
+
@contains authenticationMethods: authenticationMethodsRoot | null;
|
|
34703
|
+
@contains serviceActivity: serviceActivity | null;
|
|
34704
|
+
@contains sla: serviceLevelAgreementRoot | null;
|
|
34705
|
+
@contains userInsights: userInsightsRoot | null;
|
|
32741
34706
|
}
|
|
32742
34707
|
|
|
32743
34708
|
/**
|
|
@@ -32816,6 +34781,13 @@ namespace reference.`microsoft.graph` {
|
|
|
32816
34781
|
userName: string | null;
|
|
32817
34782
|
}
|
|
32818
34783
|
|
|
34784
|
+
@entity model richLongRunningOperation extends longRunningOperation {
|
|
34785
|
+
error: publicError | null;
|
|
34786
|
+
percentageComplete: int32 | null;
|
|
34787
|
+
resourceId: string | null;
|
|
34788
|
+
type: string | null;
|
|
34789
|
+
}
|
|
34790
|
+
|
|
32819
34791
|
@entity model riskDetection extends entity {
|
|
32820
34792
|
activity: activityType | null;
|
|
32821
34793
|
activityDateTime: offsetDateTime | null;
|
|
@@ -32842,6 +34814,8 @@ namespace reference.`microsoft.graph` {
|
|
|
32842
34814
|
|
|
32843
34815
|
@entity model riskyAgent extends entity {
|
|
32844
34816
|
agentDisplayName: string | null;
|
|
34817
|
+
blueprintId: string | null;
|
|
34818
|
+
identityType: agentIdentityType;
|
|
32845
34819
|
isDeleted: boolean;
|
|
32846
34820
|
isEnabled: boolean;
|
|
32847
34821
|
isProcessing: boolean;
|
|
@@ -33220,6 +35194,13 @@ namespace reference.`microsoft.graph` {
|
|
|
33220
35194
|
@references managedDevices: vulnerableManagedDevice[];
|
|
33221
35195
|
}
|
|
33222
35196
|
|
|
35197
|
+
@entity model serviceActivity extends entity {
|
|
35198
|
+
}
|
|
35199
|
+
|
|
35200
|
+
@entity model serviceLevelAgreementRoot extends entity {
|
|
35201
|
+
@contains azureADAuthentication: azureADAuthentication | null;
|
|
35202
|
+
}
|
|
35203
|
+
|
|
33223
35204
|
/**
|
|
33224
35205
|
* ServiceNow properties including the ServiceNow instanceUrl, connection credentials and other metadata.
|
|
33225
35206
|
*/
|
|
@@ -33382,6 +35363,17 @@ namespace reference.`microsoft.graph` {
|
|
|
33382
35363
|
unknownDeviceCount: int32;
|
|
33383
35364
|
}
|
|
33384
35365
|
|
|
35366
|
+
@entity model sharedDriveItem extends baseItem {
|
|
35367
|
+
owner: identitySet | null;
|
|
35368
|
+
@contains driveItem: driveItem | null;
|
|
35369
|
+
@contains items: driveItem[];
|
|
35370
|
+
@contains list: list | null;
|
|
35371
|
+
@contains listItem: listItem | null;
|
|
35372
|
+
@contains permission: permission | null;
|
|
35373
|
+
@contains root: driveItem | null;
|
|
35374
|
+
@contains site: site | null;
|
|
35375
|
+
}
|
|
35376
|
+
|
|
33385
35377
|
/**
|
|
33386
35378
|
* This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource.
|
|
33387
35379
|
*/
|
|
@@ -33460,10 +35452,305 @@ namespace reference.`microsoft.graph` {
|
|
|
33460
35452
|
signInOnResume: enablement;
|
|
33461
35453
|
}
|
|
33462
35454
|
|
|
35455
|
+
@entity model sharepoint extends entity {
|
|
35456
|
+
@contains settings: sharepointSettings | null;
|
|
35457
|
+
}
|
|
35458
|
+
|
|
35459
|
+
@entity model sharePointGroup extends entity {
|
|
35460
|
+
description: string | null;
|
|
35461
|
+
principalId: string | null;
|
|
35462
|
+
title: string;
|
|
35463
|
+
@contains members: sharePointGroupMember[];
|
|
35464
|
+
}
|
|
35465
|
+
|
|
35466
|
+
@entity model sharePointGroupIdentityMapping extends sharePointIdentityMapping {
|
|
35467
|
+
groupType: sharePointIdentityMappingGroupType;
|
|
35468
|
+
sourceGroupIdentity: identity | null;
|
|
35469
|
+
targetGroupIdentity: identity | null;
|
|
35470
|
+
targetGroupMigrationData: sharePointIdentityMappingGroupMigrationData | null;
|
|
35471
|
+
}
|
|
35472
|
+
|
|
35473
|
+
@entity model sharePointGroupMember extends entity {
|
|
35474
|
+
identity: sharePointIdentitySet | null;
|
|
35475
|
+
}
|
|
35476
|
+
|
|
35477
|
+
@entity model sharePointIdentityMapping extends entity {
|
|
35478
|
+
deleted: deleted | null;
|
|
35479
|
+
sourceOrganizationId: guid;
|
|
35480
|
+
}
|
|
35481
|
+
|
|
35482
|
+
@entity model sharePointMigrationEvent extends entity {
|
|
35483
|
+
correlationId: string;
|
|
35484
|
+
eventDateTime: offsetDateTime;
|
|
35485
|
+
jobId: string;
|
|
35486
|
+
}
|
|
35487
|
+
|
|
35488
|
+
@entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
|
|
35489
|
+
manifestFileName: string;
|
|
35490
|
+
}
|
|
35491
|
+
|
|
35492
|
+
@entity model sharePointMigrationJob extends entity {
|
|
35493
|
+
containerInfo: sharePointMigrationContainerInfo;
|
|
35494
|
+
@contains progressEvents: sharePointMigrationEvent[];
|
|
35495
|
+
}
|
|
35496
|
+
|
|
35497
|
+
@entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
|
|
35498
|
+
isCancelledByUser: boolean;
|
|
35499
|
+
totalRetryCount: int32;
|
|
35500
|
+
}
|
|
35501
|
+
|
|
35502
|
+
@entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
|
|
35503
|
+
}
|
|
35504
|
+
|
|
35505
|
+
@entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
|
|
35506
|
+
error: publicError;
|
|
35507
|
+
errorLevel: sharePointMigrationJobErrorLevel;
|
|
35508
|
+
objectId: string;
|
|
35509
|
+
objectType: sharePointMigrationObjectType;
|
|
35510
|
+
objectUrl: string;
|
|
35511
|
+
totalRetryCount: int32;
|
|
35512
|
+
}
|
|
35513
|
+
|
|
35514
|
+
@entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
|
|
35515
|
+
jobsInQueue: int64;
|
|
35516
|
+
nextPickupDateTime: offsetDateTime;
|
|
35517
|
+
reason: string;
|
|
35518
|
+
totalRetryCount: int32;
|
|
35519
|
+
}
|
|
35520
|
+
|
|
35521
|
+
@entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
|
|
35522
|
+
bytesProcessed: int64;
|
|
35523
|
+
bytesProcessedOnlyCurrentVersion: int64;
|
|
35524
|
+
cpuDurationMs: int64;
|
|
35525
|
+
filesProcessed: int64;
|
|
35526
|
+
filesProcessedOnlyCurrentVersion: int64;
|
|
35527
|
+
isCompleted: boolean;
|
|
35528
|
+
lastProcessedObjectId: string;
|
|
35529
|
+
objectsProcessed: int64;
|
|
35530
|
+
sqlDurationMs: int64;
|
|
35531
|
+
sqlQueryCount: int64;
|
|
35532
|
+
totalDurationMs: int64;
|
|
35533
|
+
totalErrors: int64;
|
|
35534
|
+
totalExpectedBytes: int64;
|
|
35535
|
+
totalExpectedObjects: int64;
|
|
35536
|
+
totalRetryCount: int32;
|
|
35537
|
+
totalWarnings: int64;
|
|
35538
|
+
waitTimeOnSqlThrottlingMs: int64;
|
|
35539
|
+
}
|
|
35540
|
+
|
|
35541
|
+
@entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
|
|
35542
|
+
}
|
|
35543
|
+
|
|
35544
|
+
@entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
|
|
35545
|
+
isRestarted: boolean;
|
|
35546
|
+
totalRetryCount: int32;
|
|
35547
|
+
}
|
|
35548
|
+
|
|
35549
|
+
@entity model sharePointMigrationsRoot extends entity {
|
|
35550
|
+
@contains crossOrganizationGroupMappings: sharePointGroupIdentityMapping[];
|
|
35551
|
+
@contains crossOrganizationMigrationTasks: sharePointMigrationTask[];
|
|
35552
|
+
@contains crossOrganizationUserMappings: sharePointUserIdentityMapping[];
|
|
35553
|
+
}
|
|
35554
|
+
|
|
35555
|
+
@entity model sharePointMigrationTask extends entity {
|
|
35556
|
+
error: publicError;
|
|
35557
|
+
finishedDateTime: offsetDateTime;
|
|
35558
|
+
@computed lastUpdatedDateTime: offsetDateTime;
|
|
35559
|
+
parameters: sharePointMigrationTaskParameters;
|
|
35560
|
+
startedDateTime: offsetDateTime;
|
|
35561
|
+
status: sharePointMigrationTaskStatus;
|
|
35562
|
+
}
|
|
35563
|
+
|
|
35564
|
+
@entity model sharePointReportSettings extends entity {
|
|
35565
|
+
@contains apiUsageReportMetrics: apiUsageReportEnablementStatus[];
|
|
35566
|
+
}
|
|
35567
|
+
|
|
35568
|
+
@entity model sharePointRoot extends entity {
|
|
35569
|
+
@contains migrations: sharePointMigrationsRoot | null;
|
|
35570
|
+
}
|
|
35571
|
+
|
|
35572
|
+
@entity model sharepointSettings extends entity {
|
|
35573
|
+
allowedDomainGuidsForSyncApp: guid | null;
|
|
35574
|
+
availableManagedPathsForSiteCreation: string[];
|
|
35575
|
+
deletedUserPersonalSiteRetentionPeriodInDays: int32 | null;
|
|
35576
|
+
excludedFileExtensionsForSyncApp: string[] | null;
|
|
35577
|
+
idleSessionSignOut: idleSessionSignOut | null;
|
|
35578
|
+
imageTaggingOption: imageTaggingChoice | null;
|
|
35579
|
+
isCommentingOnSitePagesEnabled: boolean | null;
|
|
35580
|
+
isFileActivityNotificationEnabled: boolean | null;
|
|
35581
|
+
isLegacyAuthProtocolsEnabled: boolean | null;
|
|
35582
|
+
isLoopEnabled: boolean | null;
|
|
35583
|
+
isMacSyncAppEnabled: boolean | null;
|
|
35584
|
+
isRequireAcceptingUserToMatchInvitedUserEnabled: boolean | null;
|
|
35585
|
+
isResharingByExternalUsersEnabled: boolean | null;
|
|
35586
|
+
isSharePointMobileNotificationEnabled: boolean | null;
|
|
35587
|
+
isSharePointNewsfeedEnabled: boolean | null;
|
|
35588
|
+
isSiteCreationEnabled: boolean | null;
|
|
35589
|
+
isSiteCreationUIEnabled: boolean | null;
|
|
35590
|
+
isSitePagesCreationEnabled: boolean | null;
|
|
35591
|
+
isSitesStorageLimitAutomatic: boolean | null;
|
|
35592
|
+
isSyncButtonHiddenOnPersonalSite: boolean | null;
|
|
35593
|
+
isUnmanagedSyncAppForTenantRestricted: boolean | null;
|
|
35594
|
+
personalSiteDefaultStorageLimitInMB: int64 | null;
|
|
35595
|
+
sharingAllowedDomainList: string[] | null;
|
|
35596
|
+
sharingBlockedDomainList: string[] | null;
|
|
35597
|
+
sharingCapability: sharingCapabilities | null;
|
|
35598
|
+
sharingDomainRestrictionMode: sharingDomainRestrictionMode | null;
|
|
35599
|
+
siteCreationDefaultManagedPath: string;
|
|
35600
|
+
siteCreationDefaultStorageLimitInMB: int32 | null;
|
|
35601
|
+
tenantDefaultTimezone: string | null;
|
|
35602
|
+
}
|
|
35603
|
+
|
|
35604
|
+
@entity model sharePointUserIdentityMapping extends sharePointIdentityMapping {
|
|
35605
|
+
sourceUserIdentity: userIdentity | null;
|
|
35606
|
+
targetUserIdentity: userIdentity | null;
|
|
35607
|
+
targetUserMigrationData: sharePointIdentityMappingUserMigrationData | null;
|
|
35608
|
+
userType: sharePointIdentityMappingUserType;
|
|
35609
|
+
}
|
|
35610
|
+
|
|
35611
|
+
@entity model signIn extends entity {
|
|
35612
|
+
appDisplayName: string | null;
|
|
35613
|
+
appId: string | null;
|
|
35614
|
+
appliedConditionalAccessPolicies: appliedConditionalAccessPolicy[] | null;
|
|
35615
|
+
appliedEventListeners: appliedAuthenticationEventListener[] | null;
|
|
35616
|
+
appOwnerTenantId: string | null;
|
|
35617
|
+
|
|
35618
|
+
@graphDeprecated("SignIn")
|
|
35619
|
+
appTokenProtectionStatus: tokenProtectionStatus | null;
|
|
35620
|
+
authenticationAppDeviceDetails: authenticationAppDeviceDetails | null;
|
|
35621
|
+
authenticationAppPolicyEvaluationDetails: authenticationAppPolicyDetails[] | null;
|
|
35622
|
+
authenticationContextClassReferences: authenticationContext[] | null;
|
|
35623
|
+
authenticationDetails: authenticationDetail[] | null;
|
|
35624
|
+
authenticationMethodsUsed: string[] | null;
|
|
35625
|
+
authenticationProcessingDetails: keyValue[] | null;
|
|
35626
|
+
authenticationProtocol: protocolType | null;
|
|
35627
|
+
authenticationRequirement: string | null;
|
|
35628
|
+
authenticationRequirementPolicies: authenticationRequirementPolicy[] | null;
|
|
35629
|
+
autonomousSystemNumber: int32 | null;
|
|
35630
|
+
azureResourceId: string | null;
|
|
35631
|
+
clientAppUsed: string | null;
|
|
35632
|
+
clientCredentialType: clientCredentialType | null;
|
|
35633
|
+
clientSessionId: string | null;
|
|
35634
|
+
conditionalAccessAudiences: string[] | null;
|
|
35635
|
+
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
35636
|
+
correlationId: string | null;
|
|
35637
|
+
@computed createdDateTime: offsetDateTime;
|
|
35638
|
+
crossTenantAccessType: signInAccessType | null;
|
|
35639
|
+
deviceDetail: deviceDetail | null;
|
|
35640
|
+
federatedCredentialId: string | null;
|
|
35641
|
+
flaggedForReview: boolean | null;
|
|
35642
|
+
globalSecureAccessIpAddress: string | null;
|
|
35643
|
+
homeTenantId: string | null;
|
|
35644
|
+
homeTenantName: string | null;
|
|
35645
|
+
incomingTokenType: incomingTokenType | null;
|
|
35646
|
+
ipAddress: string | null;
|
|
35647
|
+
ipAddressFromResourceProvider: string | null;
|
|
35648
|
+
isInteractive: boolean | null;
|
|
35649
|
+
isTenantRestricted: boolean | null;
|
|
35650
|
+
isThroughGlobalSecureAccess: boolean | null;
|
|
35651
|
+
location: signInLocation | null;
|
|
35652
|
+
managedServiceIdentity: managedIdentity | null;
|
|
35653
|
+
mfaDetail: mfaDetail | null;
|
|
35654
|
+
networkLocationDetails: networkLocationDetail[] | null;
|
|
35655
|
+
originalRequestId: string | null;
|
|
35656
|
+
originalTransferMethod: originalTransferMethods | null;
|
|
35657
|
+
privateLinkDetails: privateLinkDetails | null;
|
|
35658
|
+
processingTimeInMilliseconds: int32 | null;
|
|
35659
|
+
resourceDisplayName: string | null;
|
|
35660
|
+
resourceId: string | null;
|
|
35661
|
+
resourceOwnerTenantId: string | null;
|
|
35662
|
+
resourceServicePrincipalId: string | null;
|
|
35663
|
+
resourceTenantId: string | null;
|
|
35664
|
+
riskDetail: riskDetail | null;
|
|
35665
|
+
riskEventTypes_v2: string[] | null;
|
|
35666
|
+
riskLevelAggregated: riskLevel | null;
|
|
35667
|
+
riskLevelDuringSignIn: riskLevel | null;
|
|
35668
|
+
riskState: riskState | null;
|
|
35669
|
+
servicePrincipalCredentialKeyId: string | null;
|
|
35670
|
+
servicePrincipalCredentialThumbprint: string | null;
|
|
35671
|
+
servicePrincipalId: string;
|
|
35672
|
+
servicePrincipalName: string | null;
|
|
35673
|
+
sessionId: string | null;
|
|
35674
|
+
sessionLifetimePolicies: sessionLifetimePolicy[] | null;
|
|
35675
|
+
signInEventTypes: string[] | null;
|
|
35676
|
+
signInIdentifier: string | null;
|
|
35677
|
+
signInIdentifierType: signInIdentifierType | null;
|
|
35678
|
+
|
|
35679
|
+
@graphDeprecated("SignIn")
|
|
35680
|
+
signInTokenProtectionStatus: tokenProtectionStatus | null;
|
|
35681
|
+
status: signInStatus | null;
|
|
35682
|
+
tokenIssuerName: string | null;
|
|
35683
|
+
tokenIssuerType: tokenIssuerType | null;
|
|
35684
|
+
tokenProtectionStatusDetails: tokenProtectionStatusDetails | null;
|
|
35685
|
+
uniqueTokenIdentifier: string | null;
|
|
35686
|
+
userAgent: string | null;
|
|
35687
|
+
userDisplayName: string | null;
|
|
35688
|
+
userId: string;
|
|
35689
|
+
userPrincipalName: string | null;
|
|
35690
|
+
userType: signInUserType | null;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35693
|
+
@entity model signInEventsActivity extends entity {
|
|
35694
|
+
activityDateTime: offsetDateTime | null;
|
|
35695
|
+
signInCount: int32 | null;
|
|
35696
|
+
}
|
|
35697
|
+
|
|
35698
|
+
@entity model signInEventsAppActivity extends MsGraph.SharedModels.entity {
|
|
35699
|
+
@computed @key appId: string;
|
|
35700
|
+
signInCount: int32;
|
|
35701
|
+
tenantId: string;
|
|
35702
|
+
@references application: application;
|
|
35703
|
+
}
|
|
35704
|
+
|
|
33463
35705
|
@entity model singleValueLegacyExtendedProperty extends entity {
|
|
33464
35706
|
value: string | null;
|
|
33465
35707
|
}
|
|
33466
35708
|
|
|
35709
|
+
@entity model site extends baseItem {
|
|
35710
|
+
deleted: deleted | null;
|
|
35711
|
+
displayName: string | null;
|
|
35712
|
+
isPersonalSite: boolean | null;
|
|
35713
|
+
locale: string | null;
|
|
35714
|
+
lockState: siteLockState | null;
|
|
35715
|
+
ownerIdentityToResolve: identityInput | null;
|
|
35716
|
+
root: root | null;
|
|
35717
|
+
settings: siteSettings | null;
|
|
35718
|
+
shareByEmailEnabled: boolean | null;
|
|
35719
|
+
sharepointIds: sharepointIds | null;
|
|
35720
|
+
siteCollection: siteCollection | null;
|
|
35721
|
+
template: siteTemplateType | null;
|
|
35722
|
+
@references analytics: itemAnalytics | null;
|
|
35723
|
+
@contains columns: columnDefinition[];
|
|
35724
|
+
@contains contentModels: contentModel[];
|
|
35725
|
+
@contains contentTypes: contentType[];
|
|
35726
|
+
@contains documentProcessingJobs: documentProcessingJob[];
|
|
35727
|
+
@contains drive: drive | null;
|
|
35728
|
+
@contains drives: drive[];
|
|
35729
|
+
@contains extensions: extension[];
|
|
35730
|
+
@references externalColumns: columnDefinition[];
|
|
35731
|
+
@contains items: baseItem[];
|
|
35732
|
+
@contains lists: list[];
|
|
35733
|
+
@contains operations: richLongRunningOperation[];
|
|
35734
|
+
@contains pages: baseSitePage[];
|
|
35735
|
+
@contains pageTemplates: pageTemplate[];
|
|
35736
|
+
@contains permissions: permission[];
|
|
35737
|
+
@contains recycleBin: recycleBin | null;
|
|
35738
|
+
@contains sites: site[];
|
|
35739
|
+
@contains termStore: reference.`microsoft.graph.termStore`.store | null;
|
|
35740
|
+
}
|
|
35741
|
+
|
|
35742
|
+
@open
|
|
35743
|
+
@entity model sitePage extends baseSitePage {
|
|
35744
|
+
promotionKind: pagePromotionType | null;
|
|
35745
|
+
reactions: reactionsFacet | null;
|
|
35746
|
+
showComments: boolean | null;
|
|
35747
|
+
showRecommendedPages: boolean | null;
|
|
35748
|
+
thumbnailWebUrl: string | null;
|
|
35749
|
+
titleArea: titleArea | null;
|
|
35750
|
+
@contains canvasLayout: canvasLayout | null;
|
|
35751
|
+
@contains webParts: webPart[];
|
|
35752
|
+
}
|
|
35753
|
+
|
|
33467
35754
|
@entity model skillProficiency extends itemFacet {
|
|
33468
35755
|
categories: string[] | null;
|
|
33469
35756
|
collaborationTags: string[] | null;
|
|
@@ -33536,6 +35823,16 @@ namespace reference.`microsoft.graph` {
|
|
|
33536
35823
|
unknownUserCount: int32;
|
|
33537
35824
|
}
|
|
33538
35825
|
|
|
35826
|
+
@entity model standardWebPart extends webPart {
|
|
35827
|
+
containerTextWebPartId: string | null;
|
|
35828
|
+
data: webPartData | null;
|
|
35829
|
+
webPartType: string | null;
|
|
35830
|
+
}
|
|
35831
|
+
|
|
35832
|
+
@entity model storage extends MsGraph.SharedModels.entity {
|
|
35833
|
+
@contains fileStorage: fileStorage | null;
|
|
35834
|
+
}
|
|
35835
|
+
|
|
33539
35836
|
@abstract
|
|
33540
35837
|
@entity model stsPolicy extends policyBase {
|
|
33541
35838
|
definition: string[];
|
|
@@ -33571,6 +35868,26 @@ namespace reference.`microsoft.graph` {
|
|
|
33571
35868
|
resource: string;
|
|
33572
35869
|
}
|
|
33573
35870
|
|
|
35871
|
+
@entity model summarizedSignIn extends entity {
|
|
35872
|
+
agent: reference.`microsoft.graph.agentic`.agentSignIn | null;
|
|
35873
|
+
aggregationDateTime: offsetDateTime | null;
|
|
35874
|
+
appDisplayName: string | null;
|
|
35875
|
+
appId: string | null;
|
|
35876
|
+
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
35877
|
+
firstSignInDateTime: offsetDateTime | null;
|
|
35878
|
+
ipAddress: string | null;
|
|
35879
|
+
managedServiceIdentity: managedIdentity | null;
|
|
35880
|
+
resourceDisplayName: string | null;
|
|
35881
|
+
resourceId: string | null;
|
|
35882
|
+
servicePrincipalId: string | null;
|
|
35883
|
+
servicePrincipalName: string | null;
|
|
35884
|
+
signInCount: int64 | null;
|
|
35885
|
+
status: signInStatus | null;
|
|
35886
|
+
tenantId: string | null;
|
|
35887
|
+
tokenIssuerType: tokenIssuerType;
|
|
35888
|
+
userPrincipalName: string | null;
|
|
35889
|
+
}
|
|
35890
|
+
|
|
33574
35891
|
@entity model symantecCodeSigningCertificate extends entity {
|
|
33575
35892
|
/**
|
|
33576
35893
|
* The Windows Symantec Code-Signing Certificate in the raw data format.
|
|
@@ -33827,6 +36144,18 @@ namespace reference.`microsoft.graph` {
|
|
|
33827
36144
|
@references termsAndConditions: termsAndConditions | null;
|
|
33828
36145
|
}
|
|
33829
36146
|
|
|
36147
|
+
@entity model textWebPart extends webPart {
|
|
36148
|
+
innerHtml: string | null;
|
|
36149
|
+
}
|
|
36150
|
+
|
|
36151
|
+
@open
|
|
36152
|
+
@entity model thumbnailSet extends entity {
|
|
36153
|
+
large: thumbnail | null;
|
|
36154
|
+
medium: thumbnail | null;
|
|
36155
|
+
small: thumbnail | null;
|
|
36156
|
+
source: thumbnail | null;
|
|
36157
|
+
}
|
|
36158
|
+
|
|
33830
36159
|
@entity model tokenIssuancePolicy extends stsPolicy {
|
|
33831
36160
|
}
|
|
33832
36161
|
|
|
@@ -34026,6 +36355,7 @@ namespace reference.`microsoft.graph` {
|
|
|
34026
36355
|
schools: string[] | null;
|
|
34027
36356
|
securityIdentifier: string | null;
|
|
34028
36357
|
showInAddressList: boolean | null;
|
|
36358
|
+
signInActivity: signInActivity | null;
|
|
34029
36359
|
signInSessionsValidFromDateTime: offsetDateTime | null;
|
|
34030
36360
|
skills: string[] | null;
|
|
34031
36361
|
state: string | null;
|
|
@@ -34049,8 +36379,11 @@ namespace reference.`microsoft.graph` {
|
|
|
34049
36379
|
*/
|
|
34050
36380
|
@contains deviceManagementTroubleshootingEvents: deviceManagementTroubleshootingEvent[];
|
|
34051
36381
|
@references directReports: directoryObject[];
|
|
36382
|
+
@contains drive: drive | null;
|
|
36383
|
+
@contains drives: drive[];
|
|
34052
36384
|
@contains events: event[];
|
|
34053
36385
|
@contains extensions: extension[];
|
|
36386
|
+
@references followedSites: site[];
|
|
34054
36387
|
@contains inferenceClassification: inferenceClassification | null;
|
|
34055
36388
|
@contains joinedGroups: group[];
|
|
34056
36389
|
@contains licenseDetails: licenseDetails[];
|
|
@@ -34145,6 +36478,22 @@ namespace reference.`microsoft.graph` {
|
|
|
34145
36478
|
binaryData: binary | null;
|
|
34146
36479
|
}
|
|
34147
36480
|
|
|
36481
|
+
@entity model userCountMetric extends entity {
|
|
36482
|
+
count: int64;
|
|
36483
|
+
factDate: offsetDateTime;
|
|
36484
|
+
language: string | null;
|
|
36485
|
+
}
|
|
36486
|
+
|
|
36487
|
+
@entity model userEventsSummary extends entity {
|
|
36488
|
+
authMethod: usageAuthMethod;
|
|
36489
|
+
eventDateTime: offsetDateTime;
|
|
36490
|
+
failureReason: string;
|
|
36491
|
+
feature: featureType;
|
|
36492
|
+
isSuccess: boolean;
|
|
36493
|
+
userDisplayName: string;
|
|
36494
|
+
userPrincipalName: string;
|
|
36495
|
+
}
|
|
36496
|
+
|
|
34148
36497
|
/**
|
|
34149
36498
|
* The user experience analytics anomaly entity contains anomaly details.
|
|
34150
36499
|
*/
|
|
@@ -35915,6 +38264,11 @@ namespace reference.`microsoft.graph` {
|
|
|
35915
38264
|
workFromAnywhereScore: float64;
|
|
35916
38265
|
}
|
|
35917
38266
|
|
|
38267
|
+
@entity model userInsightsRoot extends entity {
|
|
38268
|
+
@contains daily: dailyUserInsightMetricsRoot | null;
|
|
38269
|
+
@contains monthly: monthlyUserInsightMetricsRoot | null;
|
|
38270
|
+
}
|
|
38271
|
+
|
|
35918
38272
|
@entity model userInsightsSettings extends entity {
|
|
35919
38273
|
isEnabled: boolean;
|
|
35920
38274
|
}
|
|
@@ -35945,6 +38299,20 @@ namespace reference.`microsoft.graph` {
|
|
|
35945
38299
|
@contains deviceStates: deviceInstallState[];
|
|
35946
38300
|
}
|
|
35947
38301
|
|
|
38302
|
+
@entity model userMfaSignInSummary extends entity {
|
|
38303
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
38304
|
+
multiFactorSignIns: int64 | null;
|
|
38305
|
+
singleFactorSignIns: int64 | null;
|
|
38306
|
+
totalSignIns: int64 | null;
|
|
38307
|
+
}
|
|
38308
|
+
|
|
38309
|
+
@entity model userPasswordResetsAndChangesSummary extends entity {
|
|
38310
|
+
aggregatedDateTime: offsetDateTime | null;
|
|
38311
|
+
changePasswordSelfServiceCount: int64 | null;
|
|
38312
|
+
passwordResetsByAdminCount: int64 | null;
|
|
38313
|
+
passwordResetsSelfServiceCount: int64 | null;
|
|
38314
|
+
}
|
|
38315
|
+
|
|
35948
38316
|
/**
|
|
35949
38317
|
* Entity that encapsulates all information required for a user's PFX certificates.
|
|
35950
38318
|
*/
|
|
@@ -35999,12 +38367,73 @@ namespace reference.`microsoft.graph` {
|
|
|
35999
38367
|
userPrincipalName: string | null;
|
|
36000
38368
|
}
|
|
36001
38369
|
|
|
38370
|
+
@entity model userRegistrationActivitySummary extends entity {
|
|
38371
|
+
authMethod: usageAuthMethod;
|
|
38372
|
+
failureActivityCount: int64;
|
|
38373
|
+
feature: featureType;
|
|
38374
|
+
successfulActivityCount: int64;
|
|
38375
|
+
}
|
|
38376
|
+
|
|
38377
|
+
@entity model userRegistrationDetails extends entity {
|
|
38378
|
+
defaultMfaMethod: defaultMfaMethodType | null;
|
|
38379
|
+
isAdmin: boolean | null;
|
|
38380
|
+
isMfaCapable: boolean;
|
|
38381
|
+
isMfaRegistered: boolean;
|
|
38382
|
+
isPasswordlessCapable: boolean;
|
|
38383
|
+
isSsprCapable: boolean;
|
|
38384
|
+
isSsprEnabled: boolean;
|
|
38385
|
+
isSsprRegistered: boolean;
|
|
38386
|
+
isSystemPreferredAuthenticationMethodEnabled: boolean | null;
|
|
38387
|
+
@computed lastUpdatedDateTime: offsetDateTime;
|
|
38388
|
+
methodsRegistered: string[] | null;
|
|
38389
|
+
systemPreferredAuthenticationMethods: string[] | null;
|
|
38390
|
+
userDisplayName: string;
|
|
38391
|
+
userPreferredMethodForSecondaryAuthentication: userDefaultAuthenticationMethod | null;
|
|
38392
|
+
userPrincipalName: string;
|
|
38393
|
+
userType: signInUserType | null;
|
|
38394
|
+
}
|
|
38395
|
+
|
|
38396
|
+
@entity model userRequestsMetric extends entity {
|
|
38397
|
+
appId: string | null;
|
|
38398
|
+
browser: string | null;
|
|
38399
|
+
country: string | null;
|
|
38400
|
+
factDate: offsetDateTime | null;
|
|
38401
|
+
identityProvider: string | null;
|
|
38402
|
+
language: string | null;
|
|
38403
|
+
requestCount: int64;
|
|
38404
|
+
}
|
|
38405
|
+
|
|
36002
38406
|
@entity model userSettings extends entity {
|
|
36003
38407
|
@contains contactMergeSuggestions: contactMergeSuggestions | null;
|
|
36004
38408
|
@contains itemInsights: userInsightsSettings | null;
|
|
36005
38409
|
@contains regionalAndLanguageSettings: regionalAndLanguageSettings | null;
|
|
36006
38410
|
}
|
|
36007
38411
|
|
|
38412
|
+
@entity model userSignInUsageByAuthMethodActivity extends MsGraph.SharedModels.entity {
|
|
38413
|
+
@computed @key authenticationMethod: string;
|
|
38414
|
+
successActivityCount: int64;
|
|
38415
|
+
}
|
|
38416
|
+
|
|
38417
|
+
@entity model userSignUpMetric extends entity {
|
|
38418
|
+
appId: string | null;
|
|
38419
|
+
count: int64;
|
|
38420
|
+
country: string | null;
|
|
38421
|
+
factDate: offsetDateTime | null;
|
|
38422
|
+
os: string | null;
|
|
38423
|
+
}
|
|
38424
|
+
|
|
38425
|
+
@entity model verticalSection extends entity {
|
|
38426
|
+
emphasis: sectionEmphasisType | null;
|
|
38427
|
+
@contains webparts: webPart[];
|
|
38428
|
+
}
|
|
38429
|
+
|
|
38430
|
+
@entity model videoNewsLinkPage extends baseSitePage {
|
|
38431
|
+
bannerImageWebUrl: string | null;
|
|
38432
|
+
newsSharepointIds: sharepointIds | null;
|
|
38433
|
+
newsWebUrl: string | null;
|
|
38434
|
+
videoDuration: duration | null;
|
|
38435
|
+
}
|
|
38436
|
+
|
|
36008
38437
|
/**
|
|
36009
38438
|
* Base VPN Configuration profile.
|
|
36010
38439
|
*/
|
|
@@ -36036,6 +38465,10 @@ namespace reference.`microsoft.graph` {
|
|
|
36036
38465
|
* You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens.
|
|
36037
38466
|
*/
|
|
36038
38467
|
@entity model vppToken extends entity {
|
|
38468
|
+
/**
|
|
38469
|
+
* Indicates the delivery protocol used to deliver apps associated with this VPP token. This property is set at token creation and cannot be modified afterward. Default value is default. Possible values are: default, mobileDeviceManagement, declarativeDeviceManagement. Not nullable.
|
|
38470
|
+
*/
|
|
38471
|
+
appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol;
|
|
36039
38472
|
/**
|
|
36040
38473
|
* The apple Id associated with the given Apple Volume Purchase Program Token.
|
|
36041
38474
|
*/
|
|
@@ -36154,6 +38587,10 @@ namespace reference.`microsoft.graph` {
|
|
|
36154
38587
|
@contains corsConfigurations: corsConfiguration_v2[];
|
|
36155
38588
|
}
|
|
36156
38589
|
|
|
38590
|
+
@abstract
|
|
38591
|
+
@entity model webPart extends entity {
|
|
38592
|
+
}
|
|
38593
|
+
|
|
36157
38594
|
@entity model whatIfAnalysisResult extends conditionalAccessPolicy {
|
|
36158
38595
|
analysisReasons: whatIfAnalysisReasons;
|
|
36159
38596
|
policyApplies: boolean;
|
|
@@ -42639,12 +45076,42 @@ namespace reference.`microsoft.graph` {
|
|
|
42639
45076
|
unknownFutureValue: 3,
|
|
42640
45077
|
}
|
|
42641
45078
|
|
|
45079
|
+
enum agentIdentityType {
|
|
45080
|
+
agentIdentity: 0,
|
|
45081
|
+
agentUser: 1,
|
|
45082
|
+
unknownFutureValue: 2,
|
|
45083
|
+
agentIdentityBlueprintPrincipal: 3,
|
|
45084
|
+
user: 4,
|
|
45085
|
+
}
|
|
45086
|
+
|
|
45087
|
+
enum agentIdRiskLevel {
|
|
45088
|
+
none: 0,
|
|
45089
|
+
low: 1,
|
|
45090
|
+
medium: 2,
|
|
45091
|
+
high: 4,
|
|
45092
|
+
unknownFutureValue: 8,
|
|
45093
|
+
}
|
|
45094
|
+
|
|
42642
45095
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
42643
45096
|
enum agentStatus {
|
|
42644
45097
|
active: 0,
|
|
42645
45098
|
inactive: 1,
|
|
42646
45099
|
}
|
|
42647
45100
|
|
|
45101
|
+
enum aggregationPeriod {
|
|
45102
|
+
d1: 0,
|
|
45103
|
+
d7: 1,
|
|
45104
|
+
d30: 2,
|
|
45105
|
+
unknownFutureValue: 3,
|
|
45106
|
+
}
|
|
45107
|
+
|
|
45108
|
+
enum aggregationWindow {
|
|
45109
|
+
h1: 0,
|
|
45110
|
+
h6: 1,
|
|
45111
|
+
d1: 2,
|
|
45112
|
+
unknownFutureValue: 3,
|
|
45113
|
+
}
|
|
45114
|
+
|
|
42648
45115
|
@graphFlags
|
|
42649
45116
|
enum allowedAudiences {
|
|
42650
45117
|
me: 0,
|
|
@@ -43958,6 +46425,14 @@ namespace reference.`microsoft.graph` {
|
|
|
43958
46425
|
wep: 2,
|
|
43959
46426
|
}
|
|
43960
46427
|
|
|
46428
|
+
enum apiUsageReportOnboardingStatus {
|
|
46429
|
+
enabling: 0,
|
|
46430
|
+
enabled: 1,
|
|
46431
|
+
disabling: 2,
|
|
46432
|
+
disabled: 3,
|
|
46433
|
+
unknownFutureValue: 4,
|
|
46434
|
+
}
|
|
46435
|
+
|
|
43961
46436
|
enum appCredentialRestrictionType {
|
|
43962
46437
|
passwordAddition: 0,
|
|
43963
46438
|
passwordLifetime: 1,
|
|
@@ -44264,6 +46739,19 @@ namespace reference.`microsoft.graph` {
|
|
|
44264
46739
|
desktop: 2,
|
|
44265
46740
|
}
|
|
44266
46741
|
|
|
46742
|
+
enum appliedConditionalAccessPolicyResult {
|
|
46743
|
+
success: 0,
|
|
46744
|
+
failure: 1,
|
|
46745
|
+
notApplied: 2,
|
|
46746
|
+
notEnabled: 3,
|
|
46747
|
+
`unknown`: 4,
|
|
46748
|
+
unknownFutureValue: 5,
|
|
46749
|
+
reportOnlySuccess: 6,
|
|
46750
|
+
reportOnlyFailure: 7,
|
|
46751
|
+
reportOnlyNotApplied: 8,
|
|
46752
|
+
reportOnlyInterrupted: 9,
|
|
46753
|
+
}
|
|
46754
|
+
|
|
44267
46755
|
/**
|
|
44268
46756
|
* Possible values of the compliance app list.
|
|
44269
46757
|
*/
|
|
@@ -44611,6 +47099,73 @@ namespace reference.`microsoft.graph` {
|
|
|
44611
47099
|
unknownFutureValue: 2,
|
|
44612
47100
|
}
|
|
44613
47101
|
|
|
47102
|
+
enum authenticationAppAdminConfiguration {
|
|
47103
|
+
notApplicable: 0,
|
|
47104
|
+
enabled: 1,
|
|
47105
|
+
disabled: 2,
|
|
47106
|
+
unknownFutureValue: 3,
|
|
47107
|
+
}
|
|
47108
|
+
|
|
47109
|
+
enum authenticationAppEvaluation {
|
|
47110
|
+
success: 0,
|
|
47111
|
+
failure: 1,
|
|
47112
|
+
unknownFutureValue: 2,
|
|
47113
|
+
}
|
|
47114
|
+
|
|
47115
|
+
enum authenticationAppPolicyStatus {
|
|
47116
|
+
`unknown`: 0,
|
|
47117
|
+
appLockOutOfDate: 1,
|
|
47118
|
+
appLockEnabled: 2,
|
|
47119
|
+
appLockDisabled: 3,
|
|
47120
|
+
appContextOutOfDate: 4,
|
|
47121
|
+
appContextShown: 5,
|
|
47122
|
+
appContextNotShown: 6,
|
|
47123
|
+
locationContextOutOfDate: 7,
|
|
47124
|
+
locationContextShown: 8,
|
|
47125
|
+
locationContextNotShown: 9,
|
|
47126
|
+
numberMatchOutOfDate: 10,
|
|
47127
|
+
numberMatchCorrectNumberEntered: 11,
|
|
47128
|
+
numberMatchIncorrectNumberEntered: 12,
|
|
47129
|
+
numberMatchDeny: 13,
|
|
47130
|
+
tamperResistantHardwareOutOfDate: 14,
|
|
47131
|
+
tamperResistantHardwareUsed: 15,
|
|
47132
|
+
tamperResistantHardwareNotUsed: 16,
|
|
47133
|
+
unknownFutureValue: 17,
|
|
47134
|
+
}
|
|
47135
|
+
|
|
47136
|
+
enum authenticationContextDetail {
|
|
47137
|
+
required: 0,
|
|
47138
|
+
previouslySatisfied: 1,
|
|
47139
|
+
notApplicable: 2,
|
|
47140
|
+
unknownFutureValue: 3,
|
|
47141
|
+
}
|
|
47142
|
+
|
|
47143
|
+
enum authenticationEventType {
|
|
47144
|
+
tokenIssuanceStart: 0,
|
|
47145
|
+
pageRenderStart: 1,
|
|
47146
|
+
unknownFutureValue: 2,
|
|
47147
|
+
}
|
|
47148
|
+
|
|
47149
|
+
enum authenticationFailureReasonCode {
|
|
47150
|
+
incomplete: 0,
|
|
47151
|
+
denied: 1,
|
|
47152
|
+
systemFailure: 2,
|
|
47153
|
+
badRequest: 3,
|
|
47154
|
+
other: 4,
|
|
47155
|
+
unknownFutureValue: 5,
|
|
47156
|
+
userError: 6,
|
|
47157
|
+
configError: 7,
|
|
47158
|
+
}
|
|
47159
|
+
|
|
47160
|
+
enum authenticationMethodFeature {
|
|
47161
|
+
ssprRegistered: 0,
|
|
47162
|
+
ssprEnabled: 1,
|
|
47163
|
+
ssprCapable: 2,
|
|
47164
|
+
passwordlessCapable: 3,
|
|
47165
|
+
mfaCapable: 4,
|
|
47166
|
+
unknownFutureValue: 5,
|
|
47167
|
+
}
|
|
47168
|
+
|
|
44614
47169
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
44615
47170
|
enum authenticationMethodKeyStrength {
|
|
44616
47171
|
normal: 0,
|
|
@@ -44705,6 +47260,19 @@ namespace reference.`microsoft.graph` {
|
|
|
44705
47260
|
unknownFutureValue: 2,
|
|
44706
47261
|
}
|
|
44707
47262
|
|
|
47263
|
+
enum authenticationStrengthResult {
|
|
47264
|
+
notSet: 0,
|
|
47265
|
+
skippedForProofUp: 1,
|
|
47266
|
+
satisfied: 2,
|
|
47267
|
+
singleChallengeRequired: 3,
|
|
47268
|
+
multipleChallengesRequired: 4,
|
|
47269
|
+
singleRegistrationRequired: 5,
|
|
47270
|
+
multipleRegistrationsRequired: 6,
|
|
47271
|
+
cannotSatisfyDueToCombinationConfiguration: 7,
|
|
47272
|
+
cannotSatisfy: 8,
|
|
47273
|
+
unknownFutureValue: 9,
|
|
47274
|
+
}
|
|
47275
|
+
|
|
44708
47276
|
/**
|
|
44709
47277
|
* Authentication transform values for Windows10 VPN policies with IKEv2 connection type.
|
|
44710
47278
|
*/
|
|
@@ -45213,6 +47781,16 @@ namespace reference.`microsoft.graph` {
|
|
|
45213
47781
|
unknownFutureValue: 99,
|
|
45214
47782
|
}
|
|
45215
47783
|
|
|
47784
|
+
enum clientCredentialType {
|
|
47785
|
+
none: 0,
|
|
47786
|
+
clientSecret: 1,
|
|
47787
|
+
clientAssertion: 2,
|
|
47788
|
+
federatedIdentityCredential: 3,
|
|
47789
|
+
managedIdentity: 4,
|
|
47790
|
+
certificate: 5,
|
|
47791
|
+
unknownFutureValue: 6,
|
|
47792
|
+
}
|
|
47793
|
+
|
|
45216
47794
|
enum cloudAppSecuritySessionControlType {
|
|
45217
47795
|
mcasConfigured: 0,
|
|
45218
47796
|
monitorOnly: 1,
|
|
@@ -45556,6 +48134,28 @@ namespace reference.`microsoft.graph` {
|
|
|
45556
48134
|
remediationStringsMissing: 31,
|
|
45557
48135
|
}
|
|
45558
48136
|
|
|
48137
|
+
enum columnTypes {
|
|
48138
|
+
note: 0,
|
|
48139
|
+
text: 1,
|
|
48140
|
+
choice: 2,
|
|
48141
|
+
multichoice: 3,
|
|
48142
|
+
number: 4,
|
|
48143
|
+
currency: 5,
|
|
48144
|
+
dateTime: 6,
|
|
48145
|
+
lookup: 7,
|
|
48146
|
+
`boolean`: 8,
|
|
48147
|
+
user: 9,
|
|
48148
|
+
url: 10,
|
|
48149
|
+
calculated: 11,
|
|
48150
|
+
location: 12,
|
|
48151
|
+
geolocation: 13,
|
|
48152
|
+
term: 14,
|
|
48153
|
+
multiterm: 15,
|
|
48154
|
+
thumbnail: 16,
|
|
48155
|
+
approvalStatus: 17,
|
|
48156
|
+
unknownFutureValue: 18,
|
|
48157
|
+
}
|
|
48158
|
+
|
|
45559
48159
|
enum comanagementEligibleType {
|
|
45560
48160
|
comanaged: 1,
|
|
45561
48161
|
eligible: 2,
|
|
@@ -45640,6 +48240,14 @@ namespace reference.`microsoft.graph` {
|
|
|
45640
48240
|
unknownFutureValue: 1,
|
|
45641
48241
|
}
|
|
45642
48242
|
|
|
48243
|
+
@graphFlags
|
|
48244
|
+
enum conditionalAccessAgentIdRiskLevels {
|
|
48245
|
+
low: 1,
|
|
48246
|
+
medium: 2,
|
|
48247
|
+
high: 4,
|
|
48248
|
+
unknownFutureValue: 8,
|
|
48249
|
+
}
|
|
48250
|
+
|
|
45643
48251
|
enum conditionalAccessClientApp {
|
|
45644
48252
|
all: 0,
|
|
45645
48253
|
browser: 1,
|
|
@@ -45650,6 +48258,28 @@ namespace reference.`microsoft.graph` {
|
|
|
45650
48258
|
unknownFutureValue: 6,
|
|
45651
48259
|
}
|
|
45652
48260
|
|
|
48261
|
+
@graphFlags
|
|
48262
|
+
enum conditionalAccessConditions {
|
|
48263
|
+
none: 0,
|
|
48264
|
+
application: 1,
|
|
48265
|
+
users: 2,
|
|
48266
|
+
devicePlatform: 4,
|
|
48267
|
+
location: 8,
|
|
48268
|
+
clientType: 16,
|
|
48269
|
+
signInRisk: 32,
|
|
48270
|
+
userRisk: 64,
|
|
48271
|
+
time: 128,
|
|
48272
|
+
deviceState: 256,
|
|
48273
|
+
client: 512,
|
|
48274
|
+
ipAddressSeenByAzureAD: 1024,
|
|
48275
|
+
ipAddressSeenByResourceProvider: 2048,
|
|
48276
|
+
unknownFutureValue: 4096,
|
|
48277
|
+
servicePrincipals: 8192,
|
|
48278
|
+
servicePrincipalRisk: 16384,
|
|
48279
|
+
authenticationFlows: 32768,
|
|
48280
|
+
insiderRisk: 65536,
|
|
48281
|
+
}
|
|
48282
|
+
|
|
45653
48283
|
enum conditionalAccessDevicePlatform {
|
|
45654
48284
|
android: 0,
|
|
45655
48285
|
iOS: 1,
|
|
@@ -45691,6 +48321,15 @@ namespace reference.`microsoft.graph` {
|
|
|
45691
48321
|
unknownFutureValue: 64,
|
|
45692
48322
|
}
|
|
45693
48323
|
|
|
48324
|
+
enum conditionalAccessPolicyResult {
|
|
48325
|
+
success: 0,
|
|
48326
|
+
failure: 1,
|
|
48327
|
+
notApplied: 2,
|
|
48328
|
+
notEnabled: 3,
|
|
48329
|
+
`unknown`: 4,
|
|
48330
|
+
unknownFutureValue: 5,
|
|
48331
|
+
}
|
|
48332
|
+
|
|
45694
48333
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
45695
48334
|
enum conditionalAccessPolicyState {
|
|
45696
48335
|
enabled: 0,
|
|
@@ -45698,6 +48337,53 @@ namespace reference.`microsoft.graph` {
|
|
|
45698
48337
|
enabledForReportingButNotEnforced: 2,
|
|
45699
48338
|
}
|
|
45700
48339
|
|
|
48340
|
+
enum conditionalAccessRule {
|
|
48341
|
+
allApps: 0,
|
|
48342
|
+
firstPartyApps: 1,
|
|
48343
|
+
office365: 2,
|
|
48344
|
+
appId: 3,
|
|
48345
|
+
acr: 4,
|
|
48346
|
+
appFilter: 5,
|
|
48347
|
+
allUsers: 6,
|
|
48348
|
+
guest: 7,
|
|
48349
|
+
groupId: 8,
|
|
48350
|
+
roleId: 9,
|
|
48351
|
+
userId: 10,
|
|
48352
|
+
allDevicePlatforms: 11,
|
|
48353
|
+
devicePlatform: 12,
|
|
48354
|
+
allLocations: 13,
|
|
48355
|
+
insideCorpnet: 14,
|
|
48356
|
+
allTrustedLocations: 15,
|
|
48357
|
+
locationId: 16,
|
|
48358
|
+
allDevices: 17,
|
|
48359
|
+
deviceFilter: 18,
|
|
48360
|
+
deviceState: 19,
|
|
48361
|
+
unknownFutureValue: 20,
|
|
48362
|
+
deviceFilterIncludeRuleNotMatched: 21,
|
|
48363
|
+
allDeviceStates: 22,
|
|
48364
|
+
anonymizedIPAddress: 23,
|
|
48365
|
+
unfamiliarFeatures: 24,
|
|
48366
|
+
nationStateIPAddress: 25,
|
|
48367
|
+
realTimeThreatIntelligence: 26,
|
|
48368
|
+
internalGuest: 27,
|
|
48369
|
+
b2bCollaborationGuest: 28,
|
|
48370
|
+
b2bCollaborationMember: 29,
|
|
48371
|
+
b2bDirectConnectUser: 30,
|
|
48372
|
+
otherExternalUser: 31,
|
|
48373
|
+
serviceProvider: 32,
|
|
48374
|
+
microsoftAdminPortals: 33,
|
|
48375
|
+
deviceCodeFlow: 34,
|
|
48376
|
+
authenticationTransfer: 35,
|
|
48377
|
+
insiderRisk: 36,
|
|
48378
|
+
}
|
|
48379
|
+
|
|
48380
|
+
enum conditionalAccessStatus {
|
|
48381
|
+
success: 0,
|
|
48382
|
+
failure: 1,
|
|
48383
|
+
notApplied: 2,
|
|
48384
|
+
unknownFutureValue: 3,
|
|
48385
|
+
}
|
|
48386
|
+
|
|
45701
48387
|
@graphFlags
|
|
45702
48388
|
enum conditionalAccessTransferMethods {
|
|
45703
48389
|
none: 0,
|
|
@@ -45936,6 +48622,16 @@ namespace reference.`microsoft.graph` {
|
|
|
45936
48622
|
inactive: 1,
|
|
45937
48623
|
}
|
|
45938
48624
|
|
|
48625
|
+
enum contentModelType {
|
|
48626
|
+
teachingMethod: 0,
|
|
48627
|
+
layoutMethod: 1,
|
|
48628
|
+
freeformSelectionMethod: 2,
|
|
48629
|
+
prebuiltContractModel: 3,
|
|
48630
|
+
prebuiltInvoiceModel: 4,
|
|
48631
|
+
prebuiltReceiptModel: 5,
|
|
48632
|
+
unknownFutureValue: 6,
|
|
48633
|
+
}
|
|
48634
|
+
|
|
45939
48635
|
enum continuousAccessEvaluationMode {
|
|
45940
48636
|
strictEnforcement: 0,
|
|
45941
48637
|
disabled: 1,
|
|
@@ -46045,6 +48741,16 @@ namespace reference.`microsoft.graph` {
|
|
|
46045
48741
|
saturday: 6,
|
|
46046
48742
|
}
|
|
46047
48743
|
|
|
48744
|
+
enum defaultMfaMethodType {
|
|
48745
|
+
none: 0,
|
|
48746
|
+
mobilePhone: 1,
|
|
48747
|
+
alternateMobilePhone: 2,
|
|
48748
|
+
officePhone: 3,
|
|
48749
|
+
microsoftAuthenticatorPush: 4,
|
|
48750
|
+
softwareOneTimePasscode: 5,
|
|
48751
|
+
unknownFutureValue: 6,
|
|
48752
|
+
}
|
|
48753
|
+
|
|
46048
48754
|
/**
|
|
46049
48755
|
* Possible values of Defender Attack Surface Reduction Rules
|
|
46050
48756
|
*/
|
|
@@ -49462,6 +52168,19 @@ namespace reference.`microsoft.graph` {
|
|
|
49462
52168
|
allowAll: 2,
|
|
49463
52169
|
}
|
|
49464
52170
|
|
|
52171
|
+
enum documentProcessingJobStatus {
|
|
52172
|
+
inProgress: 0,
|
|
52173
|
+
completed: 1,
|
|
52174
|
+
failed: 2,
|
|
52175
|
+
unknownFutureValue: 3,
|
|
52176
|
+
}
|
|
52177
|
+
|
|
52178
|
+
enum documentProcessingJobType {
|
|
52179
|
+
file: 0,
|
|
52180
|
+
folder: 1,
|
|
52181
|
+
unknownFutureValue: 2,
|
|
52182
|
+
}
|
|
52183
|
+
|
|
49465
52184
|
/**
|
|
49466
52185
|
* Domainname source.
|
|
49467
52186
|
*/
|
|
@@ -49477,6 +52196,20 @@ namespace reference.`microsoft.graph` {
|
|
|
49477
52196
|
netBiosDomainName: 1,
|
|
49478
52197
|
}
|
|
49479
52198
|
|
|
52199
|
+
enum driveItemSourceApplication {
|
|
52200
|
+
teams: 0,
|
|
52201
|
+
yammer: 1,
|
|
52202
|
+
sharePoint: 2,
|
|
52203
|
+
oneDrive: 3,
|
|
52204
|
+
stream: 4,
|
|
52205
|
+
powerPoint: 5,
|
|
52206
|
+
office: 6,
|
|
52207
|
+
loki: 7,
|
|
52208
|
+
loop: 8,
|
|
52209
|
+
other: 9,
|
|
52210
|
+
unknownFutureValue: 10,
|
|
52211
|
+
}
|
|
52212
|
+
|
|
49480
52213
|
/**
|
|
49481
52214
|
* An enum type to represent approval actions of single or list of drivers.
|
|
49482
52215
|
*/
|
|
@@ -50355,6 +53088,16 @@ namespace reference.`microsoft.graph` {
|
|
|
50355
53088
|
restImmutableEntryId: 4,
|
|
50356
53089
|
}
|
|
50357
53090
|
|
|
53091
|
+
enum expirationRequirement {
|
|
53092
|
+
rememberMultifactorAuthenticationOnTrustedDevices: 0,
|
|
53093
|
+
tenantTokenLifetimePolicy: 1,
|
|
53094
|
+
audienceTokenLifetimePolicy: 2,
|
|
53095
|
+
signInFrequencyPeriodicReauthentication: 3,
|
|
53096
|
+
ngcMfa: 4,
|
|
53097
|
+
signInFrequencyEveryTime: 5,
|
|
53098
|
+
unknownFutureValue: 6,
|
|
53099
|
+
}
|
|
53100
|
+
|
|
50358
53101
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
50359
53102
|
enum externalAudienceScope {
|
|
50360
53103
|
none: 0,
|
|
@@ -50382,6 +53125,12 @@ namespace reference.`microsoft.graph` {
|
|
|
50382
53125
|
unknownFutureValue: 3,
|
|
50383
53126
|
}
|
|
50384
53127
|
|
|
53128
|
+
enum featureType {
|
|
53129
|
+
registration: 0,
|
|
53130
|
+
reset: 1,
|
|
53131
|
+
unknownFutureValue: 2,
|
|
53132
|
+
}
|
|
53133
|
+
|
|
50385
53134
|
enum federatedIdpMfaBehavior {
|
|
50386
53135
|
acceptIfMfaDoneByFederatedIdp: 0,
|
|
50387
53136
|
enforceMfaByFederatedIdp: 1,
|
|
@@ -50395,6 +53144,68 @@ namespace reference.`microsoft.graph` {
|
|
|
50395
53144
|
unknownFutureValue: 2,
|
|
50396
53145
|
}
|
|
50397
53146
|
|
|
53147
|
+
enum fileArchiveStatus {
|
|
53148
|
+
notArchived: 0,
|
|
53149
|
+
fullyArchived: 1,
|
|
53150
|
+
reactivating: 2,
|
|
53151
|
+
unknownFutureValue: 3,
|
|
53152
|
+
}
|
|
53153
|
+
|
|
53154
|
+
enum fileStorageContainerBillingClassification {
|
|
53155
|
+
standard: 0,
|
|
53156
|
+
trial: 1,
|
|
53157
|
+
directToCustomer: 2,
|
|
53158
|
+
unknownFutureValue: 3,
|
|
53159
|
+
}
|
|
53160
|
+
|
|
53161
|
+
enum fileStorageContainerBillingStatus {
|
|
53162
|
+
invalid: 0,
|
|
53163
|
+
valid: 1,
|
|
53164
|
+
unknownFutureValue: 2,
|
|
53165
|
+
}
|
|
53166
|
+
|
|
53167
|
+
enum fileStorageContainerOwnershipType {
|
|
53168
|
+
tenantOwned: 0,
|
|
53169
|
+
userOwned: 1,
|
|
53170
|
+
unknownFutureValue: 2,
|
|
53171
|
+
}
|
|
53172
|
+
|
|
53173
|
+
enum fileStorageContainerStatus {
|
|
53174
|
+
inactive: 0,
|
|
53175
|
+
active: 1,
|
|
53176
|
+
unknownFutureValue: 2,
|
|
53177
|
+
}
|
|
53178
|
+
|
|
53179
|
+
enum fileStorageContainerTypeAppPermission {
|
|
53180
|
+
none: 0,
|
|
53181
|
+
readContent: 1,
|
|
53182
|
+
writeContent: 2,
|
|
53183
|
+
manageContent: 3,
|
|
53184
|
+
create: 4,
|
|
53185
|
+
delete: 5,
|
|
53186
|
+
read: 6,
|
|
53187
|
+
write: 7,
|
|
53188
|
+
enumeratePermissions: 8,
|
|
53189
|
+
addPermissions: 9,
|
|
53190
|
+
updatePermissions: 10,
|
|
53191
|
+
deletePermissions: 11,
|
|
53192
|
+
deleteOwnPermission: 12,
|
|
53193
|
+
managePermissions: 13,
|
|
53194
|
+
full: 14,
|
|
53195
|
+
unknownFutureValue: 15,
|
|
53196
|
+
}
|
|
53197
|
+
|
|
53198
|
+
@graphFlags
|
|
53199
|
+
enum fileStorageContainerTypeSettingsOverride {
|
|
53200
|
+
urlTemplate: 0,
|
|
53201
|
+
isDiscoverabilityEnabled: 1,
|
|
53202
|
+
isSearchEnabled: 2,
|
|
53203
|
+
isItemVersioningEnabled: 3,
|
|
53204
|
+
itemMajorVersionLimit: 4,
|
|
53205
|
+
maxStoragePerContainerInBytes: 5,
|
|
53206
|
+
unknownFutureValue: 6,
|
|
53207
|
+
}
|
|
53208
|
+
|
|
50398
53209
|
/**
|
|
50399
53210
|
* FileVault State
|
|
50400
53211
|
*/
|
|
@@ -50622,12 +53433,12 @@ namespace reference.`microsoft.graph` {
|
|
|
50622
53433
|
enabled: 2,
|
|
50623
53434
|
}
|
|
50624
53435
|
|
|
50625
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
50626
53436
|
enum groupAccessType {
|
|
50627
53437
|
none: 0,
|
|
50628
53438
|
private: 1,
|
|
50629
53439
|
secret: 2,
|
|
50630
53440
|
public: 3,
|
|
53441
|
+
unknownFutureValue: 4,
|
|
50631
53442
|
}
|
|
50632
53443
|
|
|
50633
53444
|
/**
|
|
@@ -50956,6 +53767,12 @@ namespace reference.`microsoft.graph` {
|
|
|
50956
53767
|
removalFailed: 6,
|
|
50957
53768
|
}
|
|
50958
53769
|
|
|
53770
|
+
enum groupType {
|
|
53771
|
+
unifiedGroups: 0,
|
|
53772
|
+
azureAD: 1,
|
|
53773
|
+
unknownFutureValue: 2,
|
|
53774
|
+
}
|
|
53775
|
+
|
|
50959
53776
|
/**
|
|
50960
53777
|
* Indicates the supported oems of hardware configuration
|
|
50961
53778
|
*/
|
|
@@ -51024,6 +53841,24 @@ namespace reference.`microsoft.graph` {
|
|
|
51024
53841
|
unhealthy: 2,
|
|
51025
53842
|
}
|
|
51026
53843
|
|
|
53844
|
+
enum horizontalSectionLayoutType {
|
|
53845
|
+
none: 0,
|
|
53846
|
+
oneColumn: 1,
|
|
53847
|
+
twoColumns: 2,
|
|
53848
|
+
threeColumns: 3,
|
|
53849
|
+
oneThirdLeftColumn: 4,
|
|
53850
|
+
oneThirdRightColumn: 5,
|
|
53851
|
+
fullWidth: 6,
|
|
53852
|
+
unknownFutureValue: 7,
|
|
53853
|
+
}
|
|
53854
|
+
|
|
53855
|
+
enum imageTaggingChoice {
|
|
53856
|
+
disabled: 0,
|
|
53857
|
+
basic: 1,
|
|
53858
|
+
enhanced: 2,
|
|
53859
|
+
unknownFutureValue: 3,
|
|
53860
|
+
}
|
|
53861
|
+
|
|
51027
53862
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
51028
53863
|
enum importance {
|
|
51029
53864
|
low: 0,
|
|
@@ -51095,12 +53930,45 @@ namespace reference.`microsoft.graph` {
|
|
|
51095
53930
|
error: 3,
|
|
51096
53931
|
}
|
|
51097
53932
|
|
|
53933
|
+
enum includedUserRoles {
|
|
53934
|
+
all: 0,
|
|
53935
|
+
privilegedAdmin: 1,
|
|
53936
|
+
admin: 2,
|
|
53937
|
+
user: 3,
|
|
53938
|
+
unknownFutureValue: 4,
|
|
53939
|
+
}
|
|
53940
|
+
|
|
53941
|
+
enum includedUserTypes {
|
|
53942
|
+
all: 0,
|
|
53943
|
+
member: 1,
|
|
53944
|
+
guest: 2,
|
|
53945
|
+
unknownFutureValue: 3,
|
|
53946
|
+
}
|
|
53947
|
+
|
|
53948
|
+
@graphFlags
|
|
53949
|
+
enum incomingTokenType {
|
|
53950
|
+
none: 0,
|
|
53951
|
+
primaryRefreshToken: 1,
|
|
53952
|
+
saml11: 2,
|
|
53953
|
+
saml20: 4,
|
|
53954
|
+
unknownFutureValue: 8,
|
|
53955
|
+
remoteDesktopToken: 16,
|
|
53956
|
+
refreshToken: 32,
|
|
53957
|
+
}
|
|
53958
|
+
|
|
51098
53959
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
51099
53960
|
enum inferenceClassificationType {
|
|
51100
53961
|
focused: 0,
|
|
51101
53962
|
other: 1,
|
|
51102
53963
|
}
|
|
51103
53964
|
|
|
53965
|
+
enum informationBarrierMode {
|
|
53966
|
+
open: 0,
|
|
53967
|
+
ownerModerated: 1,
|
|
53968
|
+
explicit: 2,
|
|
53969
|
+
unknownFutureValue: 3,
|
|
53970
|
+
}
|
|
53971
|
+
|
|
51104
53972
|
/**
|
|
51105
53973
|
* Category Ingestion source
|
|
51106
53974
|
*/
|
|
@@ -51120,6 +53988,13 @@ namespace reference.`microsoft.graph` {
|
|
|
51120
53988
|
unknownFutureValue: 3,
|
|
51121
53989
|
}
|
|
51122
53990
|
|
|
53991
|
+
enum initiatorType {
|
|
53992
|
+
user: 0,
|
|
53993
|
+
application: 1,
|
|
53994
|
+
system: 2,
|
|
53995
|
+
unknownFutureValue: 3,
|
|
53996
|
+
}
|
|
53997
|
+
|
|
51123
53998
|
/**
|
|
51124
53999
|
* Values for the InkWorkspaceAccess setting.
|
|
51125
54000
|
*/
|
|
@@ -51859,6 +54734,13 @@ namespace reference.`microsoft.graph` {
|
|
|
51859
54734
|
bing: 4,
|
|
51860
54735
|
}
|
|
51861
54736
|
|
|
54737
|
+
enum lockType {
|
|
54738
|
+
none: 0,
|
|
54739
|
+
exclusive: 1,
|
|
54740
|
+
shared: 2,
|
|
54741
|
+
unknownFutureValue: 3,
|
|
54742
|
+
}
|
|
54743
|
+
|
|
51862
54744
|
enum longRunningOperationStatus {
|
|
51863
54745
|
notStarted: 0,
|
|
51864
54746
|
running: 1,
|
|
@@ -53079,6 +55961,19 @@ namespace reference.`microsoft.graph` {
|
|
|
53079
55961
|
deprecated: 3,
|
|
53080
55962
|
}
|
|
53081
55963
|
|
|
55964
|
+
enum mediaSourceContentCategory {
|
|
55965
|
+
meeting: 0,
|
|
55966
|
+
liveStream: 1,
|
|
55967
|
+
presentation: 2,
|
|
55968
|
+
screenRecording: 3,
|
|
55969
|
+
story: 4,
|
|
55970
|
+
profile: 5,
|
|
55971
|
+
chat: 6,
|
|
55972
|
+
note: 7,
|
|
55973
|
+
comment: 8,
|
|
55974
|
+
unknownFutureValue: 9,
|
|
55975
|
+
}
|
|
55976
|
+
|
|
53082
55977
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
53083
55978
|
enum meetingMessageType {
|
|
53084
55979
|
none: 0,
|
|
@@ -53155,6 +56050,31 @@ namespace reference.`microsoft.graph` {
|
|
|
53155
56050
|
variable: 2,
|
|
53156
56051
|
}
|
|
53157
56052
|
|
|
56053
|
+
enum mfaFailureReasonCode {
|
|
56054
|
+
mfaIncomplete: 0,
|
|
56055
|
+
mfaDenied: 1,
|
|
56056
|
+
systemFailure: 2,
|
|
56057
|
+
badRequest: 3,
|
|
56058
|
+
other: 4,
|
|
56059
|
+
unknownFutureValue: 5,
|
|
56060
|
+
}
|
|
56061
|
+
|
|
56062
|
+
enum mfaType {
|
|
56063
|
+
eotp: 0,
|
|
56064
|
+
oneWaySms: 1,
|
|
56065
|
+
twoWaySms: 2,
|
|
56066
|
+
twoWaySmsOtherMobile: 3,
|
|
56067
|
+
phoneAppNotification: 4,
|
|
56068
|
+
phoneAppOtp: 5,
|
|
56069
|
+
twoWayVoiceMobile: 6,
|
|
56070
|
+
twoWayVoiceOffice: 7,
|
|
56071
|
+
twoWayVoiceOtherMobile: 8,
|
|
56072
|
+
fido: 9,
|
|
56073
|
+
certificate: 10,
|
|
56074
|
+
other: 11,
|
|
56075
|
+
unknownFutureValue: 12,
|
|
56076
|
+
}
|
|
56077
|
+
|
|
53158
56078
|
enum microsoftAuthenticatorAuthenticationMethodClientAppName {
|
|
53159
56079
|
microsoftAuthenticator: 0,
|
|
53160
56080
|
outlookMobile: 1,
|
|
@@ -53641,6 +56561,13 @@ namespace reference.`microsoft.graph` {
|
|
|
53641
56561
|
unknownFutureValue: 6,
|
|
53642
56562
|
}
|
|
53643
56563
|
|
|
56564
|
+
enum msiType {
|
|
56565
|
+
none: 0,
|
|
56566
|
+
userAssigned: 1,
|
|
56567
|
+
systemAssigned: 2,
|
|
56568
|
+
unknownFutureValue: 3,
|
|
56569
|
+
}
|
|
56570
|
+
|
|
53644
56571
|
enum multiFactorAuthConfiguration {
|
|
53645
56572
|
notRequired: 0,
|
|
53646
56573
|
required: 1,
|
|
@@ -53685,6 +56612,15 @@ namespace reference.`microsoft.graph` {
|
|
|
53685
56612
|
postlogon: 2,
|
|
53686
56613
|
}
|
|
53687
56614
|
|
|
56615
|
+
enum networkType {
|
|
56616
|
+
intranet: 0,
|
|
56617
|
+
extranet: 1,
|
|
56618
|
+
namedNetwork: 2,
|
|
56619
|
+
trusted: 3,
|
|
56620
|
+
trustedNamedLocation: 4,
|
|
56621
|
+
unknownFutureValue: 5,
|
|
56622
|
+
}
|
|
56623
|
+
|
|
53688
56624
|
/**
|
|
53689
56625
|
* Non-EAP methods for authentication.
|
|
53690
56626
|
*/
|
|
@@ -54039,6 +56975,13 @@ namespace reference.`microsoft.graph` {
|
|
|
54039
56975
|
unknownFutureValue: 3,
|
|
54040
56976
|
}
|
|
54041
56977
|
|
|
56978
|
+
enum operationResult {
|
|
56979
|
+
success: 0,
|
|
56980
|
+
failure: 1,
|
|
56981
|
+
timeout: 2,
|
|
56982
|
+
unknownFutureValue: 3,
|
|
56983
|
+
}
|
|
56984
|
+
|
|
54042
56985
|
/**
|
|
54043
56986
|
* Operator for rules.
|
|
54044
56987
|
*/
|
|
@@ -54146,6 +57089,23 @@ namespace reference.`microsoft.graph` {
|
|
|
54146
57089
|
excludesAll: 24,
|
|
54147
57090
|
}
|
|
54148
57091
|
|
|
57092
|
+
enum originalTransferMethods {
|
|
57093
|
+
none: 0,
|
|
57094
|
+
deviceCodeFlow: 1,
|
|
57095
|
+
authenticationTransfer: 2,
|
|
57096
|
+
unknownFutureValue: 3,
|
|
57097
|
+
}
|
|
57098
|
+
|
|
57099
|
+
enum outlierContainerType {
|
|
57100
|
+
group: 0,
|
|
57101
|
+
unknownFutureValue: 1,
|
|
57102
|
+
}
|
|
57103
|
+
|
|
57104
|
+
enum outlierMemberType {
|
|
57105
|
+
user: 0,
|
|
57106
|
+
unknownFutureValue: 1,
|
|
57107
|
+
}
|
|
57108
|
+
|
|
54149
57109
|
/**
|
|
54150
57110
|
* Owner type of device.
|
|
54151
57111
|
*/
|
|
@@ -54165,6 +57125,22 @@ namespace reference.`microsoft.graph` {
|
|
|
54165
57125
|
personal: 2,
|
|
54166
57126
|
}
|
|
54167
57127
|
|
|
57128
|
+
enum pageLayoutType {
|
|
57129
|
+
microsoftReserved: 0,
|
|
57130
|
+
article: 1,
|
|
57131
|
+
home: 2,
|
|
57132
|
+
unknownFutureValue: 3,
|
|
57133
|
+
newsLink: 5,
|
|
57134
|
+
videoNewsLink: 6,
|
|
57135
|
+
}
|
|
57136
|
+
|
|
57137
|
+
enum pagePromotionType {
|
|
57138
|
+
microsoftReserved: 0,
|
|
57139
|
+
page: 1,
|
|
57140
|
+
newsPost: 2,
|
|
57141
|
+
unknownFutureValue: 3,
|
|
57142
|
+
}
|
|
57143
|
+
|
|
54168
57144
|
enum partnerTenantType {
|
|
54169
57145
|
microsoftSupport: 1,
|
|
54170
57146
|
syndicatePartner: 2,
|
|
@@ -54390,6 +57366,25 @@ namespace reference.`microsoft.graph` {
|
|
|
54390
57366
|
reference: 4,
|
|
54391
57367
|
}
|
|
54392
57368
|
|
|
57369
|
+
enum plannerRuleKind {
|
|
57370
|
+
taskRule: 1,
|
|
57371
|
+
bucketRule: 2,
|
|
57372
|
+
planRule: 3,
|
|
57373
|
+
unknownFutureValue: 4,
|
|
57374
|
+
}
|
|
57375
|
+
|
|
57376
|
+
enum plannerTaskChatMentionType {
|
|
57377
|
+
user: 1,
|
|
57378
|
+
application: 2,
|
|
57379
|
+
unknownFutureValue: 3,
|
|
57380
|
+
}
|
|
57381
|
+
|
|
57382
|
+
enum plannerTaskChatMessageType {
|
|
57383
|
+
richTextHtml: 1,
|
|
57384
|
+
plainText: 2,
|
|
57385
|
+
unknownFutureValue: 3,
|
|
57386
|
+
}
|
|
57387
|
+
|
|
54393
57388
|
@graphFlags
|
|
54394
57389
|
enum plannerTaskCompletionRequirements {
|
|
54395
57390
|
none: 0,
|
|
@@ -54397,6 +57392,7 @@ namespace reference.`microsoft.graph` {
|
|
|
54397
57392
|
unknownFutureValue: 2,
|
|
54398
57393
|
formCompletion: 4,
|
|
54399
57394
|
approvalCompletion: 8,
|
|
57395
|
+
completionInHostedApp: 16,
|
|
54400
57396
|
}
|
|
54401
57397
|
|
|
54402
57398
|
/**
|
|
@@ -54663,6 +57659,73 @@ namespace reference.`microsoft.graph` {
|
|
|
54663
57659
|
unknownFutureValue: 3,
|
|
54664
57660
|
}
|
|
54665
57661
|
|
|
57662
|
+
@graphFlags
|
|
57663
|
+
enum protocolType {
|
|
57664
|
+
none: 0,
|
|
57665
|
+
oAuth2: 1,
|
|
57666
|
+
ropc: 2,
|
|
57667
|
+
wsFederation: 4,
|
|
57668
|
+
saml20: 8,
|
|
57669
|
+
deviceCode: 16,
|
|
57670
|
+
unknownFutureValue: 32,
|
|
57671
|
+
authenticationTransfer: 64,
|
|
57672
|
+
nativeAuth: 128,
|
|
57673
|
+
implicitAccessTokenAndGetResponseMode: 256,
|
|
57674
|
+
implicitIdTokenAndGetResponseMode: 512,
|
|
57675
|
+
implicitAccessTokenAndPostResponseMode: 1024,
|
|
57676
|
+
implicitIdTokenAndPostResponseMode: 2048,
|
|
57677
|
+
authorizationCodeWithoutPkce: 4096,
|
|
57678
|
+
authorizationCodeWithPkce: 8192,
|
|
57679
|
+
clientCredentials: 16384,
|
|
57680
|
+
refreshTokenGrant: 32768,
|
|
57681
|
+
encryptedAuthorizeResponse: 65536,
|
|
57682
|
+
directUserGrant: 131072,
|
|
57683
|
+
kerberos: 262144,
|
|
57684
|
+
prtGrant: 524288,
|
|
57685
|
+
seamlessSso: 1048576,
|
|
57686
|
+
prtBrokerBased: 2097152,
|
|
57687
|
+
prtNonBrokerBased: 4194304,
|
|
57688
|
+
onBehalfOf: 8388608,
|
|
57689
|
+
samlOnBehalfOf: 16777216,
|
|
57690
|
+
officeS2S: 33554432,
|
|
57691
|
+
wsTrust: 67108864,
|
|
57692
|
+
}
|
|
57693
|
+
|
|
57694
|
+
enum provisioningAction {
|
|
57695
|
+
other: 0,
|
|
57696
|
+
create: 1,
|
|
57697
|
+
delete: 2,
|
|
57698
|
+
disable: 3,
|
|
57699
|
+
update: 4,
|
|
57700
|
+
stagedDelete: 5,
|
|
57701
|
+
unknownFutureValue: 6,
|
|
57702
|
+
}
|
|
57703
|
+
|
|
57704
|
+
enum provisioningResult {
|
|
57705
|
+
success: 0,
|
|
57706
|
+
failure: 1,
|
|
57707
|
+
skipped: 2,
|
|
57708
|
+
warning: 3,
|
|
57709
|
+
unknownFutureValue: 4,
|
|
57710
|
+
}
|
|
57711
|
+
|
|
57712
|
+
enum provisioningStatusErrorCategory {
|
|
57713
|
+
failure: 0,
|
|
57714
|
+
nonServiceFailure: 1,
|
|
57715
|
+
success: 2,
|
|
57716
|
+
unknownFutureValue: 3,
|
|
57717
|
+
}
|
|
57718
|
+
|
|
57719
|
+
enum provisioningStepType {
|
|
57720
|
+
`import`: 0,
|
|
57721
|
+
scoping: 1,
|
|
57722
|
+
matching: 2,
|
|
57723
|
+
processing: 3,
|
|
57724
|
+
referenceResolution: 4,
|
|
57725
|
+
export: 5,
|
|
57726
|
+
unknownFutureValue: 6,
|
|
57727
|
+
}
|
|
57728
|
+
|
|
54666
57729
|
/**
|
|
54667
57730
|
* Apps rating as in media content
|
|
54668
57731
|
*/
|
|
@@ -55326,6 +58389,87 @@ namespace reference.`microsoft.graph` {
|
|
|
55326
58389
|
externalNonPartner: 8,
|
|
55327
58390
|
}
|
|
55328
58391
|
|
|
58392
|
+
enum recommendationCategory {
|
|
58393
|
+
identityBestPractice: 0,
|
|
58394
|
+
identitySecureScore: 1,
|
|
58395
|
+
unknownFutureValue: 2,
|
|
58396
|
+
mdiSecureScore: 3,
|
|
58397
|
+
}
|
|
58398
|
+
|
|
58399
|
+
enum recommendationFeatureAreas {
|
|
58400
|
+
users: 0,
|
|
58401
|
+
groups: 1,
|
|
58402
|
+
devices: 2,
|
|
58403
|
+
applications: 3,
|
|
58404
|
+
accessReviews: 4,
|
|
58405
|
+
conditionalAccess: 5,
|
|
58406
|
+
governance: 6,
|
|
58407
|
+
unknownFutureValue: 7,
|
|
58408
|
+
}
|
|
58409
|
+
|
|
58410
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
58411
|
+
enum recommendationPriority {
|
|
58412
|
+
low: 0,
|
|
58413
|
+
medium: 1,
|
|
58414
|
+
high: 2,
|
|
58415
|
+
}
|
|
58416
|
+
|
|
58417
|
+
enum recommendationStatus {
|
|
58418
|
+
active: 0,
|
|
58419
|
+
completedBySystem: 1,
|
|
58420
|
+
completedByUser: 2,
|
|
58421
|
+
dismissed: 3,
|
|
58422
|
+
postponed: 4,
|
|
58423
|
+
unknownFutureValue: 5,
|
|
58424
|
+
riskAccepted: 6,
|
|
58425
|
+
thirdParty: 7,
|
|
58426
|
+
planned: 8,
|
|
58427
|
+
alternateMitigation: 9,
|
|
58428
|
+
}
|
|
58429
|
+
|
|
58430
|
+
enum recommendationType {
|
|
58431
|
+
adfsAppsMigration: 0,
|
|
58432
|
+
enableDesktopSSO: 1,
|
|
58433
|
+
enablePHS: 2,
|
|
58434
|
+
enableProvisioning: 3,
|
|
58435
|
+
switchFromPerUserMFA: 4,
|
|
58436
|
+
tenantMFA: 5,
|
|
58437
|
+
thirdPartyApps: 6,
|
|
58438
|
+
turnOffPerUserMFA: 7,
|
|
58439
|
+
useAuthenticatorApp: 8,
|
|
58440
|
+
useMyApps: 9,
|
|
58441
|
+
staleApps: 10,
|
|
58442
|
+
staleAppCreds: 11,
|
|
58443
|
+
applicationCredentialExpiry: 12,
|
|
58444
|
+
servicePrincipalKeyExpiry: 13,
|
|
58445
|
+
adminMFAV2: 14,
|
|
58446
|
+
blockLegacyAuthentication: 15,
|
|
58447
|
+
integratedApps: 16,
|
|
58448
|
+
mfaRegistrationV2: 17,
|
|
58449
|
+
pwagePolicyNew: 18,
|
|
58450
|
+
passwordHashSync: 19,
|
|
58451
|
+
oneAdmin: 20,
|
|
58452
|
+
roleOverlap: 21,
|
|
58453
|
+
selfServicePasswordReset: 22,
|
|
58454
|
+
signinRiskPolicy: 23,
|
|
58455
|
+
userRiskPolicy: 24,
|
|
58456
|
+
verifyAppPublisher: 25,
|
|
58457
|
+
privateLinkForAAD: 26,
|
|
58458
|
+
appRoleAssignmentsGroups: 27,
|
|
58459
|
+
appRoleAssignmentsUsers: 28,
|
|
58460
|
+
managedIdentity: 29,
|
|
58461
|
+
overprivilegedApps: 30,
|
|
58462
|
+
unknownFutureValue: 31,
|
|
58463
|
+
longLivedCredentials: 32,
|
|
58464
|
+
aadConnectDeprecated: 33,
|
|
58465
|
+
adalToMsalMigration: 34,
|
|
58466
|
+
ownerlessApps: 35,
|
|
58467
|
+
inactiveGuests: 36,
|
|
58468
|
+
aadGraphDeprecationApplication: 37,
|
|
58469
|
+
aadGraphDeprecationServicePrincipal: 38,
|
|
58470
|
+
mfaServerDeprecation: 39,
|
|
58471
|
+
}
|
|
58472
|
+
|
|
55329
58473
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
55330
58474
|
enum recurrencePatternType {
|
|
55331
58475
|
daily: 0,
|
|
@@ -55362,6 +58506,12 @@ namespace reference.`microsoft.graph` {
|
|
|
55362
58506
|
dropbox: 3,
|
|
55363
58507
|
}
|
|
55364
58508
|
|
|
58509
|
+
enum releaseType {
|
|
58510
|
+
preview: 0,
|
|
58511
|
+
generallyAvailable: 1,
|
|
58512
|
+
unknownFutureValue: 2,
|
|
58513
|
+
}
|
|
58514
|
+
|
|
55365
58515
|
/**
|
|
55366
58516
|
* Indicates the type of execution status of the device management script.
|
|
55367
58517
|
*/
|
|
@@ -55590,6 +58740,17 @@ namespace reference.`microsoft.graph` {
|
|
|
55590
58740
|
enabled: 2,
|
|
55591
58741
|
}
|
|
55592
58742
|
|
|
58743
|
+
enum requiredLicenses {
|
|
58744
|
+
notApplicable: 0,
|
|
58745
|
+
microsoftEntraIdFree: 1,
|
|
58746
|
+
microsoftEntraIdP1: 2,
|
|
58747
|
+
microsoftEntraIdP2: 3,
|
|
58748
|
+
microsoftEntraIdGovernance: 4,
|
|
58749
|
+
microsoftEntraWorkloadId: 5,
|
|
58750
|
+
unknownFutureValue: 6,
|
|
58751
|
+
aatp: 7,
|
|
58752
|
+
}
|
|
58753
|
+
|
|
55593
58754
|
/**
|
|
55594
58755
|
* Possible values of required passwords.
|
|
55595
58756
|
*/
|
|
@@ -55609,6 +58770,30 @@ namespace reference.`microsoft.graph` {
|
|
|
55609
58770
|
`numeric`: 2,
|
|
55610
58771
|
}
|
|
55611
58772
|
|
|
58773
|
+
enum requirementProvider {
|
|
58774
|
+
user: 0,
|
|
58775
|
+
request: 1,
|
|
58776
|
+
servicePrincipal: 2,
|
|
58777
|
+
v1ConditionalAccess: 3,
|
|
58778
|
+
multiConditionalAccess: 4,
|
|
58779
|
+
tenantSessionRiskPolicy: 5,
|
|
58780
|
+
accountCompromisePolicies: 6,
|
|
58781
|
+
v1ConditionalAccessDependency: 7,
|
|
58782
|
+
v1ConditionalAccessPolicyIdRequested: 8,
|
|
58783
|
+
mfaRegistrationRequiredByIdentityProtectionPolicy: 9,
|
|
58784
|
+
baselineProtection: 10,
|
|
58785
|
+
mfaRegistrationRequiredByBaselineProtection: 11,
|
|
58786
|
+
mfaRegistrationRequiredByMultiConditionalAccess: 12,
|
|
58787
|
+
enforcedForCspAdmins: 13,
|
|
58788
|
+
securityDefaults: 14,
|
|
58789
|
+
mfaRegistrationRequiredBySecurityDefaults: 15,
|
|
58790
|
+
proofUpCodeRequest: 16,
|
|
58791
|
+
crossTenantOutboundRule: 17,
|
|
58792
|
+
gpsLocationCondition: 18,
|
|
58793
|
+
riskBasedPolicy: 19,
|
|
58794
|
+
unknownFutureValue: 20,
|
|
58795
|
+
}
|
|
58796
|
+
|
|
55612
58797
|
enum resourceScopeType {
|
|
55613
58798
|
group: 1,
|
|
55614
58799
|
chat: 2,
|
|
@@ -55846,6 +59031,10 @@ namespace reference.`microsoft.graph` {
|
|
|
55846
59031
|
adminDismissedAllRiskForServicePrincipal: 14,
|
|
55847
59032
|
adminDismissedRiskForSignIn: 16,
|
|
55848
59033
|
adminConfirmedAccountSafe: 17,
|
|
59034
|
+
adminConfirmedAgentSafe: 18,
|
|
59035
|
+
adminConfirmedAgentCompromised: 19,
|
|
59036
|
+
adminDismissedRiskForAgent: 20,
|
|
59037
|
+
microsoftRevokedSessions: 21,
|
|
55849
59038
|
}
|
|
55850
59039
|
|
|
55851
59040
|
enum riskDetectionTimingType {
|
|
@@ -56029,6 +59218,14 @@ namespace reference.`microsoft.graph` {
|
|
|
56029
59218
|
unknownFutureValue: 2,
|
|
56030
59219
|
}
|
|
56031
59220
|
|
|
59221
|
+
enum sectionEmphasisType {
|
|
59222
|
+
none: 0,
|
|
59223
|
+
neutral: 1,
|
|
59224
|
+
soft: 2,
|
|
59225
|
+
strong: 3,
|
|
59226
|
+
unknownFutureValue: 4,
|
|
59227
|
+
}
|
|
59228
|
+
|
|
56032
59229
|
/**
|
|
56033
59230
|
* Type of accounts that are allowed for Windows10SecureAssessment ConfigurationAccount.
|
|
56034
59231
|
*/
|
|
@@ -56217,6 +59414,98 @@ namespace reference.`microsoft.graph` {
|
|
|
56217
59414
|
domain: 2,
|
|
56218
59415
|
}
|
|
56219
59416
|
|
|
59417
|
+
enum sharePointIdentityMappingGroupType {
|
|
59418
|
+
none: 0,
|
|
59419
|
+
regularGroup: 1,
|
|
59420
|
+
m365Group: 2,
|
|
59421
|
+
unknownFutureValue: 3,
|
|
59422
|
+
}
|
|
59423
|
+
|
|
59424
|
+
enum sharePointIdentityMappingUserType {
|
|
59425
|
+
none: 0,
|
|
59426
|
+
regularUser: 1,
|
|
59427
|
+
adminUser: 2,
|
|
59428
|
+
guestUser: 3,
|
|
59429
|
+
unknownFutureValue: 4,
|
|
59430
|
+
}
|
|
59431
|
+
|
|
59432
|
+
enum sharePointMigrationJobErrorLevel {
|
|
59433
|
+
important: 0,
|
|
59434
|
+
warning: 1,
|
|
59435
|
+
error: 2,
|
|
59436
|
+
fatalError: 3,
|
|
59437
|
+
unknownFutureValue: 4,
|
|
59438
|
+
}
|
|
59439
|
+
|
|
59440
|
+
enum sharePointMigrationObjectType {
|
|
59441
|
+
site: 0,
|
|
59442
|
+
web: 1,
|
|
59443
|
+
folder: 2,
|
|
59444
|
+
list: 3,
|
|
59445
|
+
listItem: 4,
|
|
59446
|
+
file: 5,
|
|
59447
|
+
alert: 6,
|
|
59448
|
+
sharedWithObject: 7,
|
|
59449
|
+
invalid: 8,
|
|
59450
|
+
unknownFutureValue: 9,
|
|
59451
|
+
}
|
|
59452
|
+
|
|
59453
|
+
enum sharePointMigrationTaskStatus {
|
|
59454
|
+
notStarted: 0,
|
|
59455
|
+
inProgress: 1,
|
|
59456
|
+
completed: 2,
|
|
59457
|
+
cancelled: 3,
|
|
59458
|
+
failed: 4,
|
|
59459
|
+
unknownFutureValue: 5,
|
|
59460
|
+
}
|
|
59461
|
+
|
|
59462
|
+
enum sharingCapabilities {
|
|
59463
|
+
disabled: 0,
|
|
59464
|
+
externalUserSharingOnly: 1,
|
|
59465
|
+
externalUserAndGuestSharing: 2,
|
|
59466
|
+
existingExternalUserSharingOnly: 3,
|
|
59467
|
+
unknownFutureValue: 4,
|
|
59468
|
+
}
|
|
59469
|
+
|
|
59470
|
+
enum sharingDomainRestrictionMode {
|
|
59471
|
+
none: 0,
|
|
59472
|
+
allowList: 1,
|
|
59473
|
+
blockList: 2,
|
|
59474
|
+
unknownFutureValue: 3,
|
|
59475
|
+
}
|
|
59476
|
+
|
|
59477
|
+
enum sharingRole {
|
|
59478
|
+
none: 0,
|
|
59479
|
+
view: 1,
|
|
59480
|
+
edit: 2,
|
|
59481
|
+
manageList: 3,
|
|
59482
|
+
review: 4,
|
|
59483
|
+
restrictedView: 5,
|
|
59484
|
+
submitOnly: 6,
|
|
59485
|
+
unknownFutureValue: 7,
|
|
59486
|
+
}
|
|
59487
|
+
|
|
59488
|
+
enum sharingScope {
|
|
59489
|
+
anyone: 0,
|
|
59490
|
+
organization: 1,
|
|
59491
|
+
specificPeople: 2,
|
|
59492
|
+
@graphDeprecated("Removal")
|
|
59493
|
+
anonymous: 3,
|
|
59494
|
+
@graphDeprecated("Removal")
|
|
59495
|
+
users: 4,
|
|
59496
|
+
unknownFutureValue: 5,
|
|
59497
|
+
}
|
|
59498
|
+
|
|
59499
|
+
@graphFlags
|
|
59500
|
+
enum sharingVariant {
|
|
59501
|
+
none: 0,
|
|
59502
|
+
requiresAuthentication: 1,
|
|
59503
|
+
passwordProtected: 2,
|
|
59504
|
+
addressBar: 4,
|
|
59505
|
+
embed: 8,
|
|
59506
|
+
unknownFutureValue: 16,
|
|
59507
|
+
}
|
|
59508
|
+
|
|
56220
59509
|
@graphFlags
|
|
56221
59510
|
enum signInAccessType {
|
|
56222
59511
|
none: 0,
|
|
@@ -56261,6 +59550,21 @@ namespace reference.`microsoft.graph` {
|
|
|
56261
59550
|
hours: 1,
|
|
56262
59551
|
}
|
|
56263
59552
|
|
|
59553
|
+
enum signInIdentifierType {
|
|
59554
|
+
userPrincipalName: 0,
|
|
59555
|
+
phoneNumber: 1,
|
|
59556
|
+
proxyAddress: 2,
|
|
59557
|
+
qrCode: 3,
|
|
59558
|
+
onPremisesUserPrincipalName: 4,
|
|
59559
|
+
unknownFutureValue: 5,
|
|
59560
|
+
}
|
|
59561
|
+
|
|
59562
|
+
enum signInUserType {
|
|
59563
|
+
member: 0,
|
|
59564
|
+
guest: 1,
|
|
59565
|
+
unknownFutureValue: 3,
|
|
59566
|
+
}
|
|
59567
|
+
|
|
56264
59568
|
enum singleSignOnMode {
|
|
56265
59569
|
none: 0,
|
|
56266
59570
|
onPremisesKerberos: 1,
|
|
@@ -56271,6 +59575,21 @@ namespace reference.`microsoft.graph` {
|
|
|
56271
59575
|
unknownFutureValue: 7,
|
|
56272
59576
|
}
|
|
56273
59577
|
|
|
59578
|
+
enum siteArchiveStatus {
|
|
59579
|
+
recentlyArchived: 0,
|
|
59580
|
+
fullyArchived: 1,
|
|
59581
|
+
reactivating: 2,
|
|
59582
|
+
unknownFutureValue: 3,
|
|
59583
|
+
}
|
|
59584
|
+
|
|
59585
|
+
enum siteLockState {
|
|
59586
|
+
unlocked: 0,
|
|
59587
|
+
lockedReadOnly: 1,
|
|
59588
|
+
lockedNoAccess: 2,
|
|
59589
|
+
lockedNoAdditions: 3,
|
|
59590
|
+
unknownFutureValue: 4,
|
|
59591
|
+
}
|
|
59592
|
+
|
|
56274
59593
|
/**
|
|
56275
59594
|
* Possible values for site security level.
|
|
56276
59595
|
*/
|
|
@@ -56302,6 +59621,12 @@ namespace reference.`microsoft.graph` {
|
|
|
56302
59621
|
high: 5,
|
|
56303
59622
|
}
|
|
56304
59623
|
|
|
59624
|
+
enum siteTemplateType {
|
|
59625
|
+
sitepagepublishing: 0,
|
|
59626
|
+
sts: 2,
|
|
59627
|
+
unknownFutureValue: 3,
|
|
59628
|
+
}
|
|
59629
|
+
|
|
56305
59630
|
enum skillProficiencyLevel {
|
|
56306
59631
|
elementary: 0,
|
|
56307
59632
|
limitedWorking: 1,
|
|
@@ -56415,6 +59740,33 @@ namespace reference.`microsoft.graph` {
|
|
|
56415
59740
|
commonNameAsDurableDeviceId: 9,
|
|
56416
59741
|
}
|
|
56417
59742
|
|
|
59743
|
+
/**
|
|
59744
|
+
* A list of possible status states for a sync infrastructure component or policy during a device sync operation.
|
|
59745
|
+
*/
|
|
59746
|
+
enum syncComponentStatus {
|
|
59747
|
+
/**
|
|
59748
|
+
* Default. The component has not yet started reporting status. This is a schema default and will not typically appear in responses, as components only appear once they begin executing.
|
|
59749
|
+
*/
|
|
59750
|
+
none: 0,
|
|
59751
|
+
/**
|
|
59752
|
+
* Indicates the component is currently executing. For infrastructure components (PNSv1, DCI, SCGW), this means the notification or check-in is in flight. For policies, this means the policy is being applied to the device.
|
|
59753
|
+
*/
|
|
59754
|
+
inProgress: 1,
|
|
59755
|
+
/**
|
|
59756
|
+
* Indicates the component completed successfully. The component has finished its work and reported a successful outcome.
|
|
59757
|
+
*/
|
|
59758
|
+
success: 2,
|
|
59759
|
+
/**
|
|
59760
|
+
* Indicates the stage encountered an error. When this value is set, the moreInfo property on the syncComponent will contain additional diagnostic details about the failure.
|
|
59761
|
+
*/
|
|
59762
|
+
failure: 3,
|
|
59763
|
+
/**
|
|
59764
|
+
* Indicates the stage completed but not all items succeeded. For example, some policies applied successfully while others failed. The moreInfo property may contain details on the partial outcome.
|
|
59765
|
+
*/
|
|
59766
|
+
partialSuccess: 4,
|
|
59767
|
+
unknownFutureValue: 5,
|
|
59768
|
+
}
|
|
59769
|
+
|
|
56418
59770
|
/**
|
|
56419
59771
|
* A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".
|
|
56420
59772
|
*/
|
|
@@ -56487,6 +59839,20 @@ namespace reference.`microsoft.graph` {
|
|
|
56487
59839
|
iana: 1,
|
|
56488
59840
|
}
|
|
56489
59841
|
|
|
59842
|
+
enum titleAreaLayoutType {
|
|
59843
|
+
imageAndTitle: 0,
|
|
59844
|
+
plain: 1,
|
|
59845
|
+
colorBlock: 2,
|
|
59846
|
+
overlap: 3,
|
|
59847
|
+
unknownFutureValue: 4,
|
|
59848
|
+
}
|
|
59849
|
+
|
|
59850
|
+
enum titleAreaTextAlignmentType {
|
|
59851
|
+
left: 0,
|
|
59852
|
+
center: 1,
|
|
59853
|
+
unknownFutureValue: 2,
|
|
59854
|
+
}
|
|
59855
|
+
|
|
56490
59856
|
enum tokenIssuerType {
|
|
56491
59857
|
AzureAD: 0,
|
|
56492
59858
|
ADFederationServices: 1,
|
|
@@ -56496,6 +59862,13 @@ namespace reference.`microsoft.graph` {
|
|
|
56496
59862
|
NPSExtension: 5,
|
|
56497
59863
|
}
|
|
56498
59864
|
|
|
59865
|
+
enum tokenProtectionStatus {
|
|
59866
|
+
none: 0,
|
|
59867
|
+
bound: 1,
|
|
59868
|
+
unbound: 2,
|
|
59869
|
+
unknownFutureValue: 3,
|
|
59870
|
+
}
|
|
59871
|
+
|
|
56499
59872
|
enum trafficRoutingMethod {
|
|
56500
59873
|
none: 0,
|
|
56501
59874
|
random: 1,
|
|
@@ -56542,12 +59915,55 @@ namespace reference.`microsoft.graph` {
|
|
|
56542
59915
|
unknownFutureValue: 4,
|
|
56543
59916
|
}
|
|
56544
59917
|
|
|
59918
|
+
enum usageAuthMethod {
|
|
59919
|
+
email: 0,
|
|
59920
|
+
mobileSMS: 1,
|
|
59921
|
+
mobileCall: 2,
|
|
59922
|
+
officePhone: 3,
|
|
59923
|
+
securityQuestion: 4,
|
|
59924
|
+
appNotification: 5,
|
|
59925
|
+
appCode: 6,
|
|
59926
|
+
alternateMobileCall: 7,
|
|
59927
|
+
fido: 8,
|
|
59928
|
+
appPassword: 9,
|
|
59929
|
+
unknownFutureValue: 10,
|
|
59930
|
+
externalAuthMethod: 11,
|
|
59931
|
+
hardwareOneTimePasscode: 12,
|
|
59932
|
+
windowsHelloForBusiness: 13,
|
|
59933
|
+
microsoftAuthenticatorPasswordless: 14,
|
|
59934
|
+
temporaryAccessPass: 15,
|
|
59935
|
+
macOsSecureEnclaveKey: 16,
|
|
59936
|
+
passKeyDeviceBound: 17,
|
|
59937
|
+
passKeyDeviceBoundAuthenticator: 18,
|
|
59938
|
+
passKeyDeviceBoundWindowsHello: 19,
|
|
59939
|
+
softwareOneTimePasscode: 20,
|
|
59940
|
+
microsoftAuthenticatorPush: 21,
|
|
59941
|
+
mobilePhone: 22,
|
|
59942
|
+
sms: 23,
|
|
59943
|
+
alternateMobilePhone: 24,
|
|
59944
|
+
fido2SecurityKey: 25,
|
|
59945
|
+
oneTimePasscode: 26,
|
|
59946
|
+
passKeySynced: 27,
|
|
59947
|
+
qrCode: 28,
|
|
59948
|
+
}
|
|
59949
|
+
|
|
56545
59950
|
enum userAction {
|
|
56546
59951
|
registerSecurityInformation: 0,
|
|
56547
59952
|
registerOrJoinDevices: 1,
|
|
56548
59953
|
unknownFutureValue: 2,
|
|
56549
59954
|
}
|
|
56550
59955
|
|
|
59956
|
+
enum userDefaultAuthenticationMethod {
|
|
59957
|
+
push: 0,
|
|
59958
|
+
oath: 1,
|
|
59959
|
+
voiceMobile: 2,
|
|
59960
|
+
voiceAlternateMobile: 3,
|
|
59961
|
+
voiceOffice: 4,
|
|
59962
|
+
sms: 5,
|
|
59963
|
+
none: 6,
|
|
59964
|
+
unknownFutureValue: 7,
|
|
59965
|
+
}
|
|
59966
|
+
|
|
56551
59967
|
enum userDefaultAuthenticationMethodType {
|
|
56552
59968
|
push: 0,
|
|
56553
59969
|
oath: 1,
|
|
@@ -60310,3 +63726,107 @@ namespace reference.`microsoft.graph` {
|
|
|
60310
63726
|
}
|
|
60311
63727
|
|
|
60312
63728
|
}
|
|
63729
|
+
@publicNamespace("microsoft.graph.agentic")
|
|
63730
|
+
namespace reference.`microsoft.graph.agentic` {
|
|
63731
|
+
@complex model agentSignIn {
|
|
63732
|
+
agentType: agentType;
|
|
63733
|
+
parentAppId: string | null;
|
|
63734
|
+
}
|
|
63735
|
+
|
|
63736
|
+
enum agentType {
|
|
63737
|
+
notAgentic: 0,
|
|
63738
|
+
agenticAppBuilder: 1,
|
|
63739
|
+
agenticApp: 2,
|
|
63740
|
+
agenticAppInstance: 3,
|
|
63741
|
+
unknownFutureValue: 4,
|
|
63742
|
+
}
|
|
63743
|
+
|
|
63744
|
+
}
|
|
63745
|
+
@publicNamespace("microsoft.graph.security")
|
|
63746
|
+
namespace reference.`microsoft.graph.security` {
|
|
63747
|
+
enum behaviorDuringRetentionPeriod {
|
|
63748
|
+
doNotRetain: 0,
|
|
63749
|
+
retain: 1,
|
|
63750
|
+
retainAsRecord: 2,
|
|
63751
|
+
retainAsRegulatoryRecord: 3,
|
|
63752
|
+
unknownFutureValue: 4,
|
|
63753
|
+
}
|
|
63754
|
+
|
|
63755
|
+
}
|
|
63756
|
+
@publicNamespace("microsoft.graph.termstore")
|
|
63757
|
+
namespace reference.`microsoft.graph.termStore` {
|
|
63758
|
+
@complex model localizedDescription {
|
|
63759
|
+
description: string | null;
|
|
63760
|
+
languageTag: string | null;
|
|
63761
|
+
}
|
|
63762
|
+
|
|
63763
|
+
@complex model localizedLabel {
|
|
63764
|
+
isDefault: boolean | null;
|
|
63765
|
+
languageTag: string | null;
|
|
63766
|
+
name: string | null;
|
|
63767
|
+
}
|
|
63768
|
+
|
|
63769
|
+
@complex model localizedName {
|
|
63770
|
+
languageTag: string | null;
|
|
63771
|
+
name: string | null;
|
|
63772
|
+
}
|
|
63773
|
+
|
|
63774
|
+
@entity model group extends reference.`microsoft.graph`.entity {
|
|
63775
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
63776
|
+
description: string | null;
|
|
63777
|
+
displayName: string | null;
|
|
63778
|
+
parentSiteId: string | null;
|
|
63779
|
+
scope: termGroupScope | null;
|
|
63780
|
+
@contains sets: set[];
|
|
63781
|
+
}
|
|
63782
|
+
|
|
63783
|
+
@entity model relation extends reference.`microsoft.graph`.entity {
|
|
63784
|
+
relationship: relationType | null;
|
|
63785
|
+
@references fromTerm: term | null;
|
|
63786
|
+
@references set: set | null;
|
|
63787
|
+
@references toTerm: term | null;
|
|
63788
|
+
}
|
|
63789
|
+
|
|
63790
|
+
@entity model set extends reference.`microsoft.graph`.entity {
|
|
63791
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
63792
|
+
description: string | null;
|
|
63793
|
+
localizedNames: localizedName[] | null;
|
|
63794
|
+
properties: reference.`microsoft.graph`.keyValue[] | null;
|
|
63795
|
+
@contains children: term[];
|
|
63796
|
+
@contains parentGroup: group;
|
|
63797
|
+
@contains relations: relation[];
|
|
63798
|
+
@contains terms: term[];
|
|
63799
|
+
}
|
|
63800
|
+
|
|
63801
|
+
@entity model store extends reference.`microsoft.graph`.entity {
|
|
63802
|
+
defaultLanguageTag: string;
|
|
63803
|
+
languageTags: string[];
|
|
63804
|
+
@contains groups: group[];
|
|
63805
|
+
@contains sets: set[];
|
|
63806
|
+
}
|
|
63807
|
+
|
|
63808
|
+
@entity model term extends reference.`microsoft.graph`.entity {
|
|
63809
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
63810
|
+
descriptions: localizedDescription[] | null;
|
|
63811
|
+
labels: localizedLabel[] | null;
|
|
63812
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
63813
|
+
properties: reference.`microsoft.graph`.keyValue[] | null;
|
|
63814
|
+
@contains children: term[];
|
|
63815
|
+
@contains relations: relation[];
|
|
63816
|
+
@references set: set | null;
|
|
63817
|
+
}
|
|
63818
|
+
|
|
63819
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
63820
|
+
enum relationType {
|
|
63821
|
+
pin: 0,
|
|
63822
|
+
reuse: 1,
|
|
63823
|
+
}
|
|
63824
|
+
|
|
63825
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
63826
|
+
enum termGroupScope {
|
|
63827
|
+
global: 0,
|
|
63828
|
+
system: 1,
|
|
63829
|
+
siteCollection: 2,
|
|
63830
|
+
}
|
|
63831
|
+
|
|
63832
|
+
}
|