@microsoft/typespec-msgraph-reference 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rush/temp/package-deps_build.json +18 -18
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +2222 -51
- package/lib/Bleu/V1.0/main.tsp +2203 -51
- package/lib/Delos/Beta/main.tsp +1721 -49
- package/lib/Delos/V1.0/main.tsp +308 -20
- package/lib/Fairfax/Beta/main.tsp +704 -60
- package/lib/Fairfax/V1.0/main.tsp +304 -20
- package/lib/GovSG/Beta/main.tsp +113 -13
- package/lib/GovSG/V1.0/main.tsp +195 -0
- package/lib/Mooncake/Beta/main.tsp +653 -50
- package/lib/Mooncake/V1.0/main.tsp +171 -20
- package/lib/Prod/Beta/main.tsp +3553 -216
- package/lib/Prod/V1.0/main.tsp +979 -26
- package/lib/USNat/Beta/main.tsp +301 -37
- package/lib/USNat/V1.0/main.tsp +399 -3
- package/lib/USSec/Beta/main.tsp +700 -65
- package/lib/USSec/V1.0/main.tsp +702 -3
- package/package.json +2 -2
package/lib/USNat/Beta/main.tsp
CHANGED
|
@@ -66,6 +66,20 @@ namespace reference.`microsoft.graph` {
|
|
|
66
66
|
state: string | null;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
@complex model accessPackageAssignmentRequestRequirements {
|
|
70
|
+
existingAnswers: accessPackageAnswer[] | null;
|
|
71
|
+
isApprovalRequired: boolean | null;
|
|
72
|
+
isApprovalRequiredForExtension: boolean | null;
|
|
73
|
+
isCustomAssignmentScheduleAllowed: boolean | null;
|
|
74
|
+
isRequestorJustificationRequired: boolean | null;
|
|
75
|
+
policyDescription: string | null;
|
|
76
|
+
policyDisplayName: string | null;
|
|
77
|
+
policyId: string | null;
|
|
78
|
+
questions: accessPackageQuestion[] | null;
|
|
79
|
+
schedule: requestSchedule | null;
|
|
80
|
+
verifiableCredentialRequirementStatus: verifiableCredentialRequirementStatus | null;
|
|
81
|
+
}
|
|
82
|
+
|
|
69
83
|
@complex model accessPackageLocalizedContent {
|
|
70
84
|
defaultText: string | null;
|
|
71
85
|
localizedTexts: accessPackageLocalizedText[] | null;
|
|
@@ -378,13 +392,14 @@ namespace reference.`microsoft.graph` {
|
|
|
378
392
|
identifierUris: identifierUriConfiguration | null;
|
|
379
393
|
}
|
|
380
394
|
|
|
395
|
+
@abstract
|
|
381
396
|
@complex model appManagementConfiguration {
|
|
382
397
|
|
|
383
398
|
|
|
384
399
|
}
|
|
385
400
|
|
|
386
401
|
@complex model appManagementPolicyActorExemptions {
|
|
387
|
-
|
|
402
|
+
customSecurityAttributes: customSecurityAttributeExemption[] | null;
|
|
388
403
|
}
|
|
389
404
|
|
|
390
405
|
@complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
|
|
@@ -711,6 +726,11 @@ namespace reference.`microsoft.graph` {
|
|
|
711
726
|
basis: string | null;
|
|
712
727
|
}
|
|
713
728
|
|
|
729
|
+
@complex model azureActiveDirectoryTenant extends identitySource {
|
|
730
|
+
displayName: string | null;
|
|
731
|
+
tenantId: string | null;
|
|
732
|
+
}
|
|
733
|
+
|
|
714
734
|
@complex model azureADJoinPolicy {
|
|
715
735
|
allowedToJoin: deviceRegistrationMembership | null;
|
|
716
736
|
isAdminConfigurable: boolean | null;
|
|
@@ -1006,6 +1026,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1006
1026
|
errorDateTime: offsetDateTime | null;
|
|
1007
1027
|
}
|
|
1008
1028
|
|
|
1029
|
+
@complex model classificationLimit {
|
|
1030
|
+
allowedLimit: int32 | null;
|
|
1031
|
+
code: string | null;
|
|
1032
|
+
impactedSensitiveTypeIds: string[];
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1009
1035
|
@complex model cloudAppSecuritySessionControl extends conditionalAccessSessionControl {
|
|
1010
1036
|
cloudAppSecurityType: cloudAppSecuritySessionControlType | null;
|
|
1011
1037
|
}
|
|
@@ -1310,6 +1336,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1310
1336
|
value: string | null;
|
|
1311
1337
|
}
|
|
1312
1338
|
|
|
1339
|
+
@complex model crossCloudAzureActiveDirectoryTenant extends identitySource {
|
|
1340
|
+
cloudInstance: string;
|
|
1341
|
+
displayName: string | null;
|
|
1342
|
+
tenantId: string | null;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1313
1345
|
@complex model crossTenantAccessPolicyB2BSetting {
|
|
1314
1346
|
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
1315
1347
|
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
@@ -1411,6 +1443,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1411
1443
|
clientConfiguration: customExtensionClientConfiguration | null;
|
|
1412
1444
|
}
|
|
1413
1445
|
|
|
1446
|
+
@abstract
|
|
1447
|
+
@complex model customSecurityAttributeExemption {
|
|
1448
|
+
id: string;
|
|
1449
|
+
operator: customSecurityAttributeComparisonOperator;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
@complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
1453
|
+
value: string | null;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1414
1456
|
@open
|
|
1415
1457
|
@complex model customSecurityAttributeValue {
|
|
1416
1458
|
}
|
|
@@ -1564,6 +1606,9 @@ namespace reference.`microsoft.graph` {
|
|
|
1564
1606
|
triggers: restrictionTrigger[] | null;
|
|
1565
1607
|
}
|
|
1566
1608
|
|
|
1609
|
+
@complex model diagnosticMetadata {
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1567
1612
|
@open
|
|
1568
1613
|
@complex model Dictionary {
|
|
1569
1614
|
}
|
|
@@ -1650,6 +1695,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1650
1695
|
versionId: string | null;
|
|
1651
1696
|
}
|
|
1652
1697
|
|
|
1698
|
+
@complex model domainIdentitySource extends identitySource {
|
|
1699
|
+
displayName: string | null;
|
|
1700
|
+
domainName: string | null;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1653
1703
|
@complex model domainState {
|
|
1654
1704
|
@computed lastActionDateTime: offsetDateTime | null;
|
|
1655
1705
|
operation: string | null;
|
|
@@ -1782,6 +1832,13 @@ namespace reference.`microsoft.graph` {
|
|
|
1782
1832
|
@complex model eventMessageDetail {
|
|
1783
1833
|
}
|
|
1784
1834
|
|
|
1835
|
+
@complex model exactDataMatchStoreColumn {
|
|
1836
|
+
ignoredDelimiters: string[] | null;
|
|
1837
|
+
isCaseInsensitive: boolean | null;
|
|
1838
|
+
isSearchable: boolean | null;
|
|
1839
|
+
name: string | null;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1785
1842
|
@complex model exactMatchClassificationRequest {
|
|
1786
1843
|
contentClassifications: contentClassification[] | null;
|
|
1787
1844
|
sensitiveTypeIds: string[] | null;
|
|
@@ -1797,6 +1854,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1797
1854
|
@complex model exactMatchDetectedSensitiveContent extends detectedSensitiveContentBase {
|
|
1798
1855
|
}
|
|
1799
1856
|
|
|
1857
|
+
@complex model exactMatchDiagnostic {
|
|
1858
|
+
classificationId: guid;
|
|
1859
|
+
classificationLimits: classificationLimit[];
|
|
1860
|
+
unmatchedItems: unmatched[];
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1800
1863
|
@complex model excludeTarget {
|
|
1801
1864
|
id: string;
|
|
1802
1865
|
targetType: authenticationMethodTargetType;
|
|
@@ -1825,6 +1888,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1825
1888
|
type: string | null;
|
|
1826
1889
|
}
|
|
1827
1890
|
|
|
1891
|
+
@complex model externalDomainFederation extends identitySource {
|
|
1892
|
+
displayName: string | null;
|
|
1893
|
+
domainName: string | null;
|
|
1894
|
+
issuerUri: string | null;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1828
1897
|
@complex model externalSponsors extends userSet {
|
|
1829
1898
|
}
|
|
1830
1899
|
|
|
@@ -2006,12 +2075,6 @@ namespace reference.`microsoft.graph` {
|
|
|
2006
2075
|
version: string | null;
|
|
2007
2076
|
}
|
|
2008
2077
|
|
|
2009
|
-
@complex model governancePermission {
|
|
2010
|
-
accessLevel: string | null;
|
|
2011
|
-
isActive: boolean | null;
|
|
2012
|
-
isEligible: boolean | null;
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
2078
|
@complex model governancePolicy {
|
|
2016
2079
|
decisionMakerCriteria: governanceCriteria[] | null;
|
|
2017
2080
|
notificationPolicy: governanceNotificationPolicy | null;
|
|
@@ -2126,6 +2189,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2126
2189
|
user: identity | null;
|
|
2127
2190
|
}
|
|
2128
2191
|
|
|
2192
|
+
@abstract
|
|
2193
|
+
@complex model identitySource {
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2129
2196
|
@complex model idleSessionSignOut {
|
|
2130
2197
|
isEnabled: boolean | null;
|
|
2131
2198
|
signOutAfterInSeconds: int64 | null;
|
|
@@ -2347,6 +2414,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2347
2414
|
usage: string | null;
|
|
2348
2415
|
}
|
|
2349
2416
|
|
|
2417
|
+
|
|
2350
2418
|
@complex model keyValue {
|
|
2351
2419
|
key: string | null;
|
|
2352
2420
|
value: string | null;
|
|
@@ -3021,6 +3089,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3021
3089
|
startDateTime: offsetDateTime | null;
|
|
3022
3090
|
}
|
|
3023
3091
|
|
|
3092
|
+
|
|
3024
3093
|
@complex model passwordProfile {
|
|
3025
3094
|
forceChangePasswordNextSignIn: boolean | null;
|
|
3026
3095
|
forceChangePasswordNextSignInWithMfa: boolean | null;
|
|
@@ -3417,6 +3486,12 @@ namespace reference.`microsoft.graph` {
|
|
|
3417
3486
|
localizations: displayNameLocalization[] | null;
|
|
3418
3487
|
}
|
|
3419
3488
|
|
|
3489
|
+
@complex model profileSourceLocalization {
|
|
3490
|
+
displayName: string | null;
|
|
3491
|
+
languageTag: string | null;
|
|
3492
|
+
webUrl: string | null;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3420
3495
|
@open
|
|
3421
3496
|
@complex model programResource extends identity {
|
|
3422
3497
|
type: string | null;
|
|
@@ -4358,6 +4433,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4358
4433
|
userPrincipalName: string | null;
|
|
4359
4434
|
}
|
|
4360
4435
|
|
|
4436
|
+
@complex model targetUserSponsors extends userSet {
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4361
4439
|
@complex model teamArchivedEventMessageDetail extends eventMessageDetail {
|
|
4362
4440
|
initiator: identitySet | null;
|
|
4363
4441
|
teamId: string | null;
|
|
@@ -4837,6 +4915,14 @@ namespace reference.`microsoft.graph` {
|
|
|
4837
4915
|
excludedResourceActions: string[] | null;
|
|
4838
4916
|
}
|
|
4839
4917
|
|
|
4918
|
+
@complex model unmatched {
|
|
4919
|
+
code: string | null;
|
|
4920
|
+
corroborativeEvidences: string[];
|
|
4921
|
+
idMatch: string | null;
|
|
4922
|
+
length: int32 | null;
|
|
4923
|
+
offset: int32 | null;
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4840
4926
|
@complex model unrestrictedAudience extends signInAudienceRestrictionsBase {
|
|
4841
4927
|
}
|
|
4842
4928
|
|
|
@@ -5259,6 +5345,9 @@ namespace reference.`microsoft.graph` {
|
|
|
5259
5345
|
@contains accessPackageAssignmentPolicies: accessPackageAssignmentPolicy[];
|
|
5260
5346
|
@references accessPackageCatalog: accessPackageCatalog | null;
|
|
5261
5347
|
@contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
|
|
5348
|
+
@references accessPackagesIncompatibleWith: accessPackage[];
|
|
5349
|
+
@references incompatibleAccessPackages: accessPackage[];
|
|
5350
|
+
@contains incompatibleGroups: group[];
|
|
5262
5351
|
}
|
|
5263
5352
|
|
|
5264
5353
|
@entity model accessPackageAssignment extends entity {
|
|
@@ -5270,6 +5359,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5270
5359
|
customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
|
|
5271
5360
|
expiredDateTime: offsetDateTime | null;
|
|
5272
5361
|
isExtended: boolean | null;
|
|
5362
|
+
schedule: requestSchedule | null;
|
|
5273
5363
|
targetId: string | null;
|
|
5274
5364
|
@contains accessPackage: accessPackage | null;
|
|
5275
5365
|
@contains accessPackageAssignmentPolicy: accessPackageAssignmentPolicy | null;
|
|
@@ -5291,17 +5381,19 @@ namespace reference.`microsoft.graph` {
|
|
|
5291
5381
|
expirationDateTime: offsetDateTime | null;
|
|
5292
5382
|
modifiedBy: string | null;
|
|
5293
5383
|
modifiedDateTime: offsetDateTime | null;
|
|
5384
|
+
questions: accessPackageQuestion[] | null;
|
|
5294
5385
|
requestApprovalSettings: approvalSettings | null;
|
|
5295
5386
|
requestorSettings: requestorSettings | null;
|
|
5296
5387
|
verifiableCredentialSettings: verifiableCredentialSettings | null;
|
|
5297
5388
|
@references accessPackage: accessPackage | null;
|
|
5298
5389
|
@contains accessPackageCatalog: accessPackageCatalog | null;
|
|
5299
|
-
@
|
|
5300
|
-
@
|
|
5390
|
+
@references customExtensionHandlers: customExtensionHandler[];
|
|
5391
|
+
@references customExtensionStageSettings: customExtensionStageSetting[];
|
|
5301
5392
|
}
|
|
5302
5393
|
|
|
5303
5394
|
@privatePreview("MicrosofEntitlementManagementCustomextensions")
|
|
5304
5395
|
@entity model accessPackageAssignmentRequest extends entity {
|
|
5396
|
+
answers: accessPackageAnswer[] | null;
|
|
5305
5397
|
completedDate: offsetDateTime | null;
|
|
5306
5398
|
@computed createdDateTime: offsetDateTime | null;
|
|
5307
5399
|
customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
|
|
@@ -5312,6 +5404,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5312
5404
|
requestState: string | null;
|
|
5313
5405
|
requestStatus: string | null;
|
|
5314
5406
|
requestType: string | null;
|
|
5407
|
+
schedule: requestSchedule | null;
|
|
5315
5408
|
verifiedCredentialsData: verifiedCredentialData[] | null;
|
|
5316
5409
|
@references accessPackage: accessPackage | null;
|
|
5317
5410
|
@contains accessPackageAssignment: accessPackageAssignment | null;
|
|
@@ -5374,7 +5467,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5374
5467
|
originSystem: string | null;
|
|
5375
5468
|
resourceType: string | null;
|
|
5376
5469
|
url: string | null;
|
|
5377
|
-
@
|
|
5470
|
+
@references accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
|
|
5378
5471
|
@contains accessPackageResourceRoles: accessPackageResourceRole[];
|
|
5379
5472
|
@contains accessPackageResourceScopes: accessPackageResourceScope[];
|
|
5380
5473
|
}
|
|
@@ -5390,7 +5483,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5390
5483
|
modifiedDateTime: offsetDateTime | null;
|
|
5391
5484
|
originId: string;
|
|
5392
5485
|
originSystem: string;
|
|
5393
|
-
@
|
|
5486
|
+
@references accessPackageResources: accessPackageResource[];
|
|
5394
5487
|
}
|
|
5395
5488
|
|
|
5396
5489
|
@entity model accessPackageResourceRequest extends entity {
|
|
@@ -5437,12 +5530,14 @@ namespace reference.`microsoft.graph` {
|
|
|
5437
5530
|
@entity model accessPackageSubject extends entity {
|
|
5438
5531
|
altSecId: string | null;
|
|
5439
5532
|
cleanupScheduledDateTime: offsetDateTime | null;
|
|
5533
|
+
connectedOrganizationId: string | null;
|
|
5440
5534
|
displayName: string | null;
|
|
5441
5535
|
email: string | null;
|
|
5442
5536
|
objectId: string | null;
|
|
5443
5537
|
onPremisesSecurityIdentifier: string | null;
|
|
5444
5538
|
principalName: string | null;
|
|
5445
5539
|
type: string | null;
|
|
5540
|
+
@references connectedOrganization: connectedOrganization | null;
|
|
5446
5541
|
}
|
|
5447
5542
|
|
|
5448
5543
|
@entity model accessReview extends entity {
|
|
@@ -5774,9 +5869,11 @@ namespace reference.`microsoft.graph` {
|
|
|
5774
5869
|
identifierUris: string[];
|
|
5775
5870
|
info: informationalUrl | null;
|
|
5776
5871
|
isDeviceOnlyAuthSupported: boolean | null;
|
|
5872
|
+
isDisabled: boolean | null;
|
|
5777
5873
|
isFallbackPublicClient: boolean | null;
|
|
5778
5874
|
keyCredentials: keyCredential[];
|
|
5779
5875
|
logo: stream;
|
|
5876
|
+
managerApplications: guid;
|
|
5780
5877
|
notes: string | null;
|
|
5781
5878
|
onPremisesPublishing: onPremisesPublishing | null;
|
|
5782
5879
|
optionalClaims: optionalClaims | null;
|
|
@@ -5843,7 +5940,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5843
5940
|
|
|
5844
5941
|
@entity model appManagementPolicy extends policyBase {
|
|
5845
5942
|
isEnabled: boolean;
|
|
5846
|
-
restrictions:
|
|
5943
|
+
restrictions: customAppManagementConfiguration | null;
|
|
5847
5944
|
@references appliesTo: directoryObject[];
|
|
5848
5945
|
}
|
|
5849
5946
|
|
|
@@ -5946,6 +6043,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5946
6043
|
requirements: strongAuthenticationRequirements | null;
|
|
5947
6044
|
signInPreferences: signInPreferences | null;
|
|
5948
6045
|
@contains emailMethods: emailAuthenticationMethod[];
|
|
6046
|
+
@contains externalAuthenticationMethods: externalAuthenticationMethod[];
|
|
5949
6047
|
@contains fido2Methods: fido2AuthenticationMethod[];
|
|
5950
6048
|
@contains methods: authenticationMethod[];
|
|
5951
6049
|
@contains microsoftAuthenticatorMethods: microsoftAuthenticatorAuthenticationMethod[];
|
|
@@ -6415,6 +6513,19 @@ namespace reference.`microsoft.graph` {
|
|
|
6415
6513
|
scenarios: templateScenarios;
|
|
6416
6514
|
}
|
|
6417
6515
|
|
|
6516
|
+
@entity model connectedOrganization extends entity {
|
|
6517
|
+
createdBy: string | null;
|
|
6518
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
6519
|
+
description: string | null;
|
|
6520
|
+
displayName: string | null;
|
|
6521
|
+
identitySources: identitySource[] | null;
|
|
6522
|
+
modifiedBy: string | null;
|
|
6523
|
+
modifiedDateTime: offsetDateTime | null;
|
|
6524
|
+
state: connectedOrganizationState | null;
|
|
6525
|
+
@contains externalSponsors: directoryObject[];
|
|
6526
|
+
@contains internalSponsors: directoryObject[];
|
|
6527
|
+
}
|
|
6528
|
+
|
|
6418
6529
|
@entity model connector extends entity {
|
|
6419
6530
|
externalIp: string;
|
|
6420
6531
|
machineName: string;
|
|
@@ -6680,15 +6791,6 @@ namespace reference.`microsoft.graph` {
|
|
|
6680
6791
|
@contains allowedValues: allowedValue[];
|
|
6681
6792
|
}
|
|
6682
6793
|
|
|
6683
|
-
@abstract
|
|
6684
|
-
@entity model customSecurityAttributeExemption extends entity {
|
|
6685
|
-
operator: customSecurityAttributeComparisonOperator | null;
|
|
6686
|
-
}
|
|
6687
|
-
|
|
6688
|
-
@entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
6689
|
-
value: string | null;
|
|
6690
|
-
}
|
|
6691
|
-
|
|
6692
6794
|
@entity model dataClassificationService extends entity {
|
|
6693
6795
|
@contains classifyFileJobs: jobResponseBase[];
|
|
6694
6796
|
@contains classifyTextJobs: jobResponseBase[];
|
|
@@ -7042,7 +7144,9 @@ namespace reference.`microsoft.graph` {
|
|
|
7042
7144
|
@contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
|
|
7043
7145
|
@contains accessPackageResources: accessPackageResource[];
|
|
7044
7146
|
@contains accessPackages: accessPackage[];
|
|
7147
|
+
@contains connectedOrganizations: connectedOrganization[];
|
|
7045
7148
|
@contains settings: entitlementManagementSettings | null;
|
|
7149
|
+
@contains subjects: accessPackageSubject[];
|
|
7046
7150
|
}
|
|
7047
7151
|
|
|
7048
7152
|
@entity model entitlementManagementSettings extends entity {
|
|
@@ -7135,11 +7239,15 @@ namespace reference.`microsoft.graph` {
|
|
|
7135
7239
|
responseType: responseType | null;
|
|
7136
7240
|
}
|
|
7137
7241
|
|
|
7138
|
-
@entity model exactMatchDataStore extends
|
|
7242
|
+
@entity model exactMatchDataStore extends exactMatchDataStoreBase {
|
|
7243
|
+
@contains sessions: exactMatchSession[];
|
|
7244
|
+
}
|
|
7245
|
+
|
|
7246
|
+
@entity model exactMatchDataStoreBase extends entity {
|
|
7247
|
+
columns: exactDataMatchStoreColumn[] | null;
|
|
7139
7248
|
dataLastUpdatedDateTime: offsetDateTime | null;
|
|
7140
7249
|
description: string | null;
|
|
7141
7250
|
displayName: string | null;
|
|
7142
|
-
@contains sessions: exactMatchSession[];
|
|
7143
7251
|
}
|
|
7144
7252
|
|
|
7145
7253
|
@abstract
|
|
@@ -7156,23 +7264,26 @@ namespace reference.`microsoft.graph` {
|
|
|
7156
7264
|
@contains matchingRows: lookupResultRow[];
|
|
7157
7265
|
}
|
|
7158
7266
|
|
|
7159
|
-
@entity model exactMatchSession extends
|
|
7267
|
+
@entity model exactMatchSession extends exactMatchSessionBase {
|
|
7160
7268
|
checksum: string | null;
|
|
7161
|
-
datastoreId: string | null;
|
|
7162
7269
|
dataUploadURI: string | null;
|
|
7163
7270
|
fields: string[] | null;
|
|
7164
7271
|
fileName: string | null;
|
|
7272
|
+
rowsPerBlock: int32 | null;
|
|
7273
|
+
salt: string | null;
|
|
7274
|
+
uploadAgentId: string | null;
|
|
7275
|
+
@contains uploadAgent: exactMatchUploadAgent | null;
|
|
7276
|
+
}
|
|
7277
|
+
|
|
7278
|
+
@entity model exactMatchSessionBase extends exactMatchJobBase {
|
|
7279
|
+
dataStoreId: string | null;
|
|
7165
7280
|
processingCompletionDateTime: offsetDateTime | null;
|
|
7166
7281
|
remainingBlockCount: int32 | null;
|
|
7167
7282
|
remainingJobCount: int32 | null;
|
|
7168
|
-
rowsPerBlock: int32 | null;
|
|
7169
|
-
salt: string | null;
|
|
7170
7283
|
state: string | null;
|
|
7171
7284
|
totalBlockCount: int32 | null;
|
|
7172
7285
|
totalJobCount: int32 | null;
|
|
7173
|
-
uploadAgentId: string | null;
|
|
7174
7286
|
uploadCompletionDateTime: offsetDateTime | null;
|
|
7175
|
-
@contains uploadAgent: exactMatchUploadAgent | null;
|
|
7176
7287
|
}
|
|
7177
7288
|
|
|
7178
7289
|
@entity model exactMatchUploadAgent extends entity {
|
|
@@ -7194,6 +7305,11 @@ namespace reference.`microsoft.graph` {
|
|
|
7194
7305
|
targetObjects: string[];
|
|
7195
7306
|
}
|
|
7196
7307
|
|
|
7308
|
+
@entity model externalAuthenticationMethod extends authenticationMethod {
|
|
7309
|
+
configurationId: string;
|
|
7310
|
+
displayName: string;
|
|
7311
|
+
}
|
|
7312
|
+
|
|
7197
7313
|
@entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
7198
7314
|
appId: string;
|
|
7199
7315
|
displayName: string;
|
|
@@ -7458,12 +7574,14 @@ namespace reference.`microsoft.graph` {
|
|
|
7458
7574
|
membershipRuleProcessingState: string | null;
|
|
7459
7575
|
membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
|
|
7460
7576
|
onPremisesDomainName: string | null;
|
|
7577
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
7461
7578
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
7462
7579
|
onPremisesNetBiosName: string | null;
|
|
7463
7580
|
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
7464
7581
|
onPremisesSamAccountName: string | null;
|
|
7465
7582
|
onPremisesSecurityIdentifier: string | null;
|
|
7466
7583
|
onPremisesSyncEnabled: boolean | null;
|
|
7584
|
+
organizationId: string | null;
|
|
7467
7585
|
preferredDataLocation: string | null;
|
|
7468
7586
|
preferredLanguage: string | null;
|
|
7469
7587
|
proxyAddresses: string[];
|
|
@@ -7479,6 +7597,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7479
7597
|
unseenCount: int32 | null;
|
|
7480
7598
|
unseenMessagesCount: int32 | null;
|
|
7481
7599
|
visibility: string | null;
|
|
7600
|
+
welcomeMessageEnabled: boolean | null;
|
|
7482
7601
|
@contains acceptedSenders: directoryObject[];
|
|
7483
7602
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
7484
7603
|
@contains calendar: calendar | null;
|
|
@@ -7592,7 +7711,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7592
7711
|
}
|
|
7593
7712
|
|
|
7594
7713
|
@entity model inheritablePermission extends MsGraph.SharedModels.entity {
|
|
7595
|
-
inheritableScopes: inheritableScopes;
|
|
7714
|
+
inheritableScopes: inheritableScopes | null;
|
|
7596
7715
|
@computed @key resourceAppId: string;
|
|
7597
7716
|
}
|
|
7598
7717
|
|
|
@@ -7758,7 +7877,6 @@ namespace reference.`microsoft.graph` {
|
|
|
7758
7877
|
type: string | null;
|
|
7759
7878
|
}
|
|
7760
7879
|
|
|
7761
|
-
|
|
7762
7880
|
@entity model labelContentRight extends entity {
|
|
7763
7881
|
cid: string | null;
|
|
7764
7882
|
format: string | null;
|
|
@@ -8295,7 +8413,6 @@ namespace reference.`microsoft.graph` {
|
|
|
8295
8413
|
password: string | null;
|
|
8296
8414
|
}
|
|
8297
8415
|
|
|
8298
|
-
|
|
8299
8416
|
@entity model passwordlessMicrosoftAuthenticatorAuthenticationMethod extends authenticationMethod {
|
|
8300
8417
|
|
|
8301
8418
|
@graphDeprecated("CreationDateTime")
|
|
@@ -8309,6 +8426,8 @@ namespace reference.`microsoft.graph` {
|
|
|
8309
8426
|
@contains namePronunciation: namePronunciationSettings | null;
|
|
8310
8427
|
@contains photoUpdateSettings: photoUpdateSettings | null;
|
|
8311
8428
|
@contains profileCardProperties: profileCardProperty[];
|
|
8429
|
+
@contains profilePropertySettings: profilePropertySetting[];
|
|
8430
|
+
@contains profileSources: profileSource[];
|
|
8312
8431
|
@contains pronouns: pronounsSettings | null;
|
|
8313
8432
|
}
|
|
8314
8433
|
|
|
@@ -8819,6 +8938,20 @@ namespace reference.`microsoft.graph` {
|
|
|
8819
8938
|
width: int32 | null;
|
|
8820
8939
|
}
|
|
8821
8940
|
|
|
8941
|
+
@entity model profilePropertySetting extends entity {
|
|
8942
|
+
displayName: string | null;
|
|
8943
|
+
name: string | null;
|
|
8944
|
+
prioritizedSourceUrls: string[] | null;
|
|
8945
|
+
}
|
|
8946
|
+
|
|
8947
|
+
@entity model profileSource extends entity {
|
|
8948
|
+
displayName: string | null;
|
|
8949
|
+
kind: string | null;
|
|
8950
|
+
localizations: profileSourceLocalization[];
|
|
8951
|
+
sourceId: string | null;
|
|
8952
|
+
webUrl: string | null;
|
|
8953
|
+
}
|
|
8954
|
+
|
|
8822
8955
|
@entity model program extends entity {
|
|
8823
8956
|
description: string;
|
|
8824
8957
|
displayName: string;
|
|
@@ -9070,6 +9203,10 @@ namespace reference.`microsoft.graph` {
|
|
|
9070
9203
|
@entity model roleManagement extends MsGraph.SharedModels.entity {
|
|
9071
9204
|
@contains directory: rbacApplication | null;
|
|
9072
9205
|
@contains enterpriseApps: rbacApplication[];
|
|
9206
|
+
/**
|
|
9207
|
+
* The RbacApplication for Entitlement Management
|
|
9208
|
+
*/
|
|
9209
|
+
@contains entitlementManagement: rbacApplication | null;
|
|
9073
9210
|
@contains exchange: unifiedRbacApplication | null;
|
|
9074
9211
|
}
|
|
9075
9212
|
|
|
@@ -9308,6 +9445,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9308
9445
|
errorUrl: string | null;
|
|
9309
9446
|
homepage: string | null;
|
|
9310
9447
|
info: informationalUrl | null;
|
|
9448
|
+
isDisabled: boolean | null;
|
|
9311
9449
|
keyCredentials: keyCredential[];
|
|
9312
9450
|
loginUrl: string | null;
|
|
9313
9451
|
logoutUrl: string | null;
|
|
@@ -9574,6 +9712,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9574
9712
|
authenticationRequirement: string | null;
|
|
9575
9713
|
authenticationRequirementPolicies: authenticationRequirementPolicy[] | null;
|
|
9576
9714
|
clientAppUsed: string | null;
|
|
9715
|
+
clientSessionId: string | null;
|
|
9577
9716
|
conditionalAccessAudiences: string[] | null;
|
|
9578
9717
|
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
9579
9718
|
correlationId: string | null;
|
|
@@ -9803,6 +9942,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9803
9942
|
signInCount: int64 | null;
|
|
9804
9943
|
status: signInStatus | null;
|
|
9805
9944
|
tenantId: string | null;
|
|
9945
|
+
tokenIssuerType: tokenIssuerType;
|
|
9806
9946
|
userPrincipalName: string | null;
|
|
9807
9947
|
}
|
|
9808
9948
|
|
|
@@ -10486,6 +10626,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10486
10626
|
identities: objectIdentity[] | null;
|
|
10487
10627
|
identityParentId: string | null;
|
|
10488
10628
|
imAddresses: string[] | null;
|
|
10629
|
+
infoCatalogs: string[];
|
|
10489
10630
|
interests: string[] | null;
|
|
10490
10631
|
isManagementRestricted: boolean | null;
|
|
10491
10632
|
isResourceAccount: boolean | null;
|
|
@@ -11105,6 +11246,19 @@ namespace reference.`microsoft.graph` {
|
|
|
11105
11246
|
allowedPolicyOIDs: string[];
|
|
11106
11247
|
}
|
|
11107
11248
|
|
|
11249
|
+
enum accessPackageAssignmentFilterByCurrentUserOptions {
|
|
11250
|
+
target: 1,
|
|
11251
|
+
createdBy: 2,
|
|
11252
|
+
unknownFutureValue: 99,
|
|
11253
|
+
}
|
|
11254
|
+
|
|
11255
|
+
enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
|
|
11256
|
+
target: 1,
|
|
11257
|
+
createdBy: 2,
|
|
11258
|
+
approver: 3,
|
|
11259
|
+
unknownFutureValue: 99,
|
|
11260
|
+
}
|
|
11261
|
+
|
|
11108
11262
|
enum accessPackageCustomExtensionHandlerStatus {
|
|
11109
11263
|
requestSent: 1,
|
|
11110
11264
|
requestReceived: 2,
|
|
@@ -11121,6 +11275,18 @@ namespace reference.`microsoft.graph` {
|
|
|
11121
11275
|
unknownFutureValue: 7,
|
|
11122
11276
|
}
|
|
11123
11277
|
|
|
11278
|
+
enum accessPackageFilterByCurrentUserOptions {
|
|
11279
|
+
allowedRequestor: 1,
|
|
11280
|
+
unknownFutureValue: 99,
|
|
11281
|
+
}
|
|
11282
|
+
|
|
11283
|
+
enum accessPackageSubjectLifecycle {
|
|
11284
|
+
notDefined: 0,
|
|
11285
|
+
notGoverned: 1,
|
|
11286
|
+
governed: 2,
|
|
11287
|
+
unknownFutureValue: 3,
|
|
11288
|
+
}
|
|
11289
|
+
|
|
11124
11290
|
enum accessReviewHistoryDecisionFilter {
|
|
11125
11291
|
approve: 0,
|
|
11126
11292
|
deny: 1,
|
|
@@ -11980,6 +12146,12 @@ namespace reference.`microsoft.graph` {
|
|
|
11980
12146
|
unknownFutureValue: 4,
|
|
11981
12147
|
}
|
|
11982
12148
|
|
|
12149
|
+
enum connectedOrganizationState {
|
|
12150
|
+
configured: 0,
|
|
12151
|
+
proposed: 1,
|
|
12152
|
+
unknownFutureValue: 2,
|
|
12153
|
+
}
|
|
12154
|
+
|
|
11983
12155
|
enum connectionDirection {
|
|
11984
12156
|
`unknown`: 0,
|
|
11985
12157
|
inbound: 1,
|
|
@@ -13305,6 +13477,7 @@ namespace reference.`microsoft.graph` {
|
|
|
13305
13477
|
userChangedPasswordOnPremises: 15,
|
|
13306
13478
|
adminDismissedRiskForSignIn: 16,
|
|
13307
13479
|
adminConfirmedAccountSafe: 17,
|
|
13480
|
+
microsoftRevokedSessions: 18,
|
|
13308
13481
|
}
|
|
13309
13482
|
|
|
13310
13483
|
enum riskDetectionTimingType {
|
|
@@ -14815,6 +14988,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14815
14988
|
}
|
|
14816
14989
|
|
|
14817
14990
|
}
|
|
14991
|
+
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
|
|
14992
|
+
@deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
|
|
14993
|
+
@deprecatedDefinition("azureBlobToken", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobToken will be deprecated on April 30, 2023.")
|
|
14994
|
+
@deprecatedDefinition("outputFolderId", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The outputFolderId will be deprecated on April 30, 2023.")
|
|
14995
|
+
@deprecatedDefinition("fileInfo", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The fileInfo will be deprecated on April 30, 2023.")
|
|
14818
14996
|
@publicNamespace("microsoft.graph.security")
|
|
14819
14997
|
namespace reference.`microsoft.graph.security` {
|
|
14820
14998
|
@complex model activeDirectoryDomainEvidence extends alertEvidence {
|
|
@@ -15512,6 +15690,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15512
15690
|
displayName: string | null;
|
|
15513
15691
|
domainName: string | null;
|
|
15514
15692
|
resourceAccessEvents: resourceAccessEvent[] | null;
|
|
15693
|
+
tenantId: string | null;
|
|
15515
15694
|
userPrincipalName: string | null;
|
|
15516
15695
|
userSid: string | null;
|
|
15517
15696
|
}
|
|
@@ -15534,6 +15713,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15534
15713
|
alertPolicyId: string | null;
|
|
15535
15714
|
alertWebUrl: string | null;
|
|
15536
15715
|
assignedTo: string | null;
|
|
15716
|
+
categories: string[] | null;
|
|
15717
|
+
|
|
15718
|
+
@graphDeprecated("Tasks_And_Plans")
|
|
15537
15719
|
category: string | null;
|
|
15538
15720
|
classification: alertClassification | null;
|
|
15539
15721
|
comments: alertComment[] | null;
|
|
@@ -15638,6 +15820,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15638
15820
|
externalId: string | null;
|
|
15639
15821
|
@contains caseMembers: ediscoveryCaseMember[];
|
|
15640
15822
|
@contains custodians: ediscoveryCustodian[];
|
|
15823
|
+
@contains legalHolds: ediscoveryHoldPolicy[];
|
|
15641
15824
|
@contains noncustodialDataSources: ediscoveryNoncustodialDataSource[];
|
|
15642
15825
|
@contains operations: caseOperation[];
|
|
15643
15826
|
@contains reviewSets: ediscoveryReviewSet[];
|
|
@@ -15682,18 +15865,40 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15682
15865
|
}
|
|
15683
15866
|
|
|
15684
15867
|
@entity model ediscoveryExportOperation extends caseOperation {
|
|
15868
|
+
|
|
15869
|
+
@graphDeprecated("azureBlobContainer")
|
|
15870
|
+
azureBlobContainer: string | null;
|
|
15871
|
+
|
|
15872
|
+
@graphDeprecated("azureBlobToken")
|
|
15873
|
+
azureBlobToken: string | null;
|
|
15685
15874
|
description: string | null;
|
|
15686
15875
|
exportFileMetadata: exportFileMetadata[] | null;
|
|
15687
15876
|
exportOptions: exportOptions | null;
|
|
15688
15877
|
exportStructure: exportFileStructure | null;
|
|
15878
|
+
|
|
15879
|
+
@graphDeprecated("outputFolderId")
|
|
15880
|
+
outputFolderId: string | null;
|
|
15689
15881
|
outputName: string | null;
|
|
15690
15882
|
@references reviewSet: ediscoveryReviewSet | null;
|
|
15691
15883
|
@references reviewSetQuery: ediscoveryReviewSetQuery | null;
|
|
15692
15884
|
}
|
|
15693
15885
|
|
|
15886
|
+
@entity model ediscoveryFile extends file {
|
|
15887
|
+
@references custodian: ediscoveryCustodian | null;
|
|
15888
|
+
@references tags: ediscoveryReviewTag[];
|
|
15889
|
+
}
|
|
15890
|
+
|
|
15694
15891
|
@entity model ediscoveryHoldOperation extends caseOperation {
|
|
15695
15892
|
}
|
|
15696
15893
|
|
|
15894
|
+
@entity model ediscoveryHoldPolicy extends policyBase {
|
|
15895
|
+
contentQuery: string | null;
|
|
15896
|
+
errors: string[] | null;
|
|
15897
|
+
isEnabled: boolean | null;
|
|
15898
|
+
@contains siteSources: siteSource[];
|
|
15899
|
+
@contains userSources: userSource[];
|
|
15900
|
+
}
|
|
15901
|
+
|
|
15697
15902
|
@entity model ediscoveryHoldPolicySyncOperation extends caseOperation {
|
|
15698
15903
|
reportFileMetadata: reportFileMetadata[] | null;
|
|
15699
15904
|
}
|
|
@@ -15707,9 +15912,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15707
15912
|
}
|
|
15708
15913
|
|
|
15709
15914
|
@entity model ediscoveryPurgeDataOperation extends caseOperation {
|
|
15915
|
+
reportFileMetadata: reportFileMetadata[] | null;
|
|
15710
15916
|
}
|
|
15711
15917
|
|
|
15712
15918
|
@entity model ediscoveryReviewSet extends dataSet {
|
|
15919
|
+
@contains files: ediscoveryFile[];
|
|
15713
15920
|
@contains queries: ediscoveryReviewSetQuery[];
|
|
15714
15921
|
}
|
|
15715
15922
|
|
|
@@ -15748,6 +15955,21 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15748
15955
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
15749
15956
|
}
|
|
15750
15957
|
|
|
15958
|
+
@entity model file extends reference.`microsoft.graph`.entity {
|
|
15959
|
+
content: stream | null;
|
|
15960
|
+
dateTime: offsetDateTime | null;
|
|
15961
|
+
extension: string | null;
|
|
15962
|
+
extractedTextContent: stream | null;
|
|
15963
|
+
mediaType: string | null;
|
|
15964
|
+
name: string | null;
|
|
15965
|
+
otherProperties: stringValueDictionary | null;
|
|
15966
|
+
processingStatus: fileProcessingStatus | null;
|
|
15967
|
+
senderOrAuthors: string[] | null;
|
|
15968
|
+
size: int64 | null;
|
|
15969
|
+
sourceType: sourceType | null;
|
|
15970
|
+
subjectTitle: string | null;
|
|
15971
|
+
}
|
|
15972
|
+
|
|
15751
15973
|
@entity model incident extends reference.`microsoft.graph`.entity {
|
|
15752
15974
|
assignedTo: string | null;
|
|
15753
15975
|
classification: alertClassification | null;
|
|
@@ -15772,6 +15994,17 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15772
15994
|
@references alerts: alert[];
|
|
15773
15995
|
}
|
|
15774
15996
|
|
|
15997
|
+
@abstract
|
|
15998
|
+
@entity model policyBase extends reference.`microsoft.graph`.entity {
|
|
15999
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16000
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16001
|
+
description: string | null;
|
|
16002
|
+
displayName: string | null;
|
|
16003
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16004
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16005
|
+
status: policyStatus | null;
|
|
16006
|
+
}
|
|
16007
|
+
|
|
15775
16008
|
@abstract
|
|
15776
16009
|
@entity model protectionRule extends reference.`microsoft.graph`.entity {
|
|
15777
16010
|
createdBy: string;
|
|
@@ -16214,12 +16447,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16214
16447
|
originalFiles: 1,
|
|
16215
16448
|
text: 2,
|
|
16216
16449
|
pdfReplacement: 4,
|
|
16450
|
+
@graphDeprecated("fileInfo")
|
|
16451
|
+
fileInfo: 8,
|
|
16217
16452
|
tags: 16,
|
|
16218
|
-
unknownFutureValue:
|
|
16219
|
-
splitSource:
|
|
16220
|
-
includeFolderAndPath:
|
|
16221
|
-
friendlyName:
|
|
16222
|
-
condensePaths:
|
|
16453
|
+
unknownFutureValue: 64,
|
|
16454
|
+
splitSource: 128,
|
|
16455
|
+
includeFolderAndPath: 256,
|
|
16456
|
+
friendlyName: 512,
|
|
16457
|
+
condensePaths: 1024,
|
|
16223
16458
|
}
|
|
16224
16459
|
|
|
16225
16460
|
@graphFlags
|
|
@@ -16240,6 +16475,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16240
16475
|
unknownFutureValue: 5,
|
|
16241
16476
|
}
|
|
16242
16477
|
|
|
16478
|
+
enum fileProcessingStatus {
|
|
16479
|
+
success: 0,
|
|
16480
|
+
internalError: 1,
|
|
16481
|
+
unknownError: 2,
|
|
16482
|
+
processingTimeout: 3,
|
|
16483
|
+
invalidFileId: 4,
|
|
16484
|
+
fileSizeIsZero: 5,
|
|
16485
|
+
fileSizeIsTooLarge: 6,
|
|
16486
|
+
fileDepthLimitExceeded: 7,
|
|
16487
|
+
fileBodyIsTooLong: 8,
|
|
16488
|
+
fileTypeIsUnknown: 9,
|
|
16489
|
+
fileTypeIsNotSupported: 10,
|
|
16490
|
+
malformedFile: 11,
|
|
16491
|
+
protectedFile: 12,
|
|
16492
|
+
poisonFile: 13,
|
|
16493
|
+
noReviewSetSummaryGenerated: 14,
|
|
16494
|
+
extractionException: 15,
|
|
16495
|
+
ocrProcessingTimeout: 16,
|
|
16496
|
+
ocrFileSizeExceedsLimit: 17,
|
|
16497
|
+
unknownFutureValue: 18,
|
|
16498
|
+
}
|
|
16499
|
+
|
|
16243
16500
|
@graphFlags
|
|
16244
16501
|
enum forceUserPasswordResetEntityIdentifier {
|
|
16245
16502
|
accountSid: 1,
|
|
@@ -16365,6 +16622,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16365
16622
|
unknownFutureValue: 31,
|
|
16366
16623
|
}
|
|
16367
16624
|
|
|
16625
|
+
enum policyStatus {
|
|
16626
|
+
pending: 0,
|
|
16627
|
+
error: 1,
|
|
16628
|
+
success: 2,
|
|
16629
|
+
unknownFutureValue: 3,
|
|
16630
|
+
}
|
|
16631
|
+
|
|
16368
16632
|
enum protocolType {
|
|
16369
16633
|
tcp: 0,
|
|
16370
16634
|
udp: 1,
|