@microsoft/typespec-msgraph-reference 1.0.0 → 1.0.2

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.
@@ -2012,6 +2012,11 @@ namespace reference.`microsoft.graph` {
2012
2012
  value: string | null;
2013
2013
  }
2014
2014
 
2015
+ @complex model openIdConnectSetting {
2016
+ clientId: string;
2017
+ discoveryUrl: string;
2018
+ }
2019
+
2015
2020
  @complex model operationError {
2016
2021
  code: string | null;
2017
2022
  message: string | null;
@@ -4882,7 +4887,7 @@ namespace reference.`microsoft.graph` {
4882
4887
  }
4883
4888
 
4884
4889
  @abstract
4885
- @entity model entity extends MsGraph.SharedModels.entity {
4890
+ @entity model entity {
4886
4891
  @computed @key id: string;
4887
4892
  }
4888
4893
 
@@ -4973,6 +4978,13 @@ namespace reference.`microsoft.graph` {
4973
4978
  targetObjects: string[];
4974
4979
  }
4975
4980
 
4981
+ @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
4982
+ appId: string;
4983
+ displayName: string;
4984
+ openIdConnectSetting: openIdConnectSetting;
4985
+ @contains includeTargets: authenticationMethodTarget[];
4986
+ }
4987
+
4976
4988
  @entity model externalDomainName extends entity {
4977
4989
  }
4978
4990
 
@@ -6960,6 +6972,7 @@ namespace reference.`microsoft.graph` {
6960
6972
  @references registeredDevices: directoryObject[];
6961
6973
  @contains scopedRoleMemberOf: scopedRoleMembership[];
6962
6974
  @contains settings: userSettings | null;
6975
+ @references sponsors: directoryObject[];
6963
6976
  @contains teamwork: userTeamwork | null;
6964
6977
  @contains todo: todo | null;
6965
6978
  @references transitiveMemberOf: directoryObject[];
@@ -7374,2358 +7387,2358 @@ namespace reference.`microsoft.graph` {
7374
7387
  }
7375
7388
 
7376
7389
  enum accessPackageAssignmentFilterByCurrentUserOptions {
7377
- target,
7378
- createdBy,
7379
- unknownFutureValue,
7390
+ target: 1,
7391
+ createdBy: 2,
7392
+ unknownFutureValue: 99,
7380
7393
  }
7381
7394
 
7382
7395
  enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
7383
- target,
7384
- createdBy,
7385
- approver,
7386
- unknownFutureValue,
7396
+ target: 1,
7397
+ createdBy: 2,
7398
+ approver: 3,
7399
+ unknownFutureValue: 99,
7387
7400
  }
7388
7401
 
7389
7402
  enum accessPackageAssignmentState {
7390
- delivering,
7391
- partiallyDelivered,
7392
- delivered,
7393
- expired,
7394
- deliveryFailed,
7395
- unknownFutureValue,
7403
+ delivering: 0,
7404
+ partiallyDelivered: 1,
7405
+ delivered: 2,
7406
+ expired: 3,
7407
+ deliveryFailed: 4,
7408
+ unknownFutureValue: 5,
7396
7409
  }
7397
7410
 
7398
7411
  enum accessPackageCatalogState {
7399
- unpublished,
7400
- published,
7401
- unknownFutureValue,
7412
+ unpublished: 1,
7413
+ published: 2,
7414
+ unknownFutureValue: 3,
7402
7415
  }
7403
7416
 
7404
7417
  enum accessPackageCatalogType {
7405
- userManaged,
7406
- serviceDefault,
7407
- serviceManaged,
7408
- unknownFutureValue,
7418
+ userManaged: 1,
7419
+ serviceDefault: 2,
7420
+ serviceManaged: 3,
7421
+ unknownFutureValue: 4,
7409
7422
  }
7410
7423
 
7411
7424
  enum accessPackageCustomExtensionStage {
7412
- assignmentRequestCreated,
7413
- assignmentRequestApproved,
7414
- assignmentRequestGranted,
7415
- assignmentRequestRemoved,
7416
- assignmentFourteenDaysBeforeExpiration,
7417
- assignmentOneDayBeforeExpiration,
7418
- unknownFutureValue,
7425
+ assignmentRequestCreated: 1,
7426
+ assignmentRequestApproved: 2,
7427
+ assignmentRequestGranted: 3,
7428
+ assignmentRequestRemoved: 4,
7429
+ assignmentFourteenDaysBeforeExpiration: 5,
7430
+ assignmentOneDayBeforeExpiration: 6,
7431
+ unknownFutureValue: 7,
7419
7432
  }
7420
7433
 
7421
7434
  enum accessPackageExternalUserLifecycleAction {
7422
- none,
7423
- blockSignIn,
7424
- blockSignInAndDelete,
7425
- unknownFutureValue,
7435
+ none: 0,
7436
+ blockSignIn: 1,
7437
+ blockSignInAndDelete: 2,
7438
+ unknownFutureValue: 3,
7426
7439
  }
7427
7440
 
7428
7441
  enum accessPackageFilterByCurrentUserOptions {
7429
- allowedRequestor,
7430
- unknownFutureValue,
7442
+ allowedRequestor: 1,
7443
+ unknownFutureValue: 99,
7431
7444
  }
7432
7445
 
7433
7446
  enum accessPackageRequestState {
7434
- submitted,
7435
- pendingApproval,
7436
- delivering,
7437
- delivered,
7438
- deliveryFailed,
7439
- denied,
7440
- scheduled,
7441
- canceled,
7442
- partiallyDelivered,
7443
- unknownFutureValue,
7447
+ submitted: 0,
7448
+ pendingApproval: 1,
7449
+ delivering: 2,
7450
+ delivered: 3,
7451
+ deliveryFailed: 4,
7452
+ denied: 5,
7453
+ scheduled: 6,
7454
+ canceled: 7,
7455
+ partiallyDelivered: 8,
7456
+ unknownFutureValue: 9,
7444
7457
  }
7445
7458
 
7446
7459
  enum accessPackageRequestType {
7447
- notSpecified,
7448
- userAdd,
7449
- userUpdate,
7450
- userRemove,
7451
- adminAdd,
7452
- adminUpdate,
7453
- adminRemove,
7454
- systemAdd,
7455
- systemUpdate,
7456
- systemRemove,
7457
- onBehalfAdd,
7458
- unknownFutureValue,
7460
+ notSpecified: 0,
7461
+ userAdd: 1,
7462
+ userUpdate: 2,
7463
+ userRemove: 3,
7464
+ adminAdd: 4,
7465
+ adminUpdate: 5,
7466
+ adminRemove: 6,
7467
+ systemAdd: 7,
7468
+ systemUpdate: 8,
7469
+ systemRemove: 9,
7470
+ onBehalfAdd: 10,
7471
+ unknownFutureValue: 11,
7459
7472
  }
7460
7473
 
7461
7474
  enum accessPackageSubjectType {
7462
- notSpecified,
7463
- user,
7464
- servicePrincipal,
7465
- unknownFutureValue,
7475
+ notSpecified: 0,
7476
+ user: 1,
7477
+ servicePrincipal: 2,
7478
+ unknownFutureValue: 3,
7466
7479
  }
7467
7480
 
7468
7481
  enum accessReviewExpirationBehavior {
7469
- keepAccess,
7470
- removeAccess,
7471
- acceptAccessRecommendation,
7472
- unknownFutureValue,
7482
+ keepAccess: 0,
7483
+ removeAccess: 1,
7484
+ acceptAccessRecommendation: 2,
7485
+ unknownFutureValue: 99,
7473
7486
  }
7474
7487
 
7475
7488
  enum accessReviewHistoryDecisionFilter {
7476
- approve,
7477
- deny,
7478
- notReviewed,
7479
- dontKnow,
7480
- notNotified,
7481
- unknownFutureValue,
7489
+ approve: 0,
7490
+ deny: 1,
7491
+ notReviewed: 2,
7492
+ dontKnow: 3,
7493
+ notNotified: 4,
7494
+ unknownFutureValue: 5,
7482
7495
  }
7483
7496
 
7484
7497
  enum accessReviewHistoryStatus {
7485
- done,
7486
- inprogress,
7487
- error,
7488
- requested,
7489
- unknownFutureValue,
7498
+ done: 0,
7499
+ inprogress: 1,
7500
+ error: 2,
7501
+ requested: 3,
7502
+ unknownFutureValue: 4,
7490
7503
  }
7491
7504
 
7492
7505
  enum accessReviewInstanceDecisionItemFilterByCurrentUserOptions {
7493
- reviewer,
7494
- unknownFutureValue,
7506
+ reviewer: 1,
7507
+ unknownFutureValue: 2,
7495
7508
  }
7496
7509
 
7497
7510
  enum accessReviewInstanceFilterByCurrentUserOptions {
7498
- reviewer,
7499
- unknownFutureValue,
7511
+ reviewer: 1,
7512
+ unknownFutureValue: 2,
7500
7513
  }
7501
7514
 
7502
7515
  enum accessReviewScheduleDefinitionFilterByCurrentUserOptions {
7503
- reviewer,
7504
- unknownFutureValue,
7516
+ reviewer: 1,
7517
+ unknownFutureValue: 2,
7505
7518
  }
7506
7519
 
7507
7520
  enum accessReviewStageFilterByCurrentUserOptions {
7508
- reviewer,
7509
- unknownFutureValue,
7521
+ reviewer: 1,
7522
+ unknownFutureValue: 2,
7510
7523
  }
7511
7524
 
7512
7525
  enum activityType {
7513
- signin,
7514
- user,
7515
- unknownFutureValue,
7516
- servicePrincipal,
7526
+ signin: 0,
7527
+ user: 1,
7528
+ unknownFutureValue: 2,
7529
+ servicePrincipal: 3,
7517
7530
  }
7518
7531
 
7519
7532
  enum advancedConfigState {
7520
- default,
7521
- enabled,
7522
- disabled,
7523
- unknownFutureValue,
7533
+ default: 0,
7534
+ enabled: 1,
7535
+ disabled: 2,
7536
+ unknownFutureValue: 3,
7524
7537
  }
7525
7538
 
7526
7539
  enum agreementAcceptanceState {
7527
- accepted,
7528
- declined,
7529
- unknownFutureValue,
7540
+ accepted: 2,
7541
+ declined: 3,
7542
+ unknownFutureValue: 5,
7530
7543
  }
7531
7544
 
7532
7545
  enum alertFeedback {
7533
- `unknown`,
7534
- truePositive,
7535
- falsePositive,
7536
- benignPositive,
7537
- unknownFutureValue,
7546
+ `unknown`: 0,
7547
+ truePositive: 1,
7548
+ falsePositive: 2,
7549
+ benignPositive: 3,
7550
+ unknownFutureValue: 127,
7538
7551
  }
7539
7552
 
7540
7553
  enum alertSeverity {
7541
- `unknown`,
7542
- informational,
7543
- low,
7544
- medium,
7545
- high,
7546
- unknownFutureValue,
7554
+ `unknown`: 0,
7555
+ informational: 1,
7556
+ low: 2,
7557
+ medium: 3,
7558
+ high: 4,
7559
+ unknownFutureValue: 127,
7547
7560
  }
7548
7561
 
7549
7562
  enum alertStatus {
7550
- `unknown`,
7551
- newAlert,
7552
- inProgress,
7553
- resolved,
7554
- dismissed,
7555
- unknownFutureValue,
7563
+ `unknown`: 0,
7564
+ newAlert: 1,
7565
+ inProgress: 2,
7566
+ resolved: 3,
7567
+ dismissed: 4,
7568
+ unknownFutureValue: 127,
7556
7569
  }
7557
7570
 
7558
7571
  enum allowedTargetScope {
7559
- notSpecified,
7560
- specificDirectoryUsers,
7561
- specificConnectedOrganizationUsers,
7562
- specificDirectoryServicePrincipals,
7563
- allMemberUsers,
7564
- allDirectoryUsers,
7565
- allDirectoryServicePrincipals,
7566
- allConfiguredConnectedOrganizationUsers,
7567
- allExternalUsers,
7568
- unknownFutureValue,
7572
+ notSpecified: 0,
7573
+ specificDirectoryUsers: 1,
7574
+ specificConnectedOrganizationUsers: 2,
7575
+ specificDirectoryServicePrincipals: 3,
7576
+ allMemberUsers: 4,
7577
+ allDirectoryUsers: 5,
7578
+ allDirectoryServicePrincipals: 6,
7579
+ allConfiguredConnectedOrganizationUsers: 7,
7580
+ allExternalUsers: 8,
7581
+ unknownFutureValue: 10,
7569
7582
  }
7570
7583
 
7571
7584
  enum allowInvitesFrom {
7572
- none,
7573
- adminsAndGuestInviters,
7574
- adminsGuestInvitersAndAllMembers,
7575
- everyone,
7576
- unknownFutureValue,
7585
+ none: 0,
7586
+ adminsAndGuestInviters: 1,
7587
+ adminsGuestInvitersAndAllMembers: 2,
7588
+ everyone: 3,
7589
+ unknownFutureValue: 4,
7577
7590
  }
7578
7591
 
7579
7592
  enum appCredentialRestrictionType {
7580
- passwordAddition,
7581
- passwordLifetime,
7582
- symmetricKeyAddition,
7583
- symmetricKeyLifetime,
7584
- customPasswordAddition,
7585
- unknownFutureValue,
7593
+ passwordAddition: 0,
7594
+ passwordLifetime: 1,
7595
+ symmetricKeyAddition: 2,
7596
+ symmetricKeyLifetime: 3,
7597
+ customPasswordAddition: 4,
7598
+ unknownFutureValue: 99,
7586
7599
  }
7587
7600
 
7588
7601
  enum appKeyCredentialRestrictionType {
7589
- asymmetricKeyLifetime,
7590
- unknownFutureValue,
7602
+ asymmetricKeyLifetime: 0,
7603
+ unknownFutureValue: 99,
7591
7604
  }
7592
7605
 
7593
7606
  enum appliedConditionalAccessPolicyResult {
7594
- success,
7595
- failure,
7596
- notApplied,
7597
- notEnabled,
7598
- `unknown`,
7599
- unknownFutureValue,
7600
- reportOnlySuccess,
7601
- reportOnlyFailure,
7602
- reportOnlyNotApplied,
7603
- reportOnlyInterrupted,
7607
+ success: 0,
7608
+ failure: 1,
7609
+ notApplied: 2,
7610
+ notEnabled: 3,
7611
+ `unknown`: 4,
7612
+ unknownFutureValue: 5,
7613
+ reportOnlySuccess: 6,
7614
+ reportOnlyFailure: 7,
7615
+ reportOnlyNotApplied: 8,
7616
+ reportOnlyInterrupted: 9,
7604
7617
  }
7605
7618
 
7606
7619
  enum approvalFilterByCurrentUserOptions {
7607
- target,
7608
- createdBy,
7609
- approver,
7610
- unknownFutureValue,
7620
+ target: 0,
7621
+ createdBy: 1,
7622
+ approver: 2,
7623
+ unknownFutureValue: 3,
7611
7624
  }
7612
7625
 
7613
7626
  enum assignmentScheduleFilterByCurrentUserOptions {
7614
- principal,
7615
- unknownFutureValue,
7627
+ principal: 1,
7628
+ unknownFutureValue: 2,
7616
7629
  }
7617
7630
 
7618
7631
  enum assignmentScheduleInstanceFilterByCurrentUserOptions {
7619
- principal,
7620
- unknownFutureValue,
7632
+ principal: 1,
7633
+ unknownFutureValue: 2,
7621
7634
  }
7622
7635
 
7623
7636
  enum assignmentScheduleRequestFilterByCurrentUserOptions {
7624
- principal,
7625
- createdBy,
7626
- approver,
7627
- unknownFutureValue,
7637
+ principal: 1,
7638
+ createdBy: 2,
7639
+ approver: 3,
7640
+ unknownFutureValue: 4,
7628
7641
  }
7629
7642
 
7630
7643
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7631
7644
  enum attachmentType {
7632
- file,
7633
- item,
7634
- reference,
7645
+ file: 0,
7646
+ item: 1,
7647
+ reference: 2,
7635
7648
  }
7636
7649
 
7637
7650
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7638
7651
  enum attendeeType {
7639
- required,
7640
- optional,
7641
- resource,
7652
+ required: 0,
7653
+ optional: 1,
7654
+ resource: 2,
7642
7655
  }
7643
7656
 
7644
7657
  enum attestationLevel {
7645
- attested,
7646
- notAttested,
7647
- unknownFutureValue,
7658
+ attested: 0,
7659
+ notAttested: 1,
7660
+ unknownFutureValue: 2,
7648
7661
  }
7649
7662
 
7650
7663
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7651
7664
  enum attributeDefinitionMetadata {
7652
- BaseAttributeName,
7653
- ComplexObjectDefinition,
7654
- IsContainer,
7655
- IsCustomerDefined,
7656
- IsDomainQualified,
7657
- LinkPropertyNames,
7658
- LinkTypeName,
7659
- MaximumLength,
7660
- ReferencedProperty,
7665
+ BaseAttributeName: 0,
7666
+ ComplexObjectDefinition: 1,
7667
+ IsContainer: 2,
7668
+ IsCustomerDefined: 3,
7669
+ IsDomainQualified: 4,
7670
+ LinkPropertyNames: 5,
7671
+ LinkTypeName: 6,
7672
+ MaximumLength: 7,
7673
+ ReferencedProperty: 8,
7661
7674
  }
7662
7675
 
7663
7676
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7664
7677
  enum attributeFlowBehavior {
7665
- FlowWhenChanged,
7666
- FlowAlways,
7678
+ FlowWhenChanged: 0,
7679
+ FlowAlways: 1,
7667
7680
  }
7668
7681
 
7669
7682
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7670
7683
  enum attributeFlowType {
7671
- Always,
7672
- ObjectAddOnly,
7673
- MultiValueAddOnly,
7674
- ValueAddOnly,
7675
- AttributeAddOnly,
7684
+ Always: 0,
7685
+ ObjectAddOnly: 1,
7686
+ MultiValueAddOnly: 2,
7687
+ ValueAddOnly: 3,
7688
+ AttributeAddOnly: 4,
7676
7689
  }
7677
7690
 
7678
7691
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7679
7692
  enum attributeMappingSourceType {
7680
- Attribute,
7681
- Constant,
7682
- Function,
7693
+ Attribute: 0,
7694
+ Constant: 1,
7695
+ Function: 2,
7683
7696
  }
7684
7697
 
7685
7698
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7686
7699
  enum attributeType {
7687
- `String`,
7688
- `Integer`,
7689
- Reference,
7690
- Binary,
7691
- `Boolean`,
7692
- DateTime,
7700
+ `String`: 0,
7701
+ `Integer`: 1,
7702
+ Reference: 2,
7703
+ Binary: 3,
7704
+ `Boolean`: 4,
7705
+ DateTime: 5,
7693
7706
  }
7694
7707
 
7695
7708
  enum authenticationMethodFeature {
7696
- ssprRegistered,
7697
- ssprEnabled,
7698
- ssprCapable,
7699
- passwordlessCapable,
7700
- mfaCapable,
7701
- unknownFutureValue,
7709
+ ssprRegistered: 0,
7710
+ ssprEnabled: 1,
7711
+ ssprCapable: 2,
7712
+ passwordlessCapable: 3,
7713
+ mfaCapable: 4,
7714
+ unknownFutureValue: 5,
7702
7715
  }
7703
7716
 
7704
7717
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7705
7718
  enum authenticationMethodKeyStrength {
7706
- normal,
7707
- weak,
7708
- `unknown`,
7719
+ normal: 0,
7720
+ weak: 1,
7721
+ `unknown`: 2,
7709
7722
  }
7710
7723
 
7711
7724
  @graphFlags
7712
7725
  enum authenticationMethodModes {
7713
- password,
7714
- voice,
7715
- hardwareOath,
7716
- softwareOath,
7717
- sms,
7718
- fido2,
7719
- windowsHelloForBusiness,
7720
- microsoftAuthenticatorPush,
7721
- deviceBasedPush,
7722
- temporaryAccessPassOneTime,
7723
- temporaryAccessPassMultiUse,
7724
- email,
7725
- x509CertificateSingleFactor,
7726
- x509CertificateMultiFactor,
7727
- federatedSingleFactor,
7728
- federatedMultiFactor,
7729
- unknownFutureValue,
7726
+ password: 1,
7727
+ voice: 2,
7728
+ hardwareOath: 4,
7729
+ softwareOath: 8,
7730
+ sms: 16,
7731
+ fido2: 32,
7732
+ windowsHelloForBusiness: 64,
7733
+ microsoftAuthenticatorPush: 128,
7734
+ deviceBasedPush: 256,
7735
+ temporaryAccessPassOneTime: 512,
7736
+ temporaryAccessPassMultiUse: 1024,
7737
+ email: 2048,
7738
+ x509CertificateSingleFactor: 4096,
7739
+ x509CertificateMultiFactor: 8192,
7740
+ federatedSingleFactor: 16384,
7741
+ federatedMultiFactor: 32768,
7742
+ unknownFutureValue: 65536,
7730
7743
  }
7731
7744
 
7732
7745
  enum authenticationMethodPlatform {
7733
- `unknown`,
7734
- windows,
7735
- macOS,
7736
- iOS,
7737
- android,
7738
- linux,
7739
- unknownFutureValue,
7746
+ `unknown`: 0,
7747
+ windows: 1,
7748
+ macOS: 2,
7749
+ iOS: 3,
7750
+ android: 4,
7751
+ linux: 5,
7752
+ unknownFutureValue: 6,
7740
7753
  }
7741
7754
 
7742
7755
  enum authenticationMethodSignInState {
7743
- notSupported,
7744
- notAllowedByPolicy,
7745
- notEnabled,
7746
- phoneNumberNotUnique,
7747
- ready,
7748
- notConfigured,
7749
- unknownFutureValue,
7756
+ notSupported: 0,
7757
+ notAllowedByPolicy: 1,
7758
+ notEnabled: 2,
7759
+ phoneNumberNotUnique: 3,
7760
+ ready: 4,
7761
+ notConfigured: 5,
7762
+ unknownFutureValue: 6,
7750
7763
  }
7751
7764
 
7752
7765
  enum authenticationMethodsPolicyMigrationState {
7753
- preMigration,
7754
- migrationInProgress,
7755
- migrationComplete,
7756
- unknownFutureValue,
7766
+ preMigration: 0,
7767
+ migrationInProgress: 1,
7768
+ migrationComplete: 2,
7769
+ unknownFutureValue: 3,
7757
7770
  }
7758
7771
 
7759
7772
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7760
7773
  enum authenticationMethodState {
7761
- enabled,
7762
- disabled,
7774
+ enabled: 0,
7775
+ disabled: 1,
7763
7776
  }
7764
7777
 
7765
7778
  enum authenticationMethodTargetType {
7766
- user,
7767
- group,
7768
- unknownFutureValue,
7779
+ user: 0,
7780
+ group: 1,
7781
+ unknownFutureValue: 2,
7769
7782
  }
7770
7783
 
7771
7784
  enum authenticationPhoneType {
7772
- mobile,
7773
- alternateMobile,
7774
- office,
7775
- unknownFutureValue,
7785
+ mobile: 0,
7786
+ alternateMobile: 1,
7787
+ office: 2,
7788
+ unknownFutureValue: 3,
7776
7789
  }
7777
7790
 
7778
7791
  enum authenticationProtocol {
7779
- wsFed,
7780
- saml,
7781
- unknownFutureValue,
7792
+ wsFed: 0,
7793
+ saml: 1,
7794
+ unknownFutureValue: 2,
7782
7795
  }
7783
7796
 
7784
7797
  enum authenticationStrengthPolicyType {
7785
- builtIn,
7786
- custom,
7787
- unknownFutureValue,
7798
+ builtIn: 0,
7799
+ custom: 1,
7800
+ unknownFutureValue: 2,
7788
7801
  }
7789
7802
 
7790
7803
  @graphFlags
7791
7804
  enum authenticationStrengthRequirements {
7792
- none,
7793
- mfa,
7794
- unknownFutureValue,
7805
+ none: 0,
7806
+ mfa: 1,
7807
+ unknownFutureValue: 2,
7795
7808
  }
7796
7809
 
7797
7810
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7798
7811
  enum automaticRepliesStatus {
7799
- disabled,
7800
- alwaysEnabled,
7801
- scheduled,
7812
+ disabled: 0,
7813
+ alwaysEnabled: 1,
7814
+ scheduled: 2,
7802
7815
  }
7803
7816
 
7804
7817
  enum b2bIdentityProvidersType {
7805
- azureActiveDirectory,
7806
- externalFederation,
7807
- socialIdentityProviders,
7808
- emailOneTimePasscode,
7809
- microsoftAccount,
7810
- defaultConfiguredIdp,
7811
- unknownFutureValue,
7818
+ azureActiveDirectory: 1,
7819
+ externalFederation: 2,
7820
+ socialIdentityProviders: 3,
7821
+ emailOneTimePasscode: 4,
7822
+ microsoftAccount: 5,
7823
+ defaultConfiguredIdp: 6,
7824
+ unknownFutureValue: 7,
7812
7825
  }
7813
7826
 
7814
7827
  enum baseAuthenticationMethod {
7815
- password,
7816
- voice,
7817
- hardwareOath,
7818
- softwareOath,
7819
- sms,
7820
- fido2,
7821
- windowsHelloForBusiness,
7822
- microsoftAuthenticator,
7823
- temporaryAccessPass,
7824
- email,
7825
- x509Certificate,
7826
- federation,
7827
- unknownFutureValue,
7828
+ password: 1,
7829
+ voice: 2,
7830
+ hardwareOath: 3,
7831
+ softwareOath: 4,
7832
+ sms: 5,
7833
+ fido2: 6,
7834
+ windowsHelloForBusiness: 7,
7835
+ microsoftAuthenticator: 8,
7836
+ temporaryAccessPass: 9,
7837
+ email: 10,
7838
+ x509Certificate: 11,
7839
+ federation: 12,
7840
+ unknownFutureValue: 13,
7828
7841
  }
7829
7842
 
7830
7843
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7831
7844
  enum bodyType {
7832
- text,
7833
- html,
7845
+ text: 0,
7846
+ html: 1,
7834
7847
  }
7835
7848
 
7836
7849
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7837
7850
  enum bookingType {
7838
- `unknown`,
7839
- standard,
7840
- reserved,
7851
+ `unknown`: 0,
7852
+ standard: 1,
7853
+ reserved: 2,
7841
7854
  }
7842
7855
 
7843
7856
  enum broadcastMeetingAudience {
7844
- roleIsAttendee,
7845
- organization,
7846
- everyone,
7847
- unknownFutureValue,
7857
+ roleIsAttendee: 0,
7858
+ organization: 1,
7859
+ everyone: 2,
7860
+ unknownFutureValue: 3,
7848
7861
  }
7849
7862
 
7850
7863
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7851
7864
  enum calendarColor {
7852
- auto,
7853
- lightBlue,
7854
- lightGreen,
7855
- lightOrange,
7856
- lightGray,
7857
- lightYellow,
7858
- lightTeal,
7859
- lightPink,
7860
- lightBrown,
7861
- lightRed,
7862
- maxColor,
7865
+ auto: -1,
7866
+ lightBlue: 0,
7867
+ lightGreen: 1,
7868
+ lightOrange: 2,
7869
+ lightGray: 3,
7870
+ lightYellow: 4,
7871
+ lightTeal: 5,
7872
+ lightPink: 6,
7873
+ lightBrown: 7,
7874
+ lightRed: 8,
7875
+ maxColor: 9,
7863
7876
  }
7864
7877
 
7865
7878
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7866
7879
  enum calendarRoleType {
7867
- none,
7868
- freeBusyRead,
7869
- limitedRead,
7870
- read,
7871
- write,
7872
- delegateWithoutPrivateEventAccess,
7873
- delegateWithPrivateEventAccess,
7874
- custom,
7880
+ none: 0,
7881
+ freeBusyRead: 1,
7882
+ limitedRead: 2,
7883
+ read: 3,
7884
+ write: 4,
7885
+ delegateWithoutPrivateEventAccess: 5,
7886
+ delegateWithPrivateEventAccess: 6,
7887
+ custom: 7,
7875
7888
  }
7876
7889
 
7877
7890
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7878
7891
  enum calendarSharingAction {
7879
- accept,
7880
- acceptAndViewCalendar,
7881
- viewCalendar,
7882
- addThisCalendar,
7892
+ accept: 0,
7893
+ acceptAndViewCalendar: 1,
7894
+ viewCalendar: 2,
7895
+ addThisCalendar: 3,
7883
7896
  }
7884
7897
 
7885
7898
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7886
7899
  enum calendarSharingActionImportance {
7887
- primary,
7888
- secondary,
7900
+ primary: 0,
7901
+ secondary: 1,
7889
7902
  }
7890
7903
 
7891
7904
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7892
7905
  enum calendarSharingActionType {
7893
- accept,
7906
+ accept: 0,
7894
7907
  }
7895
7908
 
7896
7909
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7897
7910
  enum callDirection {
7898
- incoming,
7899
- outgoing,
7911
+ incoming: 0,
7912
+ outgoing: 1,
7900
7913
  }
7901
7914
 
7902
7915
  enum callRecordingStatus {
7903
- success,
7904
- failure,
7905
- initial,
7906
- chunkFinished,
7907
- unknownFutureValue,
7916
+ success: 0,
7917
+ failure: 1,
7918
+ initial: 2,
7919
+ chunkFinished: 3,
7920
+ unknownFutureValue: 4,
7908
7921
  }
7909
7922
 
7910
7923
  enum callState {
7911
- incoming,
7912
- establishing,
7913
- established,
7914
- hold,
7915
- transferring,
7916
- transferAccepted,
7917
- redirecting,
7918
- terminating,
7919
- terminated,
7920
- unknownFutureValue,
7924
+ incoming: 0,
7925
+ establishing: 1,
7926
+ established: 3,
7927
+ hold: 4,
7928
+ transferring: 5,
7929
+ transferAccepted: 6,
7930
+ redirecting: 7,
7931
+ terminating: 8,
7932
+ terminated: 9,
7933
+ unknownFutureValue: 10,
7921
7934
  }
7922
7935
 
7923
7936
  enum callTranscriptionState {
7924
- notStarted,
7925
- active,
7926
- inactive,
7927
- unknownFutureValue,
7937
+ notStarted: 0,
7938
+ active: 1,
7939
+ inactive: 2,
7940
+ unknownFutureValue: 3,
7928
7941
  }
7929
7942
 
7930
7943
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7931
7944
  enum categoryColor {
7932
- none,
7933
- preset0,
7934
- preset1,
7935
- preset2,
7936
- preset3,
7937
- preset4,
7938
- preset5,
7939
- preset6,
7940
- preset7,
7941
- preset8,
7942
- preset9,
7943
- preset10,
7944
- preset11,
7945
- preset12,
7946
- preset13,
7947
- preset14,
7948
- preset15,
7949
- preset16,
7950
- preset17,
7951
- preset18,
7952
- preset19,
7953
- preset20,
7954
- preset21,
7955
- preset22,
7956
- preset23,
7957
- preset24,
7945
+ none: -1,
7946
+ preset0: 0,
7947
+ preset1: 1,
7948
+ preset2: 2,
7949
+ preset3: 3,
7950
+ preset4: 4,
7951
+ preset5: 5,
7952
+ preset6: 6,
7953
+ preset7: 7,
7954
+ preset8: 8,
7955
+ preset9: 9,
7956
+ preset10: 10,
7957
+ preset11: 11,
7958
+ preset12: 12,
7959
+ preset13: 13,
7960
+ preset14: 14,
7961
+ preset15: 15,
7962
+ preset16: 16,
7963
+ preset17: 17,
7964
+ preset18: 18,
7965
+ preset19: 19,
7966
+ preset20: 20,
7967
+ preset21: 21,
7968
+ preset22: 22,
7969
+ preset23: 23,
7970
+ preset24: 24,
7958
7971
  }
7959
7972
 
7960
7973
  enum certificateAuthorityType {
7961
- root,
7962
- intermediate,
7963
- unknownFutureValue,
7974
+ root: 0,
7975
+ intermediate: 1,
7976
+ unknownFutureValue: 2,
7964
7977
  }
7965
7978
 
7966
7979
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7967
7980
  enum changeType {
7968
- created,
7969
- updated,
7970
- deleted,
7981
+ created: 0,
7982
+ updated: 1,
7983
+ deleted: 2,
7971
7984
  }
7972
7985
 
7973
7986
  enum channelMembershipType {
7974
- standard,
7975
- private,
7976
- unknownFutureValue,
7977
- shared,
7987
+ standard: 0,
7988
+ private: 1,
7989
+ unknownFutureValue: 2,
7990
+ shared: 3,
7978
7991
  }
7979
7992
 
7980
7993
  @graphFlags
7981
7994
  enum chatMessageActions {
7982
- reactionAdded,
7983
- reactionRemoved,
7984
- actionUndefined,
7985
- unknownFutureValue,
7995
+ reactionAdded: 1,
7996
+ reactionRemoved: 2,
7997
+ actionUndefined: 4,
7998
+ unknownFutureValue: 8,
7986
7999
  }
7987
8000
 
7988
8001
  enum chatMessageImportance {
7989
- normal,
7990
- high,
7991
- urgent,
7992
- unknownFutureValue,
8002
+ normal: 0,
8003
+ high: 1,
8004
+ urgent: 2,
8005
+ unknownFutureValue: 3,
7993
8006
  }
7994
8007
 
7995
8008
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
7996
8009
  @graphFlags
7997
8010
  enum chatMessagePolicyViolationDlpActionTypes {
7998
- none,
7999
- notifySender,
8000
- blockAccess,
8001
- blockAccessExternal,
8011
+ none: 0,
8012
+ notifySender: 1,
8013
+ blockAccess: 2,
8014
+ blockAccessExternal: 4,
8002
8015
  }
8003
8016
 
8004
8017
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8005
8018
  @graphFlags
8006
8019
  enum chatMessagePolicyViolationUserActionTypes {
8007
- none,
8008
- override,
8009
- reportFalsePositive,
8020
+ none: 0,
8021
+ override: 1,
8022
+ reportFalsePositive: 2,
8010
8023
  }
8011
8024
 
8012
8025
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8013
8026
  @graphFlags
8014
8027
  enum chatMessagePolicyViolationVerdictDetailsTypes {
8015
- none,
8016
- allowFalsePositiveOverride,
8017
- allowOverrideWithoutJustification,
8018
- allowOverrideWithJustification,
8028
+ none: 0,
8029
+ allowFalsePositiveOverride: 1,
8030
+ allowOverrideWithoutJustification: 2,
8031
+ allowOverrideWithJustification: 4,
8019
8032
  }
8020
8033
 
8021
8034
  enum chatMessageType {
8022
- message,
8023
- chatEvent,
8024
- typing,
8025
- unknownFutureValue,
8026
- systemEventMessage,
8035
+ message: 0,
8036
+ chatEvent: 1,
8037
+ typing: 2,
8038
+ unknownFutureValue: 3,
8039
+ systemEventMessage: 4,
8027
8040
  }
8028
8041
 
8029
8042
  enum chatType {
8030
- oneOnOne,
8031
- group,
8032
- meeting,
8033
- unknownFutureValue,
8043
+ oneOnOne: 0,
8044
+ group: 1,
8045
+ meeting: 2,
8046
+ unknownFutureValue: 3,
8034
8047
  }
8035
8048
 
8036
8049
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8037
8050
  @graphFlags
8038
8051
  enum clonableTeamParts {
8039
- apps,
8040
- tabs,
8041
- settings,
8042
- channels,
8043
- members,
8052
+ apps: 1,
8053
+ tabs: 2,
8054
+ settings: 4,
8055
+ channels: 8,
8056
+ members: 16,
8044
8057
  }
8045
8058
 
8046
8059
  enum cloudAppSecuritySessionControlType {
8047
- mcasConfigured,
8048
- monitorOnly,
8049
- blockDownloads,
8050
- unknownFutureValue,
8060
+ mcasConfigured: 0,
8061
+ monitorOnly: 1,
8062
+ blockDownloads: 2,
8063
+ unknownFutureValue: 3,
8051
8064
  }
8052
8065
 
8053
8066
  enum columnTypes {
8054
- note,
8055
- text,
8056
- choice,
8057
- multichoice,
8058
- number,
8059
- currency,
8060
- dateTime,
8061
- lookup,
8062
- `boolean`,
8063
- user,
8064
- url,
8065
- calculated,
8066
- location,
8067
- geolocation,
8068
- term,
8069
- multiterm,
8070
- thumbnail,
8071
- approvalStatus,
8072
- unknownFutureValue,
8067
+ note: 0,
8068
+ text: 1,
8069
+ choice: 2,
8070
+ multichoice: 3,
8071
+ number: 4,
8072
+ currency: 5,
8073
+ dateTime: 6,
8074
+ lookup: 7,
8075
+ `boolean`: 8,
8076
+ user: 9,
8077
+ url: 10,
8078
+ calculated: 11,
8079
+ location: 12,
8080
+ geolocation: 13,
8081
+ term: 14,
8082
+ multiterm: 15,
8083
+ thumbnail: 16,
8084
+ approvalStatus: 17,
8085
+ unknownFutureValue: 18,
8073
8086
  }
8074
8087
 
8075
8088
  enum conditionalAccessClientApp {
8076
- all,
8077
- browser,
8078
- mobileAppsAndDesktopClients,
8079
- exchangeActiveSync,
8080
- easSupported,
8081
- other,
8082
- unknownFutureValue,
8089
+ all: 0,
8090
+ browser: 1,
8091
+ mobileAppsAndDesktopClients: 2,
8092
+ exchangeActiveSync: 3,
8093
+ easSupported: 4,
8094
+ other: 5,
8095
+ unknownFutureValue: 6,
8083
8096
  }
8084
8097
 
8085
8098
  enum conditionalAccessDevicePlatform {
8086
- android,
8087
- iOS,
8088
- windows,
8089
- windowsPhone,
8090
- macOS,
8091
- all,
8092
- unknownFutureValue,
8093
- linux,
8099
+ android: 0,
8100
+ iOS: 1,
8101
+ windows: 2,
8102
+ windowsPhone: 3,
8103
+ macOS: 4,
8104
+ all: 5,
8105
+ unknownFutureValue: 6,
8106
+ linux: 7,
8094
8107
  }
8095
8108
 
8096
8109
  enum conditionalAccessExternalTenantsMembershipKind {
8097
- all,
8098
- enumerated,
8099
- unknownFutureValue,
8110
+ all: 0,
8111
+ enumerated: 1,
8112
+ unknownFutureValue: 2,
8100
8113
  }
8101
8114
 
8102
8115
  enum conditionalAccessGrantControl {
8103
- block,
8104
- mfa,
8105
- compliantDevice,
8106
- domainJoinedDevice,
8107
- approvedApplication,
8108
- compliantApplication,
8109
- unknownFutureValue,
8116
+ block: 0,
8117
+ mfa: 1,
8118
+ compliantDevice: 2,
8119
+ domainJoinedDevice: 3,
8120
+ approvedApplication: 4,
8121
+ compliantApplication: 5,
8122
+ unknownFutureValue: 6,
8110
8123
  }
8111
8124
 
8112
8125
  @graphFlags
8113
8126
  enum conditionalAccessGuestOrExternalUserTypes {
8114
- none,
8115
- internalGuest,
8116
- b2bCollaborationGuest,
8117
- b2bCollaborationMember,
8118
- b2bDirectConnectUser,
8119
- otherExternalUser,
8120
- serviceProvider,
8121
- unknownFutureValue,
8127
+ none: 0,
8128
+ internalGuest: 1,
8129
+ b2bCollaborationGuest: 2,
8130
+ b2bCollaborationMember: 4,
8131
+ b2bDirectConnectUser: 8,
8132
+ otherExternalUser: 16,
8133
+ serviceProvider: 32,
8134
+ unknownFutureValue: 64,
8122
8135
  }
8123
8136
 
8124
8137
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8125
8138
  enum conditionalAccessPolicyState {
8126
- enabled,
8127
- disabled,
8128
- enabledForReportingButNotEnforced,
8139
+ enabled: 0,
8140
+ disabled: 1,
8141
+ enabledForReportingButNotEnforced: 2,
8129
8142
  }
8130
8143
 
8131
8144
  enum conditionalAccessStatus {
8132
- success,
8133
- failure,
8134
- notApplied,
8135
- unknownFutureValue,
8145
+ success: 0,
8146
+ failure: 1,
8147
+ notApplied: 2,
8148
+ unknownFutureValue: 3,
8136
8149
  }
8137
8150
 
8138
8151
  @graphFlags
8139
8152
  enum conditionalAccessTransferMethods {
8140
- none,
8141
- deviceCodeFlow,
8142
- authenticationTransfer,
8143
- unknownFutureValue,
8153
+ none: 0,
8154
+ deviceCodeFlow: 1,
8155
+ authenticationTransfer: 2,
8156
+ unknownFutureValue: 4,
8144
8157
  }
8145
8158
 
8146
8159
  enum connectedOrganizationState {
8147
- configured,
8148
- proposed,
8149
- unknownFutureValue,
8160
+ configured: 0,
8161
+ proposed: 1,
8162
+ unknownFutureValue: 2,
8150
8163
  }
8151
8164
 
8152
8165
  enum connectionDirection {
8153
- `unknown`,
8154
- inbound,
8155
- outbound,
8156
- unknownFutureValue,
8166
+ `unknown`: 0,
8167
+ inbound: 1,
8168
+ outbound: 2,
8169
+ unknownFutureValue: 127,
8157
8170
  }
8158
8171
 
8159
8172
  enum connectionStatus {
8160
- `unknown`,
8161
- attempted,
8162
- succeeded,
8163
- blocked,
8164
- failed,
8165
- unknownFutureValue,
8173
+ `unknown`: 0,
8174
+ attempted: 1,
8175
+ succeeded: 2,
8176
+ blocked: 3,
8177
+ failed: 4,
8178
+ unknownFutureValue: 127,
8166
8179
  }
8167
8180
 
8168
8181
  enum consentRequestFilterByCurrentUserOptions {
8169
- reviewer,
8170
- unknownFutureValue,
8182
+ reviewer: 0,
8183
+ unknownFutureValue: 1,
8171
8184
  }
8172
8185
 
8173
8186
  enum countryLookupMethodType {
8174
- clientIpAddress,
8175
- authenticatorAppGps,
8176
- unknownFutureValue,
8187
+ clientIpAddress: 0,
8188
+ authenticatorAppGps: 1,
8189
+ unknownFutureValue: 2,
8177
8190
  }
8178
8191
 
8179
8192
  enum crossTenantAccessPolicyTargetConfigurationAccessType {
8180
- allowed,
8181
- blocked,
8182
- unknownFutureValue,
8193
+ allowed: 1,
8194
+ blocked: 2,
8195
+ unknownFutureValue: 3,
8183
8196
  }
8184
8197
 
8185
8198
  enum crossTenantAccessPolicyTargetType {
8186
- user,
8187
- group,
8188
- application,
8189
- unknownFutureValue,
8199
+ user: 1,
8200
+ group: 2,
8201
+ application: 3,
8202
+ unknownFutureValue: 4,
8190
8203
  }
8191
8204
 
8192
8205
  enum customExtensionCalloutInstanceStatus {
8193
- calloutSent,
8194
- callbackReceived,
8195
- calloutFailed,
8196
- callbackTimedOut,
8197
- waitingForCallback,
8198
- unknownFutureValue,
8206
+ calloutSent: 1,
8207
+ callbackReceived: 2,
8208
+ calloutFailed: 3,
8209
+ callbackTimedOut: 4,
8210
+ waitingForCallback: 5,
8211
+ unknownFutureValue: 6,
8199
8212
  }
8200
8213
 
8201
8214
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8202
8215
  enum dayOfWeek {
8203
- sunday,
8204
- monday,
8205
- tuesday,
8206
- wednesday,
8207
- thursday,
8208
- friday,
8209
- saturday,
8216
+ sunday: 0,
8217
+ monday: 1,
8218
+ tuesday: 2,
8219
+ wednesday: 3,
8220
+ thursday: 4,
8221
+ friday: 5,
8222
+ saturday: 6,
8210
8223
  }
8211
8224
 
8212
8225
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8213
8226
  enum delegateMeetingMessageDeliveryOptions {
8214
- sendToDelegateAndInformationToPrincipal,
8215
- sendToDelegateAndPrincipal,
8216
- sendToDelegateOnly,
8227
+ sendToDelegateAndInformationToPrincipal: 0,
8228
+ sendToDelegateAndPrincipal: 1,
8229
+ sendToDelegateOnly: 2,
8217
8230
  }
8218
8231
 
8219
8232
  @graphFlags
8220
8233
  enum directoryDefinitionDiscoverabilities {
8221
- None,
8222
- AttributeNames,
8223
- AttributeDataTypes,
8224
- AttributeReadOnly,
8225
- ReferenceAttributes,
8226
- UnknownFutureValue,
8234
+ None: 0,
8235
+ AttributeNames: 1,
8236
+ AttributeDataTypes: 2,
8237
+ AttributeReadOnly: 4,
8238
+ ReferenceAttributes: 8,
8239
+ UnknownFutureValue: 16,
8227
8240
  }
8228
8241
 
8229
8242
  enum driveItemSourceApplication {
8230
- teams,
8231
- yammer,
8232
- sharePoint,
8233
- oneDrive,
8234
- stream,
8235
- powerPoint,
8236
- office,
8237
- loki,
8238
- loop,
8239
- other,
8240
- unknownFutureValue,
8243
+ teams: 0,
8244
+ yammer: 1,
8245
+ sharePoint: 2,
8246
+ oneDrive: 3,
8247
+ stream: 4,
8248
+ powerPoint: 5,
8249
+ office: 6,
8250
+ loki: 7,
8251
+ loop: 8,
8252
+ other: 9,
8253
+ unknownFutureValue: 10,
8241
8254
  }
8242
8255
 
8243
8256
  enum eligibilityScheduleFilterByCurrentUserOptions {
8244
- principal,
8245
- unknownFutureValue,
8257
+ principal: 1,
8258
+ unknownFutureValue: 2,
8246
8259
  }
8247
8260
 
8248
8261
  enum eligibilityScheduleInstanceFilterByCurrentUserOptions {
8249
- principal,
8250
- unknownFutureValue,
8262
+ principal: 1,
8263
+ unknownFutureValue: 2,
8251
8264
  }
8252
8265
 
8253
8266
  enum eligibilityScheduleRequestFilterByCurrentUserOptions {
8254
- principal,
8255
- createdBy,
8256
- approver,
8257
- unknownFutureValue,
8267
+ principal: 1,
8268
+ createdBy: 2,
8269
+ approver: 3,
8270
+ unknownFutureValue: 4,
8258
8271
  }
8259
8272
 
8260
8273
  enum emailRole {
8261
- `unknown`,
8262
- sender,
8263
- recipient,
8264
- unknownFutureValue,
8274
+ `unknown`: 0,
8275
+ sender: 1,
8276
+ recipient: 2,
8277
+ unknownFutureValue: 127,
8265
8278
  }
8266
8279
 
8267
8280
  enum endpointType {
8268
- default,
8269
- voicemail,
8270
- skypeForBusiness,
8271
- skypeForBusinessVoipPhone,
8272
- unknownFutureValue,
8281
+ default: 0,
8282
+ voicemail: 1,
8283
+ skypeForBusiness: 2,
8284
+ skypeForBusinessVoipPhone: 3,
8285
+ unknownFutureValue: 4,
8273
8286
  }
8274
8287
 
8275
8288
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8276
8289
  enum entryExportStatus {
8277
- Noop,
8278
- Success,
8279
- RetryableError,
8280
- PermanentError,
8281
- Error,
8290
+ Noop: 0,
8291
+ Success: 1,
8292
+ RetryableError: 2,
8293
+ PermanentError: 3,
8294
+ Error: 4,
8282
8295
  }
8283
8296
 
8284
8297
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8285
8298
  enum entrySyncOperation {
8286
- None,
8287
- Add,
8288
- Delete,
8289
- Update,
8299
+ None: 0,
8300
+ Add: 1,
8301
+ Delete: 2,
8302
+ Update: 3,
8290
8303
  }
8291
8304
 
8292
8305
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8293
8306
  enum escrowBehavior {
8294
- Default,
8295
- IgnoreLookupReferenceResolutionFailure,
8307
+ Default: 1,
8308
+ IgnoreLookupReferenceResolutionFailure: 2,
8296
8309
  }
8297
8310
 
8298
8311
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8299
8312
  enum eventType {
8300
- singleInstance,
8301
- occurrence,
8302
- exception,
8303
- seriesMaster,
8313
+ singleInstance: 0,
8314
+ occurrence: 1,
8315
+ exception: 2,
8316
+ seriesMaster: 3,
8304
8317
  }
8305
8318
 
8306
8319
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8307
8320
  enum exchangeIdFormat {
8308
- entryId,
8309
- ewsId,
8310
- immutableEntryId,
8311
- restId,
8312
- restImmutableEntryId,
8321
+ entryId: 0,
8322
+ ewsId: 1,
8323
+ immutableEntryId: 2,
8324
+ restId: 3,
8325
+ restImmutableEntryId: 4,
8313
8326
  }
8314
8327
 
8315
8328
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8316
8329
  enum expirationPatternType {
8317
- notSpecified,
8318
- noExpiration,
8319
- afterDateTime,
8320
- afterDuration,
8330
+ notSpecified: 0,
8331
+ noExpiration: 1,
8332
+ afterDateTime: 2,
8333
+ afterDuration: 3,
8321
8334
  }
8322
8335
 
8323
8336
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8324
8337
  enum externalAudienceScope {
8325
- none,
8326
- contactsOnly,
8327
- all,
8338
+ none: 0,
8339
+ contactsOnly: 1,
8340
+ all: 2,
8328
8341
  }
8329
8342
 
8330
8343
  enum externalEmailOtpState {
8331
- default,
8332
- enabled,
8333
- disabled,
8334
- unknownFutureValue,
8344
+ default: 0,
8345
+ enabled: 1,
8346
+ disabled: 2,
8347
+ unknownFutureValue: 3,
8335
8348
  }
8336
8349
 
8337
8350
  enum featureTargetType {
8338
- group,
8339
- administrativeUnit,
8340
- role,
8341
- unknownFutureValue,
8351
+ group: 0,
8352
+ administrativeUnit: 1,
8353
+ role: 2,
8354
+ unknownFutureValue: 3,
8342
8355
  }
8343
8356
 
8344
8357
  enum federatedIdpMfaBehavior {
8345
- acceptIfMfaDoneByFederatedIdp,
8346
- enforceMfaByFederatedIdp,
8347
- rejectMfaByFederatedIdp,
8348
- unknownFutureValue,
8358
+ acceptIfMfaDoneByFederatedIdp: 0,
8359
+ enforceMfaByFederatedIdp: 1,
8360
+ rejectMfaByFederatedIdp: 2,
8361
+ unknownFutureValue: 3,
8349
8362
  }
8350
8363
 
8351
8364
  enum fido2RestrictionEnforcementType {
8352
- allow,
8353
- block,
8354
- unknownFutureValue,
8365
+ allow: 0,
8366
+ block: 1,
8367
+ unknownFutureValue: 2,
8355
8368
  }
8356
8369
 
8357
8370
  enum fileHashType {
8358
- `unknown`,
8359
- sha1,
8360
- sha256,
8361
- md5,
8362
- authenticodeHash256,
8363
- lsHash,
8364
- ctph,
8365
- unknownFutureValue,
8371
+ `unknown`: 0,
8372
+ sha1: 1,
8373
+ sha256: 2,
8374
+ md5: 3,
8375
+ authenticodeHash256: 4,
8376
+ lsHash: 5,
8377
+ ctph: 6,
8378
+ unknownFutureValue: 127,
8366
8379
  }
8367
8380
 
8368
8381
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8369
8382
  enum filterMode {
8370
- include,
8371
- exclude,
8383
+ include: 0,
8384
+ exclude: 1,
8372
8385
  }
8373
8386
 
8374
8387
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8375
8388
  enum followupFlagStatus {
8376
- notFlagged,
8377
- complete,
8378
- flagged,
8389
+ notFlagged: 0,
8390
+ complete: 1,
8391
+ flagged: 2,
8379
8392
  }
8380
8393
 
8381
8394
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8382
8395
  enum freeBusyStatus {
8383
- `unknown`,
8384
- free,
8385
- tentative,
8386
- busy,
8387
- oof,
8388
- workingElsewhere,
8396
+ `unknown`: -1,
8397
+ free: 0,
8398
+ tentative: 1,
8399
+ busy: 2,
8400
+ oof: 3,
8401
+ workingElsewhere: 4,
8389
8402
  }
8390
8403
 
8391
8404
  enum giphyRatingType {
8392
- strict,
8393
- moderate,
8394
- unknownFutureValue,
8405
+ strict: 0,
8406
+ moderate: 1,
8407
+ unknownFutureValue: 2,
8395
8408
  }
8396
8409
 
8397
8410
  enum groupType {
8398
- unifiedGroups,
8399
- azureAD,
8400
- unknownFutureValue,
8411
+ unifiedGroups: 0,
8412
+ azureAD: 1,
8413
+ unknownFutureValue: 2,
8401
8414
  }
8402
8415
 
8403
8416
  enum horizontalSectionLayoutType {
8404
- none,
8405
- oneColumn,
8406
- twoColumns,
8407
- threeColumns,
8408
- oneThirdLeftColumn,
8409
- oneThirdRightColumn,
8410
- fullWidth,
8411
- unknownFutureValue,
8417
+ none: 0,
8418
+ oneColumn: 1,
8419
+ twoColumns: 2,
8420
+ threeColumns: 3,
8421
+ oneThirdLeftColumn: 4,
8422
+ oneThirdRightColumn: 5,
8423
+ fullWidth: 6,
8424
+ unknownFutureValue: 7,
8412
8425
  }
8413
8426
 
8414
8427
  enum imageTaggingChoice {
8415
- disabled,
8416
- basic,
8417
- enhanced,
8418
- unknownFutureValue,
8428
+ disabled: 0,
8429
+ basic: 1,
8430
+ enhanced: 2,
8431
+ unknownFutureValue: 3,
8419
8432
  }
8420
8433
 
8421
8434
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8422
8435
  enum importance {
8423
- low,
8424
- normal,
8425
- high,
8436
+ low: 0,
8437
+ normal: 1,
8438
+ high: 2,
8426
8439
  }
8427
8440
 
8428
8441
  enum includedUserRoles {
8429
- all,
8430
- privilegedAdmin,
8431
- admin,
8432
- user,
8433
- unknownFutureValue,
8442
+ all: 0,
8443
+ privilegedAdmin: 1,
8444
+ admin: 2,
8445
+ user: 3,
8446
+ unknownFutureValue: 4,
8434
8447
  }
8435
8448
 
8436
8449
  enum includedUserTypes {
8437
- all,
8438
- member,
8439
- guest,
8440
- unknownFutureValue,
8450
+ all: 0,
8451
+ member: 1,
8452
+ guest: 2,
8453
+ unknownFutureValue: 3,
8441
8454
  }
8442
8455
 
8443
8456
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8444
8457
  enum inferenceClassificationType {
8445
- focused,
8446
- other,
8458
+ focused: 0,
8459
+ other: 1,
8447
8460
  }
8448
8461
 
8449
8462
  enum initiatorType {
8450
- user,
8451
- application,
8452
- system,
8453
- unknownFutureValue,
8463
+ user: 0,
8464
+ application: 1,
8465
+ system: 2,
8466
+ unknownFutureValue: 3,
8454
8467
  }
8455
8468
 
8456
8469
  enum labelActionSource {
8457
- manual,
8458
- automatic,
8459
- recommended,
8460
- none,
8461
- unknownFutureValue,
8470
+ manual: 0,
8471
+ automatic: 1,
8472
+ recommended: 2,
8473
+ none: 3,
8474
+ unknownFutureValue: 4,
8462
8475
  }
8463
8476
 
8464
8477
  enum layoutTemplateType {
8465
- default,
8466
- verticalSplit,
8467
- unknownFutureValue,
8478
+ default: 0,
8479
+ verticalSplit: 1,
8480
+ unknownFutureValue: 10,
8468
8481
  }
8469
8482
 
8470
8483
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8471
8484
  enum lifecycleEventType {
8472
- missed,
8473
- subscriptionRemoved,
8474
- reauthorizationRequired,
8485
+ missed: 0,
8486
+ subscriptionRemoved: 1,
8487
+ reauthorizationRequired: 2,
8475
8488
  }
8476
8489
 
8477
8490
  enum lobbyBypassScope {
8478
- organizer,
8479
- organization,
8480
- organizationAndFederated,
8481
- everyone,
8482
- unknownFutureValue,
8483
- invited,
8484
- organizationExcludingGuests,
8491
+ organizer: 0,
8492
+ organization: 1,
8493
+ organizationAndFederated: 2,
8494
+ everyone: 3,
8495
+ unknownFutureValue: 4,
8496
+ invited: 5,
8497
+ organizationExcludingGuests: 6,
8485
8498
  }
8486
8499
 
8487
8500
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8488
8501
  enum locationType {
8489
- default,
8490
- conferenceRoom,
8491
- homeAddress,
8492
- businessAddress,
8493
- geoCoordinates,
8494
- streetAddress,
8495
- hotel,
8496
- restaurant,
8497
- localBusiness,
8498
- postalAddress,
8502
+ default: 0,
8503
+ conferenceRoom: 1,
8504
+ homeAddress: 2,
8505
+ businessAddress: 3,
8506
+ geoCoordinates: 4,
8507
+ streetAddress: 5,
8508
+ hotel: 6,
8509
+ restaurant: 7,
8510
+ localBusiness: 8,
8511
+ postalAddress: 9,
8499
8512
  }
8500
8513
 
8501
8514
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8502
8515
  enum locationUniqueIdType {
8503
- `unknown`,
8504
- locationStore,
8505
- directory,
8506
- private,
8507
- bing,
8516
+ `unknown`: 0,
8517
+ locationStore: 1,
8518
+ directory: 2,
8519
+ private: 3,
8520
+ bing: 4,
8508
8521
  }
8509
8522
 
8510
8523
  enum logonType {
8511
- `unknown`,
8512
- interactive,
8513
- remoteInteractive,
8514
- network,
8515
- batch,
8516
- service,
8517
- unknownFutureValue,
8524
+ `unknown`: 0,
8525
+ interactive: 1,
8526
+ remoteInteractive: 2,
8527
+ network: 3,
8528
+ batch: 4,
8529
+ service: 5,
8530
+ unknownFutureValue: 127,
8518
8531
  }
8519
8532
 
8520
8533
  enum longRunningOperationStatus {
8521
- notStarted,
8522
- running,
8523
- succeeded,
8524
- failed,
8525
- unknownFutureValue,
8534
+ notStarted: 0,
8535
+ running: 1,
8536
+ succeeded: 2,
8537
+ failed: 3,
8538
+ unknownFutureValue: 4,
8526
8539
  }
8527
8540
 
8528
8541
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8529
8542
  @graphFlags
8530
8543
  enum mailTipsType {
8531
- automaticReplies,
8532
- mailboxFullStatus,
8533
- customMailTip,
8534
- externalMemberCount,
8535
- totalMemberCount,
8536
- maxMessageSize,
8537
- deliveryRestriction,
8538
- moderationStatus,
8539
- recipientScope,
8540
- recipientSuggestions,
8544
+ automaticReplies: 1,
8545
+ mailboxFullStatus: 2,
8546
+ customMailTip: 4,
8547
+ externalMemberCount: 8,
8548
+ totalMemberCount: 16,
8549
+ maxMessageSize: 32,
8550
+ deliveryRestriction: 64,
8551
+ moderationStatus: 128,
8552
+ recipientScope: 256,
8553
+ recipientSuggestions: 512,
8541
8554
  }
8542
8555
 
8543
8556
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8544
8557
  enum mediaDirection {
8545
- inactive,
8546
- sendOnly,
8547
- receiveOnly,
8548
- sendReceive,
8558
+ inactive: 0,
8559
+ sendOnly: 1,
8560
+ receiveOnly: 2,
8561
+ sendReceive: 3,
8549
8562
  }
8550
8563
 
8551
8564
  enum mediaSourceContentCategory {
8552
- meeting,
8553
- liveStream,
8554
- presentation,
8555
- screenRecording,
8556
- story,
8557
- profile,
8558
- chat,
8559
- note,
8560
- comment,
8561
- unknownFutureValue,
8565
+ meeting: 0,
8566
+ liveStream: 1,
8567
+ presentation: 2,
8568
+ screenRecording: 3,
8569
+ story: 4,
8570
+ profile: 5,
8571
+ chat: 6,
8572
+ note: 7,
8573
+ comment: 8,
8574
+ unknownFutureValue: 9,
8562
8575
  }
8563
8576
 
8564
8577
  enum mediaState {
8565
- active,
8566
- inactive,
8567
- unknownFutureValue,
8578
+ active: 0,
8579
+ inactive: 1,
8580
+ unknownFutureValue: 2,
8568
8581
  }
8569
8582
 
8570
8583
  enum meetingChatHistoryDefaultMode {
8571
- none,
8572
- all,
8573
- unknownFutureValue,
8584
+ none: 0,
8585
+ all: 1,
8586
+ unknownFutureValue: 2,
8574
8587
  }
8575
8588
 
8576
8589
  enum meetingChatMode {
8577
- enabled,
8578
- disabled,
8579
- limited,
8580
- unknownFutureValue,
8590
+ enabled: 0,
8591
+ disabled: 1,
8592
+ limited: 2,
8593
+ unknownFutureValue: 3,
8581
8594
  }
8582
8595
 
8583
8596
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8584
8597
  enum meetingMessageType {
8585
- none,
8586
- meetingRequest,
8587
- meetingCancelled,
8588
- meetingAccepted,
8589
- meetingTenativelyAccepted,
8590
- meetingDeclined,
8598
+ none: 0,
8599
+ meetingRequest: 1,
8600
+ meetingCancelled: 2,
8601
+ meetingAccepted: 3,
8602
+ meetingTenativelyAccepted: 4,
8603
+ meetingDeclined: 5,
8591
8604
  }
8592
8605
 
8593
8606
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8594
8607
  enum meetingRequestType {
8595
- none,
8596
- newMeetingRequest,
8597
- fullUpdate,
8598
- informationalUpdate,
8599
- silentUpdate,
8600
- outdated,
8601
- principalWantsCopy,
8608
+ none: 0,
8609
+ newMeetingRequest: 1,
8610
+ fullUpdate: 65536,
8611
+ informationalUpdate: 131072,
8612
+ silentUpdate: 262144,
8613
+ outdated: 524288,
8614
+ principalWantsCopy: 1048576,
8602
8615
  }
8603
8616
 
8604
8617
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8605
8618
  enum messageActionFlag {
8606
- any,
8607
- call,
8608
- doNotForward,
8609
- followUp,
8610
- fyi,
8611
- forward,
8612
- noResponseNecessary,
8613
- read,
8614
- reply,
8615
- replyToAll,
8616
- review,
8619
+ any: 0,
8620
+ call: 1,
8621
+ doNotForward: 2,
8622
+ followUp: 3,
8623
+ fyi: 4,
8624
+ forward: 5,
8625
+ noResponseNecessary: 6,
8626
+ read: 7,
8627
+ reply: 8,
8628
+ replyToAll: 9,
8629
+ review: 10,
8617
8630
  }
8618
8631
 
8619
8632
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8620
8633
  enum microsoftAuthenticatorAuthenticationMode {
8621
- deviceBasedPush,
8622
- push,
8623
- any,
8634
+ deviceBasedPush: 0,
8635
+ push: 1,
8636
+ any: 2,
8624
8637
  }
8625
8638
 
8626
8639
  enum modality {
8627
- audio,
8628
- video,
8629
- videoBasedScreenSharing,
8630
- data,
8631
- unknownFutureValue,
8640
+ audio: 1,
8641
+ video: 2,
8642
+ videoBasedScreenSharing: 3,
8643
+ data: 4,
8644
+ unknownFutureValue: 5,
8632
8645
  }
8633
8646
 
8634
8647
  enum multiFactorAuthConfiguration {
8635
- notRequired,
8636
- required,
8637
- unknownFutureValue,
8648
+ notRequired: 0,
8649
+ required: 1,
8650
+ unknownFutureValue: 2,
8638
8651
  }
8639
8652
 
8640
8653
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8641
8654
  enum mutability {
8642
- ReadWrite,
8643
- ReadOnly,
8644
- Immutable,
8645
- WriteOnly,
8655
+ ReadWrite: 0,
8656
+ ReadOnly: 1,
8657
+ Immutable: 2,
8658
+ WriteOnly: 3,
8646
8659
  }
8647
8660
 
8648
8661
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8649
8662
  enum objectDefinitionMetadata {
8650
- PropertyNameAccountEnabled,
8651
- PropertyNameSoftDeleted,
8652
- IsSoftDeletionSupported,
8653
- IsSynchronizeAllSupported,
8654
- ConnectorDataStorageRequired,
8655
- Extensions,
8656
- BaseObjectName,
8663
+ PropertyNameAccountEnabled: 0,
8664
+ PropertyNameSoftDeleted: 1,
8665
+ IsSoftDeletionSupported: 2,
8666
+ IsSynchronizeAllSupported: 3,
8667
+ ConnectorDataStorageRequired: 4,
8668
+ Extensions: 5,
8669
+ BaseObjectName: 6,
8657
8670
  }
8658
8671
 
8659
8672
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8660
8673
  @graphFlags
8661
8674
  enum objectFlowTypes {
8662
- None,
8663
- Add,
8664
- Update,
8665
- Delete,
8675
+ None: 0,
8676
+ Add: 1,
8677
+ Update: 2,
8678
+ Delete: 4,
8666
8679
  }
8667
8680
 
8668
8681
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8669
8682
  enum objectMappingMetadata {
8670
- EscrowBehavior,
8671
- DisableMonitoringForChanges,
8672
- OriginalJoiningProperty,
8673
- Disposition,
8674
- IsCustomerDefined,
8675
- ExcludeFromReporting,
8676
- Unsynchronized,
8683
+ EscrowBehavior: 0,
8684
+ DisableMonitoringForChanges: 1,
8685
+ OriginalJoiningProperty: 2,
8686
+ Disposition: 3,
8687
+ IsCustomerDefined: 4,
8688
+ ExcludeFromReporting: 5,
8689
+ Unsynchronized: 6,
8677
8690
  }
8678
8691
 
8679
8692
  @graphFlags
8680
8693
  enum onlineMeetingContentSharingDisabledReason {
8681
- watermarkProtection,
8682
- unknownFutureValue,
8694
+ watermarkProtection: 1,
8695
+ unknownFutureValue: 2,
8683
8696
  }
8684
8697
 
8685
8698
  enum onlineMeetingPresenters {
8686
- everyone,
8687
- organization,
8688
- roleIsPresenter,
8689
- organizer,
8690
- unknownFutureValue,
8699
+ everyone: 0,
8700
+ organization: 1,
8701
+ roleIsPresenter: 2,
8702
+ organizer: 3,
8703
+ unknownFutureValue: 4,
8691
8704
  }
8692
8705
 
8693
8706
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8694
8707
  enum onlineMeetingProviderType {
8695
- `unknown`,
8696
- skypeForBusiness,
8697
- skypeForConsumer,
8698
- teamsForBusiness,
8708
+ `unknown`: 0,
8709
+ skypeForBusiness: 1,
8710
+ skypeForConsumer: 2,
8711
+ teamsForBusiness: 3,
8699
8712
  }
8700
8713
 
8701
8714
  enum onlineMeetingRole {
8702
- attendee,
8703
- presenter,
8704
- unknownFutureValue,
8705
- producer,
8706
- coorganizer,
8715
+ attendee: 0,
8716
+ presenter: 1,
8717
+ unknownFutureValue: 2,
8718
+ producer: 3,
8719
+ coorganizer: 4,
8707
8720
  }
8708
8721
 
8709
8722
  @graphFlags
8710
8723
  enum onlineMeetingVideoDisabledReason {
8711
- watermarkProtection,
8712
- unknownFutureValue,
8724
+ watermarkProtection: 1,
8725
+ unknownFutureValue: 2,
8713
8726
  }
8714
8727
 
8715
8728
  enum onPremisesDirectorySynchronizationDeletionPreventionType {
8716
- disabled,
8717
- enabledForCount,
8718
- enabledForPercentage,
8719
- unknownFutureValue,
8729
+ disabled: 0,
8730
+ enabledForCount: 1,
8731
+ enabledForPercentage: 2,
8732
+ unknownFutureValue: 3,
8720
8733
  }
8721
8734
 
8722
8735
  enum operationResult {
8723
- success,
8724
- failure,
8725
- timeout,
8726
- unknownFutureValue,
8736
+ success: 0,
8737
+ failure: 1,
8738
+ timeout: 2,
8739
+ unknownFutureValue: 3,
8727
8740
  }
8728
8741
 
8729
8742
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8730
8743
  enum operationStatus {
8731
- NotStarted,
8732
- Running,
8733
- Completed,
8734
- Failed,
8744
+ NotStarted: 0,
8745
+ Running: 1,
8746
+ Completed: 2,
8747
+ Failed: 3,
8735
8748
  }
8736
8749
 
8737
8750
  enum pageLayoutType {
8738
- microsoftReserved,
8739
- article,
8740
- home,
8741
- unknownFutureValue,
8751
+ microsoftReserved: 0,
8752
+ article: 1,
8753
+ home: 2,
8754
+ unknownFutureValue: 3,
8742
8755
  }
8743
8756
 
8744
8757
  enum pagePromotionType {
8745
- microsoftReserved,
8746
- page,
8747
- newsPost,
8748
- unknownFutureValue,
8758
+ microsoftReserved: 0,
8759
+ page: 1,
8760
+ newsPost: 2,
8761
+ unknownFutureValue: 3,
8749
8762
  }
8750
8763
 
8751
8764
  enum partnerTenantType {
8752
- microsoftSupport,
8753
- syndicatePartner,
8754
- breadthPartner,
8755
- breadthPartnerDelegatedAdmin,
8756
- resellerPartnerDelegatedAdmin,
8757
- valueAddedResellerPartnerDelegatedAdmin,
8758
- unknownFutureValue,
8765
+ microsoftSupport: 1,
8766
+ syndicatePartner: 2,
8767
+ breadthPartner: 3,
8768
+ breadthPartnerDelegatedAdmin: 4,
8769
+ resellerPartnerDelegatedAdmin: 5,
8770
+ valueAddedResellerPartnerDelegatedAdmin: 6,
8771
+ unknownFutureValue: 7,
8759
8772
  }
8760
8773
 
8761
8774
  enum permissionClassificationType {
8762
- low,
8763
- medium,
8764
- high,
8765
- unknownFutureValue,
8775
+ low: 1,
8776
+ medium: 2,
8777
+ high: 3,
8778
+ unknownFutureValue: 4,
8766
8779
  }
8767
8780
 
8768
8781
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8769
8782
  enum permissionType {
8770
- delegatedUserConsentable,
8771
- delegated,
8772
- application,
8783
+ delegatedUserConsentable: 1,
8784
+ delegated: 2,
8785
+ application: 3,
8773
8786
  }
8774
8787
 
8775
8788
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8776
8789
  enum persistentBrowserSessionMode {
8777
- always,
8778
- `never`,
8790
+ always: 0,
8791
+ `never`: 1,
8779
8792
  }
8780
8793
 
8781
8794
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8782
8795
  enum phoneType {
8783
- home,
8784
- business,
8785
- mobile,
8786
- other,
8787
- assistant,
8788
- homeFax,
8789
- businessFax,
8790
- otherFax,
8791
- pager,
8792
- radio,
8796
+ home: 0,
8797
+ business: 1,
8798
+ mobile: 2,
8799
+ other: 3,
8800
+ assistant: 4,
8801
+ homeFax: 5,
8802
+ businessFax: 6,
8803
+ otherFax: 7,
8804
+ pager: 8,
8805
+ radio: 9,
8793
8806
  }
8794
8807
 
8795
8808
  enum postType {
8796
- regular,
8797
- quick,
8798
- strategic,
8799
- unknownFutureValue,
8809
+ regular: 0,
8810
+ quick: 1,
8811
+ strategic: 2,
8812
+ unknownFutureValue: 3,
8800
8813
  }
8801
8814
 
8802
8815
  enum privilegedAccessGroupAssignmentType {
8803
- assigned,
8804
- activated,
8805
- unknownFutureValue,
8816
+ assigned: 1,
8817
+ activated: 2,
8818
+ unknownFutureValue: 3,
8806
8819
  }
8807
8820
 
8808
8821
  enum privilegedAccessGroupMemberType {
8809
- direct,
8810
- group,
8811
- unknownFutureValue,
8822
+ direct: 1,
8823
+ group: 2,
8824
+ unknownFutureValue: 3,
8812
8825
  }
8813
8826
 
8814
8827
  enum privilegedAccessGroupRelationships {
8815
- owner,
8816
- member,
8817
- unknownFutureValue,
8828
+ owner: 1,
8829
+ member: 2,
8830
+ unknownFutureValue: 3,
8818
8831
  }
8819
8832
 
8820
8833
  enum processIntegrityLevel {
8821
- `unknown`,
8822
- untrusted,
8823
- low,
8824
- medium,
8825
- high,
8826
- system,
8827
- unknownFutureValue,
8834
+ `unknown`: 0,
8835
+ untrusted: 1,
8836
+ low: 2,
8837
+ medium: 3,
8838
+ high: 4,
8839
+ system: 5,
8840
+ unknownFutureValue: 127,
8828
8841
  }
8829
8842
 
8830
8843
  enum promptLoginBehavior {
8831
- translateToFreshPasswordAuthentication,
8832
- nativeSupport,
8833
- disabled,
8834
- unknownFutureValue,
8844
+ translateToFreshPasswordAuthentication: 0,
8845
+ nativeSupport: 1,
8846
+ disabled: 2,
8847
+ unknownFutureValue: 3,
8835
8848
  }
8836
8849
 
8837
8850
  enum provisioningAction {
8838
- other,
8839
- create,
8840
- delete,
8841
- disable,
8842
- update,
8843
- stagedDelete,
8844
- unknownFutureValue,
8851
+ other: 0,
8852
+ create: 1,
8853
+ delete: 2,
8854
+ disable: 3,
8855
+ update: 4,
8856
+ stagedDelete: 5,
8857
+ unknownFutureValue: 6,
8845
8858
  }
8846
8859
 
8847
8860
  enum provisioningResult {
8848
- success,
8849
- failure,
8850
- skipped,
8851
- warning,
8852
- unknownFutureValue,
8861
+ success: 0,
8862
+ failure: 1,
8863
+ skipped: 2,
8864
+ warning: 3,
8865
+ unknownFutureValue: 4,
8853
8866
  }
8854
8867
 
8855
8868
  enum provisioningStatusErrorCategory {
8856
- failure,
8857
- nonServiceFailure,
8858
- success,
8859
- unknownFutureValue,
8869
+ failure: 0,
8870
+ nonServiceFailure: 1,
8871
+ success: 2,
8872
+ unknownFutureValue: 3,
8860
8873
  }
8861
8874
 
8862
8875
  enum provisioningStepType {
8863
- `import`,
8864
- scoping,
8865
- matching,
8866
- processing,
8867
- referenceResolution,
8868
- export,
8869
- unknownFutureValue,
8876
+ `import`: 0,
8877
+ scoping: 1,
8878
+ matching: 2,
8879
+ processing: 3,
8880
+ referenceResolution: 4,
8881
+ export: 5,
8882
+ unknownFutureValue: 6,
8870
8883
  }
8871
8884
 
8872
8885
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8873
8886
  enum quarantineReason {
8874
- EncounteredBaseEscrowThreshold,
8875
- EncounteredTotalEscrowThreshold,
8876
- EncounteredEscrowProportionThreshold,
8877
- EncounteredQuarantineException,
8878
- `Unknown`,
8879
- QuarantinedOnDemand,
8880
- TooManyDeletes,
8881
- IngestionInterrupted,
8887
+ EncounteredBaseEscrowThreshold: 0,
8888
+ EncounteredTotalEscrowThreshold: 1,
8889
+ EncounteredEscrowProportionThreshold: 2,
8890
+ EncounteredQuarantineException: 4,
8891
+ `Unknown`: 8,
8892
+ QuarantinedOnDemand: 16,
8893
+ TooManyDeletes: 32,
8894
+ IngestionInterrupted: 64,
8882
8895
  }
8883
8896
 
8884
8897
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8885
8898
  @graphFlags
8886
8899
  enum recipientScopeType {
8887
- none,
8888
- `internal`,
8889
- external,
8890
- externalPartner,
8891
- externalNonPartner,
8900
+ none: 0,
8901
+ `internal`: 1,
8902
+ external: 2,
8903
+ externalPartner: 4,
8904
+ externalNonPartner: 8,
8892
8905
  }
8893
8906
 
8894
8907
  enum recordingStatus {
8895
- `unknown`,
8896
- notRecording,
8897
- recording,
8898
- failed,
8899
- unknownFutureValue,
8908
+ `unknown`: 0,
8909
+ notRecording: 1,
8910
+ recording: 2,
8911
+ failed: 3,
8912
+ unknownFutureValue: 4,
8900
8913
  }
8901
8914
 
8902
8915
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8903
8916
  enum recurrencePatternType {
8904
- daily,
8905
- weekly,
8906
- absoluteMonthly,
8907
- relativeMonthly,
8908
- absoluteYearly,
8909
- relativeYearly,
8917
+ daily: 0,
8918
+ weekly: 1,
8919
+ absoluteMonthly: 2,
8920
+ relativeMonthly: 3,
8921
+ absoluteYearly: 4,
8922
+ relativeYearly: 5,
8910
8923
  }
8911
8924
 
8912
8925
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8913
8926
  enum recurrenceRangeType {
8914
- endDate,
8915
- noEnd,
8916
- numbered,
8927
+ endDate: 0,
8928
+ noEnd: 1,
8929
+ numbered: 2,
8917
8930
  }
8918
8931
 
8919
8932
  enum registryHive {
8920
- `unknown`,
8921
- currentConfig,
8922
- currentUser,
8923
- localMachineSam,
8924
- localMachineSecurity,
8925
- localMachineSoftware,
8926
- localMachineSystem,
8927
- usersDefault,
8928
- unknownFutureValue,
8933
+ `unknown`: 0,
8934
+ currentConfig: 1,
8935
+ currentUser: 2,
8936
+ localMachineSam: 3,
8937
+ localMachineSecurity: 4,
8938
+ localMachineSoftware: 5,
8939
+ localMachineSystem: 6,
8940
+ usersDefault: 7,
8941
+ unknownFutureValue: 127,
8929
8942
  }
8930
8943
 
8931
8944
  enum registryOperation {
8932
- `unknown`,
8933
- create,
8934
- modify,
8935
- delete,
8936
- unknownFutureValue,
8945
+ `unknown`: 0,
8946
+ create: 1,
8947
+ modify: 2,
8948
+ delete: 3,
8949
+ unknownFutureValue: 127,
8937
8950
  }
8938
8951
 
8939
8952
  enum registryValueType {
8940
- `unknown`,
8941
- binary,
8942
- dword,
8943
- dwordLittleEndian,
8944
- dwordBigEndian,
8945
- expandSz,
8946
- link,
8947
- multiSz,
8948
- none,
8949
- qword,
8950
- qwordlittleEndian,
8951
- sz,
8952
- unknownFutureValue,
8953
+ `unknown`: 0,
8954
+ binary: 1,
8955
+ dword: 2,
8956
+ dwordLittleEndian: 3,
8957
+ dwordBigEndian: 4,
8958
+ expandSz: 5,
8959
+ link: 6,
8960
+ multiSz: 7,
8961
+ none: 8,
8962
+ qword: 9,
8963
+ qwordlittleEndian: 10,
8964
+ sz: 11,
8965
+ unknownFutureValue: 127,
8953
8966
  }
8954
8967
 
8955
8968
  enum rejectReason {
8956
- none,
8957
- busy,
8958
- forbidden,
8959
- unknownFutureValue,
8969
+ none: 0,
8970
+ busy: 1,
8971
+ forbidden: 2,
8972
+ unknownFutureValue: 3,
8960
8973
  }
8961
8974
 
8962
8975
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8963
8976
  enum responseType {
8964
- none,
8965
- organizer,
8966
- tentativelyAccepted,
8967
- accepted,
8968
- declined,
8969
- notResponded,
8977
+ none: 0,
8978
+ organizer: 1,
8979
+ tentativelyAccepted: 2,
8980
+ accepted: 3,
8981
+ declined: 4,
8982
+ notResponded: 5,
8970
8983
  }
8971
8984
 
8972
8985
  enum riskDetail {
8973
- none,
8974
- adminGeneratedTemporaryPassword,
8975
- userPerformedSecuredPasswordChange,
8976
- userPerformedSecuredPasswordReset,
8977
- adminConfirmedSigninSafe,
8978
- aiConfirmedSigninSafe,
8979
- userPassedMFADrivenByRiskBasedPolicy,
8980
- adminDismissedAllRiskForUser,
8981
- adminConfirmedSigninCompromised,
8982
- hidden,
8983
- unknownFutureValue,
8984
- adminConfirmedServicePrincipalCompromised,
8985
- adminDismissedAllRiskForServicePrincipal,
8986
- m365DAdminDismissedDetection,
8987
- userChangedPasswordOnPremises,
8988
- adminDismissedRiskForSignIn,
8989
- adminConfirmedAccountSafe,
8986
+ none: 0,
8987
+ adminGeneratedTemporaryPassword: 1,
8988
+ userPerformedSecuredPasswordChange: 2,
8989
+ userPerformedSecuredPasswordReset: 3,
8990
+ adminConfirmedSigninSafe: 4,
8991
+ aiConfirmedSigninSafe: 5,
8992
+ userPassedMFADrivenByRiskBasedPolicy: 6,
8993
+ adminDismissedAllRiskForUser: 7,
8994
+ adminConfirmedSigninCompromised: 8,
8995
+ hidden: 9,
8996
+ unknownFutureValue: 10,
8997
+ adminConfirmedServicePrincipalCompromised: 12,
8998
+ adminDismissedAllRiskForServicePrincipal: 13,
8999
+ m365DAdminDismissedDetection: 14,
9000
+ userChangedPasswordOnPremises: 15,
9001
+ adminDismissedRiskForSignIn: 16,
9002
+ adminConfirmedAccountSafe: 17,
8990
9003
  }
8991
9004
 
8992
9005
  enum riskDetectionTimingType {
8993
- notDefined,
8994
- realtime,
8995
- nearRealtime,
8996
- offline,
8997
- unknownFutureValue,
9006
+ notDefined: 0,
9007
+ realtime: 1,
9008
+ nearRealtime: 2,
9009
+ offline: 3,
9010
+ unknownFutureValue: 4,
8998
9011
  }
8999
9012
 
9000
9013
  enum riskEventType {
9001
- unlikelyTravel,
9002
- anonymizedIPAddress,
9003
- maliciousIPAddress,
9004
- unfamiliarFeatures,
9005
- malwareInfectedIPAddress,
9006
- suspiciousIPAddress,
9007
- leakedCredentials,
9008
- investigationsThreatIntelligence,
9009
- generic,
9010
- adminConfirmedUserCompromised,
9011
- mcasImpossibleTravel,
9012
- mcasSuspiciousInboxManipulationRules,
9013
- investigationsThreatIntelligenceSigninLinked,
9014
- maliciousIPAddressValidCredentialsBlockedIP,
9015
- unknownFutureValue,
9014
+ unlikelyTravel: 0,
9015
+ anonymizedIPAddress: 1,
9016
+ maliciousIPAddress: 2,
9017
+ unfamiliarFeatures: 3,
9018
+ malwareInfectedIPAddress: 4,
9019
+ suspiciousIPAddress: 5,
9020
+ leakedCredentials: 6,
9021
+ investigationsThreatIntelligence: 7,
9022
+ generic: 8,
9023
+ adminConfirmedUserCompromised: 9,
9024
+ mcasImpossibleTravel: 10,
9025
+ mcasSuspiciousInboxManipulationRules: 11,
9026
+ investigationsThreatIntelligenceSigninLinked: 12,
9027
+ maliciousIPAddressValidCredentialsBlockedIP: 13,
9028
+ unknownFutureValue: 14,
9016
9029
  }
9017
9030
 
9018
9031
  enum riskLevel {
9019
- low,
9020
- medium,
9021
- high,
9022
- hidden,
9023
- none,
9024
- unknownFutureValue,
9032
+ low: 0,
9033
+ medium: 1,
9034
+ high: 2,
9035
+ hidden: 3,
9036
+ none: 4,
9037
+ unknownFutureValue: 5,
9025
9038
  }
9026
9039
 
9027
9040
  enum riskState {
9028
- none,
9029
- confirmedSafe,
9030
- remediated,
9031
- dismissed,
9032
- atRisk,
9033
- confirmedCompromised,
9034
- unknownFutureValue,
9041
+ none: 0,
9042
+ confirmedSafe: 1,
9043
+ remediated: 2,
9044
+ dismissed: 3,
9045
+ atRisk: 4,
9046
+ confirmedCompromised: 5,
9047
+ unknownFutureValue: 6,
9035
9048
  }
9036
9049
 
9037
9050
  enum roleAssignmentScheduleFilterByCurrentUserOptions {
9038
- principal,
9039
- unknownFutureValue,
9051
+ principal: 1,
9052
+ unknownFutureValue: 2,
9040
9053
  }
9041
9054
 
9042
9055
  enum roleAssignmentScheduleInstanceFilterByCurrentUserOptions {
9043
- principal,
9044
- unknownFutureValue,
9056
+ principal: 1,
9057
+ unknownFutureValue: 2,
9045
9058
  }
9046
9059
 
9047
9060
  enum roleAssignmentScheduleRequestFilterByCurrentUserOptions {
9048
- principal,
9049
- createdBy,
9050
- approver,
9051
- unknownFutureValue,
9061
+ principal: 1,
9062
+ createdBy: 2,
9063
+ approver: 3,
9064
+ unknownFutureValue: 4,
9052
9065
  }
9053
9066
 
9054
9067
  enum roleEligibilityScheduleFilterByCurrentUserOptions {
9055
- principal,
9056
- unknownFutureValue,
9068
+ principal: 1,
9069
+ unknownFutureValue: 2,
9057
9070
  }
9058
9071
 
9059
9072
  enum roleEligibilityScheduleInstanceFilterByCurrentUserOptions {
9060
- principal,
9061
- unknownFutureValue,
9073
+ principal: 1,
9074
+ unknownFutureValue: 2,
9062
9075
  }
9063
9076
 
9064
9077
  enum roleEligibilityScheduleRequestFilterByCurrentUserOptions {
9065
- principal,
9066
- createdBy,
9067
- approver,
9068
- unknownFutureValue,
9078
+ principal: 1,
9079
+ createdBy: 2,
9080
+ approver: 3,
9081
+ unknownFutureValue: 4,
9069
9082
  }
9070
9083
 
9071
9084
  enum routingType {
9072
- forwarded,
9073
- lookup,
9074
- selfFork,
9075
- unknownFutureValue,
9085
+ forwarded: 0,
9086
+ lookup: 1,
9087
+ selfFork: 2,
9088
+ unknownFutureValue: 3,
9076
9089
  }
9077
9090
 
9078
9091
  enum scheduleRequestActions {
9079
- adminAssign,
9080
- adminUpdate,
9081
- adminRemove,
9082
- selfActivate,
9083
- selfDeactivate,
9084
- adminExtend,
9085
- adminRenew,
9086
- selfExtend,
9087
- selfRenew,
9088
- unknownFutureValue,
9092
+ adminAssign: 1,
9093
+ adminUpdate: 2,
9094
+ adminRemove: 3,
9095
+ selfActivate: 4,
9096
+ selfDeactivate: 5,
9097
+ adminExtend: 6,
9098
+ adminRenew: 7,
9099
+ selfExtend: 8,
9100
+ selfRenew: 9,
9101
+ unknownFutureValue: 10,
9089
9102
  }
9090
9103
 
9091
9104
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9092
9105
  enum scopeOperatorMultiValuedComparisonType {
9093
- All,
9094
- Any,
9106
+ All: 0,
9107
+ Any: 1,
9095
9108
  }
9096
9109
 
9097
9110
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9098
9111
  enum scopeOperatorType {
9099
- Binary,
9100
- Unary,
9112
+ Binary: 0,
9113
+ Unary: 1,
9101
9114
  }
9102
9115
 
9103
9116
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9104
9117
  enum screenSharingRole {
9105
- viewer,
9106
- sharer,
9118
+ viewer: 0,
9119
+ sharer: 1,
9107
9120
  }
9108
9121
 
9109
9122
  enum sectionEmphasisType {
9110
- none,
9111
- neutral,
9112
- soft,
9113
- strong,
9114
- unknownFutureValue,
9123
+ none: 0,
9124
+ neutral: 1,
9125
+ soft: 2,
9126
+ strong: 3,
9127
+ unknownFutureValue: 4,
9115
9128
  }
9116
9129
 
9117
9130
  enum securityNetworkProtocol {
9118
- `unknown`,
9119
- ip,
9120
- icmp,
9121
- igmp,
9122
- ggp,
9123
- ipv4,
9124
- tcp,
9125
- pup,
9126
- udp,
9127
- idp,
9128
- ipv6,
9129
- ipv6RoutingHeader,
9130
- ipv6FragmentHeader,
9131
- ipSecEncapsulatingSecurityPayload,
9132
- ipSecAuthenticationHeader,
9133
- icmpV6,
9134
- ipv6NoNextHeader,
9135
- ipv6DestinationOptions,
9136
- nd,
9137
- raw,
9138
- ipx,
9139
- spx,
9140
- spxII,
9141
- unknownFutureValue,
9131
+ `unknown`: -1,
9132
+ ip: 0,
9133
+ icmp: 1,
9134
+ igmp: 2,
9135
+ ggp: 3,
9136
+ ipv4: 4,
9137
+ tcp: 6,
9138
+ pup: 12,
9139
+ udp: 17,
9140
+ idp: 22,
9141
+ ipv6: 41,
9142
+ ipv6RoutingHeader: 43,
9143
+ ipv6FragmentHeader: 44,
9144
+ ipSecEncapsulatingSecurityPayload: 50,
9145
+ ipSecAuthenticationHeader: 51,
9146
+ icmpV6: 58,
9147
+ ipv6NoNextHeader: 59,
9148
+ ipv6DestinationOptions: 60,
9149
+ nd: 77,
9150
+ raw: 255,
9151
+ ipx: 1000,
9152
+ spx: 1256,
9153
+ spxII: 1257,
9154
+ unknownFutureValue: 32767,
9142
9155
  }
9143
9156
 
9144
9157
  enum securityResourceType {
9145
- `unknown`,
9146
- attacked,
9147
- related,
9148
- unknownFutureValue,
9158
+ `unknown`: 0,
9159
+ attacked: 1,
9160
+ related: 2,
9161
+ unknownFutureValue: 3,
9149
9162
  }
9150
9163
 
9151
9164
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9152
9165
  enum selectionLikelihoodInfo {
9153
- notSpecified,
9154
- high,
9166
+ notSpecified: 0,
9167
+ high: 1,
9155
9168
  }
9156
9169
 
9157
9170
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9158
9171
  enum sensitivity {
9159
- normal,
9160
- personal,
9161
- private,
9162
- confidential,
9172
+ normal: 0,
9173
+ personal: 1,
9174
+ private: 2,
9175
+ confidential: 3,
9163
9176
  }
9164
9177
 
9165
9178
  enum sensitivityLabelAssignmentMethod {
9166
- standard,
9167
- privileged,
9168
- auto,
9169
- unknownFutureValue,
9179
+ standard: 0,
9180
+ privileged: 1,
9181
+ auto: 2,
9182
+ unknownFutureValue: 3,
9170
9183
  }
9171
9184
 
9172
9185
  enum serviceHealthClassificationType {
9173
- advisory,
9174
- incident,
9175
- unknownFutureValue,
9186
+ advisory: 1,
9187
+ incident: 2,
9188
+ unknownFutureValue: 3,
9176
9189
  }
9177
9190
 
9178
9191
  enum serviceHealthOrigin {
9179
- microsoft,
9180
- thirdParty,
9181
- customer,
9182
- unknownFutureValue,
9192
+ microsoft: 1,
9193
+ thirdParty: 2,
9194
+ customer: 3,
9195
+ unknownFutureValue: 4,
9183
9196
  }
9184
9197
 
9185
9198
  enum serviceHealthStatus {
9186
- serviceOperational,
9187
- investigating,
9188
- restoringService,
9189
- verifyingService,
9190
- serviceRestored,
9191
- postIncidentReviewPublished,
9192
- serviceDegradation,
9193
- serviceInterruption,
9194
- extendedRecovery,
9195
- falsePositive,
9196
- investigationSuspended,
9197
- resolved,
9198
- mitigatedExternal,
9199
- mitigated,
9200
- resolvedExternal,
9201
- confirmed,
9202
- reported,
9203
- unknownFutureValue,
9199
+ serviceOperational: 0,
9200
+ investigating: 1,
9201
+ restoringService: 2,
9202
+ verifyingService: 3,
9203
+ serviceRestored: 4,
9204
+ postIncidentReviewPublished: 5,
9205
+ serviceDegradation: 6,
9206
+ serviceInterruption: 7,
9207
+ extendedRecovery: 8,
9208
+ falsePositive: 9,
9209
+ investigationSuspended: 10,
9210
+ resolved: 11,
9211
+ mitigatedExternal: 12,
9212
+ mitigated: 13,
9213
+ resolvedExternal: 14,
9214
+ confirmed: 15,
9215
+ reported: 16,
9216
+ unknownFutureValue: 17,
9204
9217
  }
9205
9218
 
9206
9219
  enum serviceUpdateCategory {
9207
- preventOrFixIssue,
9208
- planForChange,
9209
- stayInformed,
9210
- unknownFutureValue,
9220
+ preventOrFixIssue: 1,
9221
+ planForChange: 2,
9222
+ stayInformed: 3,
9223
+ unknownFutureValue: 4,
9211
9224
  }
9212
9225
 
9213
9226
  enum serviceUpdateSeverity {
9214
- normal,
9215
- high,
9216
- critical,
9217
- unknownFutureValue,
9227
+ normal: 1,
9228
+ high: 2,
9229
+ critical: 3,
9230
+ unknownFutureValue: 4,
9218
9231
  }
9219
9232
 
9220
9233
  enum sharingCapabilities {
9221
- disabled,
9222
- externalUserSharingOnly,
9223
- externalUserAndGuestSharing,
9224
- existingExternalUserSharingOnly,
9225
- unknownFutureValue,
9234
+ disabled: 0,
9235
+ externalUserSharingOnly: 1,
9236
+ externalUserAndGuestSharing: 2,
9237
+ existingExternalUserSharingOnly: 3,
9238
+ unknownFutureValue: 4,
9226
9239
  }
9227
9240
 
9228
9241
  enum sharingDomainRestrictionMode {
9229
- none,
9230
- allowList,
9231
- blockList,
9232
- unknownFutureValue,
9242
+ none: 0,
9243
+ allowList: 1,
9244
+ blockList: 2,
9245
+ unknownFutureValue: 3,
9233
9246
  }
9234
9247
 
9235
9248
  enum signInFrequencyAuthenticationType {
9236
- primaryAndSecondaryAuthentication,
9237
- secondaryAuthentication,
9238
- unknownFutureValue,
9249
+ primaryAndSecondaryAuthentication: 0,
9250
+ secondaryAuthentication: 1,
9251
+ unknownFutureValue: 2,
9239
9252
  }
9240
9253
 
9241
9254
  enum signInFrequencyInterval {
9242
- timeBased,
9243
- everyTime,
9244
- unknownFutureValue,
9255
+ timeBased: 0,
9256
+ everyTime: 1,
9257
+ unknownFutureValue: 2,
9245
9258
  }
9246
9259
 
9247
9260
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9248
9261
  enum signinFrequencyType {
9249
- days,
9250
- hours,
9262
+ days: 0,
9263
+ hours: 1,
9251
9264
  }
9252
9265
 
9253
9266
  enum signInUserType {
9254
- member,
9255
- guest,
9256
- unknownFutureValue,
9267
+ member: 0,
9268
+ guest: 1,
9269
+ unknownFutureValue: 3,
9257
9270
  }
9258
9271
 
9259
9272
  enum siteArchiveStatus {
9260
- recentlyArchived,
9261
- fullyArchived,
9262
- reactivating,
9263
- unknownFutureValue,
9273
+ recentlyArchived: 0,
9274
+ fullyArchived: 1,
9275
+ reactivating: 2,
9276
+ unknownFutureValue: 3,
9264
9277
  }
9265
9278
 
9266
9279
  enum stagedFeatureName {
9267
- passthroughAuthentication,
9268
- seamlessSso,
9269
- passwordHashSync,
9270
- emailAsAlternateId,
9271
- unknownFutureValue,
9272
- certificateBasedAuthentication,
9273
- multiFactorAuthentication,
9280
+ passthroughAuthentication: 0,
9281
+ seamlessSso: 1,
9282
+ passwordHashSync: 2,
9283
+ emailAsAlternateId: 3,
9284
+ unknownFutureValue: 4,
9285
+ certificateBasedAuthentication: 5,
9286
+ multiFactorAuthentication: 6,
9274
9287
  }
9275
9288
 
9276
9289
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9277
9290
  enum synchronizationDisposition {
9278
- Normal,
9279
- Discard,
9280
- Escrow,
9291
+ Normal: 0,
9292
+ Discard: 1,
9293
+ Escrow: 2,
9281
9294
  }
9282
9295
 
9283
9296
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9284
9297
  @graphFlags
9285
9298
  enum synchronizationJobRestartScope {
9286
- None,
9287
- ConnectorDataStore,
9288
- Escrows,
9289
- Watermark,
9290
- QuarantineState,
9291
- Full,
9292
- ForceDeletes,
9299
+ None: 0,
9300
+ ConnectorDataStore: 1,
9301
+ Escrows: 2,
9302
+ Watermark: 4,
9303
+ QuarantineState: 8,
9304
+ Full: 15,
9305
+ ForceDeletes: 32,
9293
9306
  }
9294
9307
 
9295
9308
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9296
9309
  enum synchronizationMetadata {
9297
- GalleryApplicationIdentifier,
9298
- GalleryApplicationKey,
9299
- IsOAuthEnabled,
9300
- IsSynchronizationAgentAssignmentRequired,
9301
- IsSynchronizationAgentRequired,
9302
- IsSynchronizationInPreview,
9303
- OAuthSettings,
9304
- SynchronizationLearnMoreIbizaFwLink,
9305
- ConfigurationFields,
9310
+ GalleryApplicationIdentifier: 0,
9311
+ GalleryApplicationKey: 1,
9312
+ IsOAuthEnabled: 2,
9313
+ IsSynchronizationAgentAssignmentRequired: 3,
9314
+ IsSynchronizationAgentRequired: 4,
9315
+ IsSynchronizationInPreview: 5,
9316
+ OAuthSettings: 6,
9317
+ SynchronizationLearnMoreIbizaFwLink: 7,
9318
+ ConfigurationFields: 8,
9306
9319
  }
9307
9320
 
9308
9321
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9309
9322
  enum synchronizationScheduleState {
9310
- Active,
9311
- Disabled,
9312
- Paused,
9323
+ Active: 0,
9324
+ Disabled: 1,
9325
+ Paused: 2,
9313
9326
  }
9314
9327
 
9315
9328
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9316
9329
  enum synchronizationSecret {
9317
- None,
9318
- UserName,
9319
- Password,
9320
- SecretToken,
9321
- AppKey,
9322
- BaseAddress,
9323
- ClientIdentifier,
9324
- ClientSecret,
9325
- SingleSignOnType,
9326
- Sandbox,
9327
- Url,
9328
- Domain,
9329
- ConsumerKey,
9330
- ConsumerSecret,
9331
- TokenKey,
9332
- TokenExpiration,
9333
- Oauth2AccessToken,
9334
- Oauth2AccessTokenCreationTime,
9335
- Oauth2RefreshToken,
9336
- SyncAll,
9337
- InstanceName,
9338
- Oauth2ClientId,
9339
- Oauth2ClientSecret,
9340
- CompanyId,
9341
- UpdateKeyOnSoftDelete,
9342
- SynchronizationSchedule,
9343
- SystemOfRecord,
9344
- SandboxName,
9345
- EnforceDomain,
9346
- SyncNotificationSettings,
9347
- SkipOutOfScopeDeletions,
9348
- Oauth2AuthorizationCode,
9349
- Oauth2RedirectUri,
9350
- ApplicationTemplateIdentifier,
9351
- Oauth2TokenExchangeUri,
9352
- Oauth2AuthorizationUri,
9353
- AuthenticationType,
9354
- Server,
9355
- PerformInboundEntitlementGrants,
9356
- HardDeletesEnabled,
9357
- SyncAgentCompatibilityKey,
9358
- SyncAgentADContainer,
9359
- ValidateDomain,
9360
- TestReferences,
9361
- ConnectionString,
9330
+ None: 0,
9331
+ UserName: 1,
9332
+ Password: 2,
9333
+ SecretToken: 3,
9334
+ AppKey: 4,
9335
+ BaseAddress: 5,
9336
+ ClientIdentifier: 6,
9337
+ ClientSecret: 7,
9338
+ SingleSignOnType: 11,
9339
+ Sandbox: 12,
9340
+ Url: 13,
9341
+ Domain: 14,
9342
+ ConsumerKey: 15,
9343
+ ConsumerSecret: 16,
9344
+ TokenKey: 17,
9345
+ TokenExpiration: 18,
9346
+ Oauth2AccessToken: 19,
9347
+ Oauth2AccessTokenCreationTime: 20,
9348
+ Oauth2RefreshToken: 21,
9349
+ SyncAll: 22,
9350
+ InstanceName: 24,
9351
+ Oauth2ClientId: 27,
9352
+ Oauth2ClientSecret: 28,
9353
+ CompanyId: 29,
9354
+ UpdateKeyOnSoftDelete: 30,
9355
+ SynchronizationSchedule: 33,
9356
+ SystemOfRecord: 34,
9357
+ SandboxName: 35,
9358
+ EnforceDomain: 36,
9359
+ SyncNotificationSettings: 37,
9360
+ SkipOutOfScopeDeletions: 40,
9361
+ Oauth2AuthorizationCode: 62,
9362
+ Oauth2RedirectUri: 63,
9363
+ ApplicationTemplateIdentifier: 64,
9364
+ Oauth2TokenExchangeUri: 65,
9365
+ Oauth2AuthorizationUri: 66,
9366
+ AuthenticationType: 67,
9367
+ Server: 70,
9368
+ PerformInboundEntitlementGrants: 100,
9369
+ HardDeletesEnabled: 101,
9370
+ SyncAgentCompatibilityKey: 102,
9371
+ SyncAgentADContainer: 103,
9372
+ ValidateDomain: 206,
9373
+ TestReferences: 207,
9374
+ ConnectionString: 250,
9362
9375
  }
9363
9376
 
9364
9377
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9365
9378
  enum synchronizationStatusCode {
9366
- NotConfigured,
9367
- NotRun,
9368
- Active,
9369
- Paused,
9370
- Quarantine,
9379
+ NotConfigured: 0,
9380
+ NotRun: 1,
9381
+ Active: 2,
9382
+ Paused: 3,
9383
+ Quarantine: 4,
9371
9384
  }
9372
9385
 
9373
9386
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9374
9387
  enum synchronizationTaskExecutionResult {
9375
- Succeeded,
9376
- Failed,
9377
- EntryLevelErrors,
9388
+ Succeeded: 0,
9389
+ Failed: 1,
9390
+ EntryLevelErrors: 2,
9378
9391
  }
9379
9392
 
9380
9393
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9381
9394
  enum taskStatus {
9382
- notStarted,
9383
- inProgress,
9384
- completed,
9385
- waitingOnOthers,
9386
- deferred,
9395
+ notStarted: 0,
9396
+ inProgress: 1,
9397
+ completed: 2,
9398
+ waitingOnOthers: 3,
9399
+ deferred: 4,
9387
9400
  }
9388
9401
 
9389
9402
  enum teamsAppDistributionMethod {
9390
- store,
9391
- organization,
9392
- sideloaded,
9393
- unknownFutureValue,
9403
+ store: 0,
9404
+ organization: 1,
9405
+ sideloaded: 2,
9406
+ unknownFutureValue: 3,
9394
9407
  }
9395
9408
 
9396
9409
  enum teamsAppPublishingState {
9397
- submitted,
9398
- rejected,
9399
- published,
9400
- unknownFutureValue,
9410
+ submitted: 0,
9411
+ rejected: 1,
9412
+ published: 2,
9413
+ unknownFutureValue: 3,
9401
9414
  }
9402
9415
 
9403
9416
  enum teamsAppResourceSpecificPermissionType {
9404
- delegated,
9405
- application,
9406
- unknownFutureValue,
9417
+ delegated: 0,
9418
+ application: 1,
9419
+ unknownFutureValue: 2,
9407
9420
  }
9408
9421
 
9409
9422
  enum teamsAsyncOperationStatus {
9410
- invalid,
9411
- notStarted,
9412
- inProgress,
9413
- succeeded,
9414
- failed,
9415
- unknownFutureValue,
9423
+ invalid: 0,
9424
+ notStarted: 1,
9425
+ inProgress: 2,
9426
+ succeeded: 3,
9427
+ failed: 4,
9428
+ unknownFutureValue: 5,
9416
9429
  }
9417
9430
 
9418
9431
  enum teamsAsyncOperationType {
9419
- invalid,
9420
- cloneTeam,
9421
- archiveTeam,
9422
- unarchiveTeam,
9423
- createTeam,
9424
- unknownFutureValue,
9425
- teamifyGroup,
9426
- createChannel,
9427
- archiveChannel,
9428
- unarchiveChannel,
9432
+ invalid: 0,
9433
+ cloneTeam: 1,
9434
+ archiveTeam: 2,
9435
+ unarchiveTeam: 3,
9436
+ createTeam: 4,
9437
+ unknownFutureValue: 5,
9438
+ teamifyGroup: 6,
9439
+ createChannel: 7,
9440
+ archiveChannel: 8,
9441
+ unarchiveChannel: 9,
9429
9442
  }
9430
9443
 
9431
9444
  enum teamSpecialization {
9432
- none,
9433
- educationStandard,
9434
- educationClass,
9435
- educationProfessionalLearningCommunity,
9436
- educationStaff,
9437
- healthcareStandard,
9438
- healthcareCareCoordination,
9439
- unknownFutureValue,
9445
+ none: 0,
9446
+ educationStandard: 1,
9447
+ educationClass: 2,
9448
+ educationProfessionalLearningCommunity: 3,
9449
+ educationStaff: 4,
9450
+ healthcareStandard: 5,
9451
+ healthcareCareCoordination: 6,
9452
+ unknownFutureValue: 7,
9440
9453
  }
9441
9454
 
9442
9455
  enum teamVisibilityType {
9443
- private,
9444
- public,
9445
- hiddenMembership,
9446
- unknownFutureValue,
9456
+ private: 0,
9457
+ public: 1,
9458
+ hiddenMembership: 2,
9459
+ unknownFutureValue: 3,
9447
9460
  }
9448
9461
 
9449
9462
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9450
9463
  enum teamworkActivityTopicSource {
9451
- entityUrl,
9452
- text,
9464
+ entityUrl: 0,
9465
+ text: 1,
9453
9466
  }
9454
9467
 
9455
9468
  enum teamworkApplicationIdentityType {
9456
- aadApplication,
9457
- bot,
9458
- tenantBot,
9459
- office365Connector,
9460
- outgoingWebhook,
9461
- unknownFutureValue,
9469
+ aadApplication: 0,
9470
+ bot: 1,
9471
+ tenantBot: 2,
9472
+ office365Connector: 3,
9473
+ outgoingWebhook: 4,
9474
+ unknownFutureValue: 5,
9462
9475
  }
9463
9476
 
9464
9477
  enum teamworkCallEventType {
9465
- call,
9466
- meeting,
9467
- screenShare,
9468
- unknownFutureValue,
9478
+ call: 0,
9479
+ meeting: 1,
9480
+ screenShare: 2,
9481
+ unknownFutureValue: 3,
9469
9482
  }
9470
9483
 
9471
9484
  enum teamworkConversationIdentityType {
9472
- team,
9473
- channel,
9474
- chat,
9475
- unknownFutureValue,
9485
+ team: 0,
9486
+ channel: 1,
9487
+ chat: 2,
9488
+ unknownFutureValue: 3,
9476
9489
  }
9477
9490
 
9478
9491
  enum teamworkTagType {
9479
- standard,
9480
- unknownFutureValue,
9492
+ standard: 0,
9493
+ unknownFutureValue: 1,
9481
9494
  }
9482
9495
 
9483
9496
  enum teamworkUserIdentityType {
9484
- aadUser,
9485
- onPremiseAadUser,
9486
- anonymousGuest,
9487
- federatedUser,
9488
- personalMicrosoftAccountUser,
9489
- skypeUser,
9490
- phoneUser,
9491
- unknownFutureValue,
9492
- emailUser,
9497
+ aadUser: 0,
9498
+ onPremiseAadUser: 1,
9499
+ anonymousGuest: 2,
9500
+ federatedUser: 3,
9501
+ personalMicrosoftAccountUser: 4,
9502
+ skypeUser: 5,
9503
+ phoneUser: 6,
9504
+ unknownFutureValue: 7,
9505
+ emailUser: 8,
9493
9506
  }
9494
9507
 
9495
9508
  @graphFlags
9496
9509
  enum templateScenarios {
9497
- new,
9498
- secureFoundation,
9499
- zeroTrust,
9500
- remoteWork,
9501
- protectAdmins,
9502
- emergingThreats,
9503
- unknownFutureValue,
9510
+ new: 0,
9511
+ secureFoundation: 1,
9512
+ zeroTrust: 2,
9513
+ remoteWork: 4,
9514
+ protectAdmins: 8,
9515
+ emergingThreats: 16,
9516
+ unknownFutureValue: 32,
9504
9517
  }
9505
9518
 
9506
9519
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9507
9520
  enum timeZoneStandard {
9508
- windows,
9509
- iana,
9521
+ windows: 0,
9522
+ iana: 1,
9510
9523
  }
9511
9524
 
9512
9525
  enum titleAreaLayoutType {
9513
- imageAndTitle,
9514
- plain,
9515
- colorBlock,
9516
- overlap,
9517
- unknownFutureValue,
9526
+ imageAndTitle: 0,
9527
+ plain: 1,
9528
+ colorBlock: 2,
9529
+ overlap: 3,
9530
+ unknownFutureValue: 4,
9518
9531
  }
9519
9532
 
9520
9533
  enum titleAreaTextAlignmentType {
9521
- left,
9522
- center,
9523
- unknownFutureValue,
9534
+ left: 0,
9535
+ center: 1,
9536
+ unknownFutureValue: 2,
9524
9537
  }
9525
9538
 
9526
9539
  enum tokenIssuerType {
9527
- AzureAD,
9528
- ADFederationServices,
9529
- UnknownFutureValue,
9540
+ AzureAD: 0,
9541
+ ADFederationServices: 1,
9542
+ UnknownFutureValue: 2,
9530
9543
  }
9531
9544
 
9532
9545
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9533
9546
  enum tone {
9534
- tone0,
9535
- tone1,
9536
- tone2,
9537
- tone3,
9538
- tone4,
9539
- tone5,
9540
- tone6,
9541
- tone7,
9542
- tone8,
9543
- tone9,
9544
- star,
9545
- pound,
9546
- a,
9547
- b,
9548
- c,
9549
- d,
9550
- flash,
9547
+ tone0: 0,
9548
+ tone1: 1,
9549
+ tone2: 2,
9550
+ tone3: 3,
9551
+ tone4: 4,
9552
+ tone5: 5,
9553
+ tone6: 6,
9554
+ tone7: 7,
9555
+ tone8: 8,
9556
+ tone9: 9,
9557
+ star: 10,
9558
+ pound: 11,
9559
+ a: 12,
9560
+ b: 13,
9561
+ c: 14,
9562
+ d: 15,
9563
+ flash: 16,
9551
9564
  }
9552
9565
 
9553
9566
  enum unifiedRoleManagementPolicyRuleTargetOperations {
9554
- all,
9555
- activate,
9556
- deactivate,
9557
- assign,
9558
- update,
9559
- remove,
9560
- extend,
9561
- renew,
9562
- unknownFutureValue,
9567
+ all: 0,
9568
+ activate: 1,
9569
+ deactivate: 2,
9570
+ assign: 3,
9571
+ update: 4,
9572
+ remove: 5,
9573
+ extend: 6,
9574
+ renew: 7,
9575
+ unknownFutureValue: 8,
9563
9576
  }
9564
9577
 
9565
9578
  enum unifiedRoleScheduleRequestActions {
9566
- adminAssign,
9567
- adminUpdate,
9568
- adminRemove,
9569
- selfActivate,
9570
- selfDeactivate,
9571
- adminExtend,
9572
- adminRenew,
9573
- selfExtend,
9574
- selfRenew,
9575
- unknownFutureValue,
9579
+ adminAssign: 1,
9580
+ adminUpdate: 2,
9581
+ adminRemove: 3,
9582
+ selfActivate: 4,
9583
+ selfDeactivate: 5,
9584
+ adminExtend: 6,
9585
+ adminRenew: 7,
9586
+ selfExtend: 8,
9587
+ selfRenew: 9,
9588
+ unknownFutureValue: 10,
9576
9589
  }
9577
9590
 
9578
9591
  @graphFlags
9579
9592
  enum usageRights {
9580
- `unknown`,
9581
- docEdit,
9582
- edit,
9583
- comment,
9584
- export,
9585
- forward,
9586
- owner,
9587
- print,
9588
- reply,
9589
- replyAll,
9590
- view,
9591
- extract,
9592
- viewRightsData,
9593
- editRightsData,
9594
- objModel,
9595
- accessDenied,
9596
- userDefinedProtectionTypeNotSupportedException,
9597
- encryptedProtectionTypeNotSupportedException,
9598
- purviewClaimsChallengeNotSupportedException,
9599
- exception,
9600
- labelNotFoundException,
9601
- unknownFutureValue,
9593
+ `unknown`: 1,
9594
+ docEdit: 2,
9595
+ edit: 4,
9596
+ comment: 8,
9597
+ export: 16,
9598
+ forward: 32,
9599
+ owner: 64,
9600
+ print: 128,
9601
+ reply: 256,
9602
+ replyAll: 512,
9603
+ view: 1024,
9604
+ extract: 2048,
9605
+ viewRightsData: 4096,
9606
+ editRightsData: 8192,
9607
+ objModel: 16384,
9608
+ accessDenied: 32768,
9609
+ userDefinedProtectionTypeNotSupportedException: 65536,
9610
+ encryptedProtectionTypeNotSupportedException: 131072,
9611
+ purviewClaimsChallengeNotSupportedException: 262144,
9612
+ exception: 524288,
9613
+ labelNotFoundException: 1048576,
9614
+ unknownFutureValue: 2097152,
9602
9615
  }
9603
9616
 
9604
9617
  enum userAccountSecurityType {
9605
- `unknown`,
9606
- standard,
9607
- power,
9608
- administrator,
9609
- unknownFutureValue,
9618
+ `unknown`: 0,
9619
+ standard: 1,
9620
+ power: 2,
9621
+ administrator: 3,
9622
+ unknownFutureValue: 127,
9610
9623
  }
9611
9624
 
9612
9625
  enum userAction {
9613
- registerSecurityInformation,
9614
- registerOrJoinDevices,
9615
- unknownFutureValue,
9626
+ registerSecurityInformation: 0,
9627
+ registerOrJoinDevices: 1,
9628
+ unknownFutureValue: 2,
9616
9629
  }
9617
9630
 
9618
9631
  enum userDefaultAuthenticationMethod {
9619
- push,
9620
- oath,
9621
- voiceMobile,
9622
- voiceAlternateMobile,
9623
- voiceOffice,
9624
- sms,
9625
- none,
9626
- unknownFutureValue,
9632
+ push: 0,
9633
+ oath: 1,
9634
+ voiceMobile: 2,
9635
+ voiceAlternateMobile: 3,
9636
+ voiceOffice: 4,
9637
+ sms: 5,
9638
+ none: 6,
9639
+ unknownFutureValue: 7,
9627
9640
  }
9628
9641
 
9629
9642
  enum userSignInRecommendationScope {
9630
- tenant,
9631
- application,
9632
- unknownFutureValue,
9643
+ tenant: 0,
9644
+ application: 1,
9645
+ unknownFutureValue: 2,
9633
9646
  }
9634
9647
 
9635
9648
  enum volumeType {
9636
- operatingSystemVolume,
9637
- fixedDataVolume,
9638
- removableDataVolume,
9639
- unknownFutureValue,
9649
+ operatingSystemVolume: 1,
9650
+ fixedDataVolume: 2,
9651
+ removableDataVolume: 3,
9652
+ unknownFutureValue: 4,
9640
9653
  }
9641
9654
 
9642
9655
  @graphFlags
9643
9656
  enum weakAlgorithms {
9644
- rsaSha1,
9645
- unknownFutureValue,
9657
+ rsaSha1: 1,
9658
+ unknownFutureValue: 2,
9646
9659
  }
9647
9660
 
9648
9661
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9649
9662
  enum websiteType {
9650
- other,
9651
- home,
9652
- work,
9653
- blog,
9654
- profile,
9663
+ other: 0,
9664
+ home: 1,
9665
+ work: 2,
9666
+ blog: 3,
9667
+ profile: 4,
9655
9668
  }
9656
9669
 
9657
9670
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9658
9671
  enum weekIndex {
9659
- first,
9660
- second,
9661
- third,
9662
- fourth,
9663
- last,
9672
+ first: 0,
9673
+ second: 1,
9674
+ third: 2,
9675
+ fourth: 3,
9676
+ last: 4,
9664
9677
  }
9665
9678
 
9666
9679
  enum wellknownListName {
9667
- none,
9668
- defaultList,
9669
- flaggedEmails,
9670
- unknownFutureValue,
9680
+ none: 0,
9681
+ defaultList: 1,
9682
+ flaggedEmails: 2,
9683
+ unknownFutureValue: 3,
9671
9684
  }
9672
9685
 
9673
9686
  @graphFlags
9674
9687
  enum whatIfAnalysisReasons {
9675
- notSet,
9676
- notEnoughInformation,
9677
- invalidCondition,
9678
- users,
9679
- workloadIdentities,
9680
- application,
9681
- userActions,
9682
- authenticationContext,
9683
- devicePlatform,
9684
- devices,
9685
- clientApps,
9686
- location,
9687
- signInRisk,
9688
- emptyPolicy,
9689
- invalidPolicy,
9690
- policyNotEnabled,
9691
- userRisk,
9692
- time,
9693
- insiderRisk,
9694
- authenticationFlow,
9695
- unknownFutureValue,
9688
+ notSet: 0,
9689
+ notEnoughInformation: 1,
9690
+ invalidCondition: 2,
9691
+ users: 4,
9692
+ workloadIdentities: 8,
9693
+ application: 16,
9694
+ userActions: 32,
9695
+ authenticationContext: 64,
9696
+ devicePlatform: 128,
9697
+ devices: 256,
9698
+ clientApps: 512,
9699
+ location: 1024,
9700
+ signInRisk: 2048,
9701
+ emptyPolicy: 4096,
9702
+ invalidPolicy: 8192,
9703
+ policyNotEnabled: 16384,
9704
+ userRisk: 32768,
9705
+ time: 65536,
9706
+ insiderRisk: 131072,
9707
+ authenticationFlow: 262144,
9708
+ unknownFutureValue: 524288,
9696
9709
  }
9697
9710
 
9698
9711
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9699
9712
  enum workbookOperationStatus {
9700
- notStarted,
9701
- running,
9702
- succeeded,
9703
- failed,
9713
+ notStarted: 0,
9714
+ running: 1,
9715
+ succeeded: 2,
9716
+ failed: 3,
9704
9717
  }
9705
9718
 
9706
9719
  enum x509CertificateAffinityLevel {
9707
- low,
9708
- high,
9709
- unknownFutureValue,
9720
+ low: 0,
9721
+ high: 1,
9722
+ unknownFutureValue: 2,
9710
9723
  }
9711
9724
 
9712
9725
  enum x509CertificateAuthenticationMode {
9713
- x509CertificateSingleFactor,
9714
- x509CertificateMultiFactor,
9715
- unknownFutureValue,
9726
+ x509CertificateSingleFactor: 0,
9727
+ x509CertificateMultiFactor: 1,
9728
+ unknownFutureValue: 2,
9716
9729
  }
9717
9730
 
9718
9731
  enum x509CertificateCRLValidationConfigurationState {
9719
- disabled,
9720
- enabled,
9721
- unknownFutureValue,
9732
+ disabled: 0,
9733
+ enabled: 1,
9734
+ unknownFutureValue: 2,
9722
9735
  }
9723
9736
 
9724
9737
  enum x509CertificateRuleType {
9725
- issuerSubject,
9726
- policyOID,
9727
- unknownFutureValue,
9728
- issuerSubjectAndPolicyOID,
9738
+ issuerSubject: 0,
9739
+ policyOID: 1,
9740
+ unknownFutureValue: 2,
9741
+ issuerSubjectAndPolicyOID: 3,
9729
9742
  }
9730
9743
 
9731
9744
  }
@@ -10047,74 +10060,74 @@ namespace reference.`microsoft.graph.identityGovernance` {
10047
10060
  }
10048
10061
 
10049
10062
  enum activationTaskScopeType {
10050
- allTasks,
10051
- failedTasks,
10052
- unknownFutureValue,
10063
+ allTasks: 0,
10064
+ failedTasks: 1,
10065
+ unknownFutureValue: 2,
10053
10066
  }
10054
10067
 
10055
10068
  enum activationUserScopeType {
10056
- allUsers,
10057
- failedUsers,
10058
- unknownFutureValue,
10069
+ allUsers: 0,
10070
+ failedUsers: 1,
10071
+ unknownFutureValue: 2,
10059
10072
  }
10060
10073
 
10061
10074
  enum customTaskExtensionOperationStatus {
10062
- completed,
10063
- failed,
10064
- unknownFutureValue,
10075
+ completed: 0,
10076
+ failed: 1,
10077
+ unknownFutureValue: 2,
10065
10078
  }
10066
10079
 
10067
10080
  @graphFlags
10068
10081
  enum lifecycleTaskCategory {
10069
- joiner,
10070
- leaver,
10071
- unknownFutureValue,
10072
- mover,
10082
+ joiner: 1,
10083
+ leaver: 2,
10084
+ unknownFutureValue: 4,
10085
+ mover: 8,
10073
10086
  }
10074
10087
 
10075
10088
  enum lifecycleWorkflowCategory {
10076
- joiner,
10077
- leaver,
10078
- unknownFutureValue,
10079
- mover,
10089
+ joiner: 0,
10090
+ leaver: 1,
10091
+ unknownFutureValue: 2,
10092
+ mover: 3,
10080
10093
  }
10081
10094
 
10082
10095
  enum lifecycleWorkflowProcessingStatus {
10083
- queued,
10084
- inProgress,
10085
- completed,
10086
- completedWithErrors,
10087
- canceled,
10088
- failed,
10089
- unknownFutureValue,
10096
+ queued: 0,
10097
+ inProgress: 1,
10098
+ completed: 2,
10099
+ completedWithErrors: 3,
10100
+ canceled: 4,
10101
+ failed: 5,
10102
+ unknownFutureValue: 6,
10090
10103
  }
10091
10104
 
10092
10105
  enum membershipChangeType {
10093
- add,
10094
- remove,
10095
- unknownFutureValue,
10106
+ add: 1,
10107
+ remove: 2,
10108
+ unknownFutureValue: 3,
10096
10109
  }
10097
10110
 
10098
10111
  enum valueType {
10099
- `enum`,
10100
- `string`,
10101
- int,
10102
- bool,
10103
- unknownFutureValue,
10112
+ `enum`: 0,
10113
+ `string`: 1,
10114
+ int: 2,
10115
+ bool: 3,
10116
+ unknownFutureValue: 4,
10104
10117
  }
10105
10118
 
10106
10119
  enum workflowExecutionType {
10107
- scheduled,
10108
- onDemand,
10109
- unknownFutureValue,
10110
- activatedWithScope,
10120
+ scheduled: 0,
10121
+ onDemand: 1,
10122
+ unknownFutureValue: 2,
10123
+ activatedWithScope: 3,
10111
10124
  }
10112
10125
 
10113
10126
  enum workflowTriggerTimeBasedAttribute {
10114
- employeeHireDate,
10115
- employeeLeaveDateTime,
10116
- unknownFutureValue,
10117
- createdDateTime,
10127
+ employeeHireDate: 0,
10128
+ employeeLeaveDateTime: 1,
10129
+ unknownFutureValue: 2,
10130
+ createdDateTime: 3,
10118
10131
  }
10119
10132
 
10120
10133
  }
@@ -10968,524 +10981,524 @@ namespace reference.`microsoft.graph.security` {
10968
10981
 
10969
10982
  @graphFlags
10970
10983
  enum additionalDataOptions {
10971
- allVersions,
10972
- linkedFiles,
10973
- unknownFutureValue,
10974
- advancedIndexing,
10975
- listAttachments,
10976
- htmlTranscripts,
10977
- messageConversationExpansion,
10978
- locationsWithoutHits,
10979
- allItemsInFolder,
10984
+ allVersions: 1,
10985
+ linkedFiles: 2,
10986
+ unknownFutureValue: 4,
10987
+ advancedIndexing: 8,
10988
+ listAttachments: 16,
10989
+ htmlTranscripts: 32,
10990
+ messageConversationExpansion: 64,
10991
+ locationsWithoutHits: 256,
10992
+ allItemsInFolder: 512,
10980
10993
  }
10981
10994
 
10982
10995
  @graphFlags
10983
10996
  enum additionalOptions {
10984
- none,
10985
- teamsAndYammerConversations,
10986
- cloudAttachments,
10987
- allDocumentVersions,
10988
- subfolderContents,
10989
- listAttachments,
10990
- unknownFutureValue,
10991
- htmlTranscripts,
10992
- advancedIndexing,
10993
- allItemsInFolder,
10994
- includeFolderAndPath,
10995
- condensePaths,
10996
- friendlyName,
10997
- splitSource,
10998
- includeReport,
10997
+ none: 0,
10998
+ teamsAndYammerConversations: 1,
10999
+ cloudAttachments: 2,
11000
+ allDocumentVersions: 4,
11001
+ subfolderContents: 8,
11002
+ listAttachments: 16,
11003
+ unknownFutureValue: 32,
11004
+ htmlTranscripts: 64,
11005
+ advancedIndexing: 128,
11006
+ allItemsInFolder: 256,
11007
+ includeFolderAndPath: 512,
11008
+ condensePaths: 1024,
11009
+ friendlyName: 2048,
11010
+ splitSource: 4096,
11011
+ includeReport: 16384,
10999
11012
  }
11000
11013
 
11001
11014
  enum alertClassification {
11002
- `unknown`,
11003
- falsePositive,
11004
- truePositive,
11005
- informationalExpectedActivity,
11006
- unknownFutureValue,
11015
+ `unknown`: 0,
11016
+ falsePositive: 10,
11017
+ truePositive: 20,
11018
+ informationalExpectedActivity: 30,
11019
+ unknownFutureValue: 39,
11007
11020
  }
11008
11021
 
11009
11022
  enum alertDetermination {
11010
- `unknown`,
11011
- apt,
11012
- malware,
11013
- securityPersonnel,
11014
- securityTesting,
11015
- unwantedSoftware,
11016
- other,
11017
- multiStagedAttack,
11018
- compromisedAccount,
11019
- phishing,
11020
- maliciousUserActivity,
11021
- notMalicious,
11022
- notEnoughDataToValidate,
11023
- confirmedActivity,
11024
- lineOfBusinessApplication,
11025
- unknownFutureValue,
11023
+ `unknown`: 0,
11024
+ apt: 10,
11025
+ malware: 20,
11026
+ securityPersonnel: 30,
11027
+ securityTesting: 40,
11028
+ unwantedSoftware: 50,
11029
+ other: 60,
11030
+ multiStagedAttack: 70,
11031
+ compromisedAccount: 80,
11032
+ phishing: 90,
11033
+ maliciousUserActivity: 100,
11034
+ notMalicious: 110,
11035
+ notEnoughDataToValidate: 120,
11036
+ confirmedActivity: 130,
11037
+ lineOfBusinessApplication: 140,
11038
+ unknownFutureValue: 149,
11026
11039
  }
11027
11040
 
11028
11041
  enum alertSeverity {
11029
- `unknown`,
11030
- informational,
11031
- low,
11032
- medium,
11033
- high,
11034
- unknownFutureValue,
11042
+ `unknown`: 0,
11043
+ informational: 32,
11044
+ low: 64,
11045
+ medium: 128,
11046
+ high: 256,
11047
+ unknownFutureValue: 511,
11035
11048
  }
11036
11049
 
11037
11050
  enum alertStatus {
11038
- `unknown`,
11039
- new,
11040
- inProgress,
11041
- resolved,
11042
- unknownFutureValue,
11051
+ `unknown`: 0,
11052
+ new: 2,
11053
+ inProgress: 4,
11054
+ resolved: 8,
11055
+ unknownFutureValue: 31,
11043
11056
  }
11044
11057
 
11045
11058
  enum antispamTeamsDirection {
11046
- `unknown`,
11047
- inbound,
11048
- outbound,
11049
- intraorg,
11050
- unknownFutureValue,
11059
+ `unknown`: 0,
11060
+ inbound: 1,
11061
+ outbound: 2,
11062
+ intraorg: 3,
11063
+ unknownFutureValue: 31,
11051
11064
  }
11052
11065
 
11053
11066
  enum behaviorDuringRetentionPeriod {
11054
- doNotRetain,
11055
- retain,
11056
- retainAsRecord,
11057
- retainAsRegulatoryRecord,
11058
- unknownFutureValue,
11067
+ doNotRetain: 0,
11068
+ retain: 1,
11069
+ retainAsRecord: 2,
11070
+ retainAsRegulatoryRecord: 3,
11071
+ unknownFutureValue: 4,
11059
11072
  }
11060
11073
 
11061
11074
  enum caseAction {
11062
- contentExport,
11063
- applyTags,
11064
- convertToPdf,
11065
- index,
11066
- estimateStatistics,
11067
- addToReviewSet,
11068
- holdUpdate,
11069
- unknownFutureValue,
11070
- purgeData,
11071
- exportReport,
11072
- exportResult,
11073
- holdPolicySync,
11075
+ contentExport: 0,
11076
+ applyTags: 1,
11077
+ convertToPdf: 2,
11078
+ index: 3,
11079
+ estimateStatistics: 4,
11080
+ addToReviewSet: 5,
11081
+ holdUpdate: 6,
11082
+ unknownFutureValue: 7,
11083
+ purgeData: 8,
11084
+ exportReport: 9,
11085
+ exportResult: 10,
11086
+ holdPolicySync: 11,
11074
11087
  }
11075
11088
 
11076
11089
  enum caseOperationStatus {
11077
- notStarted,
11078
- submissionFailed,
11079
- running,
11080
- succeeded,
11081
- partiallySucceeded,
11082
- failed,
11083
- unknownFutureValue,
11090
+ notStarted: 0,
11091
+ submissionFailed: 1,
11092
+ running: 2,
11093
+ succeeded: 3,
11094
+ partiallySucceeded: 4,
11095
+ failed: 5,
11096
+ unknownFutureValue: 6,
11084
11097
  }
11085
11098
 
11086
11099
  enum caseStatus {
11087
- `unknown`,
11088
- active,
11089
- pendingDelete,
11090
- closing,
11091
- closed,
11092
- closedWithError,
11093
- unknownFutureValue,
11100
+ `unknown`: 0,
11101
+ active: 1,
11102
+ pendingDelete: 2,
11103
+ closing: 3,
11104
+ closed: 4,
11105
+ closedWithError: 5,
11106
+ unknownFutureValue: 6,
11094
11107
  }
11095
11108
 
11096
11109
  enum caseType {
11097
- standard,
11098
- premium,
11099
- unknownFutureValue,
11110
+ standard: 1,
11111
+ premium: 2,
11112
+ unknownFutureValue: 3,
11100
11113
  }
11101
11114
 
11102
11115
  enum childSelectability {
11103
- One,
11104
- Many,
11105
- unknownFutureValue,
11116
+ One: 0,
11117
+ Many: 1,
11118
+ unknownFutureValue: 2,
11106
11119
  }
11107
11120
 
11108
11121
  enum cloudAttachmentVersion {
11109
- latest,
11110
- recent10,
11111
- recent100,
11112
- all,
11113
- unknownFutureValue,
11122
+ latest: 1,
11123
+ recent10: 2,
11124
+ recent100: 3,
11125
+ all: 4,
11126
+ unknownFutureValue: 5,
11114
11127
  }
11115
11128
 
11116
11129
  enum containerPortProtocol {
11117
- udp,
11118
- tcp,
11119
- sctp,
11120
- unknownFutureValue,
11130
+ udp: 0,
11131
+ tcp: 1,
11132
+ sctp: 2,
11133
+ unknownFutureValue: 3,
11121
11134
  }
11122
11135
 
11123
11136
  enum dataSourceContainerStatus {
11124
- active,
11125
- released,
11126
- unknownFutureValue,
11137
+ active: 1,
11138
+ released: 2,
11139
+ unknownFutureValue: 3,
11127
11140
  }
11128
11141
 
11129
11142
  enum dataSourceHoldStatus {
11130
- notApplied,
11131
- applied,
11132
- applying,
11133
- removing,
11134
- partial,
11135
- unknownFutureValue,
11143
+ notApplied: 1,
11144
+ applied: 2,
11145
+ applying: 3,
11146
+ removing: 4,
11147
+ partial: 5,
11148
+ unknownFutureValue: 6,
11136
11149
  }
11137
11150
 
11138
11151
  @graphFlags
11139
11152
  enum dataSourceScopes {
11140
- none,
11141
- allTenantMailboxes,
11142
- allTenantSites,
11143
- allCaseCustodians,
11144
- allCaseNoncustodialDataSources,
11145
- unknownFutureValue,
11153
+ none: 0,
11154
+ allTenantMailboxes: 1,
11155
+ allTenantSites: 2,
11156
+ allCaseCustodians: 4,
11157
+ allCaseNoncustodialDataSources: 8,
11158
+ unknownFutureValue: 16,
11146
11159
  }
11147
11160
 
11148
11161
  enum defenderAvStatus {
11149
- notReporting,
11150
- disabled,
11151
- notUpdated,
11152
- updated,
11153
- `unknown`,
11154
- notSupported,
11155
- unknownFutureValue,
11162
+ notReporting: 0,
11163
+ disabled: 1,
11164
+ notUpdated: 2,
11165
+ updated: 3,
11166
+ `unknown`: 4,
11167
+ notSupported: 1000,
11168
+ unknownFutureValue: 1023,
11156
11169
  }
11157
11170
 
11158
11171
  enum detectionSource {
11159
- `unknown`,
11160
- microsoftDefenderForEndpoint,
11161
- antivirus,
11162
- smartScreen,
11163
- customTi,
11164
- microsoftDefenderForOffice365,
11165
- automatedInvestigation,
11166
- microsoftThreatExperts,
11167
- customDetection,
11168
- microsoftDefenderForIdentity,
11169
- cloudAppSecurity,
11170
- microsoft365Defender,
11171
- azureAdIdentityProtection,
11172
- manual,
11173
- microsoftDataLossPrevention,
11174
- appGovernancePolicy,
11175
- appGovernanceDetection,
11176
- unknownFutureValue,
11177
- microsoftDefenderForCloud,
11178
- microsoftDefenderForIoT,
11179
- microsoftDefenderForServers,
11180
- microsoftDefenderForStorage,
11181
- microsoftDefenderForDNS,
11182
- microsoftDefenderForDatabases,
11183
- microsoftDefenderForContainers,
11184
- microsoftDefenderForNetwork,
11185
- microsoftDefenderForAppService,
11186
- microsoftDefenderForKeyVault,
11187
- microsoftDefenderForResourceManager,
11188
- microsoftDefenderForApiManagement,
11189
- nrtAlerts,
11190
- scheduledAlerts,
11191
- microsoftDefenderThreatIntelligenceAnalytics,
11192
- builtInMl,
11193
- microsoftInsiderRiskManagement,
11194
- microsoftThreatIntelligence,
11195
- microsoftDefenderForAIServices,
11196
- securityCopilot,
11197
- microsoftSentinel,
11172
+ `unknown`: 0,
11173
+ microsoftDefenderForEndpoint: 1,
11174
+ antivirus: 2,
11175
+ smartScreen: 4,
11176
+ customTi: 8,
11177
+ microsoftDefenderForOffice365: 512,
11178
+ automatedInvestigation: 1024,
11179
+ microsoftThreatExperts: 2048,
11180
+ customDetection: 4096,
11181
+ microsoftDefenderForIdentity: 8192,
11182
+ cloudAppSecurity: 16384,
11183
+ microsoft365Defender: 32768,
11184
+ azureAdIdentityProtection: 65536,
11185
+ manual: 262144,
11186
+ microsoftDataLossPrevention: 524288,
11187
+ appGovernancePolicy: 1048576,
11188
+ appGovernanceDetection: 2097152,
11189
+ unknownFutureValue: 4194303,
11190
+ microsoftDefenderForCloud: 4194304,
11191
+ microsoftDefenderForIoT: 1073741833,
11192
+ microsoftDefenderForServers: 1073741834,
11193
+ microsoftDefenderForStorage: 1073741835,
11194
+ microsoftDefenderForDNS: 1073741836,
11195
+ microsoftDefenderForDatabases: 1073741837,
11196
+ microsoftDefenderForContainers: 1073741838,
11197
+ microsoftDefenderForNetwork: 1073741839,
11198
+ microsoftDefenderForAppService: 1073741840,
11199
+ microsoftDefenderForKeyVault: 1073741841,
11200
+ microsoftDefenderForResourceManager: 1073741842,
11201
+ microsoftDefenderForApiManagement: 1073741843,
11202
+ nrtAlerts: 1073741844,
11203
+ scheduledAlerts: 1073741845,
11204
+ microsoftDefenderThreatIntelligenceAnalytics: 1073741846,
11205
+ builtInMl: 1073741847,
11206
+ microsoftInsiderRiskManagement: 1073741848,
11207
+ microsoftThreatIntelligence: 1073741849,
11208
+ microsoftDefenderForAIServices: 1073741850,
11209
+ securityCopilot: 1073741851,
11210
+ microsoftSentinel: 268435456,
11198
11211
  }
11199
11212
 
11200
11213
  enum detectionStatus {
11201
- detected,
11202
- blocked,
11203
- prevented,
11204
- unknownFutureValue,
11214
+ detected: 0,
11215
+ blocked: 1,
11216
+ prevented: 2,
11217
+ unknownFutureValue: 31,
11205
11218
  }
11206
11219
 
11207
11220
  enum deviceHealthStatus {
11208
- active,
11209
- inactive,
11210
- impairedCommunication,
11211
- noSensorData,
11212
- noSensorDataImpairedCommunication,
11213
- `unknown`,
11214
- unknownFutureValue,
11221
+ active: 0,
11222
+ inactive: 1,
11223
+ impairedCommunication: 2,
11224
+ noSensorData: 3,
11225
+ noSensorDataImpairedCommunication: 4,
11226
+ `unknown`: 5,
11227
+ unknownFutureValue: 31,
11215
11228
  }
11216
11229
 
11217
11230
  enum deviceRiskScore {
11218
- none,
11219
- informational,
11220
- low,
11221
- medium,
11222
- high,
11223
- unknownFutureValue,
11231
+ none: 0,
11232
+ informational: 5,
11233
+ low: 10,
11234
+ medium: 20,
11235
+ high: 30,
11236
+ unknownFutureValue: 31,
11224
11237
  }
11225
11238
 
11226
11239
  enum documentVersion {
11227
- latest,
11228
- recent10,
11229
- recent100,
11230
- all,
11231
- unknownFutureValue,
11240
+ latest: 1,
11241
+ recent10: 2,
11242
+ recent100: 3,
11243
+ all: 4,
11244
+ unknownFutureValue: 5,
11232
11245
  }
11233
11246
 
11234
11247
  enum evidenceRemediationStatus {
11235
- none,
11236
- remediated,
11237
- prevented,
11238
- blocked,
11239
- notFound,
11240
- unknownFutureValue,
11241
- active,
11242
- pendingApproval,
11243
- declined,
11244
- unremediated,
11245
- running,
11246
- partiallyRemediated,
11248
+ none: 0,
11249
+ remediated: 1,
11250
+ prevented: 2,
11251
+ blocked: 3,
11252
+ notFound: 4,
11253
+ unknownFutureValue: 5,
11254
+ active: 6,
11255
+ pendingApproval: 7,
11256
+ declined: 8,
11257
+ unremediated: 9,
11258
+ running: 10,
11259
+ partiallyRemediated: 11,
11247
11260
  }
11248
11261
 
11249
11262
  enum evidenceRole {
11250
- `unknown`,
11251
- contextual,
11252
- scanned,
11253
- source,
11254
- destination,
11255
- created,
11256
- added,
11257
- compromised,
11258
- edited,
11259
- attacked,
11260
- attacker,
11261
- commandAndControl,
11262
- loaded,
11263
- suspicious,
11264
- policyViolator,
11265
- unknownFutureValue,
11263
+ `unknown`: 0,
11264
+ contextual: 1,
11265
+ scanned: 2,
11266
+ source: 3,
11267
+ destination: 4,
11268
+ created: 5,
11269
+ added: 6,
11270
+ compromised: 7,
11271
+ edited: 8,
11272
+ attacked: 9,
11273
+ attacker: 10,
11274
+ commandAndControl: 11,
11275
+ loaded: 12,
11276
+ suspicious: 13,
11277
+ policyViolator: 14,
11278
+ unknownFutureValue: 31,
11266
11279
  }
11267
11280
 
11268
11281
  enum evidenceVerdict {
11269
- `unknown`,
11270
- suspicious,
11271
- malicious,
11272
- noThreatsFound,
11273
- unknownFutureValue,
11282
+ `unknown`: 0,
11283
+ suspicious: 1,
11284
+ malicious: 2,
11285
+ noThreatsFound: 3,
11286
+ unknownFutureValue: 4,
11274
11287
  }
11275
11288
 
11276
11289
  @graphFlags
11277
11290
  enum exportCriteria {
11278
- searchHits,
11279
- partiallyIndexed,
11280
- unknownFutureValue,
11291
+ searchHits: 1,
11292
+ partiallyIndexed: 2,
11293
+ unknownFutureValue: 4,
11281
11294
  }
11282
11295
 
11283
11296
  enum exportFileStructure {
11284
- none,
11285
- directory,
11286
- pst,
11287
- unknownFutureValue,
11288
- msg,
11297
+ none: 0,
11298
+ directory: 1,
11299
+ pst: 2,
11300
+ unknownFutureValue: 3,
11301
+ msg: 4,
11289
11302
  }
11290
11303
 
11291
11304
  enum exportFormat {
11292
- pst,
11293
- msg,
11294
- eml,
11295
- unknownFutureValue,
11305
+ pst: 0,
11306
+ msg: 1,
11307
+ eml: 2,
11308
+ unknownFutureValue: 3,
11296
11309
  }
11297
11310
 
11298
11311
  @graphFlags
11299
11312
  enum exportLocation {
11300
- responsiveLocations,
11301
- nonresponsiveLocations,
11302
- unknownFutureValue,
11313
+ responsiveLocations: 1,
11314
+ nonresponsiveLocations: 2,
11315
+ unknownFutureValue: 4,
11303
11316
  }
11304
11317
 
11305
11318
  @graphFlags
11306
11319
  enum exportOptions {
11307
- originalFiles,
11308
- text,
11309
- pdfReplacement,
11310
- tags,
11311
- unknownFutureValue,
11312
- splitSource,
11313
- includeFolderAndPath,
11314
- friendlyName,
11315
- condensePaths,
11320
+ originalFiles: 1,
11321
+ text: 2,
11322
+ pdfReplacement: 4,
11323
+ tags: 16,
11324
+ unknownFutureValue: 32,
11325
+ splitSource: 64,
11326
+ includeFolderAndPath: 128,
11327
+ friendlyName: 256,
11328
+ condensePaths: 512,
11316
11329
  }
11317
11330
 
11318
11331
  enum fileHashAlgorithm {
11319
- `unknown`,
11320
- md5,
11321
- sha1,
11322
- sha256,
11323
- sha256ac,
11324
- unknownFutureValue,
11332
+ `unknown`: 0,
11333
+ md5: 1,
11334
+ sha1: 2,
11335
+ sha256: 3,
11336
+ sha256ac: 4,
11337
+ unknownFutureValue: 5,
11325
11338
  }
11326
11339
 
11327
11340
  enum googleCloudLocationType {
11328
- `unknown`,
11329
- regional,
11330
- zonal,
11331
- global,
11332
- unknownFutureValue,
11341
+ `unknown`: 0,
11342
+ regional: 1,
11343
+ zonal: 2,
11344
+ global: 3,
11345
+ unknownFutureValue: 31,
11333
11346
  }
11334
11347
 
11335
11348
  enum incidentStatus {
11336
- active,
11337
- resolved,
11338
- inProgress,
11339
- redirected,
11340
- unknownFutureValue,
11341
- awaitingAction,
11349
+ active: 1,
11350
+ resolved: 2,
11351
+ inProgress: 4,
11352
+ redirected: 64,
11353
+ unknownFutureValue: 127,
11354
+ awaitingAction: 128,
11342
11355
  }
11343
11356
 
11344
11357
  enum ioTDeviceImportanceType {
11345
- `unknown`,
11346
- low,
11347
- normal,
11348
- high,
11349
- unknownFutureValue,
11358
+ `unknown`: 0,
11359
+ low: 1,
11360
+ normal: 2,
11361
+ high: 3,
11362
+ unknownFutureValue: 4,
11350
11363
  }
11351
11364
 
11352
11365
  @graphFlags
11353
11366
  enum itemsToInclude {
11354
- searchHits,
11355
- partiallyIndexed,
11356
- unknownFutureValue,
11367
+ searchHits: 1,
11368
+ partiallyIndexed: 2,
11369
+ unknownFutureValue: 4,
11357
11370
  }
11358
11371
 
11359
11372
  enum kubernetesPlatform {
11360
- `unknown`,
11361
- aks,
11362
- eks,
11363
- gke,
11364
- arc,
11365
- unknownFutureValue,
11373
+ `unknown`: 0,
11374
+ aks: 1,
11375
+ eks: 2,
11376
+ gke: 3,
11377
+ arc: 4,
11378
+ unknownFutureValue: 5,
11366
11379
  }
11367
11380
 
11368
11381
  enum kubernetesServiceType {
11369
- `unknown`,
11370
- clusterIP,
11371
- externalName,
11372
- nodePort,
11373
- loadBalancer,
11374
- unknownFutureValue,
11382
+ `unknown`: 0,
11383
+ clusterIP: 1,
11384
+ externalName: 2,
11385
+ nodePort: 3,
11386
+ loadBalancer: 4,
11387
+ unknownFutureValue: 31,
11375
11388
  }
11376
11389
 
11377
11390
  enum mailboxConfigurationType {
11378
- mailForwardingRule,
11379
- owaSettings,
11380
- ewsSettings,
11381
- mailDelegation,
11382
- userInboxRule,
11383
- unknownFutureValue,
11391
+ mailForwardingRule: 0,
11392
+ owaSettings: 1,
11393
+ ewsSettings: 2,
11394
+ mailDelegation: 3,
11395
+ userInboxRule: 4,
11396
+ unknownFutureValue: 31,
11384
11397
  }
11385
11398
 
11386
11399
  enum onboardingStatus {
11387
- insufficientInfo,
11388
- onboarded,
11389
- canBeOnboarded,
11390
- unsupported,
11391
- unknownFutureValue,
11400
+ insufficientInfo: 0,
11401
+ onboarded: 1,
11402
+ canBeOnboarded: 2,
11403
+ unsupported: 3,
11404
+ unknownFutureValue: 31,
11392
11405
  }
11393
11406
 
11394
11407
  enum protocolType {
11395
- tcp,
11396
- udp,
11397
- unknownFutureValue,
11408
+ tcp: 0,
11409
+ udp: 1,
11410
+ unknownFutureValue: 2,
11398
11411
  }
11399
11412
 
11400
11413
  @graphFlags
11401
11414
  enum purgeAreas {
11402
- mailboxes,
11403
- teamsMessages,
11404
- unknownFutureValue,
11415
+ mailboxes: 1,
11416
+ teamsMessages: 2,
11417
+ unknownFutureValue: 4,
11405
11418
  }
11406
11419
 
11407
11420
  enum purgeType {
11408
- recoverable,
11409
- unknownFutureValue,
11410
- permanentlyDelete,
11421
+ recoverable: 0,
11422
+ unknownFutureValue: 1,
11423
+ permanentlyDelete: 2,
11411
11424
  }
11412
11425
 
11413
11426
  @graphFlags
11414
11427
  enum recipientType {
11415
- user,
11416
- roleGroup,
11417
- unknownFutureValue,
11428
+ user: 1,
11429
+ roleGroup: 2,
11430
+ unknownFutureValue: 4,
11418
11431
  }
11419
11432
 
11420
11433
  @graphFlags
11421
11434
  enum reviewSetSettings {
11422
- none,
11423
- disableGrouping,
11424
- unknownFutureValue,
11435
+ none: 0,
11436
+ disableGrouping: 1,
11437
+ unknownFutureValue: 2,
11425
11438
  }
11426
11439
 
11427
11440
  enum servicePrincipalType {
11428
- `unknown`,
11429
- application,
11430
- managedIdentity,
11431
- legacy,
11432
- unknownFutureValue,
11441
+ `unknown`: 0,
11442
+ application: 1,
11443
+ managedIdentity: 2,
11444
+ legacy: 3,
11445
+ unknownFutureValue: 4,
11433
11446
  }
11434
11447
 
11435
11448
  enum serviceSource {
11436
- `unknown`,
11437
- microsoftDefenderForEndpoint,
11438
- microsoftDefenderForIdentity,
11439
- microsoftDefenderForCloudApps,
11440
- microsoftDefenderForOffice365,
11441
- microsoft365Defender,
11442
- azureAdIdentityProtection,
11443
- microsoftAppGovernance,
11444
- dataLossPrevention,
11445
- unknownFutureValue,
11446
- microsoftDefenderForCloud,
11447
- microsoftSentinel,
11448
- microsoftInsiderRiskManagement,
11449
+ `unknown`: 0,
11450
+ microsoftDefenderForEndpoint: 1,
11451
+ microsoftDefenderForIdentity: 2,
11452
+ microsoftDefenderForCloudApps: 4,
11453
+ microsoftDefenderForOffice365: 8,
11454
+ microsoft365Defender: 16,
11455
+ azureAdIdentityProtection: 32,
11456
+ microsoftAppGovernance: 64,
11457
+ dataLossPrevention: 128,
11458
+ unknownFutureValue: 255,
11459
+ microsoftDefenderForCloud: 256,
11460
+ microsoftSentinel: 512,
11461
+ microsoftInsiderRiskManagement: 1024,
11449
11462
  }
11450
11463
 
11451
11464
  @graphFlags
11452
11465
  enum sourceType {
11453
- mailbox,
11454
- site,
11455
- unknownFutureValue,
11466
+ mailbox: 1,
11467
+ site: 2,
11468
+ unknownFutureValue: 4,
11456
11469
  }
11457
11470
 
11458
11471
  @graphFlags
11459
11472
  enum statisticsOptions {
11460
- includeRefiners,
11461
- includeQueryStats,
11462
- includeUnindexedStats,
11463
- advancedIndexing,
11464
- locationsWithoutHits,
11465
- unknownFutureValue,
11473
+ includeRefiners: 1,
11474
+ includeQueryStats: 2,
11475
+ includeUnindexedStats: 4,
11476
+ advancedIndexing: 8,
11477
+ locationsWithoutHits: 16,
11478
+ unknownFutureValue: 32,
11466
11479
  }
11467
11480
 
11468
11481
  enum teamsDeliveryLocation {
11469
- `unknown`,
11470
- teams,
11471
- quarantine,
11472
- failed,
11473
- unknownFutureValue,
11482
+ `unknown`: 0,
11483
+ teams: 1,
11484
+ quarantine: 2,
11485
+ failed: 3,
11486
+ unknownFutureValue: 31,
11474
11487
  }
11475
11488
 
11476
11489
  enum teamsMessageDeliveryAction {
11477
- `unknown`,
11478
- deliveredAsSpam,
11479
- delivered,
11480
- blocked,
11481
- replaced,
11482
- unknownFutureValue,
11490
+ `unknown`: 0,
11491
+ deliveredAsSpam: 1,
11492
+ delivered: 2,
11493
+ blocked: 3,
11494
+ replaced: 4,
11495
+ unknownFutureValue: 31,
11483
11496
  }
11484
11497
 
11485
11498
  enum vmCloudProvider {
11486
- `unknown`,
11487
- azure,
11488
- unknownFutureValue,
11499
+ `unknown`: 0,
11500
+ azure: 1,
11501
+ unknownFutureValue: 15,
11489
11502
  }
11490
11503
 
11491
11504
  }
@@ -11553,16 +11566,16 @@ namespace reference.`microsoft.graph.termStore` {
11553
11566
  }
11554
11567
 
11555
11568
  enum relationType {
11556
- pin,
11557
- reuse,
11558
- unknownFutureValue,
11569
+ pin: 0,
11570
+ reuse: 1,
11571
+ unknownFutureValue: 2,
11559
11572
  }
11560
11573
 
11561
11574
  enum termGroupScope {
11562
- global,
11563
- system,
11564
- siteCollection,
11565
- unknownFutureValue,
11575
+ global: 0,
11576
+ system: 1,
11577
+ siteCollection: 2,
11578
+ unknownFutureValue: 3,
11566
11579
  }
11567
11580
 
11568
11581
  }