akeyless 3.1.0 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -1
  3. data/docs/AssocTargetItem.md +2 -0
  4. data/docs/CreateCertificate.md +40 -0
  5. data/docs/CreateCertificateOutput.md +18 -0
  6. data/docs/CreateClassicKey.md +6 -2
  7. data/docs/CreateDBTarget.md +4 -0
  8. data/docs/CreateDFCKey.md +3 -1
  9. data/docs/CreateDynamicSecret.md +3 -1
  10. data/docs/CreateKey.md +3 -1
  11. data/docs/CreatePKICertIssuer.md +3 -1
  12. data/docs/CreateRotatedSecret.md +3 -1
  13. data/docs/CreateSSHCertIssuer.md +3 -1
  14. data/docs/CreateSecret.md +3 -1
  15. data/docs/CreateTokenizer.md +3 -1
  16. data/docs/DSProducerDetails.md +8 -0
  17. data/docs/DecryptGPG.md +34 -0
  18. data/docs/DecryptGPGOutput.md +18 -0
  19. data/docs/EncryptGPG.md +32 -0
  20. data/docs/EncryptGPGOutput.md +18 -0
  21. data/docs/GatewayCreateProducerSnowflake.md +4 -0
  22. data/docs/GatewayUpdateItem.md +3 -1
  23. data/docs/GatewayUpdateProducerSnowflake.md +4 -0
  24. data/docs/GatewayUpdateTlsCert.md +26 -0
  25. data/docs/GatewayUpdateTlsCertOutput.md +18 -0
  26. data/docs/GenCustomerFragment.md +4 -2
  27. data/docs/GetCertificateValue.md +26 -0
  28. data/docs/GetCertificateValueOutput.md +20 -0
  29. data/docs/ListSRABastions.md +2 -0
  30. data/docs/RotateKey.md +2 -0
  31. data/docs/SignGPG.md +32 -0
  32. data/docs/SignGPGOutput.md +18 -0
  33. data/docs/TargetTypeDetailsInput.md +4 -0
  34. data/docs/UpdateCertificateOutput.md +18 -0
  35. data/docs/UpdateCertificateValue.md +32 -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/UpdateRotatedSecret.md +3 -1
  40. data/docs/UpdateSSHCertIssuer.md +3 -1
  41. data/docs/UploadPKCS12.md +3 -1
  42. data/docs/UploadRSA.md +3 -1
  43. data/docs/V2Api.md +504 -0
  44. data/docs/VerifyGPG.md +32 -0
  45. data/lib/akeyless/api/v2_api.rb +512 -0
  46. data/lib/akeyless/models/assoc_target_item.rb +11 -1
  47. data/lib/akeyless/models/create_certificate.rb +339 -0
  48. data/lib/akeyless/models/create_certificate_output.rb +219 -0
  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_pki_cert_issuer.rb +12 -2
  55. data/lib/akeyless/models/create_rotated_secret.rb +12 -2
  56. data/lib/akeyless/models/create_secret.rb +12 -2
  57. data/lib/akeyless/models/create_ssh_cert_issuer.rb +12 -2
  58. data/lib/akeyless/models/create_tokenizer.rb +12 -2
  59. data/lib/akeyless/models/decrypt_gpg.rb +310 -0
  60. data/lib/akeyless/models/decrypt_gpg_output.rb +219 -0
  61. data/lib/akeyless/models/ds_producer_details.rb +40 -1
  62. data/lib/akeyless/models/encrypt_gpg.rb +300 -0
  63. data/lib/akeyless/models/encrypt_gpg_output.rb +219 -0
  64. data/lib/akeyless/models/gateway_create_producer_snowflake.rb +22 -2
  65. data/lib/akeyless/models/gateway_update_item.rb +14 -2
  66. data/lib/akeyless/models/gateway_update_producer_snowflake.rb +22 -2
  67. data/lib/akeyless/models/gateway_update_tls_cert.rb +261 -0
  68. data/lib/akeyless/models/gateway_update_tls_cert_output.rb +219 -0
  69. data/lib/akeyless/models/gen_customer_fragment.rb +15 -5
  70. data/lib/akeyless/models/get_certificate_value.rb +265 -0
  71. data/lib/akeyless/models/get_certificate_value_output.rb +228 -0
  72. data/lib/akeyless/models/list_sra_bastions.rb +10 -1
  73. data/lib/akeyless/models/rotate_key.rb +11 -1
  74. data/lib/akeyless/models/sign_gpg.rb +300 -0
  75. data/lib/akeyless/models/sign_gpg_output.rb +219 -0
  76. data/lib/akeyless/models/target_type_details_input.rb +20 -1
  77. data/lib/akeyless/models/update_certificate_output.rb +219 -0
  78. data/lib/akeyless/models/update_certificate_value.rb +297 -0
  79. data/lib/akeyless/models/update_db_target.rb +21 -1
  80. data/lib/akeyless/models/update_item.rb +14 -2
  81. data/lib/akeyless/models/update_pki_cert_issuer.rb +12 -2
  82. data/lib/akeyless/models/update_rotated_secret.rb +14 -2
  83. data/lib/akeyless/models/update_ssh_cert_issuer.rb +12 -2
  84. data/lib/akeyless/models/upload_pkcs12.rb +12 -2
  85. data/lib/akeyless/models/upload_rsa.rb +12 -2
  86. data/lib/akeyless/models/verify_gpg.rb +300 -0
  87. data/lib/akeyless/version.rb +1 -1
  88. data/lib/akeyless.rb +15 -0
  89. data/spec/models/create_certificate_output_spec.rb +34 -0
  90. data/spec/models/create_certificate_spec.rb +94 -0
  91. data/spec/models/decrypt_gpg_output_spec.rb +34 -0
  92. data/spec/models/decrypt_gpg_spec.rb +82 -0
  93. data/spec/models/encrypt_gpg_output_spec.rb +34 -0
  94. data/spec/models/encrypt_gpg_spec.rb +76 -0
  95. data/spec/models/gateway_update_tls_cert_output_spec.rb +34 -0
  96. data/spec/models/gateway_update_tls_cert_spec.rb +58 -0
  97. data/spec/models/get_certificate_value_output_spec.rb +40 -0
  98. data/spec/models/get_certificate_value_spec.rb +58 -0
  99. data/spec/models/sign_gpg_output_spec.rb +34 -0
  100. data/spec/models/sign_gpg_spec.rb +76 -0
  101. data/spec/models/update_certificate_output_spec.rb +34 -0
  102. data/spec/models/update_certificate_value_spec.rb +76 -0
  103. data/spec/models/verify_gpg_spec.rb +76 -0
  104. metadata +600 -540
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f00587560277ba875bb0d85ee1d9460802c1fb143a2bed23bff8578ca6c19ed8
4
- data.tar.gz: d315e77fe09a4a704c486a8dad4a20a5474c353e954eeaa76e905cf79e59bcca
3
+ metadata.gz: e56a2468cbada14cb2e44fbb336e859b031de7455d693660bc48b528cae0bcf7
4
+ data.tar.gz: 88ed448409ec1ac0360cac27981d8ef5b3f841aad4c5e7c90646c4e5414a4f7f
5
5
  SHA512:
6
- metadata.gz: e743b3dc6408be794b3f687cea197e0737a03631b6c0ff14f59cec28303165f270ebfd1936269ba50345e5ed99b6b8ff8de2e96335fd8d42df0ee7665eba4287
7
- data.tar.gz: 3f8500c80c58a5a3b07a96625505cf3d63c770f696c86ff41b680358582c41f4a6debcdfc043d8e4db1bcd026c8cabbc8d883a7f84c7c5ac540ae68682eed5cb
6
+ metadata.gz: fc015d3d3155716a0b5909b67765dc9d74a9870b665b79c6de24add1a45a31d81a5f7647b9c582949a2749fbb1203ed472857ae403b7150d2ff32e900f6a5765
7
+ data.tar.gz: 4b4ed50ffbb2338c1e0e1f824dfdaa0e2fc0a271fc63651cfb1dca58234ff2d36ddea25c62e8b018c41eb543b775f555515799b38ca2b780e39c5f1b59b0e68f
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0
10
- - Package version: 3.1.0
10
+ - Package version: 3.1.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -79,6 +79,7 @@ Class | Method | HTTP request | Description
79
79
  *Akeyless::V2Api* | [**create_auth_method_universal_identity**](docs/V2Api.md#create_auth_method_universal_identity) | **POST** /create-auth-method-universal-identity |
80
80
  *Akeyless::V2Api* | [**create_aws_target**](docs/V2Api.md#create_aws_target) | **POST** /create-aws-target |
81
81
  *Akeyless::V2Api* | [**create_azure_target**](docs/V2Api.md#create_azure_target) | **POST** /create-azure-target |
82
+ *Akeyless::V2Api* | [**create_certificate**](docs/V2Api.md#create_certificate) | **POST** /create-certificate |
82
83
  *Akeyless::V2Api* | [**create_classic_key**](docs/V2Api.md#create_classic_key) | **POST** /create-classic-key |
83
84
  *Akeyless::V2Api* | [**create_db_target**](docs/V2Api.md#create_db_target) | **POST** /create-db-target |
84
85
  *Akeyless::V2Api* | [**create_dfc_key**](docs/V2Api.md#create_dfc_key) | **POST** /create-dfc-key |
@@ -103,6 +104,7 @@ Class | Method | HTTP request | Description
103
104
  *Akeyless::V2Api* | [**create_web_target**](docs/V2Api.md#create_web_target) | **POST** /create-web-target |
104
105
  *Akeyless::V2Api* | [**createldap_target**](docs/V2Api.md#createldap_target) | **POST** /create-ldap-target |
105
106
  *Akeyless::V2Api* | [**decrypt**](docs/V2Api.md#decrypt) | **POST** /decrypt |
107
+ *Akeyless::V2Api* | [**decrypt_gpg**](docs/V2Api.md#decrypt_gpg) | **POST** /decrypt-gpg |
106
108
  *Akeyless::V2Api* | [**decrypt_pkcs1**](docs/V2Api.md#decrypt_pkcs1) | **POST** /decrypt-pkcs1 |
107
109
  *Akeyless::V2Api* | [**decrypt_with_classic_key**](docs/V2Api.md#decrypt_with_classic_key) | **POST** /decrypt-with-classic-key |
108
110
  *Akeyless::V2Api* | [**delete_auth_method**](docs/V2Api.md#delete_auth_method) | **POST** /delete-auth-method |
@@ -122,6 +124,7 @@ Class | Method | HTTP request | Description
122
124
  *Akeyless::V2Api* | [**describe_sub_claims**](docs/V2Api.md#describe_sub_claims) | **POST** /describe-sub-claims |
123
125
  *Akeyless::V2Api* | [**detokenize**](docs/V2Api.md#detokenize) | **POST** /detokenize |
124
126
  *Akeyless::V2Api* | [**encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt |
127
+ *Akeyless::V2Api* | [**encrypt_gpg**](docs/V2Api.md#encrypt_gpg) | **POST** /encrypt-gpg |
125
128
  *Akeyless::V2Api* | [**encrypt_with_classic_key**](docs/V2Api.md#encrypt_with_classic_key) | **POST** /encrypt-with-classic-key |
126
129
  *Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
127
130
  *Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
@@ -195,10 +198,12 @@ Class | Method | HTTP request | Description
195
198
  *Akeyless::V2Api* | [**gateway_update_producer_rdp**](docs/V2Api.md#gateway_update_producer_rdp) | **POST** /gateway-update-producer-rdp |
196
199
  *Akeyless::V2Api* | [**gateway_update_producer_redshift**](docs/V2Api.md#gateway_update_producer_redshift) | **POST** /gateway-update-producer-redshift |
197
200
  *Akeyless::V2Api* | [**gateway_update_producer_snowflake**](docs/V2Api.md#gateway_update_producer_snowflake) | **POST** /gateway-update-producer-snowflake |
201
+ *Akeyless::V2Api* | [**gateway_update_tls_cert**](docs/V2Api.md#gateway_update_tls_cert) | **POST** /gateway-update-tls-cert |
198
202
  *Akeyless::V2Api* | [**gateway_update_tmp_users**](docs/V2Api.md#gateway_update_tmp_users) | **POST** /gateway-update-producer-tmp-creds |
199
203
  *Akeyless::V2Api* | [**get_account_logo**](docs/V2Api.md#get_account_logo) | **POST** /get-account-logo |
200
204
  *Akeyless::V2Api* | [**get_account_settings**](docs/V2Api.md#get_account_settings) | **POST** /get-account-settings |
201
205
  *Akeyless::V2Api* | [**get_auth_method**](docs/V2Api.md#get_auth_method) | **POST** /get-auth-method |
206
+ *Akeyless::V2Api* | [**get_certificate_value**](docs/V2Api.md#get_certificate_value) | **POST** /get-certificate-value |
202
207
  *Akeyless::V2Api* | [**get_dynamic_secret_value**](docs/V2Api.md#get_dynamic_secret_value) | **POST** /get-dynamic-secret-value |
203
208
  *Akeyless::V2Api* | [**get_event_forwarder**](docs/V2Api.md#get_event_forwarder) | **POST** /get-event-forwarder |
204
209
  *Akeyless::V2Api* | [**get_kube_exec_creds**](docs/V2Api.md#get_kube_exec_creds) | **POST** /get-kube-exec-creds |
@@ -243,6 +248,7 @@ Class | Method | HTTP request | Description
243
248
  *Akeyless::V2Api* | [**set_item_state**](docs/V2Api.md#set_item_state) | **POST** /set-item-state |
244
249
  *Akeyless::V2Api* | [**set_role_rule**](docs/V2Api.md#set_role_rule) | **POST** /set-role-rule |
245
250
  *Akeyless::V2Api* | [**share_item**](docs/V2Api.md#share_item) | **POST** /share-item |
251
+ *Akeyless::V2Api* | [**sign_gpg**](docs/V2Api.md#sign_gpg) | **POST** /sign-gpg |
246
252
  *Akeyless::V2Api* | [**sign_jwt_with_classic_key**](docs/V2Api.md#sign_jwt_with_classic_key) | **POST** /sign-jwt-with-classic-key |
247
253
  *Akeyless::V2Api* | [**sign_pkcs1**](docs/V2Api.md#sign_pkcs1) | **POST** /sign-pkcs1 |
248
254
  *Akeyless::V2Api* | [**sign_pki_cert_with_classic_key**](docs/V2Api.md#sign_pki_cert_with_classic_key) | **POST** /sign-pki-cert-with-classic-key |
@@ -270,6 +276,7 @@ Class | Method | HTTP request | Description
270
276
  *Akeyless::V2Api* | [**update_aws_target**](docs/V2Api.md#update_aws_target) | **POST** /update-aws-target |
271
277
  *Akeyless::V2Api* | [**update_aws_target_details**](docs/V2Api.md#update_aws_target_details) | **POST** /update-aws-target-details |
272
278
  *Akeyless::V2Api* | [**update_azure_target**](docs/V2Api.md#update_azure_target) | **POST** /update-azure-target |
279
+ *Akeyless::V2Api* | [**update_certificate_value**](docs/V2Api.md#update_certificate_value) | **POST** /update-certificate-value |
273
280
  *Akeyless::V2Api* | [**update_db_target**](docs/V2Api.md#update_db_target) | **POST** /update-db-target |
274
281
  *Akeyless::V2Api* | [**update_db_target_details**](docs/V2Api.md#update_db_target_details) | **POST** /update-db-target-details |
275
282
  *Akeyless::V2Api* | [**update_dockerhub_target**](docs/V2Api.md#update_dockerhub_target) | **POST** /update-dockerhub-target |
@@ -300,6 +307,7 @@ Class | Method | HTTP request | Description
300
307
  *Akeyless::V2Api* | [**update_web_target_details**](docs/V2Api.md#update_web_target_details) | **POST** /update-web-target-details |
301
308
  *Akeyless::V2Api* | [**upload_rsa**](docs/V2Api.md#upload_rsa) | **POST** /upload-rsa |
302
309
  *Akeyless::V2Api* | [**validate_token**](docs/V2Api.md#validate_token) | **POST** /validate-token |
310
+ *Akeyless::V2Api* | [**verify_gpg**](docs/V2Api.md#verify_gpg) | **POST** /verify-gpg |
303
311
  *Akeyless::V2Api* | [**verify_jwt_with_classic_key**](docs/V2Api.md#verify_jwt_with_classic_key) | **POST** /verify-jwt-with-classic-key |
304
312
  *Akeyless::V2Api* | [**verify_pkcs1**](docs/V2Api.md#verify_pkcs1) | **POST** /verify-pkcs1 |
305
313
  *Akeyless::V2Api* | [**verify_pki_cert_with_classic_key**](docs/V2Api.md#verify_pki_cert_with_classic_key) | **POST** /verify-pki-cert-with-classic-key |
@@ -379,6 +387,8 @@ Class | Method | HTTP request | Description
379
387
  - [Akeyless::CreateAuthMethodUniversalIdentityOutput](docs/CreateAuthMethodUniversalIdentityOutput.md)
380
388
  - [Akeyless::CreateAzureTarget](docs/CreateAzureTarget.md)
381
389
  - [Akeyless::CreateAzureTargetOutput](docs/CreateAzureTargetOutput.md)
390
+ - [Akeyless::CreateCertificate](docs/CreateCertificate.md)
391
+ - [Akeyless::CreateCertificateOutput](docs/CreateCertificateOutput.md)
382
392
  - [Akeyless::CreateClassicKey](docs/CreateClassicKey.md)
383
393
  - [Akeyless::CreateClassicKeyOutput](docs/CreateClassicKeyOutput.md)
384
394
  - [Akeyless::CreateDBTarget](docs/CreateDBTarget.md)
@@ -434,6 +444,8 @@ Class | Method | HTTP request | Description
434
444
  - [Akeyless::Decrypt](docs/Decrypt.md)
435
445
  - [Akeyless::DecryptFile](docs/DecryptFile.md)
436
446
  - [Akeyless::DecryptFileOutput](docs/DecryptFileOutput.md)
447
+ - [Akeyless::DecryptGPG](docs/DecryptGPG.md)
448
+ - [Akeyless::DecryptGPGOutput](docs/DecryptGPGOutput.md)
437
449
  - [Akeyless::DecryptOutput](docs/DecryptOutput.md)
438
450
  - [Akeyless::DecryptPKCS1](docs/DecryptPKCS1.md)
439
451
  - [Akeyless::DecryptPKCS1Output](docs/DecryptPKCS1Output.md)
@@ -472,6 +484,8 @@ Class | Method | HTTP request | Description
472
484
  - [Akeyless::Encrypt](docs/Encrypt.md)
473
485
  - [Akeyless::EncryptFile](docs/EncryptFile.md)
474
486
  - [Akeyless::EncryptFileOutput](docs/EncryptFileOutput.md)
487
+ - [Akeyless::EncryptGPG](docs/EncryptGPG.md)
488
+ - [Akeyless::EncryptGPGOutput](docs/EncryptGPGOutput.md)
475
489
  - [Akeyless::EncryptOutput](docs/EncryptOutput.md)
476
490
  - [Akeyless::EncryptWithClassicKey](docs/EncryptWithClassicKey.md)
477
491
  - [Akeyless::EncryptWithClassicKeyOutput](docs/EncryptWithClassicKeyOutput.md)
@@ -621,6 +635,8 @@ Class | Method | HTTP request | Description
621
635
  - [Akeyless::GatewayUpdateProducerRedshiftOutput](docs/GatewayUpdateProducerRedshiftOutput.md)
622
636
  - [Akeyless::GatewayUpdateProducerSnowflake](docs/GatewayUpdateProducerSnowflake.md)
623
637
  - [Akeyless::GatewayUpdateProducerSnowflakeOutput](docs/GatewayUpdateProducerSnowflakeOutput.md)
638
+ - [Akeyless::GatewayUpdateTlsCert](docs/GatewayUpdateTlsCert.md)
639
+ - [Akeyless::GatewayUpdateTlsCertOutput](docs/GatewayUpdateTlsCertOutput.md)
624
640
  - [Akeyless::GatewayUpdateTmpUsers](docs/GatewayUpdateTmpUsers.md)
625
641
  - [Akeyless::GatewaysListResponse](docs/GatewaysListResponse.md)
626
642
  - [Akeyless::GenCustomerFragment](docs/GenCustomerFragment.md)
@@ -628,6 +644,8 @@ Class | Method | HTTP request | Description
628
644
  - [Akeyless::GetAccountSettings](docs/GetAccountSettings.md)
629
645
  - [Akeyless::GetAccountSettingsCommandOutput](docs/GetAccountSettingsCommandOutput.md)
630
646
  - [Akeyless::GetAuthMethod](docs/GetAuthMethod.md)
647
+ - [Akeyless::GetCertificateValue](docs/GetCertificateValue.md)
648
+ - [Akeyless::GetCertificateValueOutput](docs/GetCertificateValueOutput.md)
631
649
  - [Akeyless::GetDynamicSecretValue](docs/GetDynamicSecretValue.md)
632
650
  - [Akeyless::GetEventForwarder](docs/GetEventForwarder.md)
633
651
  - [Akeyless::GetEventForwarderOutput](docs/GetEventForwarderOutput.md)
@@ -762,6 +780,8 @@ Class | Method | HTTP request | Description
762
780
  - [Akeyless::SetItemState](docs/SetItemState.md)
763
781
  - [Akeyless::SetRoleRule](docs/SetRoleRule.md)
764
782
  - [Akeyless::ShareItem](docs/ShareItem.md)
783
+ - [Akeyless::SignGPG](docs/SignGPG.md)
784
+ - [Akeyless::SignGPGOutput](docs/SignGPGOutput.md)
765
785
  - [Akeyless::SignJWTOutput](docs/SignJWTOutput.md)
766
786
  - [Akeyless::SignJWTWithClassicKey](docs/SignJWTWithClassicKey.md)
767
787
  - [Akeyless::SignPKCS1](docs/SignPKCS1.md)
@@ -822,6 +842,8 @@ Class | Method | HTTP request | Description
822
842
  - [Akeyless::UpdateAuthMethodUniversalIdentity](docs/UpdateAuthMethodUniversalIdentity.md)
823
843
  - [Akeyless::UpdateAzureTarget](docs/UpdateAzureTarget.md)
824
844
  - [Akeyless::UpdateAzureTargetOutput](docs/UpdateAzureTargetOutput.md)
845
+ - [Akeyless::UpdateCertificateOutput](docs/UpdateCertificateOutput.md)
846
+ - [Akeyless::UpdateCertificateValue](docs/UpdateCertificateValue.md)
825
847
  - [Akeyless::UpdateDBTarget](docs/UpdateDBTarget.md)
826
848
  - [Akeyless::UpdateDBTargetDetails](docs/UpdateDBTargetDetails.md)
827
849
  - [Akeyless::UpdateDBTargetOutput](docs/UpdateDBTargetOutput.md)
@@ -876,6 +898,7 @@ Class | Method | HTTP request | Description
876
898
  - [Akeyless::ValidateToken](docs/ValidateToken.md)
877
899
  - [Akeyless::ValidateTokenOutput](docs/ValidateTokenOutput.md)
878
900
  - [Akeyless::VaultlessTokenizerInfo](docs/VaultlessTokenizerInfo.md)
901
+ - [Akeyless::VerifyGPG](docs/VerifyGPG.md)
879
902
  - [Akeyless::VerifyJWTOutput](docs/VerifyJWTOutput.md)
880
903
  - [Akeyless::VerifyJWTWithClassicKey](docs/VerifyJWTWithClassicKey.md)
881
904
  - [Akeyless::VerifyPKCS1](docs/VerifyPKCS1.md)
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **disable_previous_key_version** | **Boolean** | Automatically disable previous key version (required for azure targets) | [optional] |
7
8
  | **json** | **Boolean** | Set output format to JSON | [optional] |
8
9
  | **key_operations** | **Array<String>** | A list of allowed operations for the key (required for azure targets) | [optional] |
9
10
  | **keyring_name** | **String** | Keyring name of the GCP KMS (required for gcp targets) | [optional] |
@@ -26,6 +27,7 @@
26
27
  require 'akeyless'
27
28
 
28
29
  instance = Akeyless::AssocTargetItem.new(
30
+ disable_previous_key_version: null,
29
31
  json: null,
30
32
  key_operations: null,
31
33
  keyring_name: null,
@@ -0,0 +1,40 @@
1
+ # Akeyless::CreateCertificate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **certificate_data** | **String** | Content of the certificate PEM in a Base64 format. | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
10
+ | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
12
+ | **key** | **String** | The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) | [optional] |
13
+ | **key_data** | **String** | Content of the certificate's private key PEM in a Base64 format. | [optional] |
14
+ | **metadata** | **String** | Deprecated - use description | [optional] |
15
+ | **name** | **String** | Certificate name | |
16
+ | **tags** | **Array<String>** | List of the tags attached to this certificate | [optional] |
17
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::CreateCertificate.new(
26
+ certificate_data: null,
27
+ delete_protection: null,
28
+ description: null,
29
+ expiration_event_in: null,
30
+ json: null,
31
+ key: null,
32
+ key_data: null,
33
+ metadata: null,
34
+ name: null,
35
+ tags: null,
36
+ token: null,
37
+ uid_token: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::CreateCertificateOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::CreateCertificateOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+
@@ -4,12 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **alg** | **String** | Classic Key type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, RSA1024, RSA2048, RSA3072, RSA4096, EC256, EC384] | |
7
+ | **alg** | **String** | Classic Key type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, RSA1024, RSA2048, RSA3072, RSA4096, EC256, EC384, GPG] | |
8
8
  | **cert_file_data** | **String** | Certificate in a PEM format. | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
11
+ | **gpg_alg** | **String** | gpg alg: Relevant only if GPG key type selected; options: [RSA1024, RSA2048, RSA3072, RSA4096, Ed25519] | [optional] |
10
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
13
  | **key_data** | **String** | Base64-encoded classic key value | [optional] |
12
- | **metadata** | **String** | Metadata about the classic key | [optional] |
14
+ | **metadata** | **String** | Deprecated - use description | [optional] |
13
15
  | **name** | **String** | ClassicKey name | |
14
16
  | **protection_key_name** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
15
17
  | **tags** | **Array<String>** | List of the tags attached to this classic key | [optional] |
@@ -25,6 +27,8 @@ instance = Akeyless::CreateClassicKey.new(
25
27
  alg: null,
26
28
  cert_file_data: null,
27
29
  delete_protection: null,
30
+ description: null,
31
+ gpg_alg: null,
28
32
  json: null,
29
33
  key_data: null,
30
34
  metadata: null,
@@ -23,6 +23,8 @@
23
23
  | **port** | **String** | | [optional] |
24
24
  | **pwd** | **String** | | [optional] |
25
25
  | **snowflake_account** | **String** | | [optional] |
26
+ | **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
27
+ | **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
26
28
  | **ssl** | **Boolean** | SSL connection mode | [optional] |
27
29
  | **ssl_certificate** | **String** | SSL connection certificate | [optional] |
28
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -54,6 +56,8 @@ instance = Akeyless::CreateDBTarget.new(
54
56
  port: null,
55
57
  pwd: null,
56
58
  snowflake_account: null,
59
+ snowflake_api_private_key: null,
60
+ snowflake_api_private_key_password: null,
57
61
  ssl: null,
58
62
  ssl_certificate: null,
59
63
  token: null,
data/docs/CreateDFCKey.md CHANGED
@@ -7,8 +7,9 @@
7
7
  | **alg** | **String** | DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096] | |
8
8
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment) | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
- | **metadata** | **String** | Metadata about the DFC key | [optional] |
12
+ | **metadata** | **String** | Deprecated - use description | [optional] |
12
13
  | **name** | **String** | DFCKey name | |
13
14
  | **split_level** | **Integer** | The number of fragments that the item will be split into (not includes customer fragment) | [optional][default to 3] |
14
15
  | **tag** | **Array<String>** | List of the tags attached to this DFC key | [optional] |
@@ -24,6 +25,7 @@ instance = Akeyless::CreateDFCKey.new(
24
25
  alg: null,
25
26
  customer_frg_id: null,
26
27
  delete_protection: null,
28
+ description: null,
27
29
  json: null,
28
30
  metadata: null,
29
31
  name: null,
@@ -5,9 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional] |
9
10
  | **key** | **String** | The name of a key that used to encrypt the dynamic secret values (if empty, the account default protectionKey key will be used) | [optional] |
10
- | **metadata** | **String** | Metadata about the dynamic secret | [optional][default to 'None'] |
11
+ | **metadata** | **String** | Deprecated - use description | [optional] |
11
12
  | **name** | **String** | Dynamic secret name | |
12
13
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
13
14
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -20,6 +21,7 @@ require 'akeyless'
20
21
 
21
22
  instance = Akeyless::CreateDynamicSecret.new(
22
23
  delete_protection: null,
24
+ description: null,
23
25
  json: null,
24
26
  key: null,
25
27
  metadata: null,
data/docs/CreateKey.md CHANGED
@@ -7,8 +7,9 @@
7
7
  | **alg** | **String** | Key type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096] | |
8
8
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to create the key (if empty, the key will be created independently of a customer fragment) | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
- | **metadata** | **String** | Metadata about the key | [optional] |
12
+ | **metadata** | **String** | Deprecated - use description | [optional] |
12
13
  | **name** | **String** | Key name | |
13
14
  | **split_level** | **Integer** | The number of fragments that the item will be split into (not includes customer fragment) | [optional][default to 2] |
14
15
  | **tag** | **Array<String>** | List of the tags attached to this key | [optional] |
@@ -24,6 +25,7 @@ instance = Akeyless::CreateKey.new(
24
25
  alg: null,
25
26
  customer_frg_id: null,
26
27
  delete_protection: null,
28
+ description: null,
27
29
  json: null,
28
30
  metadata: null,
29
31
  name: null,
@@ -12,10 +12,11 @@
12
12
  | **code_signing_flag** | **Boolean** | If set, certificates will be flagged for code signing use | [optional] |
13
13
  | **country** | **String** | A comma-separated list of countries that will be set in the issued certificate | [optional] |
14
14
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
15
+ | **description** | **String** | Description of the object | [optional] |
15
16
  | **json** | **Boolean** | Set output format to JSON | [optional] |
16
17
  | **key_usage** | **String** | key-usage | [optional][default to 'DigitalSignature,KeyAgreement,KeyEncipherment'] |
17
18
  | **locality** | **String** | A comma-separated list of localities that will be set in the issued certificate | [optional] |
18
- | **metadata** | **String** | A metadata about the issuer | [optional] |
19
+ | **metadata** | **String** | Deprecated - use description | [optional] |
19
20
  | **name** | **String** | PKI certificate issuer name | |
20
21
  | **not_enforce_hostnames** | **Boolean** | If set, any names are allowed for CN and SANs in the certificate and not only a valid host name | [optional] |
21
22
  | **not_require_cn** | **Boolean** | If set, clients can request certificates without a CN | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::CreatePKICertIssuer.new(
45
46
  code_signing_flag: null,
46
47
  country: null,
47
48
  delete_protection: null,
49
+ description: null,
48
50
  json: null,
49
51
  key_usage: null,
50
52
  locality: null,
@@ -12,10 +12,11 @@
12
12
  | **aws_region** | **String** | Region (used in aws) | [optional][default to 'us-east-2'] |
13
13
  | **custom_payload** | **String** | | [optional] |
14
14
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
15
+ | **description** | **String** | Description of the object | [optional] |
15
16
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
16
17
  | **json** | **Boolean** | Set output format to JSON | [optional] |
17
18
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
18
- | **metadata** | **String** | Metadata about the secret | [optional] |
19
+ | **metadata** | **String** | Deprecated - use description | [optional] |
19
20
  | **name** | **String** | Secret name | |
20
21
  | **rotated_password** | **String** | | [optional] |
21
22
  | **rotated_username** | **String** | | [optional] |
@@ -61,6 +62,7 @@ instance = Akeyless::CreateRotatedSecret.new(
61
62
  aws_region: null,
62
63
  custom_payload: null,
63
64
  delete_protection: null,
65
+ description: null,
64
66
  gcp_key: null,
65
67
  json: null,
66
68
  key: null,
@@ -6,9 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **allowed_users** | **String** | Users allowed to fetch the certificate, e.g root,ubuntu | |
8
8
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
9
10
  | **extensions** | **Hash<String, String>** | Signed certificates with extensions, e.g permit-port-forwarding=\\\"\\\" | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
- | **metadata** | **String** | A metadata about the issuer | [optional] |
12
+ | **metadata** | **String** | Deprecated - use description | [optional] |
12
13
  | **name** | **String** | SSH certificate issuer name | |
13
14
  | **principals** | **String** | Signed certificates with principal, e.g example_role1,example_role2 | [optional] |
14
15
  | **secure_access_bastion_api** | **String** | | [optional] |
@@ -31,6 +32,7 @@ require 'akeyless'
31
32
  instance = Akeyless::CreateSSHCertIssuer.new(
32
33
  allowed_users: null,
33
34
  delete_protection: null,
35
+ description: null,
34
36
  extensions: null,
35
37
  json: null,
36
38
  metadata: null,
data/docs/CreateSecret.md CHANGED
@@ -6,8 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
8
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional] |
10
- | **metadata** | **String** | Metadata about the secret | [optional] |
11
+ | **metadata** | **String** | Deprecated - use description | [optional] |
11
12
  | **multiline_value** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
12
13
  | **name** | **String** | Secret name | |
13
14
  | **password_manager_custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
@@ -37,6 +38,7 @@ require 'akeyless'
37
38
  instance = Akeyless::CreateSecret.new(
38
39
  accessibility: null,
39
40
  delete_protection: null,
41
+ description: null,
40
42
  json: null,
41
43
  metadata: null,
42
44
  multiline_value: null,
@@ -7,10 +7,11 @@
7
7
  | **alphabet** | **String** | Alphabet to use in regexp vaultless tokenization | [optional] |
8
8
  | **decoding_template** | **String** | The Decoding output template to use in regexp vaultless tokenization | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **encoding_template** | **String** | The Encoding output template to use in regexp vaultless tokenization | [optional] |
11
12
  | **encryption_key_name** | **String** | AES key name to use in vaultless tokenization | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional] |
13
- | **metadata** | **String** | A metadata about the tokenizer | [optional] |
14
+ | **metadata** | **String** | Deprecated - use description | [optional] |
14
15
  | **name** | **String** | Tokenizer name | |
15
16
  | **pattern** | **String** | Pattern to use in regexp vaultless tokenization | [optional] |
16
17
  | **tag** | **Array<String>** | List of the tags attached to this key | [optional] |
@@ -29,6 +30,7 @@ instance = Akeyless::CreateTokenizer.new(
29
30
  alphabet: null,
30
31
  decoding_template: null,
31
32
  delete_protection: null,
33
+ description: null,
32
34
  encoding_template: null,
33
35
  encryption_key_name: null,
34
36
  json: null,
@@ -52,6 +52,8 @@
52
52
  | **db_max_open_conns** | **String** | | [optional] |
53
53
  | **db_name** | **String** | | [optional] |
54
54
  | **db_port** | **String** | | [optional] |
55
+ | **db_private_key** | **String** | (Optional) Private Key in PEM format | [optional] |
56
+ | **db_private_key_passphrase** | **String** | | [optional] |
55
57
  | **db_pwd** | **String** | | [optional] |
56
58
  | **db_server_certificates** | **String** | (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. | [optional] |
57
59
  | **db_server_name** | **String** | (Optional) ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. | [optional] |
@@ -102,9 +104,11 @@
102
104
  | **implementation_type** | **String** | | [optional] |
103
105
  | **is_fixed_user** | **String** | | [optional] |
104
106
  | **item_targets_assoc** | [**Array<ItemTargetAssociation>**](ItemTargetAssociation.md) | | [optional] |
107
+ | **k8s_allowed_namespaces** | **String** | comma-separated list of allowed namespaces. Can hold just * which signifies that any namespace is allowed | [optional] |
105
108
  | **k8s_bearer_token** | **String** | | [optional] |
106
109
  | **k8s_cluster_ca_certificate** | **String** | | [optional] |
107
110
  | **k8s_cluster_endpoint** | **String** | | [optional] |
111
+ | **k8s_dynamic_mode** | **Boolean** | 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 | [optional] |
108
112
  | **k8s_namespace** | **String** | | [optional] |
109
113
  | **k8s_service_account** | **String** | | [optional] |
110
114
  | **last_admin_rotation** | **Integer** | | [optional] |
@@ -237,6 +241,8 @@ instance = Akeyless::DSProducerDetails.new(
237
241
  db_max_open_conns: null,
238
242
  db_name: null,
239
243
  db_port: null,
244
+ db_private_key: null,
245
+ db_private_key_passphrase: null,
240
246
  db_pwd: null,
241
247
  db_server_certificates: null,
242
248
  db_server_name: null,
@@ -287,9 +293,11 @@ instance = Akeyless::DSProducerDetails.new(
287
293
  implementation_type: null,
288
294
  is_fixed_user: null,
289
295
  item_targets_assoc: null,
296
+ k8s_allowed_namespaces: null,
290
297
  k8s_bearer_token: null,
291
298
  k8s_cluster_ca_certificate: null,
292
299
  k8s_cluster_endpoint: null,
300
+ k8s_dynamic_mode: null,
293
301
  k8s_namespace: null,
294
302
  k8s_service_account: null,
295
303
  last_admin_rotation: null,
@@ -0,0 +1,34 @@
1
+ # Akeyless::DecryptGPG
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ciphertext** | **String** | Ciphertext to be decrypted in base64 encoded format | |
8
+ | **display_id** | **String** | The display id of the key to use in the decryption process | [optional] |
9
+ | **item_id** | **Integer** | The item id of the key to use in the decryption process | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
11
+ | **key_name** | **String** | The name of the key to use in the decryption process | |
12
+ | **output_format** | **String** | If specified, the output will be formatted accordingly. options: [base64] | [optional] |
13
+ | **passphrase** | **String** | Passphrase that was used to generate the key | [optional] |
14
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'akeyless'
21
+
22
+ instance = Akeyless::DecryptGPG.new(
23
+ ciphertext: null,
24
+ display_id: null,
25
+ item_id: null,
26
+ json: null,
27
+ key_name: null,
28
+ output_format: null,
29
+ passphrase: null,
30
+ token: null,
31
+ uid_token: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::DecryptGPGOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **result** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::DecryptGPGOutput.new(
15
+ result: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,32 @@
1
+ # Akeyless::EncryptGPG
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **display_id** | **String** | The display id of the key to use in the encryption process | [optional] |
8
+ | **input_format** | **String** | If specified, the plaintext input is assumed to be formatted accordingly. Current supported options: [base64] | [optional] |
9
+ | **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
11
+ | **key_name** | **String** | The name of the key to use in the encryption process | |
12
+ | **plaintext** | **String** | Data to be encrypted | |
13
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
14
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'akeyless'
20
+
21
+ instance = Akeyless::EncryptGPG.new(
22
+ display_id: null,
23
+ input_format: null,
24
+ item_id: null,
25
+ json: null,
26
+ key_name: null,
27
+ plaintext: null,
28
+ token: null,
29
+ uid_token: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::EncryptGPGOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **result** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::EncryptGPGOutput.new(
15
+ result: null
16
+ )
17
+ ```
18
+
@@ -11,6 +11,8 @@
11
11
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
13
13
  | **name** | **String** | Producer name | |
14
+ | **private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
15
+ | **private_key_passphrase** | **String** | The Private key passphrase | [optional] |
14
16
  | **role** | **String** | User role | [optional] |
15
17
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
16
18
  | **target_name** | **String** | Target name | [optional] |
@@ -32,6 +34,8 @@ instance = Akeyless::GatewayCreateProducerSnowflake.new(
32
34
  delete_protection: null,
33
35
  json: null,
34
36
  name: null,
37
+ private_key: null,
38
+ private_key_passphrase: null,
35
39
  role: null,
36
40
  tags: null,
37
41
  target_name: null,
@@ -10,12 +10,13 @@
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
11
11
  | **custom_payload** | **String** | | [optional] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
13
+ | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
13
14
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
14
15
  | **json** | **Boolean** | Set output format to JSON | [optional] |
15
16
  | **keep_prev_version** | **String** | | [optional] |
16
17
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
17
18
  | **name** | **String** | Item name | |
18
- | **new_metadata** | **String** | New item metadata | [optional][default to 'default_metadata'] |
19
+ | **new_metadata** | **String** | Deprecated - use description | [optional][default to 'default_metadata'] |
19
20
  | **new_name** | **String** | New item name | [optional] |
20
21
  | **new_version** | **Boolean** | Deprecated | [optional] |
21
22
  | **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
@@ -40,6 +41,7 @@ instance = Akeyless::GatewayUpdateItem.new(
40
41
  auto_rotate: null,
41
42
  custom_payload: null,
42
43
  delete_protection: null,
44
+ description: null,
43
45
  gcp_key: null,
44
46
  json: null,
45
47
  keep_prev_version: null,