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
data/docs/SignGPG.md ADDED
@@ -0,0 +1,32 @@
1
+ # Akeyless::SignGPG
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
+ | **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
9
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
10
+ | **key_name** | **String** | The name of the key to use in the encryption process | |
11
+ | **message** | **String** | The message to be signed in base64 format | |
12
+ | **passphrase** | **String** | Passphrase that was used to generate the key | [optional] |
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::SignGPG.new(
22
+ display_id: null,
23
+ item_id: null,
24
+ json: null,
25
+ key_name: null,
26
+ message: null,
27
+ passphrase: null,
28
+ token: null,
29
+ uid_token: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::SignGPGOutput
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::SignGPGOutput.new(
15
+ result: null
16
+ )
17
+ ```
18
+
@@ -4,11 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **administrative_port** | **String** | | [optional] |
7
8
  | **app_private_key** | **Array<Integer>** | params needed for jwt auth AppPrivateKey is the rsa private key in PEM format | [optional] |
8
9
  | **artifactory_admin_apikey** | **String** | | [optional] |
9
10
  | **artifactory_admin_username** | **String** | | [optional] |
10
11
  | **artifactory_base_url** | **String** | | [optional] |
11
12
  | **auth_flow** | **String** | | [optional] |
13
+ | **authorization_port** | **String** | | [optional] |
12
14
  | **aws_access_key_id** | **String** | | [optional] |
13
15
  | **aws_region** | **String** | | [optional] |
14
16
  | **aws_secret_access_key** | **String** | | [optional] |
@@ -32,6 +34,8 @@
32
34
  | **db_host_name** | **String** | | [optional] |
33
35
  | **db_name** | **String** | | [optional] |
34
36
  | **db_port** | **String** | | [optional] |
37
+ | **db_private_key** | **String** | (Optional) Private Key in PEM format | [optional] |
38
+ | **db_private_key_passphrase** | **String** | | [optional] |
35
39
  | **db_pwd** | **String** | | [optional] |
36
40
  | **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] |
37
41
  | **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] |
@@ -76,9 +80,11 @@
76
80
  | **mongodb_username** | **String** | | [optional] |
77
81
  | **password** | **String** | | [optional] |
78
82
  | **payload** | **String** | | [optional] |
83
+ | **ping_url** | **String** | | [optional] |
79
84
  | **port** | **String** | | [optional] |
80
85
  | **private_key** | **String** | | [optional] |
81
86
  | **private_key_password** | **String** | | [optional] |
87
+ | **privileged_user** | **String** | | [optional] |
82
88
  | **rabbitmq_server_password** | **String** | | [optional] |
83
89
  | **rabbitmq_server_uri** | **String** | | [optional] |
84
90
  | **rabbitmq_server_user** | **String** | | [optional] |
@@ -90,6 +96,7 @@
90
96
  | **url** | **String** | | [optional] |
91
97
  | **use_gw_cloud_identity** | **Boolean** | | [optional] |
92
98
  | **user_name** | **String** | | [optional] |
99
+ | **user_password** | **String** | | [optional] |
93
100
  | **username** | **String** | | [optional] |
94
101
  | **venafi_api_key** | **String** | | [optional] |
95
102
  | **venafi_base_url** | **String** | | [optional] |
@@ -104,11 +111,13 @@
104
111
  require 'akeyless'
105
112
 
106
113
  instance = Akeyless::TargetTypeDetailsInput.new(
114
+ administrative_port: null,
107
115
  app_private_key: null,
108
116
  artifactory_admin_apikey: null,
109
117
  artifactory_admin_username: null,
110
118
  artifactory_base_url: null,
111
119
  auth_flow: null,
120
+ authorization_port: null,
112
121
  aws_access_key_id: null,
113
122
  aws_region: null,
114
123
  aws_secret_access_key: null,
@@ -132,6 +141,8 @@ instance = Akeyless::TargetTypeDetailsInput.new(
132
141
  db_host_name: null,
133
142
  db_name: null,
134
143
  db_port: null,
144
+ db_private_key: null,
145
+ db_private_key_passphrase: null,
135
146
  db_pwd: null,
136
147
  db_server_certificates: null,
137
148
  db_server_name: null,
@@ -176,9 +187,11 @@ instance = Akeyless::TargetTypeDetailsInput.new(
176
187
  mongodb_username: null,
177
188
  password: null,
178
189
  payload: null,
190
+ ping_url: null,
179
191
  port: null,
180
192
  private_key: null,
181
193
  private_key_password: null,
194
+ privileged_user: null,
182
195
  rabbitmq_server_password: null,
183
196
  rabbitmq_server_uri: null,
184
197
  rabbitmq_server_user: null,
@@ -190,6 +203,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
190
203
  url: null,
191
204
  use_gw_cloud_identity: null,
192
205
  user_name: null,
206
+ user_password: null,
193
207
  username: null,
194
208
  venafi_api_key: null,
195
209
  venafi_base_url: null,
@@ -25,6 +25,8 @@
25
25
  | **port** | **String** | | [optional] |
26
26
  | **pwd** | **String** | | [optional] |
27
27
  | **snowflake_account** | **String** | | [optional] |
28
+ | **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
29
+ | **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
28
30
  | **ssl** | **Boolean** | SSL connection mode | [optional] |
29
31
  | **ssl_certificate** | **String** | SSL connection certificate | [optional] |
30
32
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -59,6 +61,8 @@ instance = Akeyless::UpdateDBTarget.new(
59
61
  port: null,
60
62
  pwd: null,
61
63
  snowflake_account: null,
64
+ snowflake_api_private_key: null,
65
+ snowflake_api_private_key_password: null,
62
66
  ssl: null,
63
67
  ssl_certificate: null,
64
68
  token: null,
data/docs/UpdateItem.md CHANGED
@@ -8,9 +8,10 @@
8
8
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
9
9
  | **cert_file_data** | **String** | PEM Certificate in a Base64 format. Used for updating RSA keys' certificates. | [optional] |
10
10
  | **delete_protection** | **String** | | [optional] |
11
+ | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
12
13
  | **name** | **String** | Current item name | |
13
- | **new_metadata** | **String** | New item metadata | [optional][default to 'default_metadata'] |
14
+ | **new_metadata** | **String** | Deprecated - use description | [optional][default to 'default_metadata'] |
14
15
  | **new_name** | **String** | New item name | [optional] |
15
16
  | **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
16
17
  | **secure_access_add_host** | **Array<String>** | | [optional] |
@@ -50,6 +51,7 @@ instance = Akeyless::UpdateItem.new(
50
51
  add_tag: null,
51
52
  cert_file_data: null,
52
53
  delete_protection: null,
54
+ description: null,
53
55
  json: null,
54
56
  name: null,
55
57
  new_metadata: null,
@@ -12,10 +12,11 @@
12
12
  | **client_flag** | **Boolean** | If set, certificates will be flagged for client auth use | [optional] |
13
13
  | **code_signing_flag** | **Boolean** | If set, certificates will be flagged for code signing use | [optional] |
14
14
  | **country** | **String** | A comma-separated list of the country that will be set in the issued certificate | [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 the locality 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
  | **new_name** | **String** | New item name | [optional] |
21
22
  | **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] |
@@ -46,6 +47,7 @@ instance = Akeyless::UpdatePKICertIssuer.new(
46
47
  client_flag: null,
47
48
  code_signing_flag: null,
48
49
  country: null,
50
+ description: null,
49
51
  json: null,
50
52
  key_usage: null,
51
53
  locality: null,
@@ -0,0 +1,44 @@
1
+ # Akeyless::UpdatePingTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **administrative_port** | **String** | Ping Federate administrative port | [optional][default to '9999'] |
8
+ | **authorization_port** | **String** | Ping Federate authorization port | [optional][default to '9031'] |
9
+ | **comment** | **String** | Comment about the target | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
11
+ | **keep_prev_version** | **String** | | [optional] |
12
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
13
+ | **name** | **String** | Target name | |
14
+ | **new_name** | **String** | New target name | [optional] |
15
+ | **password** | **String** | Ping Federate privileged user password | [optional] |
16
+ | **ping_url** | **String** | Ping URL | [optional] |
17
+ | **privileged_user** | **String** | Ping Federate privileged user | [optional] |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
20
+ | **update_version** | **Boolean** | Deprecated | [optional] |
21
+
22
+ ## Example
23
+
24
+ ```ruby
25
+ require 'akeyless'
26
+
27
+ instance = Akeyless::UpdatePingTarget.new(
28
+ administrative_port: null,
29
+ authorization_port: null,
30
+ comment: null,
31
+ json: null,
32
+ keep_prev_version: null,
33
+ key: null,
34
+ name: null,
35
+ new_name: null,
36
+ password: null,
37
+ ping_url: null,
38
+ privileged_user: null,
39
+ token: null,
40
+ uid_token: null,
41
+ update_version: null
42
+ )
43
+ ```
44
+
@@ -10,15 +10,17 @@
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
11
11
  | **aws_region** | **String** | Region (used in aws) | [optional][default to 'us-east-2'] |
12
12
  | **custom_payload** | **String** | | [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** | Secret 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] |
23
+ | **rotate_after_disconnect** | **String** | Rotate the value of the secret after SRA session ends | [optional][default to 'false'] |
22
24
  | **rotated_password** | **String** | | [optional] |
23
25
  | **rotated_username** | **String** | | [optional] |
24
26
  | **rotation_hour** | **Integer** | | [optional] |
@@ -56,6 +58,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
56
58
  auto_rotate: null,
57
59
  aws_region: null,
58
60
  custom_payload: null,
61
+ description: null,
59
62
  gcp_key: null,
60
63
  json: null,
61
64
  keep_prev_version: null,
@@ -65,6 +68,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
65
68
  new_name: null,
66
69
  new_version: null,
67
70
  rm_tag: null,
71
+ rotate_after_disconnect: null,
68
72
  rotated_password: null,
69
73
  rotated_username: null,
70
74
  rotation_hour: null,
@@ -6,9 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **allowed_users** | **String** | Users allowed to fetch the certificate, e.g root,ubuntu | |
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
  | **new_name** | **String** | New item name | [optional] |
14
15
  | **principals** | **String** | Signed certificates with principal, e.g example_role1,example_role2 | [optional] |
@@ -32,6 +33,7 @@ require 'akeyless'
32
33
  instance = Akeyless::UpdateSSHCertIssuer.new(
33
34
  add_tag: null,
34
35
  allowed_users: null,
36
+ description: null,
35
37
  extensions: null,
36
38
  json: null,
37
39
  metadata: null,
data/docs/UploadPKCS12.md CHANGED
@@ -6,9 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) | [optional] |
8
8
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
9
10
  | **_in** | **String** | PKCS#12 input file (private key and certificate only) | |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
- | **metadata** | **String** | A metadata about the key | [optional] |
12
+ | **metadata** | **String** | Deprecated - use description | [optional] |
12
13
  | **name** | **String** | Name of key to be created | |
13
14
  | **passphrase** | **String** | Passphrase to unlock the pkcs#12 bundle | |
14
15
  | **split_level** | **Integer** | The number of fragments that the item will be split into | [optional][default to 2] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
  instance = Akeyless::UploadPKCS12.new(
25
26
  customer_frg_id: null,
26
27
  delete_protection: null,
28
+ description: null,
27
29
  _in: null,
28
30
  json: null,
29
31
  metadata: null,
data/docs/UploadRSA.md CHANGED
@@ -8,8 +8,9 @@
8
8
  | **cert_file_data** | **String** | Certificate in a PEM format. | [optional] |
9
9
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) | [optional] |
10
10
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
11
+ | **description** | **String** | Description of the object | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
12
- | **metadata** | **String** | A metadata about the key | [optional] |
13
+ | **metadata** | **String** | Deprecated - use description | [optional] |
13
14
  | **name** | **String** | Name of key to be created | |
14
15
  | **overwrite** | **String** | When the overwrite flag is set, this command will only update an existing key. [true, false] | [optional] |
15
16
  | **rsa_file_data** | **String** | RSA private key data, base64 encoded | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::UploadRSA.new(
28
29
  cert_file_data: null,
29
30
  customer_frg_id: null,
30
31
  delete_protection: null,
32
+ description: null,
31
33
  json: null,
32
34
  metadata: null,
33
35
  name: null,