@microsoft/typespec-msgraph-reference 1.0.0

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.
@@ -0,0 +1,1944 @@
1
+ // Generated to target TypeSpec 1.5.0
2
+ // Generated to target TypeSpec.MsGraph Preview 1.0.0-preview.7
3
+ import "../../../dist/index.js";
4
+ import "@microsoft/typespec-msgraph";
5
+ using MsGraph;
6
+
7
+ scalar binary; //TODO: Enables support for Edm.Binary
8
+
9
+
10
+ @privatePreviewDefinition("AgenticSP", "2025-04-14", "2025-07-13", "<theOwner>")
11
+ @publicNamespace("microsoft.graph")
12
+ namespace reference.`microsoft.graph` {
13
+ @complex model addIn {
14
+ id: guid | null;
15
+ properties: keyValue[];
16
+ type: string;
17
+ }
18
+
19
+ @complex model allAllowedScopes extends inheritableScopes {
20
+ }
21
+
22
+ @complex model allDomains extends validatingDomains {
23
+ }
24
+
25
+ @open
26
+ @complex model allowedDataLocationInfo {
27
+ }
28
+
29
+ @complex model allowedTenantsAudience extends signInAudienceRestrictionsBase {
30
+ allowedTenantIds: string[];
31
+ isHomeTenantAllowed: boolean;
32
+ }
33
+
34
+ @complex model allPreApprovedPermissions extends preApprovedPermissions {
35
+ }
36
+
37
+ @complex model allPreApprovedPermissionsOnResourceApp extends preApprovedPermissions {
38
+ resourceApplicationId: string | null;
39
+ }
40
+
41
+ @complex model allScopeSensitivityLabels extends scopeSensitivityLabels {
42
+ }
43
+
44
+ @complex model alternativeSecurityId {
45
+ identityProvider: string | null;
46
+ key: binary | null;
47
+ type: int32 | null;
48
+ }
49
+
50
+ @complex model apiApplication {
51
+ acceptMappedClaims: boolean | null;
52
+ knownClientApplications: guid | null;
53
+ oauth2PermissionScopes: permissionScope[];
54
+ preAuthorizedApplications: preAuthorizedApplication[] | null;
55
+ requestedAccessTokenVersion: int32 | null;
56
+ }
57
+
58
+ @complex model apiServicePrincipal {
59
+ resourceSpecificApplicationPermissions: resourceSpecificPermission[];
60
+ }
61
+
62
+ @complex model appManagementApplicationConfiguration extends appManagementConfiguration {
63
+ identifierUris: identifierUriConfiguration | null;
64
+ }
65
+
66
+ @abstract
67
+ @complex model appManagementConfiguration {
68
+
69
+
70
+ }
71
+
72
+ @complex model appManagementPolicyActorExemptions {
73
+ @contains customSecurityAttributes: customSecurityAttributeExemption[];
74
+ }
75
+
76
+ @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
77
+ }
78
+
79
+ @complex model appMetadata {
80
+ data: appMetadataEntry[] | null;
81
+ version: int32;
82
+ }
83
+
84
+ @complex model appMetadataEntry {
85
+ key: string | null;
86
+ value: binary | null;
87
+ }
88
+
89
+ @complex model appRole {
90
+ allowedMemberTypes: string[];
91
+ description: string | null;
92
+ displayName: string | null;
93
+ id: guid;
94
+ isEnabled: boolean;
95
+ origin: string | null;
96
+ value: string | null;
97
+ }
98
+
99
+ @complex model assignedLabel {
100
+ displayName: string | null;
101
+ labelId: string | null;
102
+ }
103
+
104
+ @complex model assignedLicense {
105
+ disabledPlans: guid;
106
+ skuId: guid | null;
107
+ }
108
+
109
+ @complex model assignedPlan {
110
+ assignedDateTime: offsetDateTime | null;
111
+ capabilityStatus: string | null;
112
+ service: string | null;
113
+ servicePlanId: guid | null;
114
+ }
115
+
116
+ @complex model authenticationBehaviors {
117
+ removeUnverifiedEmailClaim: boolean | null;
118
+ requireClientServicePrincipal: boolean | null;
119
+ }
120
+
121
+ @complex model authorizationInfo {
122
+ certificateUserIds: string[] | null;
123
+ }
124
+
125
+ @complex model certificateAuthority {
126
+ certificate: binary;
127
+ certificateRevocationListUrl: string | null;
128
+ deltaCertificateRevocationListUrl: string | null;
129
+ isRootAuthority: boolean;
130
+ issuer: string;
131
+ issuerSki: string;
132
+ }
133
+
134
+ @complex model cloudRealtimeCommunicationInfo {
135
+ isSipEnabled: boolean | null;
136
+ }
137
+
138
+ @open
139
+ @complex model ComplexExtensionValue {
140
+ }
141
+
142
+ @complex model contentCustomization {
143
+ attributeCollection: keyValue[];
144
+ attributeCollectionRelativeUrl: string | null;
145
+ registrationCampaign: keyValue[];
146
+ registrationCampaignRelativeUrl: string | null;
147
+ }
148
+
149
+ @complex model conversionUserDetails {
150
+ convertedToInternalUserDateTime: offsetDateTime;
151
+ displayName: string;
152
+ mail: string;
153
+ userPrincipalName: string;
154
+ }
155
+
156
+ @complex model crossTenantAccessPolicyB2BSetting {
157
+ applications: crossTenantAccessPolicyTargetConfiguration | null;
158
+ usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
159
+ }
160
+
161
+ @complex model crossTenantAccessPolicyInboundTrust {
162
+ isCompliantDeviceAccepted: boolean | null;
163
+ isHybridAzureADJoinedDeviceAccepted: boolean | null;
164
+ isMfaAccepted: boolean | null;
165
+ }
166
+
167
+ @complex model crossTenantAccessPolicyTarget {
168
+ target: string | null;
169
+ targetType: crossTenantAccessPolicyTargetType | null;
170
+ }
171
+
172
+ @complex model crossTenantAccessPolicyTargetConfiguration {
173
+ accessType: crossTenantAccessPolicyTargetConfigurationAccessType | null;
174
+ targets: crossTenantAccessPolicyTarget[] | null;
175
+ }
176
+
177
+ @complex model crossTenantUserSyncInbound {
178
+ isSyncAllowed: boolean | null;
179
+ }
180
+
181
+ @complex model customAppManagementApplicationConfiguration {
182
+ identifierUris: identifierUriConfiguration | null;
183
+ }
184
+
185
+ @complex model customAppManagementConfiguration extends appManagementConfiguration {
186
+ applicationRestrictions: customAppManagementApplicationConfiguration | null;
187
+ }
188
+
189
+ @open
190
+ @complex model customSecurityAttributeValue {
191
+ }
192
+
193
+ @complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
194
+ }
195
+
196
+ @complex model defaultUserRolePermissions {
197
+ allowedToCreateApps: boolean;
198
+ allowedToCreateSecurityGroups: boolean;
199
+ allowedToCreateTenants: boolean | null;
200
+ allowedToReadBitlockerKeysForOwnedDevice: boolean | null;
201
+ allowedToReadOtherUsers: boolean;
202
+ }
203
+
204
+ @complex model deviceKey {
205
+ deviceId: guid | null;
206
+ keyMaterial: binary | null;
207
+ keyType: string | null;
208
+ }
209
+
210
+ @open
211
+ @complex model Dictionary {
212
+ }
213
+
214
+ @complex model directorySizeQuota {
215
+ total: int32 | null;
216
+ used: int32 | null;
217
+ }
218
+
219
+ @complex model domainState {
220
+ @computed lastActionDateTime: offsetDateTime | null;
221
+ operation: string | null;
222
+ status: string | null;
223
+ }
224
+
225
+ @complex model employeeOrgData {
226
+ costCenter: string | null;
227
+ division: string | null;
228
+ }
229
+
230
+ @complex model enumeratedDomains extends validatingDomains {
231
+ domainNames: string[];
232
+ }
233
+
234
+ @complex model enumeratedPreApprovedPermissions extends preApprovedPermissions {
235
+ permissionIds: string[] | null;
236
+ resourceApplicationId: string | null;
237
+ }
238
+
239
+ @complex model enumeratedScopes extends inheritableScopes {
240
+ scopes: string[];
241
+ }
242
+
243
+ @complex model enumeratedScopeSensitivityLabels extends scopeSensitivityLabels {
244
+ sensitivityLabels: string[] | null;
245
+ }
246
+
247
+ @complex model extensionSchemaProperty {
248
+ name: string | null;
249
+ type: string | null;
250
+ }
251
+
252
+ @complex model federatedIdentityExpression {
253
+ languageVersion: int32;
254
+ value: string;
255
+ }
256
+
257
+ @complex model groupWritebackConfiguration extends writebackConfiguration {
258
+ onPremisesGroupType: string | null;
259
+ }
260
+
261
+ @complex model identifierUriConfiguration {
262
+ nonDefaultUriAddition: identifierUriRestriction | null;
263
+ }
264
+
265
+ @complex model identifierUriRestriction {
266
+ excludeActors: appManagementPolicyActorExemptions | null;
267
+ excludeAppsReceivingV2Tokens: boolean | null;
268
+ excludeSaml: boolean | null;
269
+ isStateSetByMicrosoft: boolean;
270
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
271
+ state: appManagementRestrictionState;
272
+ }
273
+
274
+ @open
275
+ @complex model identity {
276
+ displayName: string | null;
277
+ id: string | null;
278
+ }
279
+
280
+ @complex model implicitGrantSettings {
281
+ enableAccessTokenIssuance: boolean | null;
282
+ enableIdTokenIssuance: boolean | null;
283
+ }
284
+
285
+ @complex model inboundOutboundPolicyConfiguration {
286
+ inboundAllowed: boolean | null;
287
+ outboundAllowed: boolean | null;
288
+ }
289
+
290
+ @complex model informationalUrl {
291
+ logoUrl: string | null;
292
+ marketingUrl: string | null;
293
+ privacyStatementUrl: string | null;
294
+ supportUrl: string | null;
295
+ termsOfServiceUrl: string | null;
296
+ }
297
+
298
+ @abstract
299
+ @complex model inheritableScopes {
300
+ kind: scopeCollectionKind;
301
+ }
302
+
303
+ @complex model instanceResourceAccess {
304
+ permissions: resourcePermission[];
305
+ resourceAppId: string;
306
+ }
307
+
308
+ @complex model invitationRedemptionIdentityProviderConfiguration {
309
+ fallbackIdentityProvider: b2bIdentityProvidersType | null;
310
+ primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
311
+ }
312
+
313
+ @complex model keyCredential {
314
+ customKeyIdentifier: binary | null;
315
+ displayName: string | null;
316
+ endDateTime: offsetDateTime | null;
317
+ key: binary | null;
318
+ keyId: guid | null;
319
+ startDateTime: offsetDateTime | null;
320
+ type: string | null;
321
+ usage: string | null;
322
+ }
323
+
324
+ @complex model keyValue {
325
+ key: string | null;
326
+ value: string | null;
327
+ }
328
+
329
+ @complex model licenseAssignmentState {
330
+ assignedByGroup: string | null;
331
+ disabledPlans: guid | null;
332
+ error: string | null;
333
+ @computed lastUpdatedDateTime: offsetDateTime | null;
334
+ skuId: guid | null;
335
+ state: string | null;
336
+ }
337
+
338
+ @complex model licenseProcessingState {
339
+ state: string | null;
340
+ }
341
+
342
+ @complex model licenseUnitsDetail {
343
+ enabled: int32 | null;
344
+ suspended: int32 | null;
345
+ warning: int32 | null;
346
+ }
347
+
348
+ @complex model loginPageBrandingVisualElement {
349
+ customText: string | null;
350
+ customUrl: string | null;
351
+ isHidden: boolean | null;
352
+ }
353
+
354
+ @complex model loginPageLayoutConfiguration {
355
+ isFooterShown: boolean | null;
356
+ isHeaderShown: boolean | null;
357
+ layoutTemplateType: layoutTemplateType | null;
358
+ }
359
+
360
+ @complex model loginPageTextVisibilitySettings {
361
+ hideAccountResetCredentials: boolean | null;
362
+ hideCannotAccessYourAccount: boolean | null;
363
+ hideForgotMyPassword: boolean | null;
364
+ hidePrivacyAndCookies: boolean | null;
365
+ hideResetItNow: boolean | null;
366
+ hideTermsOfUse: boolean | null;
367
+ }
368
+
369
+ @complex model noScopes extends inheritableScopes {
370
+ }
371
+
372
+ @complex model objectIdentity {
373
+ issuer: string | null;
374
+ issuerAssignedId: string | null;
375
+ signInType: string | null;
376
+ }
377
+
378
+ @complex model onPremisesAccidentalDeletionPrevention {
379
+ alertThreshold: int32 | null;
380
+ synchronizationPreventionType: onPremisesDirectorySynchronizationDeletionPreventionType | null;
381
+ }
382
+
383
+ @complex model onPremisesDirectorySynchronizationConfiguration {
384
+ accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
385
+ }
386
+
387
+ @complex model onPremisesDirectorySynchronizationFeature {
388
+ blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
389
+ blockSoftMatchEnabled: boolean | null;
390
+ bypassDirSyncOverridesEnabled: boolean | null;
391
+ cloudPasswordPolicyForPasswordSyncedUsersEnabled: boolean | null;
392
+ concurrentCredentialUpdateEnabled: boolean | null;
393
+ concurrentOrgIdProvisioningEnabled: boolean | null;
394
+ deviceWritebackEnabled: boolean | null;
395
+ directoryExtensionsEnabled: boolean | null;
396
+ fopeConflictResolutionEnabled: boolean | null;
397
+ groupWriteBackEnabled: boolean | null;
398
+ passwordSyncEnabled: boolean | null;
399
+ passwordWritebackEnabled: boolean | null;
400
+ quarantineUponProxyAddressesConflictEnabled: boolean | null;
401
+ quarantineUponUpnConflictEnabled: boolean | null;
402
+ softMatchOnUpnEnabled: boolean | null;
403
+ synchronizeUpnForManagedUsersEnabled: boolean | null;
404
+ unifiedGroupWritebackEnabled: boolean | null;
405
+ userForcePasswordChangeOnLogonEnabled: boolean | null;
406
+ userWritebackEnabled: boolean | null;
407
+ }
408
+
409
+ @complex model onPremisesExtensionAttributes {
410
+ extensionAttribute1: string | null;
411
+ extensionAttribute10: string | null;
412
+ extensionAttribute11: string | null;
413
+ extensionAttribute12: string | null;
414
+ extensionAttribute13: string | null;
415
+ extensionAttribute14: string | null;
416
+ extensionAttribute15: string | null;
417
+ extensionAttribute2: string | null;
418
+ extensionAttribute3: string | null;
419
+ extensionAttribute4: string | null;
420
+ extensionAttribute5: string | null;
421
+ extensionAttribute6: string | null;
422
+ extensionAttribute7: string | null;
423
+ extensionAttribute8: string | null;
424
+ extensionAttribute9: string | null;
425
+ }
426
+
427
+ @complex model onPremisesProvisioningError {
428
+ category: string | null;
429
+ occurredDateTime: offsetDateTime | null;
430
+ propertyCausingError: string | null;
431
+ value: string | null;
432
+ }
433
+
434
+ @complex model optionalClaim {
435
+ additionalProperties: string[] | null;
436
+ essential: boolean;
437
+ name: string;
438
+ source: string | null;
439
+ }
440
+
441
+ @complex model optionalClaims {
442
+ accessToken: optionalClaim[] | null;
443
+ idToken: optionalClaim[] | null;
444
+ saml2Token: optionalClaim[] | null;
445
+ }
446
+
447
+ @complex model parentalControlSettings {
448
+ countriesBlockedForMinors: string[] | null;
449
+ legalAgeGroupRule: string | null;
450
+ }
451
+
452
+ @complex model passwordCredential {
453
+ customKeyIdentifier: binary | null;
454
+ displayName: string | null;
455
+ endDateTime: offsetDateTime | null;
456
+ hint: string | null;
457
+ keyId: guid | null;
458
+ secretText: string | null;
459
+ startDateTime: offsetDateTime | null;
460
+ }
461
+
462
+ @complex model passwordProfile {
463
+ forceChangePasswordNextSignIn: boolean | null;
464
+ forceChangePasswordNextSignInWithMfa: boolean | null;
465
+ password: string | null;
466
+ }
467
+
468
+ @complex model permissionScope {
469
+ adminConsentDescription: string | null;
470
+ adminConsentDisplayName: string | null;
471
+ id: guid;
472
+ isEnabled: boolean;
473
+ origin: string | null;
474
+ type: string | null;
475
+ userConsentDescription: string | null;
476
+ userConsentDisplayName: string | null;
477
+ value: string | null;
478
+ }
479
+
480
+ @complex model phone {
481
+ number: string | null;
482
+ type: phoneType | null;
483
+ }
484
+
485
+ @complex model physicalOfficeAddress {
486
+ city: string | null;
487
+ countryOrRegion: string | null;
488
+ officeLocation: string | null;
489
+ postalCode: string | null;
490
+ state: string | null;
491
+ street: string | null;
492
+ }
493
+
494
+ @complex model preApprovalDetail {
495
+ permissions: preApprovedPermissions;
496
+ scopeType: resourceScopeType;
497
+ sensitivityLabels: scopeSensitivityLabels;
498
+ }
499
+
500
+ @abstract
501
+ @complex model preApprovedPermissions {
502
+ permissionKind: permissionKind | null;
503
+ permissionType: permissionType | null;
504
+ }
505
+
506
+ @complex model preAuthorizedApplication {
507
+ appId: string;
508
+ permissionIds: string[] | null;
509
+ }
510
+
511
+ @complex model privacyProfile {
512
+ contactEmail: string | null;
513
+ statementUrl: string | null;
514
+ }
515
+
516
+ @complex model provisionedPlan {
517
+ capabilityStatus: string | null;
518
+ provisioningStatus: string | null;
519
+ service: string | null;
520
+ }
521
+
522
+ @complex model publicClientApplication {
523
+ redirectUris: string[];
524
+ }
525
+
526
+ @complex model redirectUriSettings {
527
+ index: int32 | null;
528
+ uri: string | null;
529
+ }
530
+
531
+ @complex model requestSignatureVerification {
532
+ allowedWeakAlgorithms: weakAlgorithms | null;
533
+ isSignedRequestRequired: boolean;
534
+ }
535
+
536
+ @complex model requiredResourceAccess {
537
+ resourceAccess: resourceAccess[];
538
+ resourceAppId: string;
539
+ }
540
+
541
+ @complex model resourceAccess {
542
+ id: guid;
543
+ type: string | null;
544
+ }
545
+
546
+ @complex model resourcePermission {
547
+ type: string;
548
+ value: string;
549
+ }
550
+
551
+ @complex model resourceSpecificPermission {
552
+ description: string | null;
553
+ displayName: string | null;
554
+ id: guid;
555
+ isEnabled: boolean;
556
+ value: string | null;
557
+ }
558
+
559
+ @complex model samlSingleSignOnSettings {
560
+ relayState: string | null;
561
+ }
562
+
563
+ @abstract
564
+ @complex model scopeSensitivityLabels {
565
+ labelKind: labelKind | null;
566
+ }
567
+
568
+ @complex model selfSignedCertificate {
569
+ customKeyIdentifier: binary | null;
570
+ displayName: string | null;
571
+ endDateTime: offsetDateTime | null;
572
+ key: binary | null;
573
+ keyId: guid | null;
574
+ startDateTime: offsetDateTime | null;
575
+ thumbprint: string | null;
576
+ type: string | null;
577
+ usage: string | null;
578
+ }
579
+
580
+ @complex model servicePlanInfo {
581
+ appliesTo: string | null;
582
+ provisioningStatus: string | null;
583
+ servicePlanId: guid | null;
584
+ servicePlanName: string | null;
585
+ }
586
+
587
+ @complex model servicePrincipalLockConfiguration {
588
+ allProperties: boolean | null;
589
+ credentialsWithUsageSign: boolean | null;
590
+ credentialsWithUsageVerify: boolean | null;
591
+ isEnabled: boolean;
592
+ tokenEncryptionKeyId: boolean | null;
593
+ }
594
+
595
+ @complex model settingTemplateValue {
596
+ defaultValue: string | null;
597
+ description: string | null;
598
+ name: string | null;
599
+ type: string | null;
600
+ }
601
+
602
+ @complex model settingValue {
603
+ name: string | null;
604
+ value: string | null;
605
+ }
606
+
607
+ @abstract
608
+ @complex model signInAudienceRestrictionsBase {
609
+ kind: kind;
610
+ }
611
+
612
+ @complex model signingCertificateUpdateStatus {
613
+ certificateUpdateResult: string | null;
614
+ @computed lastRunDateTime: offsetDateTime | null;
615
+ }
616
+
617
+ @complex model spaApplication {
618
+ redirectUris: string[];
619
+ }
620
+
621
+ @complex model tenantInformation {
622
+ defaultDomainName: string | null;
623
+ displayName: string | null;
624
+ federationBrandName: string | null;
625
+ tenantId: string;
626
+ }
627
+
628
+ @complex model trustedSubjectNameAndIssuerConfiguration {
629
+ trustedCertificateSubjectAddition: trustedSubjectNameAndIssuerRestriction | null;
630
+ }
631
+
632
+ @complex model trustedSubjectNameAndIssuerRestriction {
633
+ excludeActors: appManagementPolicyActorExemptions | null;
634
+ isStateSetByMicrosoft: boolean;
635
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
636
+ state: appManagementRestrictionState;
637
+ }
638
+
639
+ @complex model unifiedRolePermission {
640
+ allowedResourceActions: string[];
641
+ condition: string | null;
642
+ excludedResourceActions: string[] | null;
643
+ }
644
+
645
+ @complex model unrestrictedAudience extends signInAudienceRestrictionsBase {
646
+ }
647
+
648
+ @abstract
649
+ @complex model validatingDomains {
650
+ rootDomains: rootDomains;
651
+ }
652
+
653
+ @complex model verifiedDomain {
654
+ capabilities: string | null;
655
+ isDefault: boolean | null;
656
+ isInitial: boolean | null;
657
+ name: string | null;
658
+ type: string | null;
659
+ }
660
+
661
+ @complex model webApplication {
662
+ homePageUrl: string | null;
663
+ implicitGrantSettings: implicitGrantSettings | null;
664
+ logoutUrl: string | null;
665
+ oauth2AllowImplicitFlow: boolean | null;
666
+ redirectUris: string[];
667
+ redirectUriSettings: redirectUriSettings[];
668
+ }
669
+
670
+ @complex model writebackConfiguration {
671
+ isEnabled: boolean | null;
672
+ }
673
+
674
+ @entity model activityBasedTimeoutPolicy extends stsPolicy {
675
+ }
676
+
677
+ @open
678
+ @entity model administrativeUnit extends directoryObject {
679
+ description: string | null;
680
+ displayName: string | null;
681
+ isMemberManagementRestricted: boolean | null;
682
+ membershipRule: string | null;
683
+ membershipRuleProcessingState: string | null;
684
+ membershipType: string | null;
685
+ visibility: string | null;
686
+ @references deletedMembers: directoryObject[];
687
+ @contains extensions: extension[];
688
+ @references members: directoryObject[];
689
+ @contains scopedRoleMembers: scopedRoleMembership[];
690
+ }
691
+
692
+ @privatePreview("AgenticSP")
693
+ @open
694
+ @entity model agentIdentity extends servicePrincipal {
695
+ agentIdentityBlueprintId: string;
696
+ @computed createdDateTime: offsetDateTime | null;
697
+ @references sponsors: directoryObject[];
698
+ }
699
+
700
+ @open
701
+ @entity model agentIdentityBlueprint extends application {
702
+ @contains inheritablePermissions: inheritablePermission[];
703
+ @references sponsors: directoryObject[];
704
+ }
705
+
706
+ @open
707
+ @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
708
+ @references sponsors: directoryObject[];
709
+ }
710
+
711
+ @open
712
+ @entity model allowedDataLocation extends entity {
713
+ appId: string | null;
714
+ domain: string | null;
715
+ isDefault: boolean | null;
716
+ location: string | null;
717
+ }
718
+
719
+ @entity model allowedValue extends entity {
720
+ isActive: boolean | null;
721
+ }
722
+
723
+ @open
724
+ @entity model application extends directoryObject {
725
+ api: apiApplication | null;
726
+ appId: string | null;
727
+ appRoles: appRole[];
728
+ authenticationBehaviors: authenticationBehaviors | null;
729
+ createdByAppId: string | null;
730
+ @computed createdDateTime: offsetDateTime | null;
731
+ defaultRedirectUri: string | null;
732
+ description: string | null;
733
+ disabledByMicrosoftStatus: string | null;
734
+ displayName: string | null;
735
+ groupMembershipClaims: string | null;
736
+ identifierUris: string[];
737
+ info: informationalUrl | null;
738
+ isDeviceOnlyAuthSupported: boolean | null;
739
+ isFallbackPublicClient: boolean | null;
740
+ keyCredentials: keyCredential[];
741
+ logo: stream;
742
+ notes: string | null;
743
+ optionalClaims: optionalClaims | null;
744
+ parentalControlSettings: parentalControlSettings | null;
745
+ passwordCredentials: passwordCredential[];
746
+ publicClient: publicClientApplication | null;
747
+ publisherDomain: string | null;
748
+ requestSignatureVerification: requestSignatureVerification | null;
749
+ requiredResourceAccess: requiredResourceAccess[];
750
+ serviceManagementReference: string | null;
751
+ servicePrincipalLockConfiguration: servicePrincipalLockConfiguration | null;
752
+ signInAudience: string | null;
753
+ signInAudienceRestrictions: signInAudienceRestrictionsBase;
754
+ spa: spaApplication | null;
755
+ tags: string[];
756
+ tokenEncryptionKeyId: guid | null;
757
+ uniqueName: string | null;
758
+ web: webApplication | null;
759
+ @references appManagementPolicies: appManagementPolicy[];
760
+ @references createdOnBehalfOf: directoryObject | null;
761
+ @contains extensionProperties: extensionProperty[];
762
+ @contains federatedIdentityCredentials: federatedIdentityCredential[];
763
+ @references homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
764
+ @references owners: directoryObject[];
765
+ @references tokenIssuancePolicies: tokenIssuancePolicy[];
766
+ @references tokenLifetimePolicies: tokenLifetimePolicy[];
767
+ }
768
+
769
+ @entity model appManagementPolicy extends policyBase {
770
+ isEnabled: boolean;
771
+ restrictions: customAppManagementConfiguration | null;
772
+ @references appliesTo: directoryObject[];
773
+ }
774
+
775
+ @entity model appRoleAssignment extends directoryObject {
776
+ appRoleId: guid;
777
+ creationTimestamp: offsetDateTime | null;
778
+ principalDisplayName: string | null;
779
+ principalId: guid | null;
780
+ principalType: string | null;
781
+ resourceDisplayName: string | null;
782
+ resourceId: guid | null;
783
+ }
784
+
785
+ @entity model appScope extends entity {
786
+ displayName: string | null;
787
+ type: string | null;
788
+ }
789
+
790
+ @entity model attributeSet extends entity {
791
+ description: string | null;
792
+ maxAttributesPerSet: int32 | null;
793
+ }
794
+
795
+ @entity model authenticationContextClassReference extends entity {
796
+ description: string | null;
797
+ displayName: string | null;
798
+ isAvailable: boolean | null;
799
+ }
800
+
801
+ @entity model authorizationPolicy extends policyBase {
802
+ allowedToSignUpEmailBasedSubscriptions: boolean;
803
+ allowedToUseSSPR: boolean;
804
+ allowEmailVerifiedUsersToJoinOrganization: boolean;
805
+ allowInvitesFrom: allowInvitesFrom | null;
806
+ allowUserConsentForRiskyApps: boolean | null;
807
+ blockMsolPowerShell: boolean | null;
808
+ defaultUserRolePermissions: defaultUserRolePermissions;
809
+ enabledPreviewFeatures: string[] | null;
810
+ guestUserRoleId: guid | null;
811
+ permissionGrantPolicyIdsAssignedToDefaultUserRole: string[] | null;
812
+ }
813
+
814
+ @entity model certificateAuthorityAsEntity extends entity {
815
+ certificate: binary;
816
+ isRootAuthority: boolean;
817
+ issuer: string;
818
+ issuerSubjectKeyIdentifier: string;
819
+ }
820
+
821
+ @entity model certificateAuthorityDetail extends directoryObject {
822
+ certificate: binary;
823
+ certificateAuthorityType: certificateAuthorityType | null;
824
+ certificateRevocationListUrl: string | null;
825
+ @computed createdDateTime: offsetDateTime | null;
826
+ deltaCertificateRevocationListUrl: string | null;
827
+ displayName: string | null;
828
+ expirationDateTime: offsetDateTime;
829
+ isIssuerHintEnabled: boolean | null;
830
+ issuer: string | null;
831
+ issuerSubjectKeyIdentifier: string | null;
832
+ thumbprint: string;
833
+ }
834
+
835
+ @entity model certificateAuthorityPath extends entity {
836
+ @contains certificateBasedApplicationConfigurations: certificateBasedApplicationConfiguration[];
837
+ }
838
+
839
+ @entity model certificateBasedApplicationConfiguration extends trustedCertificateAuthorityAsEntityBase {
840
+ description: string | null;
841
+ displayName: string | null;
842
+ }
843
+
844
+ @entity model certificateBasedAuthConfiguration extends entity {
845
+ certificateAuthorities: certificateAuthority[];
846
+ }
847
+
848
+ @entity model certificateBasedAuthPki extends directoryObject {
849
+ displayName: string | null;
850
+ @computed lastModifiedDateTime: offsetDateTime;
851
+ status: string | null;
852
+ statusDetails: string | null;
853
+ @contains certificateAuthorities: certificateAuthorityDetail[];
854
+ }
855
+
856
+ @entity model claimsMappingPolicy extends stsPolicy {
857
+ }
858
+
859
+ @entity model companySubscription extends entity {
860
+ commerceSubscriptionId: string | null;
861
+ @computed createdDateTime: offsetDateTime | null;
862
+ isTrial: boolean | null;
863
+ nextLifecycleDateTime: offsetDateTime | null;
864
+ ownerId: string | null;
865
+ ownerTenantId: string | null;
866
+ ownerType: string | null;
867
+ serviceStatus: servicePlanInfo[];
868
+ skuId: string | null;
869
+ skuPartNumber: string | null;
870
+ status: string | null;
871
+ totalLicenses: int32 | null;
872
+ }
873
+
874
+ @entity model conditionalAccessRoot extends MsGraph.SharedModels.entity {
875
+ }
876
+
877
+ @open
878
+ @entity model contract extends directoryObject {
879
+ contractType: string | null;
880
+ customerId: guid | null;
881
+ defaultDomainName: string | null;
882
+ displayName: string | null;
883
+ }
884
+
885
+ @entity model crossTenantAccessPolicy extends tenantRelationshipAccessPolicyBase {
886
+ allowedCloudEndpoints: string[];
887
+ @contains default: crossTenantAccessPolicyConfigurationDefault | null;
888
+ @contains partners: crossTenantAccessPolicyConfigurationPartner[];
889
+ }
890
+
891
+ @entity model crossTenantAccessPolicyConfigurationDefault extends entity {
892
+ automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
893
+ b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
894
+ b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
895
+ b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
896
+ b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
897
+ inboundTrust: crossTenantAccessPolicyInboundTrust | null;
898
+ invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
899
+ isServiceDefault: boolean | null;
900
+ }
901
+
902
+ @entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
903
+ automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
904
+ b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
905
+ b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
906
+ b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
907
+ b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
908
+ inboundTrust: crossTenantAccessPolicyInboundTrust | null;
909
+ isServiceProvider: boolean | null;
910
+ @computed @key tenantId: string;
911
+ @contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
912
+ }
913
+
914
+ @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
915
+ displayName: string | null;
916
+ externalCloudAuthorizedApplicationId: string | null;
917
+ @computed @key tenantId: string;
918
+ userSyncInbound: crossTenantUserSyncInbound | null;
919
+ }
920
+
921
+ @entity model customSecurityAttributeDefinition extends entity {
922
+ attributeSet: string;
923
+ description: string | null;
924
+ isCollection: boolean;
925
+ isSearchable: boolean | null;
926
+ name: string;
927
+ status: string;
928
+ type: string;
929
+ usePreDefinedValuesOnly: boolean | null;
930
+ @contains allowedValues: allowedValue[];
931
+ }
932
+
933
+ @abstract
934
+ @entity model customSecurityAttributeExemption extends entity {
935
+ operator: customSecurityAttributeComparisonOperator | null;
936
+ }
937
+
938
+ @entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
939
+ value: string | null;
940
+ }
941
+
942
+ @entity model delegatedPermissionClassification extends entity {
943
+ classification: permissionClassificationType | null;
944
+ permissionId: string | null;
945
+ permissionName: string | null;
946
+ }
947
+
948
+ @open
949
+ @entity model device extends directoryObject {
950
+ accountEnabled: boolean | null;
951
+ alternativeSecurityIds: alternativeSecurityId[];
952
+ approximateLastSignInDateTime: offsetDateTime | null;
953
+ complianceExpirationDateTime: offsetDateTime | null;
954
+ deviceCategory: string | null;
955
+ deviceId: string | null;
956
+ deviceMetadata: string | null;
957
+ deviceOwnership: string | null;
958
+ deviceVersion: int32 | null;
959
+ displayName: string | null;
960
+ domainName: string | null;
961
+ enrollmentProfileName: string | null;
962
+ enrollmentType: string | null;
963
+ extensionAttributes: onPremisesExtensionAttributes | null;
964
+ isCompliant: boolean | null;
965
+ isManaged: boolean | null;
966
+ isManagementRestricted: boolean | null;
967
+ isRooted: boolean | null;
968
+ managementType: string | null;
969
+ manufacturer: string | null;
970
+ mdmAppId: string | null;
971
+ `model`: string | null;
972
+ onPremisesLastSyncDateTime: offsetDateTime | null;
973
+ onPremisesSecurityIdentifier: string | null;
974
+ onPremisesSyncEnabled: boolean | null;
975
+ operatingSystem: string | null;
976
+ operatingSystemVersion: string | null;
977
+ physicalIds: string[];
978
+ profileType: string | null;
979
+ registrationDateTime: offsetDateTime | null;
980
+ systemLabels: string[];
981
+ trustType: string | null;
982
+ @contains extensions: extension[];
983
+ @references memberOf: directoryObject[];
984
+ @references registeredOwners: directoryObject[];
985
+ @references registeredUsers: directoryObject[];
986
+ @references transitiveMemberOf: directoryObject[];
987
+ }
988
+
989
+ @entity model directory extends entity {
990
+ @contains administrativeUnits: administrativeUnit[];
991
+ @contains attributeSets: attributeSet[];
992
+ @contains certificateAuthorities: certificateAuthorityPath | null;
993
+ @contains customSecurityAttributeDefinitions: customSecurityAttributeDefinition[];
994
+ @contains deletedItems: directoryObject[];
995
+ @contains federationConfigurations: identityProviderBase[];
996
+ @contains onPremisesSynchronization: onPremisesDirectorySynchronization[];
997
+ @contains publicKeyInfrastructure: publicKeyInfrastructureRoot | null;
998
+ @contains subscriptions: companySubscription[];
999
+ }
1000
+
1001
+ @open
1002
+ @entity model directoryObject extends entity {
1003
+ deletedDateTime: offsetDateTime | null;
1004
+ }
1005
+
1006
+ @entity model directoryObjectPartnerReference extends directoryObject {
1007
+ description: string | null;
1008
+ displayName: string | null;
1009
+ externalPartnerTenantId: guid | null;
1010
+ objectType: string | null;
1011
+ }
1012
+
1013
+ @open
1014
+ @entity model directoryRole extends directoryObject {
1015
+ description: string | null;
1016
+ displayName: string | null;
1017
+ roleTemplateId: string | null;
1018
+ @references members: directoryObject[];
1019
+ @contains scopedMembers: scopedRoleMembership[];
1020
+ }
1021
+
1022
+ @open
1023
+ @entity model directoryRoleTemplate extends directoryObject {
1024
+ description: string | null;
1025
+ displayName: string | null;
1026
+ }
1027
+
1028
+ @open
1029
+ @entity model directorySetting extends entity {
1030
+ displayName: string | null;
1031
+ templateId: string | null;
1032
+ values: settingValue[];
1033
+ }
1034
+
1035
+ @open
1036
+ @entity model directorySettingTemplate extends directoryObject {
1037
+ description: string | null;
1038
+ displayName: string | null;
1039
+ values: settingTemplateValue[];
1040
+ }
1041
+
1042
+ @entity model domain extends entity {
1043
+ authenticationType: string;
1044
+ availabilityStatus: string | null;
1045
+ isAdminManaged: boolean;
1046
+ isDefault: boolean;
1047
+ isInitial: boolean;
1048
+ isRoot: boolean;
1049
+ isVerified: boolean;
1050
+ passwordNotificationWindowInDays: int32 | null;
1051
+ passwordValidityPeriodInDays: int32 | null;
1052
+ state: domainState | null;
1053
+ supportedServices: string[];
1054
+ @references domainNameReferences: directoryObject[];
1055
+ @contains federationConfiguration: internalDomainFederation[];
1056
+ @references rootDomain: domain | null;
1057
+ @contains serviceConfigurationRecords: domainDnsRecord[];
1058
+ @contains verificationDnsRecords: domainDnsRecord[];
1059
+ }
1060
+
1061
+ @entity model domainDnsCnameRecord extends domainDnsRecord {
1062
+ canonicalName: string | null;
1063
+ }
1064
+
1065
+ @entity model domainDnsMxRecord extends domainDnsRecord {
1066
+ mailExchange: string;
1067
+ preference: int32 | null;
1068
+ }
1069
+
1070
+ @entity model domainDnsRecord extends entity {
1071
+ isOptional: boolean;
1072
+ label: string;
1073
+ recordType: string | null;
1074
+ supportedService: string;
1075
+ ttl: int32;
1076
+ }
1077
+
1078
+ @entity model domainDnsSrvRecord extends domainDnsRecord {
1079
+ nameTarget: string | null;
1080
+ port: int32 | null;
1081
+ priority: int32 | null;
1082
+ protocol: string | null;
1083
+ service: string | null;
1084
+ weight: int32 | null;
1085
+ }
1086
+
1087
+ @entity model domainDnsTxtRecord extends domainDnsRecord {
1088
+ text: string;
1089
+ }
1090
+
1091
+ @entity model domainDnsUnavailableRecord extends domainDnsRecord {
1092
+ description: string | null;
1093
+ }
1094
+
1095
+ @open
1096
+ @entity model endpoint extends directoryObject {
1097
+ capability: string;
1098
+ providerId: string | null;
1099
+ providerName: string | null;
1100
+ providerResourceId: string | null;
1101
+ uri: string;
1102
+ }
1103
+
1104
+ @abstract
1105
+ @entity model entity extends MsGraph.SharedModels.entity {
1106
+ @computed @key id: string;
1107
+ }
1108
+
1109
+ @entity model extension extends entity {
1110
+ }
1111
+
1112
+ @open
1113
+ @entity model extensionProperty extends directoryObject {
1114
+ appDisplayName: string | null;
1115
+ dataType: string;
1116
+ isMultiValued: boolean;
1117
+ isSyncedFromOnPremises: boolean | null;
1118
+ name: string;
1119
+ targetObjects: string[];
1120
+ }
1121
+
1122
+ @entity model externalDomainName extends entity {
1123
+ }
1124
+
1125
+ @entity model externalIdentitiesPolicy extends policyBase {
1126
+ allowDeletedIdentitiesDataRemoval: boolean;
1127
+ allowExternalIdentitiesToLeave: boolean;
1128
+ }
1129
+
1130
+ @entity model federatedIdentityCredential extends entity {
1131
+ audiences: string[];
1132
+ claimsMatchingExpression: federatedIdentityExpression | null;
1133
+ description: string | null;
1134
+ issuer: string;
1135
+ name: string;
1136
+ subject: string | null;
1137
+ }
1138
+
1139
+ @entity model federatedTokenValidationPolicy extends directoryObject {
1140
+ validatingDomains: validatingDomains;
1141
+ }
1142
+
1143
+ @open
1144
+ @entity model group extends directoryObject {
1145
+ assignedLabels: assignedLabel[] | null;
1146
+ assignedLicenses: assignedLicense[] | null;
1147
+ classification: string | null;
1148
+ createdByAppId: string | null;
1149
+ @computed createdDateTime: offsetDateTime | null;
1150
+ description: string | null;
1151
+ displayName: string | null;
1152
+ expirationDateTime: offsetDateTime | null;
1153
+ groupTypes: string[];
1154
+ hasMembersWithLicenseErrors: boolean | null;
1155
+ infoCatalogs: string[];
1156
+ isAssignableToRole: boolean | null;
1157
+ isManagementRestricted: boolean | null;
1158
+ licenseProcessingState: licenseProcessingState | null;
1159
+ mail: string | null;
1160
+ mailEnabled: boolean | null;
1161
+ mailNickname: string | null;
1162
+ membershipRule: string | null;
1163
+ membershipRuleProcessingState: string | null;
1164
+ onPremisesDomainName: string | null;
1165
+ onPremisesLastSyncDateTime: offsetDateTime | null;
1166
+ onPremisesNetBiosName: string | null;
1167
+ onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
1168
+ onPremisesSamAccountName: string | null;
1169
+ onPremisesSecurityIdentifier: string | null;
1170
+ onPremisesSyncEnabled: boolean | null;
1171
+ organizationId: string | null;
1172
+ preferredDataLocation: string | null;
1173
+ preferredLanguage: string | null;
1174
+ proxyAddresses: string[];
1175
+ renewedDateTime: offsetDateTime | null;
1176
+ resourceBehaviorOptions: string[];
1177
+ resourceProvisioningOptions: string[];
1178
+ securityEnabled: boolean | null;
1179
+ securityIdentifier: string | null;
1180
+ theme: string | null;
1181
+ uniqueName: string | null;
1182
+ visibility: string | null;
1183
+ writebackConfiguration: groupWritebackConfiguration | null;
1184
+ @contains appRoleAssignments: appRoleAssignment[];
1185
+ @references createdOnBehalfOf: directoryObject | null;
1186
+ @contains endpoints: endpoint[];
1187
+ @contains extensions: extension[];
1188
+ @references memberOf: directoryObject[];
1189
+ @references members: directoryObject[];
1190
+ @references membersWithLicenseErrors: directoryObject[];
1191
+ @contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
1192
+ @references owners: directoryObject[];
1193
+ @contains permissionGrants: resourceSpecificPermissionGrant[];
1194
+ @contains settings: directorySetting[];
1195
+ @references transitiveMemberOf: directoryObject[];
1196
+ @references transitiveMembers: directoryObject[];
1197
+ }
1198
+
1199
+ @entity model homeRealmDiscoveryPolicy extends stsPolicy {
1200
+ }
1201
+
1202
+ @entity model identityContainer extends MsGraph.SharedModels.entity {
1203
+ }
1204
+
1205
+ @abstract
1206
+ @entity model identityProviderBase extends entity {
1207
+ displayName: string | null;
1208
+ }
1209
+
1210
+ @entity model inboundSharedUserProfile extends MsGraph.SharedModels.entity {
1211
+ displayName: string;
1212
+ homeTenantId: string;
1213
+ @computed @key userId: string;
1214
+ userPrincipalName: string;
1215
+ }
1216
+
1217
+ @entity model inheritablePermission extends MsGraph.SharedModels.entity {
1218
+ inheritableScopes: inheritableScopes;
1219
+ @computed @key resourceAppId: string;
1220
+ }
1221
+
1222
+ @entity model internalDomainFederation extends samlOrWsFedProvider {
1223
+ activeSignInUri: string | null;
1224
+ federatedIdpMfaBehavior: federatedIdpMfaBehavior | null;
1225
+ isSignedAuthenticationRequestRequired: boolean | null;
1226
+ nextSigningCertificate: string | null;
1227
+ passwordResetUri: string | null;
1228
+ promptLoginBehavior: promptLoginBehavior | null;
1229
+ signingCertificateUpdateStatus: signingCertificateUpdateStatus | null;
1230
+ signOutUri: string | null;
1231
+ }
1232
+
1233
+
1234
+ @entity model licenseDetails extends entity {
1235
+ servicePlans: servicePlanInfo[];
1236
+ skuId: guid | null;
1237
+ skuPartNumber: string | null;
1238
+ }
1239
+
1240
+ @entity model oAuth2PermissionGrant extends entity {
1241
+ clientId: string;
1242
+ consentType: string | null;
1243
+ expiryTime: offsetDateTime | null;
1244
+ principalId: string | null;
1245
+ resourceId: string;
1246
+ scope: string | null;
1247
+ startTime: offsetDateTime | null;
1248
+ }
1249
+
1250
+ @entity model onPremisesDirectorySynchronization extends entity {
1251
+ configuration: onPremisesDirectorySynchronizationConfiguration | null;
1252
+ features: onPremisesDirectorySynchronizationFeature;
1253
+ }
1254
+
1255
+ @entity model onPremisesSyncBehavior extends entity {
1256
+ isCloudManaged: boolean;
1257
+ }
1258
+
1259
+ @open
1260
+ @entity model organization extends directoryObject {
1261
+ assignedPlans: assignedPlan[];
1262
+ businessPhones: string[];
1263
+ city: string | null;
1264
+ country: string | null;
1265
+ countryLetterCode: string | null;
1266
+ @computed createdDateTime: offsetDateTime | null;
1267
+ directorySizeQuota: directorySizeQuota | null;
1268
+ displayName: string | null;
1269
+ isMultipleDataLocationsForServicesEnabled: boolean | null;
1270
+ marketingNotificationEmails: string[];
1271
+ onPremisesLastSyncDateTime: offsetDateTime | null;
1272
+ onPremisesSyncEnabled: boolean | null;
1273
+ partnerTenantType: partnerTenantType | null;
1274
+ postalCode: string | null;
1275
+ preferredLanguage: string | null;
1276
+ privacyProfile: privacyProfile | null;
1277
+ provisionedPlans: provisionedPlan[];
1278
+ securityComplianceNotificationMails: string[];
1279
+ securityComplianceNotificationPhones: string[];
1280
+ state: string | null;
1281
+ street: string | null;
1282
+ technicalNotificationMails: string[];
1283
+ verifiedDomains: verifiedDomain[];
1284
+ @contains branding: organizationalBranding | null;
1285
+ @references certificateBasedAuthConfiguration: certificateBasedAuthConfiguration[];
1286
+ @contains extensions: extension[];
1287
+ @contains partnerInformation: partnerInformation | null;
1288
+ }
1289
+
1290
+ @entity model organizationalBranding extends organizationalBrandingProperties {
1291
+ @contains localizations: organizationalBrandingLocalization[];
1292
+ }
1293
+
1294
+ @entity model organizationalBrandingLocalization extends organizationalBrandingProperties {
1295
+ }
1296
+
1297
+ @abstract
1298
+ @entity model organizationalBrandingProperties extends entity {
1299
+ backgroundColor: string | null;
1300
+ backgroundImage: stream | null;
1301
+ backgroundImageRelativeUrl: string | null;
1302
+ bannerLogo: stream | null;
1303
+ bannerLogoRelativeUrl: string | null;
1304
+ cdnList: string[] | null;
1305
+ contentCustomization: contentCustomization | null;
1306
+ customAccountResetCredentialsUrl: string | null;
1307
+ customCannotAccessYourAccountText: string | null;
1308
+ customCannotAccessYourAccountUrl: string | null;
1309
+ customCSS: stream | null;
1310
+ customCSSRelativeUrl: string | null;
1311
+ customForgotMyPasswordText: string | null;
1312
+ customPrivacyAndCookiesText: string | null;
1313
+ customPrivacyAndCookiesUrl: string | null;
1314
+ customResetItNowText: string | null;
1315
+ customTermsOfUseText: string | null;
1316
+ customTermsOfUseUrl: string | null;
1317
+ favicon: stream | null;
1318
+ faviconRelativeUrl: string | null;
1319
+ headerBackgroundColor: string | null;
1320
+ headerLogo: stream | null;
1321
+ headerLogoRelativeUrl: string | null;
1322
+ loginPageLayoutConfiguration: loginPageLayoutConfiguration | null;
1323
+ loginPageTextVisibilitySettings: loginPageTextVisibilitySettings | null;
1324
+ signInPageText: string | null;
1325
+ squareLogo: stream | null;
1326
+ squareLogoDark: stream | null;
1327
+ squareLogoDarkRelativeUrl: string | null;
1328
+ squareLogoRelativeUrl: string | null;
1329
+ usernameHintText: string | null;
1330
+ }
1331
+
1332
+ @open
1333
+ @entity model orgContact extends directoryObject {
1334
+ addresses: physicalOfficeAddress[] | null;
1335
+ companyName: string | null;
1336
+ department: string | null;
1337
+ displayName: string | null;
1338
+ givenName: string | null;
1339
+ jobTitle: string | null;
1340
+ mail: string | null;
1341
+ mailNickname: string | null;
1342
+ onPremisesLastSyncDateTime: offsetDateTime | null;
1343
+ onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
1344
+ onPremisesSyncEnabled: boolean | null;
1345
+ phones: phone[] | null;
1346
+ proxyAddresses: string[];
1347
+ surname: string | null;
1348
+ @references directReports: directoryObject[];
1349
+ @references manager: directoryObject | null;
1350
+ @references memberOf: directoryObject[];
1351
+ @contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
1352
+ @references transitiveMemberOf: directoryObject[];
1353
+ @references transitiveReports: directoryObject[];
1354
+ }
1355
+
1356
+ @entity model outboundSharedUserProfile extends MsGraph.SharedModels.entity {
1357
+ @computed @key userId: string;
1358
+ @contains tenants: tenantReference[];
1359
+ }
1360
+
1361
+ @entity model partnerInformation extends MsGraph.SharedModels.entity {
1362
+ commerceUrl: string | null;
1363
+ companyName: string | null;
1364
+ companyType: partnerTenantType | null;
1365
+ helpUrl: string | null;
1366
+ @computed @key partnerTenantId: string;
1367
+ supportEmails: string[] | null;
1368
+ supportTelephones: string[] | null;
1369
+ supportUrl: string | null;
1370
+ }
1371
+
1372
+
1373
+ @entity model permissionGrantConditionSet extends entity {
1374
+ clientApplicationIds: string[] | null;
1375
+ clientApplicationPublisherIds: string[] | null;
1376
+ clientApplicationsFromVerifiedPublisherOnly: boolean | null;
1377
+ clientApplicationTenantIds: string[] | null;
1378
+ permissionClassification: string | null;
1379
+ permissions: string[] | null;
1380
+ permissionType: permissionType | null;
1381
+ resourceApplication: string | null;
1382
+ scopeSensitivityLabels: scopeSensitivityLabels;
1383
+ }
1384
+
1385
+ @entity model permissionGrantPolicy extends policyBase {
1386
+ includeAllPreApprovedApplications: boolean | null;
1387
+ resourceScopeType: resourceScopeType | null;
1388
+ @contains excludes: permissionGrantConditionSet[];
1389
+ @contains includes: permissionGrantConditionSet[];
1390
+ }
1391
+
1392
+ @entity model permissionGrantPreApprovalPolicy extends directoryObject {
1393
+ conditions: preApprovalDetail[] | null;
1394
+ }
1395
+
1396
+ @abstract
1397
+ @entity model policyBase extends directoryObject {
1398
+ description: string;
1399
+ displayName: string;
1400
+ }
1401
+
1402
+ @entity model policyRoot extends MsGraph.SharedModels.entity {
1403
+ @contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
1404
+ @contains appManagementPolicies: appManagementPolicy[];
1405
+ @contains authorizationPolicy: authorizationPolicy[];
1406
+ @contains claimsMappingPolicies: claimsMappingPolicy[];
1407
+ @contains crossTenantAccessPolicy: crossTenantAccessPolicy | null;
1408
+ @contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
1409
+ @contains externalIdentitiesPolicy: externalIdentitiesPolicy | null;
1410
+ @contains federatedTokenValidationPolicy: federatedTokenValidationPolicy | null;
1411
+ @contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
1412
+ @contains permissionGrantPolicies: permissionGrantPolicy[];
1413
+ @contains permissionGrantPreApprovalPolicies: permissionGrantPreApprovalPolicy[];
1414
+ @contains tokenIssuancePolicies: tokenIssuancePolicy[];
1415
+ @contains tokenLifetimePolicies: tokenLifetimePolicy[];
1416
+ }
1417
+
1418
+ @entity model publicKeyInfrastructureRoot extends entity {
1419
+ @contains certificateBasedAuthConfigurations: certificateBasedAuthPki[];
1420
+ }
1421
+
1422
+ @entity model rbacApplication extends entity {
1423
+ @contains resourceNamespaces: unifiedRbacResourceNamespace[];
1424
+ @contains roleAssignments: unifiedRoleAssignment[];
1425
+ @contains roleDefinitions: unifiedRoleDefinition[];
1426
+ @contains transitiveRoleAssignments: unifiedRoleAssignment[];
1427
+ }
1428
+
1429
+ @entity model rbacApplicationMultiple extends entity {
1430
+ @contains resourceNamespaces: unifiedRbacResourceNamespace[];
1431
+ @contains roleAssignments: unifiedRoleAssignmentMultiple[];
1432
+ @contains roleDefinitions: unifiedRoleDefinition[];
1433
+ }
1434
+
1435
+ @entity model remoteDesktopSecurityConfiguration extends entity {
1436
+ isRemoteDesktopProtocolEnabled: boolean;
1437
+ @contains targetDeviceGroups: targetDeviceGroup[];
1438
+ }
1439
+
1440
+ @entity model resourceSpecificPermissionGrant extends directoryObject {
1441
+ clientAppId: string | null;
1442
+ clientId: string | null;
1443
+ permission: string | null;
1444
+ permissionType: string | null;
1445
+ resourceAppId: string | null;
1446
+ }
1447
+
1448
+ @entity model roleManagement extends MsGraph.SharedModels.entity {
1449
+ @contains directory: rbacApplication | null;
1450
+ }
1451
+
1452
+ @entity model samlOrWsFedExternalDomainFederation extends samlOrWsFedProvider {
1453
+ @contains domains: externalDomainName[];
1454
+ }
1455
+
1456
+ @abstract
1457
+ @entity model samlOrWsFedProvider extends identityProviderBase {
1458
+ issuerUri: string | null;
1459
+ metadataExchangeUri: string | null;
1460
+ passiveSignInUri: string | null;
1461
+ preferredAuthenticationProtocol: authenticationProtocol | null;
1462
+ signingCertificate: string | null;
1463
+ }
1464
+
1465
+ @entity model schemaExtension extends entity {
1466
+ description: string | null;
1467
+ owner: string;
1468
+ properties: extensionSchemaProperty[];
1469
+ status: string;
1470
+ targetTypes: string[];
1471
+ }
1472
+
1473
+ @entity model scopedRoleMembership extends entity {
1474
+ administrativeUnitId: string;
1475
+ roleId: string;
1476
+ roleMemberInfo: identity;
1477
+ }
1478
+
1479
+ @open
1480
+ @entity model servicePrincipal extends directoryObject {
1481
+ accountEnabled: boolean | null;
1482
+ addIns: addIn[];
1483
+ alternativeNames: string[];
1484
+ appDescription: string | null;
1485
+ appDisplayName: string | null;
1486
+ appId: string | null;
1487
+ applicationTemplateId: string | null;
1488
+ appOwnerOrganizationId: guid | null;
1489
+ appRoleAssignmentRequired: boolean;
1490
+ appRoles: appRole[];
1491
+ createdByAppId: string | null;
1492
+ customSecurityAttributes: customSecurityAttributeValue | null;
1493
+ description: string | null;
1494
+ disabledByMicrosoftStatus: string | null;
1495
+ displayName: string | null;
1496
+ errorUrl: string | null;
1497
+ homepage: string | null;
1498
+ info: informationalUrl | null;
1499
+ keyCredentials: keyCredential[];
1500
+ loginUrl: string | null;
1501
+ logoutUrl: string | null;
1502
+ notes: string | null;
1503
+ notificationEmailAddresses: string[];
1504
+ passwordCredentials: passwordCredential[];
1505
+ preferredSingleSignOnMode: string | null;
1506
+ preferredTokenSigningKeyEndDateTime: offsetDateTime | null;
1507
+ preferredTokenSigningKeyThumbprint: string | null;
1508
+ publishedPermissionScopes: permissionScope[];
1509
+ publisherName: string | null;
1510
+ replyUrls: string[];
1511
+ samlMetadataUrl: string | null;
1512
+ samlSingleSignOnSettings: samlSingleSignOnSettings | null;
1513
+ servicePrincipalNames: string[];
1514
+ servicePrincipalType: string | null;
1515
+ signInAudience: string | null;
1516
+ tags: string[];
1517
+ tokenEncryptionKeyId: guid | null;
1518
+ @references appManagementPolicies: appManagementPolicy[];
1519
+ @contains appRoleAssignedTo: appRoleAssignment[];
1520
+ @contains appRoleAssignments: appRoleAssignment[];
1521
+ @references claimsMappingPolicies: claimsMappingPolicy[];
1522
+ @references createdObjects: directoryObject[];
1523
+ @contains delegatedPermissionClassifications: delegatedPermissionClassification[];
1524
+ @contains endpoints: endpoint[];
1525
+ @contains federatedIdentityCredentials: federatedIdentityCredential[];
1526
+ @references homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
1527
+ @contains licenseDetails: licenseDetails[];
1528
+ @references memberOf: directoryObject[];
1529
+ @references oauth2PermissionGrants: oAuth2PermissionGrant[];
1530
+ @references ownedObjects: directoryObject[];
1531
+ @references owners: directoryObject[];
1532
+ @references permissionGrantPreApprovalPolicies: permissionGrantPreApprovalPolicy[];
1533
+ @contains remoteDesktopSecurityConfiguration: remoteDesktopSecurityConfiguration | null;
1534
+ @references tokenIssuancePolicies: tokenIssuancePolicy[];
1535
+ @references tokenLifetimePolicies: tokenLifetimePolicy[];
1536
+ @references transitiveMemberOf: directoryObject[];
1537
+ }
1538
+
1539
+ @abstract
1540
+ @entity model stsPolicy extends policyBase {
1541
+ definition: string[];
1542
+ isOrganizationDefault: boolean | null;
1543
+ @references appliesTo: directoryObject[];
1544
+ }
1545
+
1546
+ @entity model subscribedSku extends entity {
1547
+ accountId: string | null;
1548
+ accountName: string | null;
1549
+ appliesTo: string | null;
1550
+ capabilityStatus: string | null;
1551
+ consumedUnits: int32 | null;
1552
+ prepaidUnits: licenseUnitsDetail | null;
1553
+ servicePlans: servicePlanInfo[];
1554
+ skuId: guid | null;
1555
+ skuPartNumber: string | null;
1556
+ subscriptionIds: string[] | null;
1557
+ }
1558
+
1559
+ @entity model targetDeviceGroup extends entity {
1560
+ displayName: string | null;
1561
+ }
1562
+
1563
+ @entity model tenantAppManagementPolicy extends policyBase {
1564
+ applicationRestrictions: appManagementApplicationConfiguration | null;
1565
+ isEnabled: boolean;
1566
+ servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
1567
+ }
1568
+
1569
+ @entity model tenantReference extends MsGraph.SharedModels.entity {
1570
+ @computed @key tenantId: string;
1571
+ }
1572
+
1573
+ @entity model tenantRelationship extends MsGraph.SharedModels.entity {
1574
+ }
1575
+
1576
+ @abstract
1577
+ @entity model tenantRelationshipAccessPolicyBase extends policyBase {
1578
+ definition: string[];
1579
+ }
1580
+
1581
+ @entity model tokenIssuancePolicy extends stsPolicy {
1582
+ }
1583
+
1584
+ @entity model tokenLifetimePolicy extends stsPolicy {
1585
+ }
1586
+
1587
+ @abstract
1588
+ @entity model trustedCertificateAuthorityAsEntityBase extends directoryObject {
1589
+ @contains trustedCertificateAuthorities: certificateAuthorityAsEntity[];
1590
+ }
1591
+
1592
+ @entity model unifiedRbacResourceAction extends entity {
1593
+ actionVerb: string | null;
1594
+ authenticationContextId: string | null;
1595
+ description: string | null;
1596
+ isAuthenticationContextSettable: boolean | null;
1597
+ isPrivileged: boolean | null;
1598
+ name: string;
1599
+ resourceScopeId: string | null;
1600
+ @references authenticationContext: authenticationContextClassReference | null;
1601
+ @contains resourceScope: unifiedRbacResourceScope | null;
1602
+ }
1603
+
1604
+ @entity model unifiedRbacResourceNamespace extends entity {
1605
+ name: string;
1606
+ @contains resourceActions: unifiedRbacResourceAction[];
1607
+ }
1608
+
1609
+ @entity model unifiedRbacResourceScope extends entity {
1610
+ displayName: string | null;
1611
+ scope: string;
1612
+ type: string | null;
1613
+ }
1614
+
1615
+ @entity model unifiedRoleAssignment extends entity {
1616
+ appScopeId: string | null;
1617
+ condition: string | null;
1618
+ directoryScopeId: string | null;
1619
+ principalId: string | null;
1620
+ principalOrganizationId: string | null;
1621
+ resourceScope: string | null;
1622
+ roleDefinitionId: string | null;
1623
+ @contains appScope: appScope | null;
1624
+ @references directoryScope: directoryObject | null;
1625
+ @references principal: directoryObject | null;
1626
+ @references roleDefinition: unifiedRoleDefinition | null;
1627
+ }
1628
+
1629
+ @entity model unifiedRoleAssignmentMultiple extends entity {
1630
+ appScopeIds: string[] | null;
1631
+ condition: string | null;
1632
+ description: string | null;
1633
+ directoryScopeIds: string[] | null;
1634
+ displayName: string | null;
1635
+ principalIds: string[] | null;
1636
+ roleDefinitionId: string;
1637
+ @contains appScopes: appScope[];
1638
+ @references directoryScopes: directoryObject[];
1639
+ @references principals: directoryObject[];
1640
+ @references roleDefinition: unifiedRoleDefinition | null;
1641
+ }
1642
+
1643
+ @entity model unifiedRoleDefinition extends entity {
1644
+ allowedPrincipalTypes: allowedRolePrincipalTypes | null;
1645
+ description: string | null;
1646
+ displayName: string | null;
1647
+ isBuiltIn: boolean | null;
1648
+ isEnabled: boolean | null;
1649
+ isPrivileged: boolean | null;
1650
+ resourceScopes: string[];
1651
+ rolePermissions: unifiedRolePermission[];
1652
+ templateId: string | null;
1653
+ version: string | null;
1654
+ @contains inheritsPermissionsFrom: unifiedRoleDefinition[];
1655
+ }
1656
+
1657
+ @open
1658
+ @entity model user extends directoryObject {
1659
+ accountEnabled: boolean | null;
1660
+ ageGroup: string | null;
1661
+ assignedLicenses: assignedLicense[];
1662
+ assignedPlans: assignedPlan[];
1663
+ authorizationInfo: authorizationInfo | null;
1664
+ businessPhones: string[];
1665
+ city: string | null;
1666
+ cloudRealtimeCommunicationInfo: cloudRealtimeCommunicationInfo | null;
1667
+ companyName: string | null;
1668
+ consentProvidedForMinor: string | null;
1669
+ country: string | null;
1670
+ @computed createdDateTime: offsetDateTime | null;
1671
+ creationType: string | null;
1672
+ customSecurityAttributes: customSecurityAttributeValue | null;
1673
+ department: string | null;
1674
+ deviceKeys: deviceKey[];
1675
+ displayName: string | null;
1676
+ employeeHireDate: offsetDateTime | null;
1677
+ employeeId: string | null;
1678
+ employeeLeaveDateTime: offsetDateTime | null;
1679
+ employeeOrgData: employeeOrgData | null;
1680
+ employeeType: string | null;
1681
+ externalUserState: string | null;
1682
+ externalUserStateChangeDateTime: string | null;
1683
+ faxNumber: string | null;
1684
+ givenName: string | null;
1685
+ identities: objectIdentity[] | null;
1686
+ imAddresses: string[] | null;
1687
+ infoCatalogs: string[];
1688
+ isManagementRestricted: boolean | null;
1689
+ isResourceAccount: boolean | null;
1690
+ jobTitle: string | null;
1691
+ @computed lastPasswordChangeDateTime: offsetDateTime | null;
1692
+ legalAgeGroupClassification: string | null;
1693
+ licenseAssignmentStates: licenseAssignmentState[] | null;
1694
+ mail: string | null;
1695
+ mailNickname: string | null;
1696
+ mobilePhone: string | null;
1697
+ officeLocation: string | null;
1698
+ onPremisesDistinguishedName: string | null;
1699
+ onPremisesDomainName: string | null;
1700
+ onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
1701
+ onPremisesImmutableId: string | null;
1702
+ onPremisesLastSyncDateTime: offsetDateTime | null;
1703
+ onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
1704
+ onPremisesSamAccountName: string | null;
1705
+ onPremisesSecurityIdentifier: string | null;
1706
+ onPremisesSyncEnabled: boolean | null;
1707
+ onPremisesUserPrincipalName: string | null;
1708
+ otherMails: string[];
1709
+ passwordPolicies: string | null;
1710
+ passwordProfile: passwordProfile | null;
1711
+ postalCode: string | null;
1712
+ preferredDataLocation: string | null;
1713
+ preferredLanguage: string | null;
1714
+ provisionedPlans: provisionedPlan[];
1715
+ proxyAddresses: string[];
1716
+ refreshTokensValidFromDateTime: offsetDateTime | null;
1717
+ securityIdentifier: string | null;
1718
+ showInAddressList: boolean | null;
1719
+ signInSessionsValidFromDateTime: offsetDateTime | null;
1720
+ state: string | null;
1721
+ streetAddress: string | null;
1722
+ surname: string | null;
1723
+ usageLocation: string | null;
1724
+ userPrincipalName: string | null;
1725
+ userType: string | null;
1726
+ @references appRoleAssignedResources: servicePrincipal[];
1727
+ @contains appRoleAssignments: appRoleAssignment[];
1728
+ @references createdObjects: directoryObject[];
1729
+ @references directReports: directoryObject[];
1730
+ @contains extensions: extension[];
1731
+ @contains licenseDetails: licenseDetails[];
1732
+ @references manager: directoryObject | null;
1733
+ @references memberOf: directoryObject[];
1734
+ @contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
1735
+ @references ownedDevices: directoryObject[];
1736
+ @references ownedObjects: directoryObject[];
1737
+ @references registeredDevices: directoryObject[];
1738
+ @contains scopedRoleMemberOf: scopedRoleMembership[];
1739
+ @references sponsors: directoryObject[];
1740
+ @references transitiveMemberOf: directoryObject[];
1741
+ @references transitiveReports: directoryObject[];
1742
+ }
1743
+
1744
+ @graphFlags
1745
+ enum allowedRolePrincipalTypes {
1746
+ user,
1747
+ servicePrincipal,
1748
+ group,
1749
+ unknownFutureValue,
1750
+ }
1751
+
1752
+ enum allowInvitesFrom {
1753
+ none,
1754
+ adminsAndGuestInviters,
1755
+ adminsGuestInvitersAndAllMembers,
1756
+ everyone,
1757
+ unknownFutureValue,
1758
+ }
1759
+
1760
+ enum appCredentialRestrictionType {
1761
+ passwordAddition,
1762
+ passwordLifetime,
1763
+ symmetricKeyAddition,
1764
+ symmetricKeyLifetime,
1765
+ customPasswordAddition,
1766
+ unknownFutureValue,
1767
+ }
1768
+
1769
+ enum appKeyCredentialRestrictionType {
1770
+ asymmetricKeyLifetime,
1771
+ trustedCertificateAuthority,
1772
+ unknownFutureValue,
1773
+ }
1774
+
1775
+ enum appManagementRestrictionState {
1776
+ enabled,
1777
+ disabled,
1778
+ unknownFutureValue,
1779
+ }
1780
+
1781
+ enum authenticationProtocol {
1782
+ wsFed,
1783
+ saml,
1784
+ unknownFutureValue,
1785
+ }
1786
+
1787
+ enum b2bIdentityProvidersType {
1788
+ azureActiveDirectory,
1789
+ externalFederation,
1790
+ socialIdentityProviders,
1791
+ emailOneTimePasscode,
1792
+ microsoftAccount,
1793
+ defaultConfiguredIdp,
1794
+ unknownFutureValue,
1795
+ }
1796
+
1797
+ enum certificateAuthorityType {
1798
+ root,
1799
+ intermediate,
1800
+ unknownFutureValue,
1801
+ }
1802
+
1803
+ enum crossTenantAccessPolicyTargetConfigurationAccessType {
1804
+ allowed,
1805
+ blocked,
1806
+ unknownFutureValue,
1807
+ }
1808
+
1809
+ enum crossTenantAccessPolicyTargetType {
1810
+ user,
1811
+ group,
1812
+ application,
1813
+ unknownFutureValue,
1814
+ }
1815
+
1816
+ enum customSecurityAttributeComparisonOperator {
1817
+ equals,
1818
+ unknownFutureValue,
1819
+ }
1820
+
1821
+ enum federatedIdpMfaBehavior {
1822
+ acceptIfMfaDoneByFederatedIdp,
1823
+ enforceMfaByFederatedIdp,
1824
+ rejectMfaByFederatedIdp,
1825
+ unknownFutureValue,
1826
+ }
1827
+
1828
+ enum kind {
1829
+ unrestricted,
1830
+ allowedTenants,
1831
+ unknownFutureValue,
1832
+ }
1833
+
1834
+ enum labelKind {
1835
+ all,
1836
+ enumerated,
1837
+ unknownFutureValue,
1838
+ }
1839
+
1840
+ enum layoutTemplateType {
1841
+ default,
1842
+ verticalSplit,
1843
+ unknownFutureValue,
1844
+ }
1845
+
1846
+ enum onPremisesDirectorySynchronizationDeletionPreventionType {
1847
+ disabled,
1848
+ enabledForCount,
1849
+ enabledForPercentage,
1850
+ unknownFutureValue,
1851
+ }
1852
+
1853
+ enum partnerTenantType {
1854
+ microsoftSupport,
1855
+ syndicatePartner,
1856
+ breadthPartner,
1857
+ breadthPartnerDelegatedAdmin,
1858
+ resellerPartnerDelegatedAdmin,
1859
+ valueAddedResellerPartnerDelegatedAdmin,
1860
+ unknownFutureValue,
1861
+ }
1862
+
1863
+ enum permissionClassificationType {
1864
+ low,
1865
+ medium,
1866
+ high,
1867
+ unknownFutureValue,
1868
+ }
1869
+
1870
+ enum permissionKind {
1871
+ all,
1872
+ enumerated,
1873
+ allPermissionsOnResourceApp,
1874
+ unknownFutureValue,
1875
+ }
1876
+
1877
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
1878
+ enum permissionType {
1879
+ application,
1880
+ delegated,
1881
+ delegatedUserConsentable,
1882
+ }
1883
+
1884
+ enum perUserMfaState {
1885
+ disabled,
1886
+ enforced,
1887
+ enabled,
1888
+ unknownFutureValue,
1889
+ }
1890
+
1891
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
1892
+ enum phoneType {
1893
+ home,
1894
+ business,
1895
+ mobile,
1896
+ other,
1897
+ assistant,
1898
+ homeFax,
1899
+ businessFax,
1900
+ otherFax,
1901
+ pager,
1902
+ radio,
1903
+ }
1904
+
1905
+ enum promptLoginBehavior {
1906
+ translateToFreshPasswordAuthentication,
1907
+ nativeSupport,
1908
+ disabled,
1909
+ unknownFutureValue,
1910
+ }
1911
+
1912
+ enum resourceScopeType {
1913
+ group,
1914
+ chat,
1915
+ tenant,
1916
+ unknownFutureValue,
1917
+ team,
1918
+ }
1919
+
1920
+ enum rootDomains {
1921
+ none,
1922
+ all,
1923
+ allFederated,
1924
+ allManaged,
1925
+ enumerated,
1926
+ allManagedAndEnumeratedFederated,
1927
+ unknownFutureValue,
1928
+ }
1929
+
1930
+ enum scopeCollectionKind {
1931
+ allAllowed,
1932
+ enumerated,
1933
+ none,
1934
+ scopeKindNotSet,
1935
+ unknownFutureValue,
1936
+ }
1937
+
1938
+ @graphFlags
1939
+ enum weakAlgorithms {
1940
+ rsaSha1,
1941
+ unknownFutureValue,
1942
+ }
1943
+
1944
+ }