-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.oagen-manifest.json
More file actions
942 lines (942 loc) · 46.5 KB
/
.oagen-manifest.json
File metadata and controls
942 lines (942 loc) · 46.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
{
"version": 1,
"language": "php",
"generatedAt": "2026-04-20T18:36:58.288Z",
"files": [
"lib/Resource/ActionAuthenticationDenied.php",
"lib/Resource/ActionAuthenticationDeniedData.php",
"lib/Resource/ActionUserRegistrationDenied.php",
"lib/Resource/ActionUserRegistrationDeniedData.php",
"lib/Resource/AddRolePermission.php",
"lib/Resource/ApiKey.php",
"lib/Resource/ApiKeyCreated.php",
"lib/Resource/ApiKeyCreatedData.php",
"lib/Resource/ApiKeyCreatedDataOwner.php",
"lib/Resource/ApiKeyOwner.php",
"lib/Resource/ApiKeyRevoked.php",
"lib/Resource/ApiKeyRevokedData.php",
"lib/Resource/ApiKeyRevokedDataOwner.php",
"lib/Resource/ApiKeyValidationResponse.php",
"lib/Resource/ApiKeyWithValue.php",
"lib/Resource/ApiKeyWithValueOwner.php",
"lib/Resource/ApplicationCredentialsListItem.php",
"lib/Resource/AssignRole.php",
"lib/Resource/AuditLogActionJson.php",
"lib/Resource/AuditLogConfiguration.php",
"lib/Resource/AuditLogConfigurationLogStream.php",
"lib/Resource/AuditLogConfigurationLogStreamState.php",
"lib/Resource/AuditLogConfigurationLogStreamType.php",
"lib/Resource/AuditLogConfigurationState.php",
"lib/Resource/AuditLogEvent.php",
"lib/Resource/AuditLogEventActor.php",
"lib/Resource/AuditLogEventContext.php",
"lib/Resource/AuditLogEventCreateResponse.php",
"lib/Resource/AuditLogEventIngestion.php",
"lib/Resource/AuditLogEventTarget.php",
"lib/Resource/AuditLogExportCreation.php",
"lib/Resource/AuditLogExportJson.php",
"lib/Resource/AuditLogExportJsonState.php",
"lib/Resource/AuditLogSchema.php",
"lib/Resource/AuditLogSchemaActor.php",
"lib/Resource/AuditLogSchemaJson.php",
"lib/Resource/AuditLogSchemaJsonActor.php",
"lib/Resource/AuditLogSchemaJsonTarget.php",
"lib/Resource/AuditLogSchemaTarget.php",
"lib/Resource/AuditLogsRetentionJson.php",
"lib/Resource/AuthenticateResponse.php",
"lib/Resource/AuthenticateResponseAuthenticationMethod.php",
"lib/Resource/AuthenticateResponseImpersonator.php",
"lib/Resource/AuthenticateResponseOAuthToken.php",
"lib/Resource/AuthenticationChallenge.php",
"lib/Resource/AuthenticationChallengeVerifyResponse.php",
"lib/Resource/AuthenticationChallengesVerifyRequest.php",
"lib/Resource/AuthenticationEmailVerificationFailed.php",
"lib/Resource/AuthenticationEmailVerificationFailedData.php",
"lib/Resource/AuthenticationEmailVerificationFailedDataError.php",
"lib/Resource/AuthenticationEmailVerificationSucceeded.php",
"lib/Resource/AuthenticationEmailVerificationSucceededData.php",
"lib/Resource/AuthenticationFactor.php",
"lib/Resource/AuthenticationFactorEnrolled.php",
"lib/Resource/AuthenticationFactorEnrolledSms.php",
"lib/Resource/AuthenticationFactorEnrolledTotp.php",
"lib/Resource/AuthenticationFactorSms.php",
"lib/Resource/AuthenticationFactorTotp.php",
"lib/Resource/AuthenticationFactorType.php",
"lib/Resource/AuthenticationFactorsCreateRequest.php",
"lib/Resource/AuthenticationFactorsCreateRequestType.php",
"lib/Resource/AuthenticationMFAFailed.php",
"lib/Resource/AuthenticationMFAFailedData.php",
"lib/Resource/AuthenticationMFAFailedDataError.php",
"lib/Resource/AuthenticationMFASucceeded.php",
"lib/Resource/AuthenticationMFASucceededData.php",
"lib/Resource/AuthenticationMagicAuthFailed.php",
"lib/Resource/AuthenticationMagicAuthFailedData.php",
"lib/Resource/AuthenticationMagicAuthFailedDataError.php",
"lib/Resource/AuthenticationMagicAuthSucceeded.php",
"lib/Resource/AuthenticationMagicAuthSucceededData.php",
"lib/Resource/AuthenticationOAuthFailed.php",
"lib/Resource/AuthenticationOAuthFailedData.php",
"lib/Resource/AuthenticationOAuthFailedDataError.php",
"lib/Resource/AuthenticationOAuthSucceeded.php",
"lib/Resource/AuthenticationOAuthSucceededData.php",
"lib/Resource/AuthenticationPasskeyFailed.php",
"lib/Resource/AuthenticationPasskeyFailedData.php",
"lib/Resource/AuthenticationPasskeyFailedDataError.php",
"lib/Resource/AuthenticationPasskeySucceeded.php",
"lib/Resource/AuthenticationPasskeySucceededData.php",
"lib/Resource/AuthenticationPasswordFailed.php",
"lib/Resource/AuthenticationPasswordFailedData.php",
"lib/Resource/AuthenticationPasswordFailedDataError.php",
"lib/Resource/AuthenticationPasswordSucceeded.php",
"lib/Resource/AuthenticationPasswordSucceededData.php",
"lib/Resource/AuthenticationRadarRiskDetected.php",
"lib/Resource/AuthenticationRadarRiskDetectedData.php",
"lib/Resource/AuthenticationRadarRiskDetectedDataAction.php",
"lib/Resource/AuthenticationSSOFailed.php",
"lib/Resource/AuthenticationSSOFailedData.php",
"lib/Resource/AuthenticationSSOFailedDataError.php",
"lib/Resource/AuthenticationSSOFailedDataSSO.php",
"lib/Resource/AuthenticationSSOStarted.php",
"lib/Resource/AuthenticationSSOStartedData.php",
"lib/Resource/AuthenticationSSOStartedDataSSO.php",
"lib/Resource/AuthenticationSSOSucceeded.php",
"lib/Resource/AuthenticationSSOSucceededData.php",
"lib/Resource/AuthenticationSSOSucceededDataSSO.php",
"lib/Resource/AuthenticationSSOTimedOut.php",
"lib/Resource/AuthenticationSSOTimedOutData.php",
"lib/Resource/AuthenticationSSOTimedOutDataError.php",
"lib/Resource/AuthenticationSSOTimedOutDataSSO.php",
"lib/Resource/AuthorizationAssignment.php",
"lib/Resource/AuthorizationCheck.php",
"lib/Resource/AuthorizationCodeSessionAuthenticateRequest.php",
"lib/Resource/AuthorizationPermission.php",
"lib/Resource/AuthorizationResource.php",
"lib/Resource/AuthorizedConnectApplicationListData.php",
"lib/Resource/CORSOriginResponse.php",
"lib/Resource/ChallengeAuthenticationFactor.php",
"lib/Resource/CheckAuthorization.php",
"lib/Resource/ConfirmEmailChange.php",
"lib/Resource/ConnectApplication.php",
"lib/Resource/ConnectedAccount.php",
"lib/Resource/ConnectedAccountState.php",
"lib/Resource/Connection.php",
"lib/Resource/ConnectionActivated.php",
"lib/Resource/ConnectionActivatedData.php",
"lib/Resource/ConnectionActivatedDataDomain.php",
"lib/Resource/ConnectionDeactivated.php",
"lib/Resource/ConnectionDeactivatedData.php",
"lib/Resource/ConnectionDeactivatedDataDomain.php",
"lib/Resource/ConnectionDeleted.php",
"lib/Resource/ConnectionDeletedData.php",
"lib/Resource/ConnectionDeletedDataConnectionType.php",
"lib/Resource/ConnectionDeletedDataState.php",
"lib/Resource/ConnectionDomain.php",
"lib/Resource/ConnectionOption.php",
"lib/Resource/ConnectionSAMLCertificateRenewalRequired.php",
"lib/Resource/ConnectionSAMLCertificateRenewalRequiredData.php",
"lib/Resource/ConnectionSAMLCertificateRenewalRequiredDataCertificate.php",
"lib/Resource/ConnectionSAMLCertificateRenewalRequiredDataConnection.php",
"lib/Resource/ConnectionSAMLCertificateRenewed.php",
"lib/Resource/ConnectionSAMLCertificateRenewedData.php",
"lib/Resource/ConnectionSAMLCertificateRenewedDataCertificate.php",
"lib/Resource/ConnectionSAMLCertificateRenewedDataCertificateCertificateType.php",
"lib/Resource/ConnectionSAMLCertificateRenewedDataConnection.php",
"lib/Resource/ConnectionState.php",
"lib/Resource/ConnectionStatus.php",
"lib/Resource/ConnectionType.php",
"lib/Resource/ConnectionsConnectionType.php",
"lib/Resource/CreateApplicationSecret.php",
"lib/Resource/CreateAuthorizationPermission.php",
"lib/Resource/CreateAuthorizationResource.php",
"lib/Resource/CreateCORSOrigin.php",
"lib/Resource/CreateM2MApplication.php",
"lib/Resource/CreateMagicCodeAndReturn.php",
"lib/Resource/CreateOAuthApplication.php",
"lib/Resource/CreateOrganizationApiKey.php",
"lib/Resource/CreateOrganizationDomain.php",
"lib/Resource/CreateOrganizationRole.php",
"lib/Resource/CreatePasswordReset.php",
"lib/Resource/CreatePasswordResetToken.php",
"lib/Resource/CreateRedirectUri.php",
"lib/Resource/CreateRole.php",
"lib/Resource/CreateUser.php",
"lib/Resource/CreateUserInviteOptions.php",
"lib/Resource/CreateUserInviteOptionsLocale.php",
"lib/Resource/CreateUserOrganizationMembership.php",
"lib/Resource/CreateUserPasswordHashType.php",
"lib/Resource/CreateWebhookEndpoint.php",
"lib/Resource/CreateWebhookEndpointEvents.php",
"lib/Resource/DataIntegrationAccessTokenResponse.php",
"lib/Resource/DataIntegrationAccessTokenResponseAccessToken.php",
"lib/Resource/DataIntegrationAccessTokenResponseError.php",
"lib/Resource/DataIntegrationAuthorizeUrlResponse.php",
"lib/Resource/DataIntegrationsGetDataIntegrationAuthorizeUrlRequest.php",
"lib/Resource/DataIntegrationsGetUserTokenRequest.php",
"lib/Resource/DataIntegrationsListResponse.php",
"lib/Resource/DataIntegrationsListResponseData.php",
"lib/Resource/DataIntegrationsListResponseDataConnectedAccount.php",
"lib/Resource/DataIntegrationsListResponseDataOwnership.php",
"lib/Resource/DeviceAuthorizationResponse.php",
"lib/Resource/DeviceCodeSessionAuthenticateRequest.php",
"lib/Resource/Directory.php",
"lib/Resource/DirectoryGroup.php",
"lib/Resource/DirectoryMetadata.php",
"lib/Resource/DirectoryMetadataUser.php",
"lib/Resource/DirectoryState.php",
"lib/Resource/DirectoryType.php",
"lib/Resource/DirectoryUser.php",
"lib/Resource/DirectoryUserEmail.php",
"lib/Resource/DirectoryUserState.php",
"lib/Resource/DirectoryUserWithGroups.php",
"lib/Resource/DirectoryUserWithGroupsEmail.php",
"lib/Resource/DsyncActivated.php",
"lib/Resource/DsyncActivatedData.php",
"lib/Resource/DsyncActivatedDataDomain.php",
"lib/Resource/DsyncDeactivated.php",
"lib/Resource/DsyncDeactivatedData.php",
"lib/Resource/DsyncDeactivatedDataDomain.php",
"lib/Resource/DsyncDeleted.php",
"lib/Resource/DsyncDeletedData.php",
"lib/Resource/DsyncDeletedDataState.php",
"lib/Resource/DsyncDeletedDataType.php",
"lib/Resource/DsyncGroupCreated.php",
"lib/Resource/DsyncGroupDeleted.php",
"lib/Resource/DsyncGroupUpdated.php",
"lib/Resource/DsyncGroupUpdatedData.php",
"lib/Resource/DsyncGroupUserAdded.php",
"lib/Resource/DsyncGroupUserAddedData.php",
"lib/Resource/DsyncGroupUserRemoved.php",
"lib/Resource/DsyncGroupUserRemovedData.php",
"lib/Resource/DsyncUserCreated.php",
"lib/Resource/DsyncUserDeleted.php",
"lib/Resource/DsyncUserUpdated.php",
"lib/Resource/DsyncUserUpdatedData.php",
"lib/Resource/DsyncUserUpdatedDataEmail.php",
"lib/Resource/EmailChange.php",
"lib/Resource/EmailChangeConfirmation.php",
"lib/Resource/EmailChangeConfirmationUser.php",
"lib/Resource/EmailVerification.php",
"lib/Resource/EmailVerificationCodeSessionAuthenticateRequest.php",
"lib/Resource/EmailVerificationCreated.php",
"lib/Resource/EmailVerificationCreatedData.php",
"lib/Resource/EnrollUserAuthenticationFactor.php",
"lib/Resource/EventContext.php",
"lib/Resource/EventContextActor.php",
"lib/Resource/EventContextActorSource.php",
"lib/Resource/EventContextGoogleAnalyticsSession.php",
"lib/Resource/EventListListMetadata.php",
"lib/Resource/EventSchema.php",
"lib/Resource/EventsOrder.php",
"lib/Resource/ExternalAuthCompleteResponse.php",
"lib/Resource/FeatureFlag.php",
"lib/Resource/FeatureFlagOwner.php",
"lib/Resource/Flag.php",
"lib/Resource/FlagCreated.php",
"lib/Resource/FlagCreatedContext.php",
"lib/Resource/FlagCreatedContextActor.php",
"lib/Resource/FlagCreatedData.php",
"lib/Resource/FlagCreatedDataOwner.php",
"lib/Resource/FlagDeleted.php",
"lib/Resource/FlagDeletedContext.php",
"lib/Resource/FlagDeletedContextActor.php",
"lib/Resource/FlagDeletedData.php",
"lib/Resource/FlagDeletedDataOwner.php",
"lib/Resource/FlagOwner.php",
"lib/Resource/FlagRuleUpdated.php",
"lib/Resource/FlagRuleUpdatedContext.php",
"lib/Resource/FlagRuleUpdatedContextAccessType.php",
"lib/Resource/FlagRuleUpdatedContextActor.php",
"lib/Resource/FlagRuleUpdatedContextConfiguredTarget.php",
"lib/Resource/FlagRuleUpdatedContextConfiguredTargetOrganization.php",
"lib/Resource/FlagRuleUpdatedContextConfiguredTargetUser.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttribute.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttributeContext.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetOrganization.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetUser.php",
"lib/Resource/FlagRuleUpdatedContextPreviousAttributeData.php",
"lib/Resource/FlagRuleUpdatedData.php",
"lib/Resource/FlagRuleUpdatedDataOwner.php",
"lib/Resource/FlagUpdated.php",
"lib/Resource/FlagUpdatedContext.php",
"lib/Resource/FlagUpdatedContextActor.php",
"lib/Resource/FlagUpdatedContextPreviousAttribute.php",
"lib/Resource/FlagUpdatedContextPreviousAttributeData.php",
"lib/Resource/FlagUpdatedData.php",
"lib/Resource/FlagUpdatedDataOwner.php",
"lib/Resource/GenerateLink.php",
"lib/Resource/GenerateLinkIntent.php",
"lib/Resource/Group.php",
"lib/Resource/GroupCreated.php",
"lib/Resource/GroupDeleted.php",
"lib/Resource/GroupMemberAdded.php",
"lib/Resource/GroupMemberAddedData.php",
"lib/Resource/GroupMemberRemoved.php",
"lib/Resource/GroupMemberRemovedData.php",
"lib/Resource/GroupUpdated.php",
"lib/Resource/IntentOptions.php",
"lib/Resource/Invitation.php",
"lib/Resource/InvitationAccepted.php",
"lib/Resource/InvitationAcceptedData.php",
"lib/Resource/InvitationCreated.php",
"lib/Resource/InvitationCreatedData.php",
"lib/Resource/InvitationResent.php",
"lib/Resource/InvitationResentData.php",
"lib/Resource/InvitationRevoked.php",
"lib/Resource/InvitationRevokedData.php",
"lib/Resource/JWTTemplateResponse.php",
"lib/Resource/JsonSerializableTrait.php",
"lib/Resource/JwksResponse.php",
"lib/Resource/JwksResponseKeys.php",
"lib/Resource/MFATotpSessionAuthenticateRequest.php",
"lib/Resource/MagicAuth.php",
"lib/Resource/MagicAuthCodeSessionAuthenticateRequest.php",
"lib/Resource/MagicAuthCreated.php",
"lib/Resource/MagicAuthCreatedData.php",
"lib/Resource/NewConnectApplicationSecret.php",
"lib/Resource/Organization.php",
"lib/Resource/OrganizationCreated.php",
"lib/Resource/OrganizationCreatedData.php",
"lib/Resource/OrganizationCreatedDataDomain.php",
"lib/Resource/OrganizationDeleted.php",
"lib/Resource/OrganizationDeletedData.php",
"lib/Resource/OrganizationDeletedDataDomain.php",
"lib/Resource/OrganizationDomain.php",
"lib/Resource/OrganizationDomainCreated.php",
"lib/Resource/OrganizationDomainCreatedData.php",
"lib/Resource/OrganizationDomainData.php",
"lib/Resource/OrganizationDomainDataState.php",
"lib/Resource/OrganizationDomainDeleted.php",
"lib/Resource/OrganizationDomainDeletedData.php",
"lib/Resource/OrganizationDomainStandAlone.php",
"lib/Resource/OrganizationDomainState.php",
"lib/Resource/OrganizationDomainUpdated.php",
"lib/Resource/OrganizationDomainUpdatedData.php",
"lib/Resource/OrganizationDomainVerificationFailed.php",
"lib/Resource/OrganizationDomainVerificationFailedData.php",
"lib/Resource/OrganizationDomainVerificationFailedDataOrganizationDomain.php",
"lib/Resource/OrganizationDomainVerificationFailedDataReason.php",
"lib/Resource/OrganizationDomainVerificationStrategy.php",
"lib/Resource/OrganizationDomainVerified.php",
"lib/Resource/OrganizationDomainVerifiedData.php",
"lib/Resource/OrganizationInput.php",
"lib/Resource/OrganizationMembership.php",
"lib/Resource/OrganizationMembershipCreated.php",
"lib/Resource/OrganizationMembershipCreatedData.php",
"lib/Resource/OrganizationMembershipDeleted.php",
"lib/Resource/OrganizationMembershipDeletedData.php",
"lib/Resource/OrganizationMembershipStatus.php",
"lib/Resource/OrganizationMembershipUpdated.php",
"lib/Resource/OrganizationMembershipUpdatedData.php",
"lib/Resource/OrganizationRoleCreated.php",
"lib/Resource/OrganizationRoleCreatedData.php",
"lib/Resource/OrganizationRoleDeleted.php",
"lib/Resource/OrganizationRoleDeletedData.php",
"lib/Resource/OrganizationRoleUpdated.php",
"lib/Resource/OrganizationRoleUpdatedData.php",
"lib/Resource/OrganizationSelectionSessionAuthenticateRequest.php",
"lib/Resource/OrganizationUpdated.php",
"lib/Resource/OrganizationUpdatedData.php",
"lib/Resource/OrganizationUpdatedDataDomain.php",
"lib/Resource/PasswordReset.php",
"lib/Resource/PasswordResetCreated.php",
"lib/Resource/PasswordResetCreatedData.php",
"lib/Resource/PasswordResetSucceeded.php",
"lib/Resource/PasswordResetSucceededData.php",
"lib/Resource/PasswordSessionAuthenticateRequest.php",
"lib/Resource/Permission.php",
"lib/Resource/PermissionCreated.php",
"lib/Resource/PermissionCreatedData.php",
"lib/Resource/PermissionDeleted.php",
"lib/Resource/PermissionDeletedData.php",
"lib/Resource/PermissionUpdated.php",
"lib/Resource/PermissionUpdatedData.php",
"lib/Resource/PortalLinkResponse.php",
"lib/Resource/Profile.php",
"lib/Resource/RadarAction.php",
"lib/Resource/RadarListEntryAlreadyPresentResponse.php",
"lib/Resource/RadarStandaloneAssessRequest.php",
"lib/Resource/RadarStandaloneAssessRequestAction.php",
"lib/Resource/RadarStandaloneAssessRequestAuthMethod.php",
"lib/Resource/RadarStandaloneDeleteRadarListEntryRequest.php",
"lib/Resource/RadarStandaloneResponse.php",
"lib/Resource/RadarStandaloneResponseControl.php",
"lib/Resource/RadarStandaloneResponseVerdict.php",
"lib/Resource/RadarStandaloneUpdateRadarAttemptRequest.php",
"lib/Resource/RadarStandaloneUpdateRadarListRequest.php",
"lib/Resource/RadarType.php",
"lib/Resource/RedirectUri.php",
"lib/Resource/RedirectUriInput.php",
"lib/Resource/RefreshTokenSessionAuthenticateRequest.php",
"lib/Resource/RemoveRole.php",
"lib/Resource/ResendUserInviteOptions.php",
"lib/Resource/ResetPasswordResponse.php",
"lib/Resource/RevokeSession.php",
"lib/Resource/Role.php",
"lib/Resource/RoleAssignment.php",
"lib/Resource/RoleAssignmentResource.php",
"lib/Resource/RoleCreated.php",
"lib/Resource/RoleCreatedData.php",
"lib/Resource/RoleDeleted.php",
"lib/Resource/RoleDeletedData.php",
"lib/Resource/RoleList.php",
"lib/Resource/RoleType.php",
"lib/Resource/RoleUpdated.php",
"lib/Resource/RoleUpdatedData.php",
"lib/Resource/SSOAuthorizeUrlResponse.php",
"lib/Resource/SSODeviceAuthorizationRequest.php",
"lib/Resource/SSOIntentOptions.php",
"lib/Resource/SSOLogoutAuthorizeRequest.php",
"lib/Resource/SSOLogoutAuthorizeResponse.php",
"lib/Resource/SSOProvider.php",
"lib/Resource/SSOTokenResponse.php",
"lib/Resource/SSOTokenResponseOAuthToken.php",
"lib/Resource/SendEmailChange.php",
"lib/Resource/SendVerificationEmailResponse.php",
"lib/Resource/SessionCreated.php",
"lib/Resource/SessionCreatedData.php",
"lib/Resource/SessionCreatedDataImpersonator.php",
"lib/Resource/SessionRevoked.php",
"lib/Resource/SessionRevokedData.php",
"lib/Resource/SessionRevokedDataImpersonator.php",
"lib/Resource/SetRolePermissions.php",
"lib/Resource/SlimRole.php",
"lib/Resource/TokenQuery.php",
"lib/Resource/UpdateAuditLogsRetention.php",
"lib/Resource/UpdateAuthorizationPermission.php",
"lib/Resource/UpdateAuthorizationResource.php",
"lib/Resource/UpdateJWTTemplate.php",
"lib/Resource/UpdateOAuthApplication.php",
"lib/Resource/UpdateOrganization.php",
"lib/Resource/UpdateOrganizationRole.php",
"lib/Resource/UpdateRole.php",
"lib/Resource/UpdateUser.php",
"lib/Resource/UpdateUserOrganizationMembership.php",
"lib/Resource/UpdateWebhookEndpoint.php",
"lib/Resource/User.php",
"lib/Resource/UserAuthenticationFactorEnrollResponse.php",
"lib/Resource/UserConsentOption.php",
"lib/Resource/UserConsentOptionChoice.php",
"lib/Resource/UserCreated.php",
"lib/Resource/UserDeleted.php",
"lib/Resource/UserIdentitiesGetItem.php",
"lib/Resource/UserIdentitiesGetItemProvider.php",
"lib/Resource/UserInvite.php",
"lib/Resource/UserInviteState.php",
"lib/Resource/UserManagementAuthenticationProvider.php",
"lib/Resource/UserManagementAuthenticationScreenHint.php",
"lib/Resource/UserManagementLoginRequest.php",
"lib/Resource/UserObject.php",
"lib/Resource/UserOrganizationMembership.php",
"lib/Resource/UserOrganizationMembershipBaseListData.php",
"lib/Resource/UserSessionsAuthMethod.php",
"lib/Resource/UserSessionsImpersonator.php",
"lib/Resource/UserSessionsListItem.php",
"lib/Resource/UserSessionsStatus.php",
"lib/Resource/UserUpdated.php",
"lib/Resource/ValidateApiKey.php",
"lib/Resource/VaultByokKeyVerificationCompleted.php",
"lib/Resource/VaultByokKeyVerificationCompletedData.php",
"lib/Resource/VaultByokKeyVerificationCompletedDataKeyProvider.php",
"lib/Resource/VaultDataCreated.php",
"lib/Resource/VaultDataCreatedData.php",
"lib/Resource/VaultDataDeleted.php",
"lib/Resource/VaultDataDeletedData.php",
"lib/Resource/VaultDataRead.php",
"lib/Resource/VaultDataReadData.php",
"lib/Resource/VaultDataUpdated.php",
"lib/Resource/VaultDataUpdatedData.php",
"lib/Resource/VaultDekDecrypted.php",
"lib/Resource/VaultDekDecryptedData.php",
"lib/Resource/VaultDekRead.php",
"lib/Resource/VaultDekReadData.php",
"lib/Resource/VaultDekReadDataActorSource.php",
"lib/Resource/VaultKekCreated.php",
"lib/Resource/VaultKekCreatedData.php",
"lib/Resource/VaultMetadataRead.php",
"lib/Resource/VaultMetadataReadData.php",
"lib/Resource/VaultNamesListed.php",
"lib/Resource/VaultNamesListedData.php",
"lib/Resource/VerifyEmailAddress.php",
"lib/Resource/VerifyEmailResponse.php",
"lib/Resource/WebhookEndpointJson.php",
"lib/Resource/WebhookEndpointJsonStatus.php",
"lib/Resource/WidgetSessionToken.php",
"lib/Resource/WidgetSessionTokenResponse.php",
"lib/Resource/WidgetSessionTokenScopes.php",
"lib/Service/AdminPortal.php",
"lib/Service/ApiKeys.php",
"lib/Service/AuditLogs.php",
"lib/Service/Authorization.php",
"lib/Service/Connect.php",
"lib/Service/DirectorySync.php",
"lib/Service/Events.php",
"lib/Service/FeatureFlags.php",
"lib/Service/MultiFactorAuth.php",
"lib/Service/OrganizationDomains.php",
"lib/Service/Organizations.php",
"lib/Service/ParentByExternalId.php",
"lib/Service/ParentById.php",
"lib/Service/ParentResourceByExternalId.php",
"lib/Service/ParentResourceById.php",
"lib/Service/PasswordHashed.php",
"lib/Service/PasswordPlaintext.php",
"lib/Service/Pipes.php",
"lib/Service/Radar.php",
"lib/Service/ResourceTargetByExternalId.php",
"lib/Service/ResourceTargetById.php",
"lib/Service/RoleMultiple.php",
"lib/Service/RoleSingle.php",
"lib/Service/SSO.php",
"lib/Service/UserManagement.php",
"lib/Service/Webhooks.php",
"lib/Service/Widgets.php",
"lib/WorkOS.php",
"tests/ClientTest.php",
"tests/Fixtures/action_authentication_denied.json",
"tests/Fixtures/action_authentication_denied_data.json",
"tests/Fixtures/action_user_registration_denied.json",
"tests/Fixtures/action_user_registration_denied_data.json",
"tests/Fixtures/add_role_permission.json",
"tests/Fixtures/api_key.json",
"tests/Fixtures/api_key_created.json",
"tests/Fixtures/api_key_created_data.json",
"tests/Fixtures/api_key_created_data_owner.json",
"tests/Fixtures/api_key_owner.json",
"tests/Fixtures/api_key_revoked.json",
"tests/Fixtures/api_key_revoked_data.json",
"tests/Fixtures/api_key_revoked_data_owner.json",
"tests/Fixtures/api_key_validation_response.json",
"tests/Fixtures/api_key_with_value.json",
"tests/Fixtures/api_key_with_value_owner.json",
"tests/Fixtures/application_credentials_list_item.json",
"tests/Fixtures/assign_role.json",
"tests/Fixtures/audit_log_action_json.json",
"tests/Fixtures/audit_log_configuration.json",
"tests/Fixtures/audit_log_configuration_log_stream.json",
"tests/Fixtures/audit_log_event.json",
"tests/Fixtures/audit_log_event_actor.json",
"tests/Fixtures/audit_log_event_context.json",
"tests/Fixtures/audit_log_event_create_response.json",
"tests/Fixtures/audit_log_event_ingestion.json",
"tests/Fixtures/audit_log_event_target.json",
"tests/Fixtures/audit_log_export_creation.json",
"tests/Fixtures/audit_log_export_json.json",
"tests/Fixtures/audit_log_schema.json",
"tests/Fixtures/audit_log_schema_actor.json",
"tests/Fixtures/audit_log_schema_json.json",
"tests/Fixtures/audit_log_schema_json_actor.json",
"tests/Fixtures/audit_log_schema_json_target.json",
"tests/Fixtures/audit_log_schema_target.json",
"tests/Fixtures/audit_logs_retention_json.json",
"tests/Fixtures/authenticate_response.json",
"tests/Fixtures/authenticate_response_impersonator.json",
"tests/Fixtures/authenticate_response_oauth_token.json",
"tests/Fixtures/authentication_challenge.json",
"tests/Fixtures/authentication_challenge_verify_response.json",
"tests/Fixtures/authentication_challenges_verify_request.json",
"tests/Fixtures/authentication_email_verification_failed.json",
"tests/Fixtures/authentication_email_verification_failed_data.json",
"tests/Fixtures/authentication_email_verification_failed_data_error.json",
"tests/Fixtures/authentication_email_verification_succeeded.json",
"tests/Fixtures/authentication_email_verification_succeeded_data.json",
"tests/Fixtures/authentication_factor.json",
"tests/Fixtures/authentication_factor_enrolled.json",
"tests/Fixtures/authentication_factor_enrolled_sms.json",
"tests/Fixtures/authentication_factor_enrolled_totp.json",
"tests/Fixtures/authentication_factor_sms.json",
"tests/Fixtures/authentication_factor_totp.json",
"tests/Fixtures/authentication_factors_create_request.json",
"tests/Fixtures/authentication_magic_auth_failed.json",
"tests/Fixtures/authentication_magic_auth_failed_data.json",
"tests/Fixtures/authentication_magic_auth_failed_data_error.json",
"tests/Fixtures/authentication_magic_auth_succeeded.json",
"tests/Fixtures/authentication_magic_auth_succeeded_data.json",
"tests/Fixtures/authentication_mfa_failed.json",
"tests/Fixtures/authentication_mfa_failed_data.json",
"tests/Fixtures/authentication_mfa_failed_data_error.json",
"tests/Fixtures/authentication_mfa_succeeded.json",
"tests/Fixtures/authentication_mfa_succeeded_data.json",
"tests/Fixtures/authentication_oauth_failed.json",
"tests/Fixtures/authentication_oauth_failed_data.json",
"tests/Fixtures/authentication_oauth_failed_data_error.json",
"tests/Fixtures/authentication_oauth_succeeded.json",
"tests/Fixtures/authentication_oauth_succeeded_data.json",
"tests/Fixtures/authentication_passkey_failed.json",
"tests/Fixtures/authentication_passkey_failed_data.json",
"tests/Fixtures/authentication_passkey_failed_data_error.json",
"tests/Fixtures/authentication_passkey_succeeded.json",
"tests/Fixtures/authentication_passkey_succeeded_data.json",
"tests/Fixtures/authentication_password_failed.json",
"tests/Fixtures/authentication_password_failed_data.json",
"tests/Fixtures/authentication_password_failed_data_error.json",
"tests/Fixtures/authentication_password_succeeded.json",
"tests/Fixtures/authentication_password_succeeded_data.json",
"tests/Fixtures/authentication_radar_risk_detected.json",
"tests/Fixtures/authentication_radar_risk_detected_data.json",
"tests/Fixtures/authentication_sso_failed.json",
"tests/Fixtures/authentication_sso_failed_data.json",
"tests/Fixtures/authentication_sso_failed_data_error.json",
"tests/Fixtures/authentication_sso_failed_data_sso.json",
"tests/Fixtures/authentication_sso_started.json",
"tests/Fixtures/authentication_sso_started_data.json",
"tests/Fixtures/authentication_sso_started_data_sso.json",
"tests/Fixtures/authentication_sso_succeeded.json",
"tests/Fixtures/authentication_sso_succeeded_data.json",
"tests/Fixtures/authentication_sso_succeeded_data_sso.json",
"tests/Fixtures/authentication_sso_timed_out.json",
"tests/Fixtures/authentication_sso_timed_out_data.json",
"tests/Fixtures/authentication_sso_timed_out_data_error.json",
"tests/Fixtures/authentication_sso_timed_out_data_sso.json",
"tests/Fixtures/authorization_check.json",
"tests/Fixtures/authorization_code_session_authenticate_request.json",
"tests/Fixtures/authorization_permission.json",
"tests/Fixtures/authorization_resource.json",
"tests/Fixtures/authorized_connect_application_list_data.json",
"tests/Fixtures/challenge_authentication_factor.json",
"tests/Fixtures/check_authorization.json",
"tests/Fixtures/confirm_email_change.json",
"tests/Fixtures/connect_application.json",
"tests/Fixtures/connected_account.json",
"tests/Fixtures/connection.json",
"tests/Fixtures/connection_activated.json",
"tests/Fixtures/connection_activated_data.json",
"tests/Fixtures/connection_activated_data_domain.json",
"tests/Fixtures/connection_deactivated.json",
"tests/Fixtures/connection_deactivated_data.json",
"tests/Fixtures/connection_deactivated_data_domain.json",
"tests/Fixtures/connection_deleted.json",
"tests/Fixtures/connection_deleted_data.json",
"tests/Fixtures/connection_domain.json",
"tests/Fixtures/connection_option.json",
"tests/Fixtures/connection_saml_certificate_renewal_required.json",
"tests/Fixtures/connection_saml_certificate_renewal_required_data.json",
"tests/Fixtures/connection_saml_certificate_renewal_required_data_certificate.json",
"tests/Fixtures/connection_saml_certificate_renewal_required_data_connection.json",
"tests/Fixtures/connection_saml_certificate_renewed.json",
"tests/Fixtures/connection_saml_certificate_renewed_data.json",
"tests/Fixtures/connection_saml_certificate_renewed_data_certificate.json",
"tests/Fixtures/connection_saml_certificate_renewed_data_connection.json",
"tests/Fixtures/cors_origin_response.json",
"tests/Fixtures/create_application_secret.json",
"tests/Fixtures/create_authorization_permission.json",
"tests/Fixtures/create_authorization_resource.json",
"tests/Fixtures/create_cors_origin.json",
"tests/Fixtures/create_m2m_application.json",
"tests/Fixtures/create_magic_code_and_return.json",
"tests/Fixtures/create_oauth_application.json",
"tests/Fixtures/create_organization_api_key.json",
"tests/Fixtures/create_organization_domain.json",
"tests/Fixtures/create_organization_role.json",
"tests/Fixtures/create_password_reset.json",
"tests/Fixtures/create_password_reset_token.json",
"tests/Fixtures/create_redirect_uri.json",
"tests/Fixtures/create_role.json",
"tests/Fixtures/create_user.json",
"tests/Fixtures/create_user_invite_options.json",
"tests/Fixtures/create_user_organization_membership.json",
"tests/Fixtures/create_webhook_endpoint.json",
"tests/Fixtures/data_integration_access_token_response.json",
"tests/Fixtures/data_integration_access_token_response_access_token.json",
"tests/Fixtures/data_integration_authorize_url_response.json",
"tests/Fixtures/data_integrations_get_data_integration_authorize_url_request.json",
"tests/Fixtures/data_integrations_get_user_token_request.json",
"tests/Fixtures/data_integrations_list_response.json",
"tests/Fixtures/data_integrations_list_response_data.json",
"tests/Fixtures/data_integrations_list_response_data_connected_account.json",
"tests/Fixtures/device_authorization_response.json",
"tests/Fixtures/device_code_session_authenticate_request.json",
"tests/Fixtures/directory.json",
"tests/Fixtures/directory_group.json",
"tests/Fixtures/directory_metadata.json",
"tests/Fixtures/directory_metadata_user.json",
"tests/Fixtures/directory_user.json",
"tests/Fixtures/directory_user_email.json",
"tests/Fixtures/directory_user_with_groups.json",
"tests/Fixtures/directory_user_with_groups_email.json",
"tests/Fixtures/dsync_activated.json",
"tests/Fixtures/dsync_activated_data.json",
"tests/Fixtures/dsync_activated_data_domain.json",
"tests/Fixtures/dsync_deactivated.json",
"tests/Fixtures/dsync_deactivated_data.json",
"tests/Fixtures/dsync_deactivated_data_domain.json",
"tests/Fixtures/dsync_deleted.json",
"tests/Fixtures/dsync_deleted_data.json",
"tests/Fixtures/dsync_group_created.json",
"tests/Fixtures/dsync_group_deleted.json",
"tests/Fixtures/dsync_group_updated.json",
"tests/Fixtures/dsync_group_updated_data.json",
"tests/Fixtures/dsync_group_user_added.json",
"tests/Fixtures/dsync_group_user_added_data.json",
"tests/Fixtures/dsync_group_user_removed.json",
"tests/Fixtures/dsync_group_user_removed_data.json",
"tests/Fixtures/dsync_user_created.json",
"tests/Fixtures/dsync_user_deleted.json",
"tests/Fixtures/dsync_user_updated.json",
"tests/Fixtures/dsync_user_updated_data.json",
"tests/Fixtures/dsync_user_updated_data_email.json",
"tests/Fixtures/email_change.json",
"tests/Fixtures/email_change_confirmation.json",
"tests/Fixtures/email_change_confirmation_user.json",
"tests/Fixtures/email_verification.json",
"tests/Fixtures/email_verification_code_session_authenticate_request.json",
"tests/Fixtures/email_verification_created.json",
"tests/Fixtures/email_verification_created_data.json",
"tests/Fixtures/enroll_user_authentication_factor.json",
"tests/Fixtures/event_context.json",
"tests/Fixtures/event_context_actor.json",
"tests/Fixtures/event_context_google_analytics_session.json",
"tests/Fixtures/event_list_list_metadata.json",
"tests/Fixtures/event_schema.json",
"tests/Fixtures/external_auth_complete_response.json",
"tests/Fixtures/feature_flag.json",
"tests/Fixtures/feature_flag_owner.json",
"tests/Fixtures/flag.json",
"tests/Fixtures/flag_created.json",
"tests/Fixtures/flag_created_context.json",
"tests/Fixtures/flag_created_context_actor.json",
"tests/Fixtures/flag_created_data.json",
"tests/Fixtures/flag_created_data_owner.json",
"tests/Fixtures/flag_deleted.json",
"tests/Fixtures/flag_deleted_context.json",
"tests/Fixtures/flag_deleted_context_actor.json",
"tests/Fixtures/flag_deleted_data.json",
"tests/Fixtures/flag_deleted_data_owner.json",
"tests/Fixtures/flag_owner.json",
"tests/Fixtures/flag_rule_updated.json",
"tests/Fixtures/flag_rule_updated_context.json",
"tests/Fixtures/flag_rule_updated_context_actor.json",
"tests/Fixtures/flag_rule_updated_context_configured_target.json",
"tests/Fixtures/flag_rule_updated_context_configured_target_organization.json",
"tests/Fixtures/flag_rule_updated_context_configured_target_user.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute_context.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute_context_configured_target.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute_context_configured_target_organization.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute_context_configured_target_user.json",
"tests/Fixtures/flag_rule_updated_context_previous_attribute_data.json",
"tests/Fixtures/flag_rule_updated_data.json",
"tests/Fixtures/flag_rule_updated_data_owner.json",
"tests/Fixtures/flag_updated.json",
"tests/Fixtures/flag_updated_context.json",
"tests/Fixtures/flag_updated_context_actor.json",
"tests/Fixtures/flag_updated_context_previous_attribute.json",
"tests/Fixtures/flag_updated_context_previous_attribute_data.json",
"tests/Fixtures/flag_updated_data.json",
"tests/Fixtures/flag_updated_data_owner.json",
"tests/Fixtures/generate_link.json",
"tests/Fixtures/group.json",
"tests/Fixtures/group_created.json",
"tests/Fixtures/group_deleted.json",
"tests/Fixtures/group_member_added.json",
"tests/Fixtures/group_member_added_data.json",
"tests/Fixtures/group_member_removed.json",
"tests/Fixtures/group_member_removed_data.json",
"tests/Fixtures/group_updated.json",
"tests/Fixtures/intent_options.json",
"tests/Fixtures/invitation.json",
"tests/Fixtures/invitation_accepted.json",
"tests/Fixtures/invitation_accepted_data.json",
"tests/Fixtures/invitation_created.json",
"tests/Fixtures/invitation_created_data.json",
"tests/Fixtures/invitation_resent.json",
"tests/Fixtures/invitation_resent_data.json",
"tests/Fixtures/invitation_revoked.json",
"tests/Fixtures/invitation_revoked_data.json",
"tests/Fixtures/jwks_response.json",
"tests/Fixtures/jwks_response_keys.json",
"tests/Fixtures/jwt_template_response.json",
"tests/Fixtures/list_api_key.json",
"tests/Fixtures/list_audit_log_action_json.json",
"tests/Fixtures/list_audit_log_schema_json.json",
"tests/Fixtures/list_authentication_factor.json",
"tests/Fixtures/list_authorization_permission.json",
"tests/Fixtures/list_authorization_resource.json",
"tests/Fixtures/list_authorized_connect_application_list_data.json",
"tests/Fixtures/list_connect_application.json",
"tests/Fixtures/list_connection.json",
"tests/Fixtures/list_directory.json",
"tests/Fixtures/list_directory_group.json",
"tests/Fixtures/list_directory_user_with_groups.json",
"tests/Fixtures/list_event_schema.json",
"tests/Fixtures/list_flag.json",
"tests/Fixtures/list_organization.json",
"tests/Fixtures/list_role_assignment.json",
"tests/Fixtures/list_user.json",
"tests/Fixtures/list_user_invite.json",
"tests/Fixtures/list_user_organization_membership.json",
"tests/Fixtures/list_user_organization_membership_base_list_data.json",
"tests/Fixtures/list_user_sessions_list_item.json",
"tests/Fixtures/list_webhook_endpoint_json.json",
"tests/Fixtures/magic_auth.json",
"tests/Fixtures/magic_auth_code_session_authenticate_request.json",
"tests/Fixtures/magic_auth_created.json",
"tests/Fixtures/magic_auth_created_data.json",
"tests/Fixtures/mfa_totp_session_authenticate_request.json",
"tests/Fixtures/new_connect_application_secret.json",
"tests/Fixtures/organization.json",
"tests/Fixtures/organization_created.json",
"tests/Fixtures/organization_created_data.json",
"tests/Fixtures/organization_created_data_domain.json",
"tests/Fixtures/organization_deleted.json",
"tests/Fixtures/organization_deleted_data.json",
"tests/Fixtures/organization_deleted_data_domain.json",
"tests/Fixtures/organization_domain.json",
"tests/Fixtures/organization_domain_created.json",
"tests/Fixtures/organization_domain_created_data.json",
"tests/Fixtures/organization_domain_data.json",
"tests/Fixtures/organization_domain_deleted.json",
"tests/Fixtures/organization_domain_deleted_data.json",
"tests/Fixtures/organization_domain_stand_alone.json",
"tests/Fixtures/organization_domain_updated.json",
"tests/Fixtures/organization_domain_updated_data.json",
"tests/Fixtures/organization_domain_verification_failed.json",
"tests/Fixtures/organization_domain_verification_failed_data.json",
"tests/Fixtures/organization_domain_verification_failed_data_organization_domain.json",
"tests/Fixtures/organization_domain_verified.json",
"tests/Fixtures/organization_domain_verified_data.json",
"tests/Fixtures/organization_input.json",
"tests/Fixtures/organization_membership.json",
"tests/Fixtures/organization_membership_created.json",
"tests/Fixtures/organization_membership_created_data.json",
"tests/Fixtures/organization_membership_deleted.json",
"tests/Fixtures/organization_membership_deleted_data.json",
"tests/Fixtures/organization_membership_updated.json",
"tests/Fixtures/organization_membership_updated_data.json",
"tests/Fixtures/organization_role_created.json",
"tests/Fixtures/organization_role_created_data.json",
"tests/Fixtures/organization_role_deleted.json",
"tests/Fixtures/organization_role_deleted_data.json",
"tests/Fixtures/organization_role_updated.json",
"tests/Fixtures/organization_role_updated_data.json",
"tests/Fixtures/organization_selection_session_authenticate_request.json",
"tests/Fixtures/organization_updated.json",
"tests/Fixtures/organization_updated_data.json",
"tests/Fixtures/organization_updated_data_domain.json",
"tests/Fixtures/password_reset.json",
"tests/Fixtures/password_reset_created.json",
"tests/Fixtures/password_reset_created_data.json",
"tests/Fixtures/password_reset_succeeded.json",
"tests/Fixtures/password_reset_succeeded_data.json",
"tests/Fixtures/password_session_authenticate_request.json",
"tests/Fixtures/permission.json",
"tests/Fixtures/permission_created.json",
"tests/Fixtures/permission_created_data.json",
"tests/Fixtures/permission_deleted.json",
"tests/Fixtures/permission_deleted_data.json",
"tests/Fixtures/permission_updated.json",
"tests/Fixtures/permission_updated_data.json",
"tests/Fixtures/portal_link_response.json",
"tests/Fixtures/profile.json",
"tests/Fixtures/radar_list_entry_already_present_response.json",
"tests/Fixtures/radar_standalone_assess_request.json",
"tests/Fixtures/radar_standalone_delete_radar_list_entry_request.json",
"tests/Fixtures/radar_standalone_response.json",
"tests/Fixtures/radar_standalone_update_radar_attempt_request.json",
"tests/Fixtures/radar_standalone_update_radar_list_request.json",
"tests/Fixtures/redirect_uri.json",
"tests/Fixtures/redirect_uri_input.json",
"tests/Fixtures/refresh_token_session_authenticate_request.json",
"tests/Fixtures/remove_role.json",
"tests/Fixtures/resend_user_invite_options.json",
"tests/Fixtures/reset_password_response.json",
"tests/Fixtures/revoke_session.json",
"tests/Fixtures/role.json",
"tests/Fixtures/role_assignment.json",
"tests/Fixtures/role_assignment_resource.json",
"tests/Fixtures/role_created.json",
"tests/Fixtures/role_created_data.json",
"tests/Fixtures/role_deleted.json",
"tests/Fixtures/role_deleted_data.json",
"tests/Fixtures/role_list.json",
"tests/Fixtures/role_updated.json",
"tests/Fixtures/role_updated_data.json",
"tests/Fixtures/send_email_change.json",
"tests/Fixtures/send_verification_email_response.json",
"tests/Fixtures/session_created.json",
"tests/Fixtures/session_created_data.json",
"tests/Fixtures/session_created_data_impersonator.json",
"tests/Fixtures/session_revoked.json",
"tests/Fixtures/session_revoked_data.json",
"tests/Fixtures/session_revoked_data_impersonator.json",
"tests/Fixtures/set_role_permissions.json",
"tests/Fixtures/slim_role.json",
"tests/Fixtures/sso_authorize_url_response.json",
"tests/Fixtures/sso_device_authorization_request.json",
"tests/Fixtures/sso_intent_options.json",
"tests/Fixtures/sso_logout_authorize_request.json",
"tests/Fixtures/sso_logout_authorize_response.json",
"tests/Fixtures/sso_token_response.json",
"tests/Fixtures/sso_token_response_oauth_token.json",
"tests/Fixtures/token_query.json",
"tests/Fixtures/update_audit_logs_retention.json",
"tests/Fixtures/update_authorization_permission.json",
"tests/Fixtures/update_authorization_resource.json",
"tests/Fixtures/update_jwt_template.json",
"tests/Fixtures/update_oauth_application.json",
"tests/Fixtures/update_organization.json",
"tests/Fixtures/update_organization_role.json",
"tests/Fixtures/update_role.json",
"tests/Fixtures/update_user.json",
"tests/Fixtures/update_user_organization_membership.json",
"tests/Fixtures/update_webhook_endpoint.json",
"tests/Fixtures/user.json",
"tests/Fixtures/user_authentication_factor_enroll_response.json",
"tests/Fixtures/user_consent_option.json",
"tests/Fixtures/user_consent_option_choice.json",
"tests/Fixtures/user_created.json",
"tests/Fixtures/user_deleted.json",
"tests/Fixtures/user_identities_get_item.json",
"tests/Fixtures/user_invite.json",
"tests/Fixtures/user_management_login_request.json",
"tests/Fixtures/user_object.json",
"tests/Fixtures/user_organization_membership.json",
"tests/Fixtures/user_organization_membership_base_list_data.json",
"tests/Fixtures/user_sessions_impersonator.json",
"tests/Fixtures/user_sessions_list_item.json",
"tests/Fixtures/user_updated.json",
"tests/Fixtures/validate_api_key.json",
"tests/Fixtures/vault_byok_key_verification_completed.json",
"tests/Fixtures/vault_byok_key_verification_completed_data.json",
"tests/Fixtures/vault_data_created.json",
"tests/Fixtures/vault_data_created_data.json",
"tests/Fixtures/vault_data_deleted.json",
"tests/Fixtures/vault_data_deleted_data.json",
"tests/Fixtures/vault_data_read.json",
"tests/Fixtures/vault_data_read_data.json",
"tests/Fixtures/vault_data_updated.json",
"tests/Fixtures/vault_data_updated_data.json",
"tests/Fixtures/vault_dek_decrypted.json",
"tests/Fixtures/vault_dek_decrypted_data.json",
"tests/Fixtures/vault_dek_read.json",
"tests/Fixtures/vault_dek_read_data.json",
"tests/Fixtures/vault_kek_created.json",
"tests/Fixtures/vault_kek_created_data.json",
"tests/Fixtures/vault_metadata_read.json",
"tests/Fixtures/vault_metadata_read_data.json",
"tests/Fixtures/vault_names_listed.json",
"tests/Fixtures/vault_names_listed_data.json",
"tests/Fixtures/verify_email_address.json",
"tests/Fixtures/verify_email_response.json",
"tests/Fixtures/webhook_endpoint_json.json",
"tests/Fixtures/widget_session_token.json",
"tests/Fixtures/widget_session_token_response.json",
"tests/Service/AdminPortalTest.php",
"tests/Service/ApiKeysTest.php",
"tests/Service/AuditLogsTest.php",
"tests/Service/AuthorizationTest.php",
"tests/Service/ConnectTest.php",
"tests/Service/DirectorySyncTest.php",
"tests/Service/EventsTest.php",
"tests/Service/FeatureFlagsTest.php",
"tests/Service/MultiFactorAuthTest.php",
"tests/Service/OrganizationDomainsTest.php",
"tests/Service/OrganizationsTest.php",
"tests/Service/PipesTest.php",
"tests/Service/RadarTest.php",
"tests/Service/SSOTest.php",
"tests/Service/UserManagementTest.php",
"tests/Service/WebhooksTest.php",
"tests/Service/WidgetsTest.php"
]
}