akeyless 3.1.1 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -1
  3. data/docs/AssocTargetItem.md +2 -0
  4. data/docs/CreateCertificate.md +3 -1
  5. data/docs/CreateClassicKey.md +6 -2
  6. data/docs/CreateDBTarget.md +4 -0
  7. data/docs/CreateDFCKey.md +3 -1
  8. data/docs/CreateDynamicSecret.md +3 -1
  9. data/docs/CreateKey.md +3 -1
  10. data/docs/CreatePKICertIssuer.md +3 -1
  11. data/docs/CreatePingTarget.md +38 -0
  12. data/docs/CreatePingTargetOutput.md +18 -0
  13. data/docs/CreateRotatedSecret.md +5 -1
  14. data/docs/CreateSSHCertIssuer.md +3 -1
  15. data/docs/CreateSecret.md +3 -1
  16. data/docs/CreateTokenizer.md +3 -1
  17. data/docs/DSProducerDetails.md +48 -0
  18. data/docs/DecryptGPG.md +34 -0
  19. data/docs/DecryptGPGOutput.md +18 -0
  20. data/docs/EncryptGPG.md +32 -0
  21. data/docs/EncryptGPGOutput.md +18 -0
  22. data/docs/GatewayCreateProducerPing.md +66 -0
  23. data/docs/GatewayCreateProducerPingOutput.md +18 -0
  24. data/docs/GatewayCreateProducerSnowflake.md +4 -0
  25. data/docs/GatewayUpdateItem.md +3 -1
  26. data/docs/GatewayUpdateProducerPing.md +68 -0
  27. data/docs/GatewayUpdateProducerPingOutput.md +18 -0
  28. data/docs/GatewayUpdateProducerSnowflake.md +4 -0
  29. data/docs/GenCustomerFragment.md +4 -2
  30. data/docs/GetKubeExecCreds.md +5 -3
  31. data/docs/GetPKICertificate.md +5 -3
  32. data/docs/SecureRemoteAccess.md +2 -0
  33. data/docs/SignGPG.md +32 -0
  34. data/docs/SignGPGOutput.md +18 -0
  35. data/docs/TargetTypeDetailsInput.md +14 -0
  36. data/docs/UpdateDBTarget.md +4 -0
  37. data/docs/UpdateItem.md +3 -1
  38. data/docs/UpdatePKICertIssuer.md +3 -1
  39. data/docs/UpdatePingTarget.md +44 -0
  40. data/docs/UpdateRotatedSecret.md +5 -1
  41. data/docs/UpdateSSHCertIssuer.md +3 -1
  42. data/docs/UploadPKCS12.md +3 -1
  43. data/docs/UploadRSA.md +3 -1
  44. data/docs/V2Api.md +504 -0
  45. data/docs/VerifyGPG.md +32 -0
  46. data/lib/akeyless/api/v2_api.rb +512 -0
  47. data/lib/akeyless/models/assoc_target_item.rb +11 -1
  48. data/lib/akeyless/models/create_certificate.rb +12 -2
  49. data/lib/akeyless/models/create_classic_key.rb +23 -3
  50. data/lib/akeyless/models/create_db_target.rb +21 -1
  51. data/lib/akeyless/models/create_dfc_key.rb +12 -2
  52. data/lib/akeyless/models/create_dynamic_secret.rb +12 -4
  53. data/lib/akeyless/models/create_key.rb +12 -2
  54. data/lib/akeyless/models/create_ping_target.rb +329 -0
  55. data/lib/akeyless/models/create_ping_target_output.rb +219 -0
  56. data/lib/akeyless/models/create_pki_cert_issuer.rb +12 -2
  57. data/lib/akeyless/models/create_rotated_secret.rb +24 -2
  58. data/lib/akeyless/models/create_secret.rb +12 -2
  59. data/lib/akeyless/models/create_ssh_cert_issuer.rb +12 -2
  60. data/lib/akeyless/models/create_tokenizer.rb +12 -2
  61. data/lib/akeyless/models/decrypt_gpg.rb +310 -0
  62. data/lib/akeyless/models/decrypt_gpg_output.rb +219 -0
  63. data/lib/akeyless/models/ds_producer_details.rb +235 -1
  64. data/lib/akeyless/models/encrypt_gpg.rb +300 -0
  65. data/lib/akeyless/models/encrypt_gpg_output.rb +219 -0
  66. data/lib/akeyless/models/gateway_create_producer_ping.rb +482 -0
  67. data/lib/akeyless/models/gateway_create_producer_ping_output.rb +219 -0
  68. data/lib/akeyless/models/gateway_create_producer_snowflake.rb +22 -2
  69. data/lib/akeyless/models/gateway_update_item.rb +14 -2
  70. data/lib/akeyless/models/gateway_update_producer_ping.rb +492 -0
  71. data/lib/akeyless/models/gateway_update_producer_ping_output.rb +219 -0
  72. data/lib/akeyless/models/gateway_update_producer_snowflake.rb +22 -2
  73. data/lib/akeyless/models/gen_customer_fragment.rb +15 -5
  74. data/lib/akeyless/models/get_kube_exec_creds.rb +14 -4
  75. data/lib/akeyless/models/get_pki_certificate.rb +14 -4
  76. data/lib/akeyless/models/secure_remote_access.rb +10 -1
  77. data/lib/akeyless/models/sign_gpg.rb +300 -0
  78. data/lib/akeyless/models/sign_gpg_output.rb +219 -0
  79. data/lib/akeyless/models/target_type_details_input.rb +65 -1
  80. data/lib/akeyless/models/update_db_target.rb +21 -1
  81. data/lib/akeyless/models/update_item.rb +14 -2
  82. data/lib/akeyless/models/update_ping_target.rb +358 -0
  83. data/lib/akeyless/models/update_pki_cert_issuer.rb +12 -2
  84. data/lib/akeyless/models/update_rotated_secret.rb +26 -2
  85. data/lib/akeyless/models/update_ssh_cert_issuer.rb +12 -2
  86. data/lib/akeyless/models/upload_pkcs12.rb +12 -2
  87. data/lib/akeyless/models/upload_rsa.rb +12 -2
  88. data/lib/akeyless/models/verify_gpg.rb +300 -0
  89. data/lib/akeyless/version.rb +1 -1
  90. data/lib/akeyless.rb +14 -0
  91. data/spec/models/create_ping_target_output_spec.rb +34 -0
  92. data/spec/models/create_ping_target_spec.rb +94 -0
  93. data/spec/models/decrypt_gpg_output_spec.rb +34 -0
  94. data/spec/models/decrypt_gpg_spec.rb +82 -0
  95. data/spec/models/encrypt_gpg_output_spec.rb +34 -0
  96. data/spec/models/encrypt_gpg_spec.rb +76 -0
  97. data/spec/models/gateway_create_producer_ping_output_spec.rb +34 -0
  98. data/spec/models/gateway_create_producer_ping_spec.rb +178 -0
  99. data/spec/models/gateway_update_producer_ping_output_spec.rb +34 -0
  100. data/spec/models/gateway_update_producer_ping_spec.rb +184 -0
  101. data/spec/models/sign_gpg_output_spec.rb +34 -0
  102. data/spec/models/sign_gpg_spec.rb +76 -0
  103. data/spec/models/update_ping_target_spec.rb +112 -0
  104. data/spec/models/verify_gpg_spec.rb +76 -0
  105. metadata +609 -553
@@ -15,6 +15,8 @@ require 'time'
15
15
 
16
16
  module Akeyless
17
17
  class DSProducerDetails
18
+ attr_accessor :access_token_manager_id
19
+
18
20
  attr_accessor :active
19
21
 
20
22
  attr_accessor :admin_name
@@ -23,6 +25,8 @@ module Akeyless
23
25
 
24
26
  attr_accessor :admin_rotation_interval_days
25
27
 
28
+ attr_accessor :administrative_port
29
+
26
30
  attr_accessor :artifactory_admin_apikey
27
31
 
28
32
  attr_accessor :artifactory_admin_username
@@ -33,6 +37,8 @@ module Akeyless
33
37
 
34
38
  attr_accessor :artifactory_token_scope
35
39
 
40
+ attr_accessor :authorization_port
41
+
36
42
  attr_accessor :aws_access_key_id
37
43
 
38
44
  attr_accessor :aws_access_mode
@@ -97,6 +103,8 @@ module Akeyless
97
103
 
98
104
  attr_accessor :chef_skip_ssl
99
105
 
106
+ attr_accessor :client_authentication_type
107
+
100
108
  attr_accessor :create_sync_url
101
109
 
102
110
  attr_accessor :db_host_name
@@ -111,6 +119,11 @@ module Akeyless
111
119
 
112
120
  attr_accessor :db_port
113
121
 
122
+ # (Optional) Private Key in PEM format
123
+ attr_accessor :db_private_key
124
+
125
+ attr_accessor :db_private_key_passphrase
126
+
114
127
  attr_accessor :db_pwd
115
128
 
116
129
  # (Optional) DBServerCertificates defines the set of root certificate authorities that clients use when verifying server certificates. If DBServerCertificates is empty, TLS uses the host's root CA set.
@@ -147,6 +160,9 @@ module Akeyless
147
160
 
148
161
  attr_accessor :enable_admin_rotation
149
162
 
163
+ # relevant for PRIVATE_KEY_JWT client authentication type
164
+ attr_accessor :enforce_replay_prevention
165
+
150
166
  attr_accessor :externally_provided_user
151
167
 
152
168
  attr_accessor :failure_message
@@ -198,6 +214,8 @@ module Akeyless
198
214
 
199
215
  attr_accessor :gke_service_account_name
200
216
 
217
+ attr_accessor :grant_types
218
+
201
219
  attr_accessor :groups
202
220
 
203
221
  attr_accessor :hanadb_creation_statements
@@ -212,18 +230,42 @@ module Akeyless
212
230
 
213
231
  attr_accessor :is_fixed_user
214
232
 
233
+ # relevant for CLIENT_TLS_CERTIFICATE client authentication type
234
+ attr_accessor :issuer
235
+
215
236
  attr_accessor :item_targets_assoc
216
237
 
238
+ attr_accessor :jwks
239
+
240
+ attr_accessor :jwks_url
241
+
242
+ # comma-separated list of allowed namespaces. Can hold just * which signifies that any namespace is allowed
243
+ attr_accessor :k8s_allowed_namespaces
244
+
217
245
  attr_accessor :k8s_bearer_token
218
246
 
219
247
  attr_accessor :k8s_cluster_ca_certificate
220
248
 
221
249
  attr_accessor :k8s_cluster_endpoint
222
250
 
251
+ # when native k8s is in dynamic mode, user can define allowed namespaces, K8sServiceAccount doesn't exist from the start and will only be created at time of getting dynamic secret value By default dynamic mode is false and producer behaves like it did before
252
+ attr_accessor :k8s_dynamic_mode
253
+
223
254
  attr_accessor :k8s_namespace
224
255
 
256
+ # Name of the pre-existing Role or ClusterRole to bind a generated service account to.
257
+ attr_accessor :k8s_role_name
258
+
259
+ attr_accessor :k8s_role_type
260
+
225
261
  attr_accessor :k8s_service_account
226
262
 
263
+ # Yaml/Json definition of temporary role binding that will be created and deleted when TTL is due. Must have as subject name of Service Account specified in K8sServiceAccount field
264
+ attr_accessor :k8s_temp_role_binding_definition
265
+
266
+ # Yaml/Json definition of temporary role that will be created and deleted when TTL is due
267
+ attr_accessor :k8s_temp_role_definition
268
+
227
269
  attr_accessor :last_admin_rotation
228
270
 
229
271
  attr_accessor :ldap_audience
@@ -290,10 +332,14 @@ module Akeyless
290
332
 
291
333
  attr_accessor :payload
292
334
 
335
+ attr_accessor :ping_url
336
+
293
337
  attr_accessor :postgres_creation_statements
294
338
 
295
339
  attr_accessor :postgres_revocation_statements
296
340
 
341
+ attr_accessor :privileged_user
342
+
297
343
  attr_accessor :rabbitmq_server_password
298
344
 
299
345
  attr_accessor :rabbitmq_server_uri
@@ -310,8 +356,12 @@ module Akeyless
310
356
 
311
357
  attr_accessor :rabbitmq_user_write_permission
312
358
 
359
+ attr_accessor :redirect_uris
360
+
313
361
  attr_accessor :redshift_creation_statements
314
362
 
363
+ attr_accessor :restricted_scopes
364
+
315
365
  attr_accessor :revoke_sync_url
316
366
 
317
367
  attr_accessor :rotate_sync_url
@@ -332,12 +382,16 @@ module Akeyless
332
382
  # TODO delete this after migration
333
383
  attr_accessor :should_stop
334
384
 
385
+ attr_accessor :signing_algorithm
386
+
335
387
  # (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field
336
388
  attr_accessor :ssl_connection_certificate
337
389
 
338
390
  # (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB
339
391
  attr_accessor :ssl_connection_mode
340
392
 
393
+ attr_accessor :subject_dn
394
+
341
395
  attr_accessor :tags
342
396
 
343
397
  attr_accessor :timeout_seconds
@@ -346,6 +400,8 @@ module Akeyless
346
400
 
347
401
  attr_accessor :user_name
348
402
 
403
+ attr_accessor :user_password
404
+
349
405
  attr_accessor :user_principal_name
350
406
 
351
407
  attr_accessor :user_ttl
@@ -385,15 +441,18 @@ module Akeyless
385
441
  # Attribute mapping from ruby-style variable name to JSON key.
386
442
  def self.attribute_map
387
443
  {
444
+ :'access_token_manager_id' => :'access_token_manager_id',
388
445
  :'active' => :'active',
389
446
  :'admin_name' => :'admin_name',
390
447
  :'admin_pwd' => :'admin_pwd',
391
448
  :'admin_rotation_interval_days' => :'admin_rotation_interval_days',
449
+ :'administrative_port' => :'administrative_port',
392
450
  :'artifactory_admin_apikey' => :'artifactory_admin_apikey',
393
451
  :'artifactory_admin_username' => :'artifactory_admin_username',
394
452
  :'artifactory_base_url' => :'artifactory_base_url',
395
453
  :'artifactory_token_audience' => :'artifactory_token_audience',
396
454
  :'artifactory_token_scope' => :'artifactory_token_scope',
455
+ :'authorization_port' => :'authorization_port',
397
456
  :'aws_access_key_id' => :'aws_access_key_id',
398
457
  :'aws_access_mode' => :'aws_access_mode',
399
458
  :'aws_region' => :'aws_region',
@@ -426,6 +485,7 @@ module Akeyless
426
485
  :'chef_server_url' => :'chef_server_url',
427
486
  :'chef_server_username' => :'chef_server_username',
428
487
  :'chef_skip_ssl' => :'chef_skip_ssl',
488
+ :'client_authentication_type' => :'client_authentication_type',
429
489
  :'create_sync_url' => :'create_sync_url',
430
490
  :'db_host_name' => :'db_host_name',
431
491
  :'db_isolation_level' => :'db_isolation_level',
@@ -433,6 +493,8 @@ module Akeyless
433
493
  :'db_max_open_conns' => :'db_max_open_conns',
434
494
  :'db_name' => :'db_name',
435
495
  :'db_port' => :'db_port',
496
+ :'db_private_key' => :'db_private_key',
497
+ :'db_private_key_passphrase' => :'db_private_key_passphrase',
436
498
  :'db_pwd' => :'db_pwd',
437
499
  :'db_server_certificates' => :'db_server_certificates',
438
500
  :'db_server_name' => :'db_server_name',
@@ -450,6 +512,7 @@ module Akeyless
450
512
  :'eks_region' => :'eks_region',
451
513
  :'eks_secret_access_key' => :'eks_secret_access_key',
452
514
  :'enable_admin_rotation' => :'enable_admin_rotation',
515
+ :'enforce_replay_prevention' => :'enforce_replay_prevention',
453
516
  :'externally_provided_user' => :'externally_provided_user',
454
517
  :'failure_message' => :'failure_message',
455
518
  :'fixed_user_only' => :'fixed_user_only',
@@ -475,6 +538,7 @@ module Akeyless
475
538
  :'gke_cluster_name' => :'gke_cluster_name',
476
539
  :'gke_service_account_key' => :'gke_service_account_key',
477
540
  :'gke_service_account_name' => :'gke_service_account_name',
541
+ :'grant_types' => :'grant_types',
478
542
  :'groups' => :'groups',
479
543
  :'hanadb_creation_statements' => :'hanadb_creation_statements',
480
544
  :'hanadb_revocation_statements' => :'hanadb_revocation_statements',
@@ -482,12 +546,21 @@ module Akeyless
482
546
  :'host_port' => :'host_port',
483
547
  :'implementation_type' => :'implementation_type',
484
548
  :'is_fixed_user' => :'is_fixed_user',
549
+ :'issuer' => :'issuer',
485
550
  :'item_targets_assoc' => :'item_targets_assoc',
551
+ :'jwks' => :'jwks',
552
+ :'jwks_url' => :'jwks_url',
553
+ :'k8s_allowed_namespaces' => :'k8s_allowed_namespaces',
486
554
  :'k8s_bearer_token' => :'k8s_bearer_token',
487
555
  :'k8s_cluster_ca_certificate' => :'k8s_cluster_ca_certificate',
488
556
  :'k8s_cluster_endpoint' => :'k8s_cluster_endpoint',
557
+ :'k8s_dynamic_mode' => :'k8s_dynamic_mode',
489
558
  :'k8s_namespace' => :'k8s_namespace',
559
+ :'k8s_role_name' => :'k8s_role_name',
560
+ :'k8s_role_type' => :'k8s_role_type',
490
561
  :'k8s_service_account' => :'k8s_service_account',
562
+ :'k8s_temp_role_binding_definition' => :'k8s_temp_role_binding_definition',
563
+ :'k8s_temp_role_definition' => :'k8s_temp_role_definition',
491
564
  :'last_admin_rotation' => :'last_admin_rotation',
492
565
  :'ldap_audience' => :'ldap_audience',
493
566
  :'ldap_bind_dn' => :'ldap_bind_dn',
@@ -519,8 +592,10 @@ module Akeyless
519
592
  :'password_length' => :'password_length',
520
593
  :'password_policy' => :'password_policy',
521
594
  :'payload' => :'payload',
595
+ :'ping_url' => :'ping_url',
522
596
  :'postgres_creation_statements' => :'postgres_creation_statements',
523
597
  :'postgres_revocation_statements' => :'postgres_revocation_statements',
598
+ :'privileged_user' => :'privileged_user',
524
599
  :'rabbitmq_server_password' => :'rabbitmq_server_password',
525
600
  :'rabbitmq_server_uri' => :'rabbitmq_server_uri',
526
601
  :'rabbitmq_server_user' => :'rabbitmq_server_user',
@@ -529,7 +604,9 @@ module Akeyless
529
604
  :'rabbitmq_user_tags' => :'rabbitmq_user_tags',
530
605
  :'rabbitmq_user_vhost' => :'rabbitmq_user_vhost',
531
606
  :'rabbitmq_user_write_permission' => :'rabbitmq_user_write_permission',
607
+ :'redirect_uris' => :'redirect_uris',
532
608
  :'redshift_creation_statements' => :'redshift_creation_statements',
609
+ :'restricted_scopes' => :'restricted_scopes',
533
610
  :'revoke_sync_url' => :'revoke_sync_url',
534
611
  :'rotate_sync_url' => :'rotate_sync_url',
535
612
  :'scopes' => :'scopes',
@@ -539,12 +616,15 @@ module Akeyless
539
616
  :'sf_user_role' => :'sf_user_role',
540
617
  :'sf_warehouse_name' => :'sf_warehouse_name',
541
618
  :'should_stop' => :'should_stop',
619
+ :'signing_algorithm' => :'signing_algorithm',
542
620
  :'ssl_connection_certificate' => :'ssl_connection_certificate',
543
621
  :'ssl_connection_mode' => :'ssl_connection_mode',
622
+ :'subject_dn' => :'subject_dn',
544
623
  :'tags' => :'tags',
545
624
  :'timeout_seconds' => :'timeout_seconds',
546
625
  :'use_gw_cloud_identity' => :'use_gw_cloud_identity',
547
626
  :'user_name' => :'user_name',
627
+ :'user_password' => :'user_password',
548
628
  :'user_principal_name' => :'user_principal_name',
549
629
  :'user_ttl' => :'user_ttl',
550
630
  :'username_length' => :'username_length',
@@ -574,15 +654,18 @@ module Akeyless
574
654
  # Attribute type mapping.
575
655
  def self.openapi_types
576
656
  {
657
+ :'access_token_manager_id' => :'String',
577
658
  :'active' => :'Boolean',
578
659
  :'admin_name' => :'String',
579
660
  :'admin_pwd' => :'String',
580
661
  :'admin_rotation_interval_days' => :'Integer',
662
+ :'administrative_port' => :'String',
581
663
  :'artifactory_admin_apikey' => :'String',
582
664
  :'artifactory_admin_username' => :'String',
583
665
  :'artifactory_base_url' => :'String',
584
666
  :'artifactory_token_audience' => :'String',
585
667
  :'artifactory_token_scope' => :'String',
668
+ :'authorization_port' => :'String',
586
669
  :'aws_access_key_id' => :'String',
587
670
  :'aws_access_mode' => :'String',
588
671
  :'aws_region' => :'String',
@@ -615,6 +698,7 @@ module Akeyless
615
698
  :'chef_server_url' => :'String',
616
699
  :'chef_server_username' => :'String',
617
700
  :'chef_skip_ssl' => :'Boolean',
701
+ :'client_authentication_type' => :'String',
618
702
  :'create_sync_url' => :'String',
619
703
  :'db_host_name' => :'String',
620
704
  :'db_isolation_level' => :'String',
@@ -622,6 +706,8 @@ module Akeyless
622
706
  :'db_max_open_conns' => :'String',
623
707
  :'db_name' => :'String',
624
708
  :'db_port' => :'String',
709
+ :'db_private_key' => :'String',
710
+ :'db_private_key_passphrase' => :'String',
625
711
  :'db_pwd' => :'String',
626
712
  :'db_server_certificates' => :'String',
627
713
  :'db_server_name' => :'String',
@@ -639,6 +725,7 @@ module Akeyless
639
725
  :'eks_region' => :'String',
640
726
  :'eks_secret_access_key' => :'String',
641
727
  :'enable_admin_rotation' => :'Boolean',
728
+ :'enforce_replay_prevention' => :'Boolean',
642
729
  :'externally_provided_user' => :'String',
643
730
  :'failure_message' => :'String',
644
731
  :'fixed_user_only' => :'String',
@@ -664,6 +751,7 @@ module Akeyless
664
751
  :'gke_cluster_name' => :'String',
665
752
  :'gke_service_account_key' => :'String',
666
753
  :'gke_service_account_name' => :'String',
754
+ :'grant_types' => :'Array<String>',
667
755
  :'groups' => :'String',
668
756
  :'hanadb_creation_statements' => :'String',
669
757
  :'hanadb_revocation_statements' => :'String',
@@ -671,12 +759,21 @@ module Akeyless
671
759
  :'host_port' => :'String',
672
760
  :'implementation_type' => :'String',
673
761
  :'is_fixed_user' => :'String',
762
+ :'issuer' => :'String',
674
763
  :'item_targets_assoc' => :'Array<ItemTargetAssociation>',
764
+ :'jwks' => :'String',
765
+ :'jwks_url' => :'String',
766
+ :'k8s_allowed_namespaces' => :'String',
675
767
  :'k8s_bearer_token' => :'String',
676
768
  :'k8s_cluster_ca_certificate' => :'String',
677
769
  :'k8s_cluster_endpoint' => :'String',
770
+ :'k8s_dynamic_mode' => :'Boolean',
678
771
  :'k8s_namespace' => :'String',
772
+ :'k8s_role_name' => :'String',
773
+ :'k8s_role_type' => :'String',
679
774
  :'k8s_service_account' => :'String',
775
+ :'k8s_temp_role_binding_definition' => :'Array<Integer>',
776
+ :'k8s_temp_role_definition' => :'Array<Integer>',
680
777
  :'last_admin_rotation' => :'Integer',
681
778
  :'ldap_audience' => :'String',
682
779
  :'ldap_bind_dn' => :'String',
@@ -708,8 +805,10 @@ module Akeyless
708
805
  :'password_length' => :'Integer',
709
806
  :'password_policy' => :'String',
710
807
  :'payload' => :'String',
808
+ :'ping_url' => :'String',
711
809
  :'postgres_creation_statements' => :'String',
712
810
  :'postgres_revocation_statements' => :'String',
811
+ :'privileged_user' => :'String',
713
812
  :'rabbitmq_server_password' => :'String',
714
813
  :'rabbitmq_server_uri' => :'String',
715
814
  :'rabbitmq_server_user' => :'String',
@@ -718,7 +817,9 @@ module Akeyless
718
817
  :'rabbitmq_user_tags' => :'String',
719
818
  :'rabbitmq_user_vhost' => :'String',
720
819
  :'rabbitmq_user_write_permission' => :'String',
820
+ :'redirect_uris' => :'Array<String>',
721
821
  :'redshift_creation_statements' => :'String',
822
+ :'restricted_scopes' => :'Array<String>',
722
823
  :'revoke_sync_url' => :'String',
723
824
  :'rotate_sync_url' => :'String',
724
825
  :'scopes' => :'Array<String>',
@@ -728,12 +829,15 @@ module Akeyless
728
829
  :'sf_user_role' => :'String',
729
830
  :'sf_warehouse_name' => :'String',
730
831
  :'should_stop' => :'String',
832
+ :'signing_algorithm' => :'String',
731
833
  :'ssl_connection_certificate' => :'String',
732
834
  :'ssl_connection_mode' => :'Boolean',
835
+ :'subject_dn' => :'String',
733
836
  :'tags' => :'Array<String>',
734
837
  :'timeout_seconds' => :'Integer',
735
838
  :'use_gw_cloud_identity' => :'Boolean',
736
839
  :'user_name' => :'String',
840
+ :'user_password' => :'String',
737
841
  :'user_principal_name' => :'String',
738
842
  :'user_ttl' => :'String',
739
843
  :'username_length' => :'Integer',
@@ -776,6 +880,10 @@ module Akeyless
776
880
  h[k.to_sym] = v
777
881
  }
778
882
 
883
+ if attributes.key?(:'access_token_manager_id')
884
+ self.access_token_manager_id = attributes[:'access_token_manager_id']
885
+ end
886
+
779
887
  if attributes.key?(:'active')
780
888
  self.active = attributes[:'active']
781
889
  end
@@ -792,6 +900,10 @@ module Akeyless
792
900
  self.admin_rotation_interval_days = attributes[:'admin_rotation_interval_days']
793
901
  end
794
902
 
903
+ if attributes.key?(:'administrative_port')
904
+ self.administrative_port = attributes[:'administrative_port']
905
+ end
906
+
795
907
  if attributes.key?(:'artifactory_admin_apikey')
796
908
  self.artifactory_admin_apikey = attributes[:'artifactory_admin_apikey']
797
909
  end
@@ -812,6 +924,10 @@ module Akeyless
812
924
  self.artifactory_token_scope = attributes[:'artifactory_token_scope']
813
925
  end
814
926
 
927
+ if attributes.key?(:'authorization_port')
928
+ self.authorization_port = attributes[:'authorization_port']
929
+ end
930
+
815
931
  if attributes.key?(:'aws_access_key_id')
816
932
  self.aws_access_key_id = attributes[:'aws_access_key_id']
817
933
  end
@@ -940,6 +1056,10 @@ module Akeyless
940
1056
  self.chef_skip_ssl = attributes[:'chef_skip_ssl']
941
1057
  end
942
1058
 
1059
+ if attributes.key?(:'client_authentication_type')
1060
+ self.client_authentication_type = attributes[:'client_authentication_type']
1061
+ end
1062
+
943
1063
  if attributes.key?(:'create_sync_url')
944
1064
  self.create_sync_url = attributes[:'create_sync_url']
945
1065
  end
@@ -968,6 +1088,14 @@ module Akeyless
968
1088
  self.db_port = attributes[:'db_port']
969
1089
  end
970
1090
 
1091
+ if attributes.key?(:'db_private_key')
1092
+ self.db_private_key = attributes[:'db_private_key']
1093
+ end
1094
+
1095
+ if attributes.key?(:'db_private_key_passphrase')
1096
+ self.db_private_key_passphrase = attributes[:'db_private_key_passphrase']
1097
+ end
1098
+
971
1099
  if attributes.key?(:'db_pwd')
972
1100
  self.db_pwd = attributes[:'db_pwd']
973
1101
  end
@@ -1036,6 +1164,10 @@ module Akeyless
1036
1164
  self.enable_admin_rotation = attributes[:'enable_admin_rotation']
1037
1165
  end
1038
1166
 
1167
+ if attributes.key?(:'enforce_replay_prevention')
1168
+ self.enforce_replay_prevention = attributes[:'enforce_replay_prevention']
1169
+ end
1170
+
1039
1171
  if attributes.key?(:'externally_provided_user')
1040
1172
  self.externally_provided_user = attributes[:'externally_provided_user']
1041
1173
  end
@@ -1144,6 +1276,12 @@ module Akeyless
1144
1276
  self.gke_service_account_name = attributes[:'gke_service_account_name']
1145
1277
  end
1146
1278
 
1279
+ if attributes.key?(:'grant_types')
1280
+ if (value = attributes[:'grant_types']).is_a?(Array)
1281
+ self.grant_types = value
1282
+ end
1283
+ end
1284
+
1147
1285
  if attributes.key?(:'groups')
1148
1286
  self.groups = attributes[:'groups']
1149
1287
  end
@@ -1172,12 +1310,28 @@ module Akeyless
1172
1310
  self.is_fixed_user = attributes[:'is_fixed_user']
1173
1311
  end
1174
1312
 
1313
+ if attributes.key?(:'issuer')
1314
+ self.issuer = attributes[:'issuer']
1315
+ end
1316
+
1175
1317
  if attributes.key?(:'item_targets_assoc')
1176
1318
  if (value = attributes[:'item_targets_assoc']).is_a?(Array)
1177
1319
  self.item_targets_assoc = value
1178
1320
  end
1179
1321
  end
1180
1322
 
1323
+ if attributes.key?(:'jwks')
1324
+ self.jwks = attributes[:'jwks']
1325
+ end
1326
+
1327
+ if attributes.key?(:'jwks_url')
1328
+ self.jwks_url = attributes[:'jwks_url']
1329
+ end
1330
+
1331
+ if attributes.key?(:'k8s_allowed_namespaces')
1332
+ self.k8s_allowed_namespaces = attributes[:'k8s_allowed_namespaces']
1333
+ end
1334
+
1181
1335
  if attributes.key?(:'k8s_bearer_token')
1182
1336
  self.k8s_bearer_token = attributes[:'k8s_bearer_token']
1183
1337
  end
@@ -1190,14 +1344,38 @@ module Akeyless
1190
1344
  self.k8s_cluster_endpoint = attributes[:'k8s_cluster_endpoint']
1191
1345
  end
1192
1346
 
1347
+ if attributes.key?(:'k8s_dynamic_mode')
1348
+ self.k8s_dynamic_mode = attributes[:'k8s_dynamic_mode']
1349
+ end
1350
+
1193
1351
  if attributes.key?(:'k8s_namespace')
1194
1352
  self.k8s_namespace = attributes[:'k8s_namespace']
1195
1353
  end
1196
1354
 
1355
+ if attributes.key?(:'k8s_role_name')
1356
+ self.k8s_role_name = attributes[:'k8s_role_name']
1357
+ end
1358
+
1359
+ if attributes.key?(:'k8s_role_type')
1360
+ self.k8s_role_type = attributes[:'k8s_role_type']
1361
+ end
1362
+
1197
1363
  if attributes.key?(:'k8s_service_account')
1198
1364
  self.k8s_service_account = attributes[:'k8s_service_account']
1199
1365
  end
1200
1366
 
1367
+ if attributes.key?(:'k8s_temp_role_binding_definition')
1368
+ if (value = attributes[:'k8s_temp_role_binding_definition']).is_a?(Array)
1369
+ self.k8s_temp_role_binding_definition = value
1370
+ end
1371
+ end
1372
+
1373
+ if attributes.key?(:'k8s_temp_role_definition')
1374
+ if (value = attributes[:'k8s_temp_role_definition']).is_a?(Array)
1375
+ self.k8s_temp_role_definition = value
1376
+ end
1377
+ end
1378
+
1201
1379
  if attributes.key?(:'last_admin_rotation')
1202
1380
  self.last_admin_rotation = attributes[:'last_admin_rotation']
1203
1381
  end
@@ -1322,6 +1500,10 @@ module Akeyless
1322
1500
  self.payload = attributes[:'payload']
1323
1501
  end
1324
1502
 
1503
+ if attributes.key?(:'ping_url')
1504
+ self.ping_url = attributes[:'ping_url']
1505
+ end
1506
+
1325
1507
  if attributes.key?(:'postgres_creation_statements')
1326
1508
  self.postgres_creation_statements = attributes[:'postgres_creation_statements']
1327
1509
  end
@@ -1330,6 +1512,10 @@ module Akeyless
1330
1512
  self.postgres_revocation_statements = attributes[:'postgres_revocation_statements']
1331
1513
  end
1332
1514
 
1515
+ if attributes.key?(:'privileged_user')
1516
+ self.privileged_user = attributes[:'privileged_user']
1517
+ end
1518
+
1333
1519
  if attributes.key?(:'rabbitmq_server_password')
1334
1520
  self.rabbitmq_server_password = attributes[:'rabbitmq_server_password']
1335
1521
  end
@@ -1362,10 +1548,22 @@ module Akeyless
1362
1548
  self.rabbitmq_user_write_permission = attributes[:'rabbitmq_user_write_permission']
1363
1549
  end
1364
1550
 
1551
+ if attributes.key?(:'redirect_uris')
1552
+ if (value = attributes[:'redirect_uris']).is_a?(Array)
1553
+ self.redirect_uris = value
1554
+ end
1555
+ end
1556
+
1365
1557
  if attributes.key?(:'redshift_creation_statements')
1366
1558
  self.redshift_creation_statements = attributes[:'redshift_creation_statements']
1367
1559
  end
1368
1560
 
1561
+ if attributes.key?(:'restricted_scopes')
1562
+ if (value = attributes[:'restricted_scopes']).is_a?(Array)
1563
+ self.restricted_scopes = value
1564
+ end
1565
+ end
1566
+
1369
1567
  if attributes.key?(:'revoke_sync_url')
1370
1568
  self.revoke_sync_url = attributes[:'revoke_sync_url']
1371
1569
  end
@@ -1404,6 +1602,10 @@ module Akeyless
1404
1602
  self.should_stop = attributes[:'should_stop']
1405
1603
  end
1406
1604
 
1605
+ if attributes.key?(:'signing_algorithm')
1606
+ self.signing_algorithm = attributes[:'signing_algorithm']
1607
+ end
1608
+
1407
1609
  if attributes.key?(:'ssl_connection_certificate')
1408
1610
  self.ssl_connection_certificate = attributes[:'ssl_connection_certificate']
1409
1611
  end
@@ -1412,6 +1614,10 @@ module Akeyless
1412
1614
  self.ssl_connection_mode = attributes[:'ssl_connection_mode']
1413
1615
  end
1414
1616
 
1617
+ if attributes.key?(:'subject_dn')
1618
+ self.subject_dn = attributes[:'subject_dn']
1619
+ end
1620
+
1415
1621
  if attributes.key?(:'tags')
1416
1622
  if (value = attributes[:'tags']).is_a?(Array)
1417
1623
  self.tags = value
@@ -1430,6 +1636,10 @@ module Akeyless
1430
1636
  self.user_name = attributes[:'user_name']
1431
1637
  end
1432
1638
 
1639
+ if attributes.key?(:'user_password')
1640
+ self.user_password = attributes[:'user_password']
1641
+ end
1642
+
1433
1643
  if attributes.key?(:'user_principal_name')
1434
1644
  self.user_principal_name = attributes[:'user_principal_name']
1435
1645
  end
@@ -1523,15 +1733,18 @@ module Akeyless
1523
1733
  def ==(o)
1524
1734
  return true if self.equal?(o)
1525
1735
  self.class == o.class &&
1736
+ access_token_manager_id == o.access_token_manager_id &&
1526
1737
  active == o.active &&
1527
1738
  admin_name == o.admin_name &&
1528
1739
  admin_pwd == o.admin_pwd &&
1529
1740
  admin_rotation_interval_days == o.admin_rotation_interval_days &&
1741
+ administrative_port == o.administrative_port &&
1530
1742
  artifactory_admin_apikey == o.artifactory_admin_apikey &&
1531
1743
  artifactory_admin_username == o.artifactory_admin_username &&
1532
1744
  artifactory_base_url == o.artifactory_base_url &&
1533
1745
  artifactory_token_audience == o.artifactory_token_audience &&
1534
1746
  artifactory_token_scope == o.artifactory_token_scope &&
1747
+ authorization_port == o.authorization_port &&
1535
1748
  aws_access_key_id == o.aws_access_key_id &&
1536
1749
  aws_access_mode == o.aws_access_mode &&
1537
1750
  aws_region == o.aws_region &&
@@ -1564,6 +1777,7 @@ module Akeyless
1564
1777
  chef_server_url == o.chef_server_url &&
1565
1778
  chef_server_username == o.chef_server_username &&
1566
1779
  chef_skip_ssl == o.chef_skip_ssl &&
1780
+ client_authentication_type == o.client_authentication_type &&
1567
1781
  create_sync_url == o.create_sync_url &&
1568
1782
  db_host_name == o.db_host_name &&
1569
1783
  db_isolation_level == o.db_isolation_level &&
@@ -1571,6 +1785,8 @@ module Akeyless
1571
1785
  db_max_open_conns == o.db_max_open_conns &&
1572
1786
  db_name == o.db_name &&
1573
1787
  db_port == o.db_port &&
1788
+ db_private_key == o.db_private_key &&
1789
+ db_private_key_passphrase == o.db_private_key_passphrase &&
1574
1790
  db_pwd == o.db_pwd &&
1575
1791
  db_server_certificates == o.db_server_certificates &&
1576
1792
  db_server_name == o.db_server_name &&
@@ -1588,6 +1804,7 @@ module Akeyless
1588
1804
  eks_region == o.eks_region &&
1589
1805
  eks_secret_access_key == o.eks_secret_access_key &&
1590
1806
  enable_admin_rotation == o.enable_admin_rotation &&
1807
+ enforce_replay_prevention == o.enforce_replay_prevention &&
1591
1808
  externally_provided_user == o.externally_provided_user &&
1592
1809
  failure_message == o.failure_message &&
1593
1810
  fixed_user_only == o.fixed_user_only &&
@@ -1613,6 +1830,7 @@ module Akeyless
1613
1830
  gke_cluster_name == o.gke_cluster_name &&
1614
1831
  gke_service_account_key == o.gke_service_account_key &&
1615
1832
  gke_service_account_name == o.gke_service_account_name &&
1833
+ grant_types == o.grant_types &&
1616
1834
  groups == o.groups &&
1617
1835
  hanadb_creation_statements == o.hanadb_creation_statements &&
1618
1836
  hanadb_revocation_statements == o.hanadb_revocation_statements &&
@@ -1620,12 +1838,21 @@ module Akeyless
1620
1838
  host_port == o.host_port &&
1621
1839
  implementation_type == o.implementation_type &&
1622
1840
  is_fixed_user == o.is_fixed_user &&
1841
+ issuer == o.issuer &&
1623
1842
  item_targets_assoc == o.item_targets_assoc &&
1843
+ jwks == o.jwks &&
1844
+ jwks_url == o.jwks_url &&
1845
+ k8s_allowed_namespaces == o.k8s_allowed_namespaces &&
1624
1846
  k8s_bearer_token == o.k8s_bearer_token &&
1625
1847
  k8s_cluster_ca_certificate == o.k8s_cluster_ca_certificate &&
1626
1848
  k8s_cluster_endpoint == o.k8s_cluster_endpoint &&
1849
+ k8s_dynamic_mode == o.k8s_dynamic_mode &&
1627
1850
  k8s_namespace == o.k8s_namespace &&
1851
+ k8s_role_name == o.k8s_role_name &&
1852
+ k8s_role_type == o.k8s_role_type &&
1628
1853
  k8s_service_account == o.k8s_service_account &&
1854
+ k8s_temp_role_binding_definition == o.k8s_temp_role_binding_definition &&
1855
+ k8s_temp_role_definition == o.k8s_temp_role_definition &&
1629
1856
  last_admin_rotation == o.last_admin_rotation &&
1630
1857
  ldap_audience == o.ldap_audience &&
1631
1858
  ldap_bind_dn == o.ldap_bind_dn &&
@@ -1657,8 +1884,10 @@ module Akeyless
1657
1884
  password_length == o.password_length &&
1658
1885
  password_policy == o.password_policy &&
1659
1886
  payload == o.payload &&
1887
+ ping_url == o.ping_url &&
1660
1888
  postgres_creation_statements == o.postgres_creation_statements &&
1661
1889
  postgres_revocation_statements == o.postgres_revocation_statements &&
1890
+ privileged_user == o.privileged_user &&
1662
1891
  rabbitmq_server_password == o.rabbitmq_server_password &&
1663
1892
  rabbitmq_server_uri == o.rabbitmq_server_uri &&
1664
1893
  rabbitmq_server_user == o.rabbitmq_server_user &&
@@ -1667,7 +1896,9 @@ module Akeyless
1667
1896
  rabbitmq_user_tags == o.rabbitmq_user_tags &&
1668
1897
  rabbitmq_user_vhost == o.rabbitmq_user_vhost &&
1669
1898
  rabbitmq_user_write_permission == o.rabbitmq_user_write_permission &&
1899
+ redirect_uris == o.redirect_uris &&
1670
1900
  redshift_creation_statements == o.redshift_creation_statements &&
1901
+ restricted_scopes == o.restricted_scopes &&
1671
1902
  revoke_sync_url == o.revoke_sync_url &&
1672
1903
  rotate_sync_url == o.rotate_sync_url &&
1673
1904
  scopes == o.scopes &&
@@ -1677,12 +1908,15 @@ module Akeyless
1677
1908
  sf_user_role == o.sf_user_role &&
1678
1909
  sf_warehouse_name == o.sf_warehouse_name &&
1679
1910
  should_stop == o.should_stop &&
1911
+ signing_algorithm == o.signing_algorithm &&
1680
1912
  ssl_connection_certificate == o.ssl_connection_certificate &&
1681
1913
  ssl_connection_mode == o.ssl_connection_mode &&
1914
+ subject_dn == o.subject_dn &&
1682
1915
  tags == o.tags &&
1683
1916
  timeout_seconds == o.timeout_seconds &&
1684
1917
  use_gw_cloud_identity == o.use_gw_cloud_identity &&
1685
1918
  user_name == o.user_name &&
1919
+ user_password == o.user_password &&
1686
1920
  user_principal_name == o.user_principal_name &&
1687
1921
  user_ttl == o.user_ttl &&
1688
1922
  username_length == o.username_length &&
@@ -1712,7 +1946,7 @@ module Akeyless
1712
1946
  # Calculates hash code according to all attributes.
1713
1947
  # @return [Integer] Hash code
1714
1948
  def hash
1715
- [active, admin_name, admin_pwd, admin_rotation_interval_days, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, aws_access_key_id, aws_access_mode, aws_region, aws_role_arns, aws_secret_access_key, aws_session_token, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_app_object_id, azure_client_id, azure_client_secret, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, create_sync_url, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_pwd, db_server_certificates, db_server_name, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, externally_provided_user, failure_message, fixed_user_only, gcp_key_algo, gcp_role_bindings, gcp_service_account_email, gcp_service_account_key, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_repository_path, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, groups, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, item_targets_assoc, k8s_bearer_token, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_namespace, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, oracle_creation_statements, password, password_length, password_policy, payload, postgres_creation_statements, postgres_revocation_statements, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, redshift_creation_statements, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_user_role, sf_warehouse_name, should_stop, ssl_connection_certificate, ssl_connection_mode, tags, timeout_seconds, use_gw_cloud_identity, user_name, user_principal_name, user_ttl, username_length, username_policy, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_password, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
1949
+ [access_token_manager_id, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_region, aws_role_arns, aws_secret_access_key, aws_session_token, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_app_object_id, azure_client_id, azure_client_secret, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, create_sync_url, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enforce_replay_prevention, externally_provided_user, failure_message, fixed_user_only, gcp_key_algo, gcp_role_bindings, gcp_service_account_email, gcp_service_account_key, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_repository_path, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, grant_types, groups, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_bearer_token, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_dynamic_mode, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, k8s_temp_role_binding_definition, k8s_temp_role_definition, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, oracle_creation_statements, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_password, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
1716
1950
  end
1717
1951
 
1718
1952
  # Builds the object from hash