@r8s/crds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/crds/certmanager-certificate.yaml +794 -0
  2. package/crds/certmanager-clusterissuer.yaml +3739 -0
  3. package/crds/clickhouse-installation.yaml +1847 -0
  4. package/crds/cnpg-cluster.yaml +6794 -0
  5. package/crds/cnpg-pooler.yaml +9311 -0
  6. package/crds/cnpg-scheduledbackup.yaml +191 -0
  7. package/crds/envoy-backendtrafficpolicy.yaml +1 -0
  8. package/crds/envoy-clienttrafficpolicy.yaml +1 -0
  9. package/crds/envoy-envoyproxy.yaml +1 -0
  10. package/crds/envoy-proxy.yaml +16626 -0
  11. package/crds/envoy-securitypolicy.yaml +1 -0
  12. package/crds/externaldns-endpoint.yaml +94 -0
  13. package/crds/gatewayapi-gateway.yaml +2253 -0
  14. package/crds/gatewayapi-httproute.yaml +5643 -0
  15. package/crds/keycloak-keycloak.yaml +3192 -0
  16. package/crds/keycloak-realmimport.yaml +2878 -0
  17. package/crds/logging-flow.yaml +1768 -0
  18. package/crds/logging-logging.yaml +16770 -0
  19. package/crds/logging-output.yaml +14658 -0
  20. package/crds/loki-lokistack.yaml +5390 -0
  21. package/crds/prometheus-alertmanager.yaml +10013 -0
  22. package/crds/prometheus-podmonitor.yaml +741 -0
  23. package/crds/prometheus-prometheus.yaml +13928 -0
  24. package/crds/prometheus-prometheusrule.yaml +267 -0
  25. package/crds/prometheus-scrapeconfig.yaml +12938 -0
  26. package/crds/prometheus-servicemonitor.yaml +764 -0
  27. package/crds/prometheus-thanosruler.yaml +9795 -0
  28. package/crds/redis-cluster.yaml +7862 -0
  29. package/crds/redis-failover.yaml +1 -0
  30. package/crds/redis-replication.yaml +5593 -0
  31. package/crds/velero-backups.yaml +630 -0
  32. package/crds/velero-backupstoragelocations.yaml +174 -0
  33. package/crds/velero-schedules.yaml +584 -0
  34. package/dist/generated/cert-manager.d.ts +873 -0
  35. package/dist/generated/cert-manager.d.ts.map +1 -0
  36. package/dist/generated/cert-manager.js +24 -0
  37. package/dist/generated/cert-manager.js.map +1 -0
  38. package/dist/generated/clickhouse.d.ts +692 -0
  39. package/dist/generated/clickhouse.d.ts.map +1 -0
  40. package/dist/generated/clickhouse.js +14 -0
  41. package/dist/generated/clickhouse.js.map +1 -0
  42. package/dist/generated/externaldns.d.ts +47 -0
  43. package/dist/generated/externaldns.d.ts.map +1 -0
  44. package/dist/generated/externaldns.js +14 -0
  45. package/dist/generated/externaldns.js.map +1 -0
  46. package/dist/generated/gateway.d.ts +2396 -0
  47. package/dist/generated/gateway.d.ts.map +1 -0
  48. package/dist/generated/gateway.js +34 -0
  49. package/dist/generated/gateway.js.map +1 -0
  50. package/dist/generated/index.d.ts +24 -0
  51. package/dist/generated/index.d.ts.map +1 -0
  52. package/dist/generated/index.js +61 -0
  53. package/dist/generated/index.js.map +1 -0
  54. package/dist/generated/keycloak.d.ts +1607 -0
  55. package/dist/generated/keycloak.d.ts.map +1 -0
  56. package/dist/generated/keycloak.js +24 -0
  57. package/dist/generated/keycloak.js.map +1 -0
  58. package/dist/generated/logging.d.ts +3487 -0
  59. package/dist/generated/logging.d.ts.map +1 -0
  60. package/dist/generated/logging.js +34 -0
  61. package/dist/generated/logging.js.map +1 -0
  62. package/dist/generated/loki.d.ts +578 -0
  63. package/dist/generated/loki.d.ts.map +1 -0
  64. package/dist/generated/loki.js +14 -0
  65. package/dist/generated/loki.js.map +1 -0
  66. package/dist/generated/monitoring.d.ts +4230 -0
  67. package/dist/generated/monitoring.d.ts.map +1 -0
  68. package/dist/generated/monitoring.js +74 -0
  69. package/dist/generated/monitoring.js.map +1 -0
  70. package/dist/generated/operators.d.ts +18 -0
  71. package/dist/generated/operators.d.ts.map +1 -0
  72. package/dist/generated/operators.js +191 -0
  73. package/dist/generated/operators.js.map +1 -0
  74. package/dist/generated/postgresql.d.ts +2820 -0
  75. package/dist/generated/postgresql.d.ts.map +1 -0
  76. package/dist/generated/postgresql.js +34 -0
  77. package/dist/generated/postgresql.js.map +1 -0
  78. package/dist/generated/redis.d.ts +1253 -0
  79. package/dist/generated/redis.d.ts.map +1 -0
  80. package/dist/generated/redis.js +24 -0
  81. package/dist/generated/redis.js.map +1 -0
  82. package/dist/generated/velero.d.ts +351 -0
  83. package/dist/generated/velero.d.ts.map +1 -0
  84. package/dist/generated/velero.js +34 -0
  85. package/dist/generated/velero.js.map +1 -0
  86. package/dist/index.d.ts +18 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.js +34 -0
  89. package/dist/index.js.map +1 -0
  90. package/operators.yaml +196 -0
  91. package/package.json +49 -0
@@ -0,0 +1,2878 @@
1
+ # Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
2
+ apiVersion: apiextensions.k8s.io/v1
3
+ kind: CustomResourceDefinition
4
+ metadata:
5
+ name: keycloakrealmimports.k8s.keycloak.org
6
+ spec:
7
+ group: k8s.keycloak.org
8
+ names:
9
+ kind: KeycloakRealmImport
10
+ plural: keycloakrealmimports
11
+ singular: keycloakrealmimport
12
+ scope: Namespaced
13
+ versions:
14
+ - name: v2alpha1
15
+ schema:
16
+ openAPIV3Schema:
17
+ properties:
18
+ spec:
19
+ properties:
20
+ keycloakCRName:
21
+ description: "The name of the Keycloak CR to reference, in the same\
22
+ \ namespace."
23
+ type: string
24
+ realm:
25
+ description: The RealmRepresentation to import into Keycloak.
26
+ properties:
27
+ accessCodeLifespan:
28
+ type: integer
29
+ accessCodeLifespanLogin:
30
+ type: integer
31
+ accessCodeLifespanUserAction:
32
+ type: integer
33
+ accessTokenLifespan:
34
+ type: integer
35
+ accessTokenLifespanForImplicitFlow:
36
+ type: integer
37
+ accountTheme:
38
+ type: string
39
+ actionTokenGeneratedByAdminLifespan:
40
+ type: integer
41
+ actionTokenGeneratedByUserLifespan:
42
+ type: integer
43
+ adminEventsDetailsEnabled:
44
+ type: boolean
45
+ adminEventsEnabled:
46
+ type: boolean
47
+ adminTheme:
48
+ type: string
49
+ applicationScopeMappings:
50
+ additionalProperties:
51
+ items:
52
+ properties:
53
+ client:
54
+ type: string
55
+ clientScope:
56
+ type: string
57
+ clientTemplate:
58
+ type: string
59
+ roles:
60
+ items:
61
+ type: string
62
+ type: array
63
+ self:
64
+ type: string
65
+ type: object
66
+ type: array
67
+ type: object
68
+ applications:
69
+ items:
70
+ properties:
71
+ access:
72
+ additionalProperties:
73
+ type: boolean
74
+ type: object
75
+ adminUrl:
76
+ type: string
77
+ alwaysDisplayInConsole:
78
+ type: boolean
79
+ attributes:
80
+ additionalProperties:
81
+ type: string
82
+ type: object
83
+ authenticationFlowBindingOverrides:
84
+ additionalProperties:
85
+ type: string
86
+ type: object
87
+ authorizationServicesEnabled:
88
+ type: boolean
89
+ authorizationSettings:
90
+ properties:
91
+ allowRemoteResourceManagement:
92
+ type: boolean
93
+ clientId:
94
+ type: string
95
+ decisionStrategy:
96
+ enum:
97
+ - AFFIRMATIVE
98
+ - CONSENSUS
99
+ - UNANIMOUS
100
+ type: string
101
+ id:
102
+ type: string
103
+ name:
104
+ type: string
105
+ policies:
106
+ items:
107
+ properties:
108
+ config:
109
+ additionalProperties:
110
+ type: string
111
+ type: object
112
+ decisionStrategy:
113
+ enum:
114
+ - AFFIRMATIVE
115
+ - CONSENSUS
116
+ - UNANIMOUS
117
+ type: string
118
+ description:
119
+ type: string
120
+ id:
121
+ type: string
122
+ logic:
123
+ enum:
124
+ - NEGATIVE
125
+ - POSITIVE
126
+ type: string
127
+ name:
128
+ type: string
129
+ owner:
130
+ type: string
131
+ policies:
132
+ items:
133
+ type: string
134
+ type: array
135
+ resources:
136
+ items:
137
+ type: string
138
+ type: array
139
+ resourcesData:
140
+ items:
141
+ properties:
142
+ _id:
143
+ type: string
144
+ attributes:
145
+ additionalProperties:
146
+ items:
147
+ type: string
148
+ type: array
149
+ type: object
150
+ displayName:
151
+ type: string
152
+ icon_uri:
153
+ type: string
154
+ name:
155
+ type: string
156
+ owner:
157
+ properties:
158
+ id:
159
+ type: string
160
+ name:
161
+ type: string
162
+ type: object
163
+ ownerManagedAccess:
164
+ type: boolean
165
+ scopes:
166
+ items:
167
+ properties:
168
+ displayName:
169
+ type: string
170
+ iconUri:
171
+ type: string
172
+ id:
173
+ type: string
174
+ name:
175
+ type: string
176
+ type: object
177
+ type: array
178
+ type:
179
+ type: string
180
+ uris:
181
+ items:
182
+ type: string
183
+ type: array
184
+ type: object
185
+ type: array
186
+ scopes:
187
+ items:
188
+ type: string
189
+ type: array
190
+ scopesData:
191
+ items:
192
+ properties:
193
+ displayName:
194
+ type: string
195
+ iconUri:
196
+ type: string
197
+ id:
198
+ type: string
199
+ name:
200
+ type: string
201
+ type: object
202
+ type: array
203
+ type:
204
+ type: string
205
+ type: object
206
+ type: array
207
+ policyEnforcementMode:
208
+ enum:
209
+ - DISABLED
210
+ - ENFORCING
211
+ - PERMISSIVE
212
+ type: string
213
+ resources:
214
+ items:
215
+ properties:
216
+ _id:
217
+ type: string
218
+ attributes:
219
+ additionalProperties:
220
+ items:
221
+ type: string
222
+ type: array
223
+ type: object
224
+ displayName:
225
+ type: string
226
+ icon_uri:
227
+ type: string
228
+ name:
229
+ type: string
230
+ owner:
231
+ properties:
232
+ id:
233
+ type: string
234
+ name:
235
+ type: string
236
+ type: object
237
+ ownerManagedAccess:
238
+ type: boolean
239
+ scopes:
240
+ items:
241
+ properties:
242
+ displayName:
243
+ type: string
244
+ iconUri:
245
+ type: string
246
+ id:
247
+ type: string
248
+ name:
249
+ type: string
250
+ type: object
251
+ type: array
252
+ type:
253
+ type: string
254
+ uris:
255
+ items:
256
+ type: string
257
+ type: array
258
+ type: object
259
+ type: array
260
+ scopes:
261
+ items:
262
+ properties:
263
+ displayName:
264
+ type: string
265
+ iconUri:
266
+ type: string
267
+ id:
268
+ type: string
269
+ name:
270
+ type: string
271
+ type: object
272
+ type: array
273
+ type: object
274
+ baseUrl:
275
+ type: string
276
+ bearerOnly:
277
+ type: boolean
278
+ claims:
279
+ properties:
280
+ address:
281
+ type: boolean
282
+ email:
283
+ type: boolean
284
+ gender:
285
+ type: boolean
286
+ locale:
287
+ type: boolean
288
+ name:
289
+ type: boolean
290
+ phone:
291
+ type: boolean
292
+ picture:
293
+ type: boolean
294
+ profile:
295
+ type: boolean
296
+ username:
297
+ type: boolean
298
+ website:
299
+ type: boolean
300
+ type: object
301
+ clientAuthenticatorType:
302
+ type: string
303
+ clientId:
304
+ type: string
305
+ clientTemplate:
306
+ type: string
307
+ consentRequired:
308
+ type: boolean
309
+ defaultClientScopes:
310
+ items:
311
+ type: string
312
+ type: array
313
+ defaultRoles:
314
+ items:
315
+ type: string
316
+ type: array
317
+ description:
318
+ type: string
319
+ directAccessGrantsEnabled:
320
+ type: boolean
321
+ directGrantsOnly:
322
+ type: boolean
323
+ enabled:
324
+ type: boolean
325
+ frontchannelLogout:
326
+ type: boolean
327
+ fullScopeAllowed:
328
+ type: boolean
329
+ id:
330
+ type: string
331
+ implicitFlowEnabled:
332
+ type: boolean
333
+ name:
334
+ type: string
335
+ nodeReRegistrationTimeout:
336
+ type: integer
337
+ notBefore:
338
+ type: integer
339
+ optionalClientScopes:
340
+ items:
341
+ type: string
342
+ type: array
343
+ origin:
344
+ type: string
345
+ protocol:
346
+ type: string
347
+ protocolMappers:
348
+ items:
349
+ properties:
350
+ config:
351
+ additionalProperties:
352
+ type: string
353
+ type: object
354
+ consentRequired:
355
+ type: boolean
356
+ consentText:
357
+ type: string
358
+ id:
359
+ type: string
360
+ name:
361
+ type: string
362
+ protocol:
363
+ type: string
364
+ protocolMapper:
365
+ type: string
366
+ type: object
367
+ type: array
368
+ publicClient:
369
+ type: boolean
370
+ redirectUris:
371
+ items:
372
+ type: string
373
+ type: array
374
+ registeredNodes:
375
+ additionalProperties:
376
+ type: integer
377
+ type: object
378
+ registrationAccessToken:
379
+ type: string
380
+ rootUrl:
381
+ type: string
382
+ secret:
383
+ type: string
384
+ serviceAccountsEnabled:
385
+ type: boolean
386
+ standardFlowEnabled:
387
+ type: boolean
388
+ surrogateAuthRequired:
389
+ type: boolean
390
+ useTemplateConfig:
391
+ type: boolean
392
+ useTemplateMappers:
393
+ type: boolean
394
+ useTemplateScope:
395
+ type: boolean
396
+ webOrigins:
397
+ items:
398
+ type: string
399
+ type: array
400
+ type: object
401
+ type: array
402
+ attributes:
403
+ additionalProperties:
404
+ type: string
405
+ type: object
406
+ authenticationFlows:
407
+ items:
408
+ properties:
409
+ alias:
410
+ type: string
411
+ authenticationExecutions:
412
+ items:
413
+ properties:
414
+ authenticator:
415
+ type: string
416
+ authenticatorConfig:
417
+ type: string
418
+ authenticatorFlow:
419
+ type: boolean
420
+ autheticatorFlow:
421
+ type: boolean
422
+ flowAlias:
423
+ type: string
424
+ priority:
425
+ type: integer
426
+ requirement:
427
+ type: string
428
+ userSetupAllowed:
429
+ type: boolean
430
+ type: object
431
+ type: array
432
+ builtIn:
433
+ type: boolean
434
+ description:
435
+ type: string
436
+ id:
437
+ type: string
438
+ providerId:
439
+ type: string
440
+ topLevel:
441
+ type: boolean
442
+ type: object
443
+ type: array
444
+ authenticatorConfig:
445
+ items:
446
+ properties:
447
+ alias:
448
+ type: string
449
+ config:
450
+ additionalProperties:
451
+ type: string
452
+ type: object
453
+ id:
454
+ type: string
455
+ type: object
456
+ type: array
457
+ browserFlow:
458
+ type: string
459
+ browserSecurityHeaders:
460
+ additionalProperties:
461
+ type: string
462
+ type: object
463
+ bruteForceProtected:
464
+ type: boolean
465
+ certificate:
466
+ type: string
467
+ clientAuthenticationFlow:
468
+ type: string
469
+ clientOfflineSessionIdleTimeout:
470
+ type: integer
471
+ clientOfflineSessionMaxLifespan:
472
+ type: integer
473
+ clientPolicies:
474
+ x-kubernetes-preserve-unknown-fields: true
475
+ clientProfiles:
476
+ x-kubernetes-preserve-unknown-fields: true
477
+ clientScopeMappings:
478
+ additionalProperties:
479
+ items:
480
+ properties:
481
+ client:
482
+ type: string
483
+ clientScope:
484
+ type: string
485
+ clientTemplate:
486
+ type: string
487
+ roles:
488
+ items:
489
+ type: string
490
+ type: array
491
+ self:
492
+ type: string
493
+ type: object
494
+ type: array
495
+ type: object
496
+ clientScopes:
497
+ items:
498
+ properties:
499
+ attributes:
500
+ additionalProperties:
501
+ type: string
502
+ type: object
503
+ description:
504
+ type: string
505
+ id:
506
+ type: string
507
+ name:
508
+ type: string
509
+ protocol:
510
+ type: string
511
+ protocolMappers:
512
+ items:
513
+ properties:
514
+ config:
515
+ additionalProperties:
516
+ type: string
517
+ type: object
518
+ consentRequired:
519
+ type: boolean
520
+ consentText:
521
+ type: string
522
+ id:
523
+ type: string
524
+ name:
525
+ type: string
526
+ protocol:
527
+ type: string
528
+ protocolMapper:
529
+ type: string
530
+ type: object
531
+ type: array
532
+ type: object
533
+ type: array
534
+ clientSessionIdleTimeout:
535
+ type: integer
536
+ clientSessionMaxLifespan:
537
+ type: integer
538
+ clientTemplates:
539
+ items:
540
+ properties:
541
+ attributes:
542
+ additionalProperties:
543
+ type: string
544
+ type: object
545
+ bearerOnly:
546
+ type: boolean
547
+ consentRequired:
548
+ type: boolean
549
+ description:
550
+ type: string
551
+ directAccessGrantsEnabled:
552
+ type: boolean
553
+ frontchannelLogout:
554
+ type: boolean
555
+ fullScopeAllowed:
556
+ type: boolean
557
+ id:
558
+ type: string
559
+ implicitFlowEnabled:
560
+ type: boolean
561
+ name:
562
+ type: string
563
+ protocol:
564
+ type: string
565
+ protocolMappers:
566
+ items:
567
+ properties:
568
+ config:
569
+ additionalProperties:
570
+ type: string
571
+ type: object
572
+ consentRequired:
573
+ type: boolean
574
+ consentText:
575
+ type: string
576
+ id:
577
+ type: string
578
+ name:
579
+ type: string
580
+ protocol:
581
+ type: string
582
+ protocolMapper:
583
+ type: string
584
+ type: object
585
+ type: array
586
+ publicClient:
587
+ type: boolean
588
+ serviceAccountsEnabled:
589
+ type: boolean
590
+ standardFlowEnabled:
591
+ type: boolean
592
+ type: object
593
+ type: array
594
+ clients:
595
+ items:
596
+ properties:
597
+ access:
598
+ additionalProperties:
599
+ type: boolean
600
+ type: object
601
+ adminUrl:
602
+ type: string
603
+ alwaysDisplayInConsole:
604
+ type: boolean
605
+ attributes:
606
+ additionalProperties:
607
+ type: string
608
+ type: object
609
+ authenticationFlowBindingOverrides:
610
+ additionalProperties:
611
+ type: string
612
+ type: object
613
+ authorizationServicesEnabled:
614
+ type: boolean
615
+ authorizationSettings:
616
+ properties:
617
+ allowRemoteResourceManagement:
618
+ type: boolean
619
+ clientId:
620
+ type: string
621
+ decisionStrategy:
622
+ enum:
623
+ - AFFIRMATIVE
624
+ - CONSENSUS
625
+ - UNANIMOUS
626
+ type: string
627
+ id:
628
+ type: string
629
+ name:
630
+ type: string
631
+ policies:
632
+ items:
633
+ properties:
634
+ config:
635
+ additionalProperties:
636
+ type: string
637
+ type: object
638
+ decisionStrategy:
639
+ enum:
640
+ - AFFIRMATIVE
641
+ - CONSENSUS
642
+ - UNANIMOUS
643
+ type: string
644
+ description:
645
+ type: string
646
+ id:
647
+ type: string
648
+ logic:
649
+ enum:
650
+ - NEGATIVE
651
+ - POSITIVE
652
+ type: string
653
+ name:
654
+ type: string
655
+ owner:
656
+ type: string
657
+ policies:
658
+ items:
659
+ type: string
660
+ type: array
661
+ resources:
662
+ items:
663
+ type: string
664
+ type: array
665
+ resourcesData:
666
+ items:
667
+ properties:
668
+ _id:
669
+ type: string
670
+ attributes:
671
+ additionalProperties:
672
+ items:
673
+ type: string
674
+ type: array
675
+ type: object
676
+ displayName:
677
+ type: string
678
+ icon_uri:
679
+ type: string
680
+ name:
681
+ type: string
682
+ owner:
683
+ properties:
684
+ id:
685
+ type: string
686
+ name:
687
+ type: string
688
+ type: object
689
+ ownerManagedAccess:
690
+ type: boolean
691
+ scopes:
692
+ items:
693
+ properties:
694
+ displayName:
695
+ type: string
696
+ iconUri:
697
+ type: string
698
+ id:
699
+ type: string
700
+ name:
701
+ type: string
702
+ type: object
703
+ type: array
704
+ type:
705
+ type: string
706
+ uris:
707
+ items:
708
+ type: string
709
+ type: array
710
+ type: object
711
+ type: array
712
+ scopes:
713
+ items:
714
+ type: string
715
+ type: array
716
+ scopesData:
717
+ items:
718
+ properties:
719
+ displayName:
720
+ type: string
721
+ iconUri:
722
+ type: string
723
+ id:
724
+ type: string
725
+ name:
726
+ type: string
727
+ type: object
728
+ type: array
729
+ type:
730
+ type: string
731
+ type: object
732
+ type: array
733
+ policyEnforcementMode:
734
+ enum:
735
+ - DISABLED
736
+ - ENFORCING
737
+ - PERMISSIVE
738
+ type: string
739
+ resources:
740
+ items:
741
+ properties:
742
+ _id:
743
+ type: string
744
+ attributes:
745
+ additionalProperties:
746
+ items:
747
+ type: string
748
+ type: array
749
+ type: object
750
+ displayName:
751
+ type: string
752
+ icon_uri:
753
+ type: string
754
+ name:
755
+ type: string
756
+ owner:
757
+ properties:
758
+ id:
759
+ type: string
760
+ name:
761
+ type: string
762
+ type: object
763
+ ownerManagedAccess:
764
+ type: boolean
765
+ scopes:
766
+ items:
767
+ properties:
768
+ displayName:
769
+ type: string
770
+ iconUri:
771
+ type: string
772
+ id:
773
+ type: string
774
+ name:
775
+ type: string
776
+ type: object
777
+ type: array
778
+ type:
779
+ type: string
780
+ uris:
781
+ items:
782
+ type: string
783
+ type: array
784
+ type: object
785
+ type: array
786
+ scopes:
787
+ items:
788
+ properties:
789
+ displayName:
790
+ type: string
791
+ iconUri:
792
+ type: string
793
+ id:
794
+ type: string
795
+ name:
796
+ type: string
797
+ type: object
798
+ type: array
799
+ type: object
800
+ baseUrl:
801
+ type: string
802
+ bearerOnly:
803
+ type: boolean
804
+ clientAuthenticatorType:
805
+ type: string
806
+ clientId:
807
+ type: string
808
+ clientTemplate:
809
+ type: string
810
+ consentRequired:
811
+ type: boolean
812
+ defaultClientScopes:
813
+ items:
814
+ type: string
815
+ type: array
816
+ defaultRoles:
817
+ items:
818
+ type: string
819
+ type: array
820
+ description:
821
+ type: string
822
+ directAccessGrantsEnabled:
823
+ type: boolean
824
+ directGrantsOnly:
825
+ type: boolean
826
+ enabled:
827
+ type: boolean
828
+ frontchannelLogout:
829
+ type: boolean
830
+ fullScopeAllowed:
831
+ type: boolean
832
+ id:
833
+ type: string
834
+ implicitFlowEnabled:
835
+ type: boolean
836
+ name:
837
+ type: string
838
+ nodeReRegistrationTimeout:
839
+ type: integer
840
+ notBefore:
841
+ type: integer
842
+ optionalClientScopes:
843
+ items:
844
+ type: string
845
+ type: array
846
+ origin:
847
+ type: string
848
+ protocol:
849
+ type: string
850
+ protocolMappers:
851
+ items:
852
+ properties:
853
+ config:
854
+ additionalProperties:
855
+ type: string
856
+ type: object
857
+ consentRequired:
858
+ type: boolean
859
+ consentText:
860
+ type: string
861
+ id:
862
+ type: string
863
+ name:
864
+ type: string
865
+ protocol:
866
+ type: string
867
+ protocolMapper:
868
+ type: string
869
+ type: object
870
+ type: array
871
+ publicClient:
872
+ type: boolean
873
+ redirectUris:
874
+ items:
875
+ type: string
876
+ type: array
877
+ registeredNodes:
878
+ additionalProperties:
879
+ type: integer
880
+ type: object
881
+ registrationAccessToken:
882
+ type: string
883
+ rootUrl:
884
+ type: string
885
+ secret:
886
+ type: string
887
+ serviceAccountsEnabled:
888
+ type: boolean
889
+ standardFlowEnabled:
890
+ type: boolean
891
+ surrogateAuthRequired:
892
+ type: boolean
893
+ useTemplateConfig:
894
+ type: boolean
895
+ useTemplateMappers:
896
+ type: boolean
897
+ useTemplateScope:
898
+ type: boolean
899
+ webOrigins:
900
+ items:
901
+ type: string
902
+ type: array
903
+ type: object
904
+ type: array
905
+ codeSecret:
906
+ type: string
907
+ components:
908
+ additionalProperties:
909
+ items:
910
+ properties:
911
+ config:
912
+ additionalProperties:
913
+ items:
914
+ type: string
915
+ type: array
916
+ type: object
917
+ id:
918
+ type: string
919
+ name:
920
+ type: string
921
+ providerId:
922
+ type: string
923
+ subComponents:
924
+ additionalProperties:
925
+ items:
926
+ properties:
927
+ config:
928
+ additionalProperties:
929
+ items:
930
+ type: string
931
+ type: array
932
+ type: object
933
+ id:
934
+ type: string
935
+ name:
936
+ type: string
937
+ providerId:
938
+ type: string
939
+ subComponents:
940
+ additionalProperties:
941
+ items:
942
+ properties:
943
+ config:
944
+ additionalProperties:
945
+ items:
946
+ type: string
947
+ type: array
948
+ type: object
949
+ id:
950
+ type: string
951
+ name:
952
+ type: string
953
+ providerId:
954
+ type: string
955
+ subComponents:
956
+ additionalProperties:
957
+ items:
958
+ properties:
959
+ config:
960
+ additionalProperties:
961
+ items:
962
+ type: string
963
+ type: array
964
+ type: object
965
+ id:
966
+ type: string
967
+ name:
968
+ type: string
969
+ providerId:
970
+ type: string
971
+ subComponents:
972
+ additionalProperties:
973
+ items:
974
+ properties:
975
+ config:
976
+ additionalProperties:
977
+ items:
978
+ type: string
979
+ type: array
980
+ type: object
981
+ id:
982
+ type: string
983
+ name:
984
+ type: string
985
+ providerId:
986
+ type: string
987
+ subComponents:
988
+ additionalProperties:
989
+ items:
990
+ properties:
991
+ config:
992
+ additionalProperties:
993
+ items:
994
+ type: string
995
+ type: array
996
+ type: object
997
+ id:
998
+ type: string
999
+ name:
1000
+ type: string
1001
+ providerId:
1002
+ type: string
1003
+ subComponents:
1004
+ additionalProperties:
1005
+ items:
1006
+ properties:
1007
+ config:
1008
+ additionalProperties:
1009
+ items:
1010
+ type: string
1011
+ type: array
1012
+ type: object
1013
+ id:
1014
+ type: string
1015
+ name:
1016
+ type: string
1017
+ providerId:
1018
+ type: string
1019
+ subComponents:
1020
+ additionalProperties:
1021
+ items:
1022
+ properties:
1023
+ config:
1024
+ additionalProperties:
1025
+ items:
1026
+ type: string
1027
+ type: array
1028
+ type: object
1029
+ id:
1030
+ type: string
1031
+ name:
1032
+ type: string
1033
+ providerId:
1034
+ type: string
1035
+ subComponents:
1036
+ additionalProperties:
1037
+ items:
1038
+ properties:
1039
+ config:
1040
+ additionalProperties:
1041
+ items:
1042
+ type: string
1043
+ type: array
1044
+ type: object
1045
+ id:
1046
+ type: string
1047
+ name:
1048
+ type: string
1049
+ providerId:
1050
+ type: string
1051
+ subComponents:
1052
+ additionalProperties:
1053
+ items:
1054
+ properties:
1055
+ config:
1056
+ additionalProperties:
1057
+ items:
1058
+ type: string
1059
+ type: array
1060
+ type: object
1061
+ id:
1062
+ type: string
1063
+ name:
1064
+ type: string
1065
+ providerId:
1066
+ type: string
1067
+ subComponents:
1068
+ additionalProperties:
1069
+ items:
1070
+ properties:
1071
+ config:
1072
+ additionalProperties:
1073
+ items:
1074
+ type: string
1075
+ type: array
1076
+ type: object
1077
+ id:
1078
+ type: string
1079
+ name:
1080
+ type: string
1081
+ providerId:
1082
+ type: string
1083
+ subType:
1084
+ type: string
1085
+ type: object
1086
+ type: array
1087
+ type: object
1088
+ subType:
1089
+ type: string
1090
+ type: object
1091
+ type: array
1092
+ type: object
1093
+ subType:
1094
+ type: string
1095
+ type: object
1096
+ type: array
1097
+ type: object
1098
+ subType:
1099
+ type: string
1100
+ type: object
1101
+ type: array
1102
+ type: object
1103
+ subType:
1104
+ type: string
1105
+ type: object
1106
+ type: array
1107
+ type: object
1108
+ subType:
1109
+ type: string
1110
+ type: object
1111
+ type: array
1112
+ type: object
1113
+ subType:
1114
+ type: string
1115
+ type: object
1116
+ type: array
1117
+ type: object
1118
+ subType:
1119
+ type: string
1120
+ type: object
1121
+ type: array
1122
+ type: object
1123
+ subType:
1124
+ type: string
1125
+ type: object
1126
+ type: array
1127
+ type: object
1128
+ subType:
1129
+ type: string
1130
+ type: object
1131
+ type: array
1132
+ type: object
1133
+ subType:
1134
+ type: string
1135
+ type: object
1136
+ type: array
1137
+ type: object
1138
+ defaultDefaultClientScopes:
1139
+ items:
1140
+ type: string
1141
+ type: array
1142
+ defaultGroups:
1143
+ items:
1144
+ type: string
1145
+ type: array
1146
+ defaultLocale:
1147
+ type: string
1148
+ defaultOptionalClientScopes:
1149
+ items:
1150
+ type: string
1151
+ type: array
1152
+ defaultRole:
1153
+ properties:
1154
+ attributes:
1155
+ additionalProperties:
1156
+ items:
1157
+ type: string
1158
+ type: array
1159
+ type: object
1160
+ clientRole:
1161
+ type: boolean
1162
+ composite:
1163
+ type: boolean
1164
+ composites:
1165
+ properties:
1166
+ application:
1167
+ additionalProperties:
1168
+ items:
1169
+ type: string
1170
+ type: array
1171
+ type: object
1172
+ client:
1173
+ additionalProperties:
1174
+ items:
1175
+ type: string
1176
+ type: array
1177
+ type: object
1178
+ realm:
1179
+ items:
1180
+ type: string
1181
+ type: array
1182
+ type: object
1183
+ containerId:
1184
+ type: string
1185
+ description:
1186
+ type: string
1187
+ id:
1188
+ type: string
1189
+ name:
1190
+ type: string
1191
+ scopeParamRequired:
1192
+ type: boolean
1193
+ type: object
1194
+ defaultRoles:
1195
+ items:
1196
+ type: string
1197
+ type: array
1198
+ defaultSignatureAlgorithm:
1199
+ type: string
1200
+ directGrantFlow:
1201
+ type: string
1202
+ displayName:
1203
+ type: string
1204
+ displayNameHtml:
1205
+ type: string
1206
+ dockerAuthenticationFlow:
1207
+ type: string
1208
+ duplicateEmailsAllowed:
1209
+ type: boolean
1210
+ editUsernameAllowed:
1211
+ type: boolean
1212
+ emailTheme:
1213
+ type: string
1214
+ enabled:
1215
+ type: boolean
1216
+ enabledEventTypes:
1217
+ items:
1218
+ type: string
1219
+ type: array
1220
+ eventsEnabled:
1221
+ type: boolean
1222
+ eventsExpiration:
1223
+ type: integer
1224
+ eventsListeners:
1225
+ items:
1226
+ type: string
1227
+ type: array
1228
+ failureFactor:
1229
+ type: integer
1230
+ federatedUsers:
1231
+ items:
1232
+ properties:
1233
+ access:
1234
+ additionalProperties:
1235
+ type: boolean
1236
+ type: object
1237
+ applicationRoles:
1238
+ additionalProperties:
1239
+ items:
1240
+ type: string
1241
+ type: array
1242
+ type: object
1243
+ attributes:
1244
+ additionalProperties:
1245
+ items:
1246
+ type: string
1247
+ type: array
1248
+ type: object
1249
+ clientConsents:
1250
+ items:
1251
+ properties:
1252
+ clientId:
1253
+ type: string
1254
+ createdDate:
1255
+ type: integer
1256
+ grantedClientScopes:
1257
+ items:
1258
+ type: string
1259
+ type: array
1260
+ grantedRealmRoles:
1261
+ items:
1262
+ type: string
1263
+ type: array
1264
+ lastUpdatedDate:
1265
+ type: integer
1266
+ type: object
1267
+ type: array
1268
+ clientRoles:
1269
+ additionalProperties:
1270
+ items:
1271
+ type: string
1272
+ type: array
1273
+ type: object
1274
+ createdTimestamp:
1275
+ type: integer
1276
+ credentials:
1277
+ items:
1278
+ properties:
1279
+ algorithm:
1280
+ type: string
1281
+ config:
1282
+ additionalProperties:
1283
+ items:
1284
+ type: string
1285
+ type: array
1286
+ type: object
1287
+ counter:
1288
+ type: integer
1289
+ createdDate:
1290
+ type: integer
1291
+ credentialData:
1292
+ type: string
1293
+ device:
1294
+ type: string
1295
+ digits:
1296
+ type: integer
1297
+ hashIterations:
1298
+ type: integer
1299
+ hashedSaltedValue:
1300
+ type: string
1301
+ id:
1302
+ type: string
1303
+ period:
1304
+ type: integer
1305
+ priority:
1306
+ type: integer
1307
+ salt:
1308
+ type: string
1309
+ secretData:
1310
+ type: string
1311
+ temporary:
1312
+ type: boolean
1313
+ type:
1314
+ type: string
1315
+ userLabel:
1316
+ type: string
1317
+ value:
1318
+ type: string
1319
+ type: object
1320
+ type: array
1321
+ disableableCredentialTypes:
1322
+ items:
1323
+ type: string
1324
+ type: array
1325
+ email:
1326
+ type: string
1327
+ emailVerified:
1328
+ type: boolean
1329
+ enabled:
1330
+ type: boolean
1331
+ federatedIdentities:
1332
+ items:
1333
+ properties:
1334
+ identityProvider:
1335
+ type: string
1336
+ userId:
1337
+ type: string
1338
+ userName:
1339
+ type: string
1340
+ type: object
1341
+ type: array
1342
+ federationLink:
1343
+ type: string
1344
+ firstName:
1345
+ type: string
1346
+ groups:
1347
+ items:
1348
+ type: string
1349
+ type: array
1350
+ id:
1351
+ type: string
1352
+ lastName:
1353
+ type: string
1354
+ notBefore:
1355
+ type: integer
1356
+ origin:
1357
+ type: string
1358
+ realmRoles:
1359
+ items:
1360
+ type: string
1361
+ type: array
1362
+ requiredActions:
1363
+ items:
1364
+ type: string
1365
+ type: array
1366
+ self:
1367
+ type: string
1368
+ serviceAccountClientId:
1369
+ type: string
1370
+ socialLinks:
1371
+ items:
1372
+ properties:
1373
+ socialProvider:
1374
+ type: string
1375
+ socialUserId:
1376
+ type: string
1377
+ socialUsername:
1378
+ type: string
1379
+ type: object
1380
+ type: array
1381
+ totp:
1382
+ type: boolean
1383
+ userProfileMetadata:
1384
+ properties:
1385
+ attributes:
1386
+ items:
1387
+ properties:
1388
+ annotations:
1389
+ additionalProperties:
1390
+ type: object
1391
+ type: object
1392
+ displayName:
1393
+ type: string
1394
+ group:
1395
+ type: string
1396
+ multivalued:
1397
+ type: boolean
1398
+ name:
1399
+ type: string
1400
+ readOnly:
1401
+ type: boolean
1402
+ required:
1403
+ type: boolean
1404
+ validators:
1405
+ additionalProperties:
1406
+ additionalProperties:
1407
+ type: object
1408
+ type: object
1409
+ type: object
1410
+ type: object
1411
+ type: array
1412
+ groups:
1413
+ items:
1414
+ properties:
1415
+ annotations:
1416
+ additionalProperties:
1417
+ type: object
1418
+ type: object
1419
+ displayDescription:
1420
+ type: string
1421
+ displayHeader:
1422
+ type: string
1423
+ name:
1424
+ type: string
1425
+ type: object
1426
+ type: array
1427
+ type: object
1428
+ username:
1429
+ type: string
1430
+ type: object
1431
+ type: array
1432
+ firstBrokerLoginFlow:
1433
+ type: string
1434
+ groups:
1435
+ items:
1436
+ properties:
1437
+ access:
1438
+ additionalProperties:
1439
+ type: boolean
1440
+ type: object
1441
+ attributes:
1442
+ additionalProperties:
1443
+ items:
1444
+ type: string
1445
+ type: array
1446
+ type: object
1447
+ clientRoles:
1448
+ additionalProperties:
1449
+ items:
1450
+ type: string
1451
+ type: array
1452
+ type: object
1453
+ id:
1454
+ type: string
1455
+ name:
1456
+ type: string
1457
+ parentId:
1458
+ type: string
1459
+ path:
1460
+ type: string
1461
+ realmRoles:
1462
+ items:
1463
+ type: string
1464
+ type: array
1465
+ subGroupCount:
1466
+ type: integer
1467
+ subGroups:
1468
+ items:
1469
+ properties:
1470
+ access:
1471
+ additionalProperties:
1472
+ type: boolean
1473
+ type: object
1474
+ attributes:
1475
+ additionalProperties:
1476
+ items:
1477
+ type: string
1478
+ type: array
1479
+ type: object
1480
+ clientRoles:
1481
+ additionalProperties:
1482
+ items:
1483
+ type: string
1484
+ type: array
1485
+ type: object
1486
+ id:
1487
+ type: string
1488
+ name:
1489
+ type: string
1490
+ parentId:
1491
+ type: string
1492
+ path:
1493
+ type: string
1494
+ realmRoles:
1495
+ items:
1496
+ type: string
1497
+ type: array
1498
+ subGroupCount:
1499
+ type: integer
1500
+ subGroups:
1501
+ items:
1502
+ properties:
1503
+ access:
1504
+ additionalProperties:
1505
+ type: boolean
1506
+ type: object
1507
+ attributes:
1508
+ additionalProperties:
1509
+ items:
1510
+ type: string
1511
+ type: array
1512
+ type: object
1513
+ clientRoles:
1514
+ additionalProperties:
1515
+ items:
1516
+ type: string
1517
+ type: array
1518
+ type: object
1519
+ id:
1520
+ type: string
1521
+ name:
1522
+ type: string
1523
+ parentId:
1524
+ type: string
1525
+ path:
1526
+ type: string
1527
+ realmRoles:
1528
+ items:
1529
+ type: string
1530
+ type: array
1531
+ subGroupCount:
1532
+ type: integer
1533
+ subGroups:
1534
+ items:
1535
+ properties:
1536
+ access:
1537
+ additionalProperties:
1538
+ type: boolean
1539
+ type: object
1540
+ attributes:
1541
+ additionalProperties:
1542
+ items:
1543
+ type: string
1544
+ type: array
1545
+ type: object
1546
+ clientRoles:
1547
+ additionalProperties:
1548
+ items:
1549
+ type: string
1550
+ type: array
1551
+ type: object
1552
+ id:
1553
+ type: string
1554
+ name:
1555
+ type: string
1556
+ parentId:
1557
+ type: string
1558
+ path:
1559
+ type: string
1560
+ realmRoles:
1561
+ items:
1562
+ type: string
1563
+ type: array
1564
+ subGroupCount:
1565
+ type: integer
1566
+ subGroups:
1567
+ items:
1568
+ properties:
1569
+ access:
1570
+ additionalProperties:
1571
+ type: boolean
1572
+ type: object
1573
+ attributes:
1574
+ additionalProperties:
1575
+ items:
1576
+ type: string
1577
+ type: array
1578
+ type: object
1579
+ clientRoles:
1580
+ additionalProperties:
1581
+ items:
1582
+ type: string
1583
+ type: array
1584
+ type: object
1585
+ id:
1586
+ type: string
1587
+ name:
1588
+ type: string
1589
+ parentId:
1590
+ type: string
1591
+ path:
1592
+ type: string
1593
+ realmRoles:
1594
+ items:
1595
+ type: string
1596
+ type: array
1597
+ subGroupCount:
1598
+ type: integer
1599
+ subGroups:
1600
+ items:
1601
+ properties:
1602
+ access:
1603
+ additionalProperties:
1604
+ type: boolean
1605
+ type: object
1606
+ attributes:
1607
+ additionalProperties:
1608
+ items:
1609
+ type: string
1610
+ type: array
1611
+ type: object
1612
+ clientRoles:
1613
+ additionalProperties:
1614
+ items:
1615
+ type: string
1616
+ type: array
1617
+ type: object
1618
+ id:
1619
+ type: string
1620
+ name:
1621
+ type: string
1622
+ parentId:
1623
+ type: string
1624
+ path:
1625
+ type: string
1626
+ realmRoles:
1627
+ items:
1628
+ type: string
1629
+ type: array
1630
+ subGroupCount:
1631
+ type: integer
1632
+ subGroups:
1633
+ items:
1634
+ properties:
1635
+ access:
1636
+ additionalProperties:
1637
+ type: boolean
1638
+ type: object
1639
+ attributes:
1640
+ additionalProperties:
1641
+ items:
1642
+ type: string
1643
+ type: array
1644
+ type: object
1645
+ clientRoles:
1646
+ additionalProperties:
1647
+ items:
1648
+ type: string
1649
+ type: array
1650
+ type: object
1651
+ id:
1652
+ type: string
1653
+ name:
1654
+ type: string
1655
+ parentId:
1656
+ type: string
1657
+ path:
1658
+ type: string
1659
+ realmRoles:
1660
+ items:
1661
+ type: string
1662
+ type: array
1663
+ subGroupCount:
1664
+ type: integer
1665
+ subGroups:
1666
+ items:
1667
+ properties:
1668
+ access:
1669
+ additionalProperties:
1670
+ type: boolean
1671
+ type: object
1672
+ attributes:
1673
+ additionalProperties:
1674
+ items:
1675
+ type: string
1676
+ type: array
1677
+ type: object
1678
+ clientRoles:
1679
+ additionalProperties:
1680
+ items:
1681
+ type: string
1682
+ type: array
1683
+ type: object
1684
+ id:
1685
+ type: string
1686
+ name:
1687
+ type: string
1688
+ parentId:
1689
+ type: string
1690
+ path:
1691
+ type: string
1692
+ realmRoles:
1693
+ items:
1694
+ type: string
1695
+ type: array
1696
+ subGroupCount:
1697
+ type: integer
1698
+ subGroups:
1699
+ items:
1700
+ properties:
1701
+ access:
1702
+ additionalProperties:
1703
+ type: boolean
1704
+ type: object
1705
+ attributes:
1706
+ additionalProperties:
1707
+ items:
1708
+ type: string
1709
+ type: array
1710
+ type: object
1711
+ clientRoles:
1712
+ additionalProperties:
1713
+ items:
1714
+ type: string
1715
+ type: array
1716
+ type: object
1717
+ id:
1718
+ type: string
1719
+ name:
1720
+ type: string
1721
+ parentId:
1722
+ type: string
1723
+ path:
1724
+ type: string
1725
+ realmRoles:
1726
+ items:
1727
+ type: string
1728
+ type: array
1729
+ subGroupCount:
1730
+ type: integer
1731
+ subGroups:
1732
+ items:
1733
+ properties:
1734
+ access:
1735
+ additionalProperties:
1736
+ type: boolean
1737
+ type: object
1738
+ attributes:
1739
+ additionalProperties:
1740
+ items:
1741
+ type: string
1742
+ type: array
1743
+ type: object
1744
+ clientRoles:
1745
+ additionalProperties:
1746
+ items:
1747
+ type: string
1748
+ type: array
1749
+ type: object
1750
+ id:
1751
+ type: string
1752
+ name:
1753
+ type: string
1754
+ parentId:
1755
+ type: string
1756
+ path:
1757
+ type: string
1758
+ realmRoles:
1759
+ items:
1760
+ type: string
1761
+ type: array
1762
+ subGroupCount:
1763
+ type: integer
1764
+ subGroups:
1765
+ items:
1766
+ properties:
1767
+ access:
1768
+ additionalProperties:
1769
+ type: boolean
1770
+ type: object
1771
+ attributes:
1772
+ additionalProperties:
1773
+ items:
1774
+ type: string
1775
+ type: array
1776
+ type: object
1777
+ clientRoles:
1778
+ additionalProperties:
1779
+ items:
1780
+ type: string
1781
+ type: array
1782
+ type: object
1783
+ id:
1784
+ type: string
1785
+ name:
1786
+ type: string
1787
+ parentId:
1788
+ type: string
1789
+ path:
1790
+ type: string
1791
+ realmRoles:
1792
+ items:
1793
+ type: string
1794
+ type: array
1795
+ subGroupCount:
1796
+ type: integer
1797
+ type: object
1798
+ type: array
1799
+ type: object
1800
+ type: array
1801
+ type: object
1802
+ type: array
1803
+ type: object
1804
+ type: array
1805
+ type: object
1806
+ type: array
1807
+ type: object
1808
+ type: array
1809
+ type: object
1810
+ type: array
1811
+ type: object
1812
+ type: array
1813
+ type: object
1814
+ type: array
1815
+ type: object
1816
+ type: array
1817
+ type: object
1818
+ type: array
1819
+ id:
1820
+ type: string
1821
+ identityProviderMappers:
1822
+ items:
1823
+ properties:
1824
+ config:
1825
+ additionalProperties:
1826
+ type: string
1827
+ type: object
1828
+ id:
1829
+ type: string
1830
+ identityProviderAlias:
1831
+ type: string
1832
+ identityProviderMapper:
1833
+ type: string
1834
+ name:
1835
+ type: string
1836
+ type: object
1837
+ type: array
1838
+ identityProviders:
1839
+ items:
1840
+ properties:
1841
+ addReadTokenRoleOnCreate:
1842
+ type: boolean
1843
+ alias:
1844
+ type: string
1845
+ authenticateByDefault:
1846
+ type: boolean
1847
+ config:
1848
+ additionalProperties:
1849
+ type: string
1850
+ type: object
1851
+ displayName:
1852
+ type: string
1853
+ enabled:
1854
+ type: boolean
1855
+ firstBrokerLoginFlowAlias:
1856
+ type: string
1857
+ internalId:
1858
+ type: string
1859
+ linkOnly:
1860
+ type: boolean
1861
+ postBrokerLoginFlowAlias:
1862
+ type: string
1863
+ providerId:
1864
+ type: string
1865
+ storeToken:
1866
+ type: boolean
1867
+ trustEmail:
1868
+ type: boolean
1869
+ updateProfileFirstLoginMode:
1870
+ type: string
1871
+ type: object
1872
+ type: array
1873
+ internationalizationEnabled:
1874
+ type: boolean
1875
+ keycloakVersion:
1876
+ type: string
1877
+ localizationTexts:
1878
+ additionalProperties:
1879
+ additionalProperties:
1880
+ type: string
1881
+ type: object
1882
+ type: object
1883
+ loginTheme:
1884
+ type: string
1885
+ loginWithEmailAllowed:
1886
+ type: boolean
1887
+ maxDeltaTimeSeconds:
1888
+ type: integer
1889
+ maxFailureWaitSeconds:
1890
+ type: integer
1891
+ maxTemporaryLockouts:
1892
+ type: integer
1893
+ minimumQuickLoginWaitSeconds:
1894
+ type: integer
1895
+ notBefore:
1896
+ type: integer
1897
+ oauth2DeviceCodeLifespan:
1898
+ type: integer
1899
+ oauth2DevicePollingInterval:
1900
+ type: integer
1901
+ oauthClients:
1902
+ items:
1903
+ properties:
1904
+ access:
1905
+ additionalProperties:
1906
+ type: boolean
1907
+ type: object
1908
+ adminUrl:
1909
+ type: string
1910
+ alwaysDisplayInConsole:
1911
+ type: boolean
1912
+ attributes:
1913
+ additionalProperties:
1914
+ type: string
1915
+ type: object
1916
+ authenticationFlowBindingOverrides:
1917
+ additionalProperties:
1918
+ type: string
1919
+ type: object
1920
+ authorizationServicesEnabled:
1921
+ type: boolean
1922
+ authorizationSettings:
1923
+ properties:
1924
+ allowRemoteResourceManagement:
1925
+ type: boolean
1926
+ clientId:
1927
+ type: string
1928
+ decisionStrategy:
1929
+ enum:
1930
+ - AFFIRMATIVE
1931
+ - CONSENSUS
1932
+ - UNANIMOUS
1933
+ type: string
1934
+ id:
1935
+ type: string
1936
+ name:
1937
+ type: string
1938
+ policies:
1939
+ items:
1940
+ properties:
1941
+ config:
1942
+ additionalProperties:
1943
+ type: string
1944
+ type: object
1945
+ decisionStrategy:
1946
+ enum:
1947
+ - AFFIRMATIVE
1948
+ - CONSENSUS
1949
+ - UNANIMOUS
1950
+ type: string
1951
+ description:
1952
+ type: string
1953
+ id:
1954
+ type: string
1955
+ logic:
1956
+ enum:
1957
+ - NEGATIVE
1958
+ - POSITIVE
1959
+ type: string
1960
+ name:
1961
+ type: string
1962
+ owner:
1963
+ type: string
1964
+ policies:
1965
+ items:
1966
+ type: string
1967
+ type: array
1968
+ resources:
1969
+ items:
1970
+ type: string
1971
+ type: array
1972
+ resourcesData:
1973
+ items:
1974
+ properties:
1975
+ _id:
1976
+ type: string
1977
+ attributes:
1978
+ additionalProperties:
1979
+ items:
1980
+ type: string
1981
+ type: array
1982
+ type: object
1983
+ displayName:
1984
+ type: string
1985
+ icon_uri:
1986
+ type: string
1987
+ name:
1988
+ type: string
1989
+ owner:
1990
+ properties:
1991
+ id:
1992
+ type: string
1993
+ name:
1994
+ type: string
1995
+ type: object
1996
+ ownerManagedAccess:
1997
+ type: boolean
1998
+ scopes:
1999
+ items:
2000
+ properties:
2001
+ displayName:
2002
+ type: string
2003
+ iconUri:
2004
+ type: string
2005
+ id:
2006
+ type: string
2007
+ name:
2008
+ type: string
2009
+ type: object
2010
+ type: array
2011
+ type:
2012
+ type: string
2013
+ uris:
2014
+ items:
2015
+ type: string
2016
+ type: array
2017
+ type: object
2018
+ type: array
2019
+ scopes:
2020
+ items:
2021
+ type: string
2022
+ type: array
2023
+ scopesData:
2024
+ items:
2025
+ properties:
2026
+ displayName:
2027
+ type: string
2028
+ iconUri:
2029
+ type: string
2030
+ id:
2031
+ type: string
2032
+ name:
2033
+ type: string
2034
+ type: object
2035
+ type: array
2036
+ type:
2037
+ type: string
2038
+ type: object
2039
+ type: array
2040
+ policyEnforcementMode:
2041
+ enum:
2042
+ - DISABLED
2043
+ - ENFORCING
2044
+ - PERMISSIVE
2045
+ type: string
2046
+ resources:
2047
+ items:
2048
+ properties:
2049
+ _id:
2050
+ type: string
2051
+ attributes:
2052
+ additionalProperties:
2053
+ items:
2054
+ type: string
2055
+ type: array
2056
+ type: object
2057
+ displayName:
2058
+ type: string
2059
+ icon_uri:
2060
+ type: string
2061
+ name:
2062
+ type: string
2063
+ owner:
2064
+ properties:
2065
+ id:
2066
+ type: string
2067
+ name:
2068
+ type: string
2069
+ type: object
2070
+ ownerManagedAccess:
2071
+ type: boolean
2072
+ scopes:
2073
+ items:
2074
+ properties:
2075
+ displayName:
2076
+ type: string
2077
+ iconUri:
2078
+ type: string
2079
+ id:
2080
+ type: string
2081
+ name:
2082
+ type: string
2083
+ type: object
2084
+ type: array
2085
+ type:
2086
+ type: string
2087
+ uris:
2088
+ items:
2089
+ type: string
2090
+ type: array
2091
+ type: object
2092
+ type: array
2093
+ scopes:
2094
+ items:
2095
+ properties:
2096
+ displayName:
2097
+ type: string
2098
+ iconUri:
2099
+ type: string
2100
+ id:
2101
+ type: string
2102
+ name:
2103
+ type: string
2104
+ type: object
2105
+ type: array
2106
+ type: object
2107
+ baseUrl:
2108
+ type: string
2109
+ bearerOnly:
2110
+ type: boolean
2111
+ claims:
2112
+ properties:
2113
+ address:
2114
+ type: boolean
2115
+ email:
2116
+ type: boolean
2117
+ gender:
2118
+ type: boolean
2119
+ locale:
2120
+ type: boolean
2121
+ name:
2122
+ type: boolean
2123
+ phone:
2124
+ type: boolean
2125
+ picture:
2126
+ type: boolean
2127
+ profile:
2128
+ type: boolean
2129
+ username:
2130
+ type: boolean
2131
+ website:
2132
+ type: boolean
2133
+ type: object
2134
+ clientAuthenticatorType:
2135
+ type: string
2136
+ clientId:
2137
+ type: string
2138
+ clientTemplate:
2139
+ type: string
2140
+ consentRequired:
2141
+ type: boolean
2142
+ defaultClientScopes:
2143
+ items:
2144
+ type: string
2145
+ type: array
2146
+ defaultRoles:
2147
+ items:
2148
+ type: string
2149
+ type: array
2150
+ description:
2151
+ type: string
2152
+ directAccessGrantsEnabled:
2153
+ type: boolean
2154
+ directGrantsOnly:
2155
+ type: boolean
2156
+ enabled:
2157
+ type: boolean
2158
+ frontchannelLogout:
2159
+ type: boolean
2160
+ fullScopeAllowed:
2161
+ type: boolean
2162
+ id:
2163
+ type: string
2164
+ implicitFlowEnabled:
2165
+ type: boolean
2166
+ name:
2167
+ type: string
2168
+ nodeReRegistrationTimeout:
2169
+ type: integer
2170
+ notBefore:
2171
+ type: integer
2172
+ optionalClientScopes:
2173
+ items:
2174
+ type: string
2175
+ type: array
2176
+ origin:
2177
+ type: string
2178
+ protocol:
2179
+ type: string
2180
+ protocolMappers:
2181
+ items:
2182
+ properties:
2183
+ config:
2184
+ additionalProperties:
2185
+ type: string
2186
+ type: object
2187
+ consentRequired:
2188
+ type: boolean
2189
+ consentText:
2190
+ type: string
2191
+ id:
2192
+ type: string
2193
+ name:
2194
+ type: string
2195
+ protocol:
2196
+ type: string
2197
+ protocolMapper:
2198
+ type: string
2199
+ type: object
2200
+ type: array
2201
+ publicClient:
2202
+ type: boolean
2203
+ redirectUris:
2204
+ items:
2205
+ type: string
2206
+ type: array
2207
+ registeredNodes:
2208
+ additionalProperties:
2209
+ type: integer
2210
+ type: object
2211
+ registrationAccessToken:
2212
+ type: string
2213
+ rootUrl:
2214
+ type: string
2215
+ secret:
2216
+ type: string
2217
+ serviceAccountsEnabled:
2218
+ type: boolean
2219
+ standardFlowEnabled:
2220
+ type: boolean
2221
+ surrogateAuthRequired:
2222
+ type: boolean
2223
+ useTemplateConfig:
2224
+ type: boolean
2225
+ useTemplateMappers:
2226
+ type: boolean
2227
+ useTemplateScope:
2228
+ type: boolean
2229
+ webOrigins:
2230
+ items:
2231
+ type: string
2232
+ type: array
2233
+ type: object
2234
+ type: array
2235
+ offlineSessionIdleTimeout:
2236
+ type: integer
2237
+ offlineSessionMaxLifespan:
2238
+ type: integer
2239
+ offlineSessionMaxLifespanEnabled:
2240
+ type: boolean
2241
+ otpPolicyAlgorithm:
2242
+ type: string
2243
+ otpPolicyCodeReusable:
2244
+ type: boolean
2245
+ otpPolicyDigits:
2246
+ type: integer
2247
+ otpPolicyInitialCounter:
2248
+ type: integer
2249
+ otpPolicyLookAheadWindow:
2250
+ type: integer
2251
+ otpPolicyPeriod:
2252
+ type: integer
2253
+ otpPolicyType:
2254
+ type: string
2255
+ otpSupportedApplications:
2256
+ items:
2257
+ type: string
2258
+ type: array
2259
+ passwordCredentialGrantAllowed:
2260
+ type: boolean
2261
+ passwordPolicy:
2262
+ type: string
2263
+ permanentLockout:
2264
+ type: boolean
2265
+ privateKey:
2266
+ type: string
2267
+ protocolMappers:
2268
+ items:
2269
+ properties:
2270
+ config:
2271
+ additionalProperties:
2272
+ type: string
2273
+ type: object
2274
+ consentRequired:
2275
+ type: boolean
2276
+ consentText:
2277
+ type: string
2278
+ id:
2279
+ type: string
2280
+ name:
2281
+ type: string
2282
+ protocol:
2283
+ type: string
2284
+ protocolMapper:
2285
+ type: string
2286
+ type: object
2287
+ type: array
2288
+ publicKey:
2289
+ type: string
2290
+ quickLoginCheckMilliSeconds:
2291
+ type: integer
2292
+ realm:
2293
+ type: string
2294
+ realmCacheEnabled:
2295
+ type: boolean
2296
+ refreshTokenMaxReuse:
2297
+ type: integer
2298
+ registrationAllowed:
2299
+ type: boolean
2300
+ registrationEmailAsUsername:
2301
+ type: boolean
2302
+ registrationFlow:
2303
+ type: string
2304
+ rememberMe:
2305
+ type: boolean
2306
+ requiredActions:
2307
+ items:
2308
+ properties:
2309
+ alias:
2310
+ type: string
2311
+ config:
2312
+ additionalProperties:
2313
+ type: string
2314
+ type: object
2315
+ defaultAction:
2316
+ type: boolean
2317
+ enabled:
2318
+ type: boolean
2319
+ name:
2320
+ type: string
2321
+ priority:
2322
+ type: integer
2323
+ providerId:
2324
+ type: string
2325
+ type: object
2326
+ type: array
2327
+ requiredCredentials:
2328
+ items:
2329
+ type: string
2330
+ type: array
2331
+ resetCredentialsFlow:
2332
+ type: string
2333
+ resetPasswordAllowed:
2334
+ type: boolean
2335
+ revokeRefreshToken:
2336
+ type: boolean
2337
+ roles:
2338
+ properties:
2339
+ application:
2340
+ additionalProperties:
2341
+ items:
2342
+ properties:
2343
+ attributes:
2344
+ additionalProperties:
2345
+ items:
2346
+ type: string
2347
+ type: array
2348
+ type: object
2349
+ clientRole:
2350
+ type: boolean
2351
+ composite:
2352
+ type: boolean
2353
+ composites:
2354
+ properties:
2355
+ application:
2356
+ additionalProperties:
2357
+ items:
2358
+ type: string
2359
+ type: array
2360
+ type: object
2361
+ client:
2362
+ additionalProperties:
2363
+ items:
2364
+ type: string
2365
+ type: array
2366
+ type: object
2367
+ realm:
2368
+ items:
2369
+ type: string
2370
+ type: array
2371
+ type: object
2372
+ containerId:
2373
+ type: string
2374
+ description:
2375
+ type: string
2376
+ id:
2377
+ type: string
2378
+ name:
2379
+ type: string
2380
+ scopeParamRequired:
2381
+ type: boolean
2382
+ type: object
2383
+ type: array
2384
+ type: object
2385
+ client:
2386
+ additionalProperties:
2387
+ items:
2388
+ properties:
2389
+ attributes:
2390
+ additionalProperties:
2391
+ items:
2392
+ type: string
2393
+ type: array
2394
+ type: object
2395
+ clientRole:
2396
+ type: boolean
2397
+ composite:
2398
+ type: boolean
2399
+ composites:
2400
+ properties:
2401
+ application:
2402
+ additionalProperties:
2403
+ items:
2404
+ type: string
2405
+ type: array
2406
+ type: object
2407
+ client:
2408
+ additionalProperties:
2409
+ items:
2410
+ type: string
2411
+ type: array
2412
+ type: object
2413
+ realm:
2414
+ items:
2415
+ type: string
2416
+ type: array
2417
+ type: object
2418
+ containerId:
2419
+ type: string
2420
+ description:
2421
+ type: string
2422
+ id:
2423
+ type: string
2424
+ name:
2425
+ type: string
2426
+ scopeParamRequired:
2427
+ type: boolean
2428
+ type: object
2429
+ type: array
2430
+ type: object
2431
+ realm:
2432
+ items:
2433
+ properties:
2434
+ attributes:
2435
+ additionalProperties:
2436
+ items:
2437
+ type: string
2438
+ type: array
2439
+ type: object
2440
+ clientRole:
2441
+ type: boolean
2442
+ composite:
2443
+ type: boolean
2444
+ composites:
2445
+ properties:
2446
+ application:
2447
+ additionalProperties:
2448
+ items:
2449
+ type: string
2450
+ type: array
2451
+ type: object
2452
+ client:
2453
+ additionalProperties:
2454
+ items:
2455
+ type: string
2456
+ type: array
2457
+ type: object
2458
+ realm:
2459
+ items:
2460
+ type: string
2461
+ type: array
2462
+ type: object
2463
+ containerId:
2464
+ type: string
2465
+ description:
2466
+ type: string
2467
+ id:
2468
+ type: string
2469
+ name:
2470
+ type: string
2471
+ scopeParamRequired:
2472
+ type: boolean
2473
+ type: object
2474
+ type: array
2475
+ type: object
2476
+ scopeMappings:
2477
+ items:
2478
+ properties:
2479
+ client:
2480
+ type: string
2481
+ clientScope:
2482
+ type: string
2483
+ clientTemplate:
2484
+ type: string
2485
+ roles:
2486
+ items:
2487
+ type: string
2488
+ type: array
2489
+ self:
2490
+ type: string
2491
+ type: object
2492
+ type: array
2493
+ smtpServer:
2494
+ additionalProperties:
2495
+ type: string
2496
+ type: object
2497
+ social:
2498
+ type: boolean
2499
+ socialProviders:
2500
+ additionalProperties:
2501
+ type: string
2502
+ type: object
2503
+ sslRequired:
2504
+ type: string
2505
+ ssoSessionIdleTimeout:
2506
+ type: integer
2507
+ ssoSessionIdleTimeoutRememberMe:
2508
+ type: integer
2509
+ ssoSessionMaxLifespan:
2510
+ type: integer
2511
+ ssoSessionMaxLifespanRememberMe:
2512
+ type: integer
2513
+ supportedLocales:
2514
+ items:
2515
+ type: string
2516
+ type: array
2517
+ updateProfileOnInitialSocialLogin:
2518
+ type: boolean
2519
+ userCacheEnabled:
2520
+ type: boolean
2521
+ userFederationMappers:
2522
+ items:
2523
+ properties:
2524
+ config:
2525
+ additionalProperties:
2526
+ type: string
2527
+ type: object
2528
+ federationMapperType:
2529
+ type: string
2530
+ federationProviderDisplayName:
2531
+ type: string
2532
+ id:
2533
+ type: string
2534
+ name:
2535
+ type: string
2536
+ type: object
2537
+ type: array
2538
+ userFederationProviders:
2539
+ items:
2540
+ properties:
2541
+ changedSyncPeriod:
2542
+ type: integer
2543
+ config:
2544
+ additionalProperties:
2545
+ type: string
2546
+ type: object
2547
+ displayName:
2548
+ type: string
2549
+ fullSyncPeriod:
2550
+ type: integer
2551
+ id:
2552
+ type: string
2553
+ lastSync:
2554
+ type: integer
2555
+ priority:
2556
+ type: integer
2557
+ providerName:
2558
+ type: string
2559
+ type: object
2560
+ type: array
2561
+ userManagedAccessAllowed:
2562
+ type: boolean
2563
+ users:
2564
+ items:
2565
+ properties:
2566
+ access:
2567
+ additionalProperties:
2568
+ type: boolean
2569
+ type: object
2570
+ applicationRoles:
2571
+ additionalProperties:
2572
+ items:
2573
+ type: string
2574
+ type: array
2575
+ type: object
2576
+ attributes:
2577
+ additionalProperties:
2578
+ items:
2579
+ type: string
2580
+ type: array
2581
+ type: object
2582
+ clientConsents:
2583
+ items:
2584
+ properties:
2585
+ clientId:
2586
+ type: string
2587
+ createdDate:
2588
+ type: integer
2589
+ grantedClientScopes:
2590
+ items:
2591
+ type: string
2592
+ type: array
2593
+ grantedRealmRoles:
2594
+ items:
2595
+ type: string
2596
+ type: array
2597
+ lastUpdatedDate:
2598
+ type: integer
2599
+ type: object
2600
+ type: array
2601
+ clientRoles:
2602
+ additionalProperties:
2603
+ items:
2604
+ type: string
2605
+ type: array
2606
+ type: object
2607
+ createdTimestamp:
2608
+ type: integer
2609
+ credentials:
2610
+ items:
2611
+ properties:
2612
+ algorithm:
2613
+ type: string
2614
+ config:
2615
+ additionalProperties:
2616
+ items:
2617
+ type: string
2618
+ type: array
2619
+ type: object
2620
+ counter:
2621
+ type: integer
2622
+ createdDate:
2623
+ type: integer
2624
+ credentialData:
2625
+ type: string
2626
+ device:
2627
+ type: string
2628
+ digits:
2629
+ type: integer
2630
+ hashIterations:
2631
+ type: integer
2632
+ hashedSaltedValue:
2633
+ type: string
2634
+ id:
2635
+ type: string
2636
+ period:
2637
+ type: integer
2638
+ priority:
2639
+ type: integer
2640
+ salt:
2641
+ type: string
2642
+ secretData:
2643
+ type: string
2644
+ temporary:
2645
+ type: boolean
2646
+ type:
2647
+ type: string
2648
+ userLabel:
2649
+ type: string
2650
+ value:
2651
+ type: string
2652
+ type: object
2653
+ type: array
2654
+ disableableCredentialTypes:
2655
+ items:
2656
+ type: string
2657
+ type: array
2658
+ email:
2659
+ type: string
2660
+ emailVerified:
2661
+ type: boolean
2662
+ enabled:
2663
+ type: boolean
2664
+ federatedIdentities:
2665
+ items:
2666
+ properties:
2667
+ identityProvider:
2668
+ type: string
2669
+ userId:
2670
+ type: string
2671
+ userName:
2672
+ type: string
2673
+ type: object
2674
+ type: array
2675
+ federationLink:
2676
+ type: string
2677
+ firstName:
2678
+ type: string
2679
+ groups:
2680
+ items:
2681
+ type: string
2682
+ type: array
2683
+ id:
2684
+ type: string
2685
+ lastName:
2686
+ type: string
2687
+ notBefore:
2688
+ type: integer
2689
+ origin:
2690
+ type: string
2691
+ realmRoles:
2692
+ items:
2693
+ type: string
2694
+ type: array
2695
+ requiredActions:
2696
+ items:
2697
+ type: string
2698
+ type: array
2699
+ self:
2700
+ type: string
2701
+ serviceAccountClientId:
2702
+ type: string
2703
+ socialLinks:
2704
+ items:
2705
+ properties:
2706
+ socialProvider:
2707
+ type: string
2708
+ socialUserId:
2709
+ type: string
2710
+ socialUsername:
2711
+ type: string
2712
+ type: object
2713
+ type: array
2714
+ totp:
2715
+ type: boolean
2716
+ userProfileMetadata:
2717
+ properties:
2718
+ attributes:
2719
+ items:
2720
+ properties:
2721
+ annotations:
2722
+ additionalProperties:
2723
+ type: object
2724
+ type: object
2725
+ displayName:
2726
+ type: string
2727
+ group:
2728
+ type: string
2729
+ multivalued:
2730
+ type: boolean
2731
+ name:
2732
+ type: string
2733
+ readOnly:
2734
+ type: boolean
2735
+ required:
2736
+ type: boolean
2737
+ validators:
2738
+ additionalProperties:
2739
+ additionalProperties:
2740
+ type: object
2741
+ type: object
2742
+ type: object
2743
+ type: object
2744
+ type: array
2745
+ groups:
2746
+ items:
2747
+ properties:
2748
+ annotations:
2749
+ additionalProperties:
2750
+ type: object
2751
+ type: object
2752
+ displayDescription:
2753
+ type: string
2754
+ displayHeader:
2755
+ type: string
2756
+ name:
2757
+ type: string
2758
+ type: object
2759
+ type: array
2760
+ type: object
2761
+ username:
2762
+ type: string
2763
+ type: object
2764
+ type: array
2765
+ verifyEmail:
2766
+ type: boolean
2767
+ waitIncrementSeconds:
2768
+ type: integer
2769
+ webAuthnPolicyAcceptableAaguids:
2770
+ items:
2771
+ type: string
2772
+ type: array
2773
+ webAuthnPolicyAttestationConveyancePreference:
2774
+ type: string
2775
+ webAuthnPolicyAuthenticatorAttachment:
2776
+ type: string
2777
+ webAuthnPolicyAvoidSameAuthenticatorRegister:
2778
+ type: boolean
2779
+ webAuthnPolicyCreateTimeout:
2780
+ type: integer
2781
+ webAuthnPolicyExtraOrigins:
2782
+ items:
2783
+ type: string
2784
+ type: array
2785
+ webAuthnPolicyPasswordlessAcceptableAaguids:
2786
+ items:
2787
+ type: string
2788
+ type: array
2789
+ webAuthnPolicyPasswordlessAttestationConveyancePreference:
2790
+ type: string
2791
+ webAuthnPolicyPasswordlessAuthenticatorAttachment:
2792
+ type: string
2793
+ webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister:
2794
+ type: boolean
2795
+ webAuthnPolicyPasswordlessCreateTimeout:
2796
+ type: integer
2797
+ webAuthnPolicyPasswordlessExtraOrigins:
2798
+ items:
2799
+ type: string
2800
+ type: array
2801
+ webAuthnPolicyPasswordlessRequireResidentKey:
2802
+ type: string
2803
+ webAuthnPolicyPasswordlessRpEntityName:
2804
+ type: string
2805
+ webAuthnPolicyPasswordlessRpId:
2806
+ type: string
2807
+ webAuthnPolicyPasswordlessSignatureAlgorithms:
2808
+ items:
2809
+ type: string
2810
+ type: array
2811
+ webAuthnPolicyPasswordlessUserVerificationRequirement:
2812
+ type: string
2813
+ webAuthnPolicyRequireResidentKey:
2814
+ type: string
2815
+ webAuthnPolicyRpEntityName:
2816
+ type: string
2817
+ webAuthnPolicyRpId:
2818
+ type: string
2819
+ webAuthnPolicySignatureAlgorithms:
2820
+ items:
2821
+ type: string
2822
+ type: array
2823
+ webAuthnPolicyUserVerificationRequirement:
2824
+ type: string
2825
+ type: object
2826
+ resources:
2827
+ description: "Compute Resources required by Keycloak container. If\
2828
+ \ not specified, the value is inherited from the Keycloak CR."
2829
+ properties:
2830
+ claims:
2831
+ items:
2832
+ properties:
2833
+ name:
2834
+ type: string
2835
+ type: object
2836
+ type: array
2837
+ limits:
2838
+ additionalProperties:
2839
+ anyOf:
2840
+ - type: integer
2841
+ - type: string
2842
+ x-kubernetes-int-or-string: true
2843
+ type: object
2844
+ requests:
2845
+ additionalProperties:
2846
+ anyOf:
2847
+ - type: integer
2848
+ - type: string
2849
+ x-kubernetes-int-or-string: true
2850
+ type: object
2851
+ type: object
2852
+ required:
2853
+ - keycloakCRName
2854
+ - realm
2855
+ type: object
2856
+ status:
2857
+ properties:
2858
+ conditions:
2859
+ items:
2860
+ properties:
2861
+ lastTransitionTime:
2862
+ type: string
2863
+ message:
2864
+ type: string
2865
+ observedGeneration:
2866
+ type: integer
2867
+ status:
2868
+ type: string
2869
+ type:
2870
+ type: string
2871
+ type: object
2872
+ type: array
2873
+ type: object
2874
+ type: object
2875
+ served: true
2876
+ storage: true
2877
+ subresources:
2878
+ status: {}