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
@@ -12,6 +12,8 @@
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
13
13
  | **name** | **String** | Producer name | |
14
14
  | **new_name** | **String** | Producer name | [optional] |
15
+ | **private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
16
+ | **private_key_passphrase** | **String** | The Private key passphrase | [optional] |
15
17
  | **role** | **String** | User role | [optional] |
16
18
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
17
19
  | **target_name** | **String** | Target name | [optional] |
@@ -34,6 +36,8 @@ instance = Akeyless::GatewayUpdateProducerSnowflake.new(
34
36
  json: null,
35
37
  name: null,
36
38
  new_name: null,
39
+ private_key: null,
40
+ private_key_passphrase: null,
37
41
  role: null,
38
42
  tags: null,
39
43
  target_name: null,
@@ -0,0 +1,26 @@
1
+ # Akeyless::GatewayUpdateTlsCert
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cert_data** | **String** | TLS Certificate (base64 encoded) | [optional] |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
9
+ | **key_data** | **String** | TLS Private Key (base64 encoded) | [optional] |
10
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
11
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'akeyless'
17
+
18
+ instance = Akeyless::GatewayUpdateTlsCert.new(
19
+ cert_data: null,
20
+ json: null,
21
+ key_data: null,
22
+ token: null,
23
+ uid_token: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayUpdateTlsCertOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **updated** | **Boolean** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayUpdateTlsCertOutput.new(
15
+ updated: null
16
+ )
17
+ ```
18
+
@@ -4,8 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **description** | **String** | The Customer Fragment Description | [optional] |
7
+ | **description** | **String** | Description of the object | [optional] |
8
8
  | **json** | **Boolean** | Set output format to JSON | [optional] |
9
+ | **metadata** | **String** | Deprecated - use description | [optional] |
9
10
 
10
11
  ## Example
11
12
 
@@ -14,7 +15,8 @@ require 'akeyless'
14
15
 
15
16
  instance = Akeyless::GenCustomerFragment.new(
16
17
  description: null,
17
- json: null
18
+ json: null,
19
+ metadata: null
18
20
  )
19
21
  ```
20
22
 
@@ -0,0 +1,26 @@
1
+ # Akeyless::GetCertificateValue
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
8
+ | **name** | **String** | Certificate name | |
9
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
+ | **version** | **Integer** | Certificate version | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'akeyless'
17
+
18
+ instance = Akeyless::GetCertificateValue.new(
19
+ json: null,
20
+ name: null,
21
+ token: null,
22
+ uid_token: null,
23
+ version: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::GetCertificateValueOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **certificate_pem** | **String** | | [optional] |
8
+ | **private_key_pem** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::GetCertificateValueOutput.new(
16
+ certificate_pem: null,
17
+ private_key_pem: null
18
+ )
19
+ ```
20
+
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **allowed_urls_only** | **Boolean** | | [optional] |
7
8
  | **json** | **Boolean** | Set output format to JSON | [optional] |
8
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
10
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -14,6 +15,7 @@
14
15
  require 'akeyless'
15
16
 
16
17
  instance = Akeyless::ListSRABastions.new(
18
+ allowed_urls_only: null,
17
19
  json: null,
18
20
  token: null,
19
21
  uid_token: null
data/docs/RotateKey.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **json** | **Boolean** | Set output format to JSON | [optional] |
8
8
  | **name** | **String** | Key name | |
9
+ | **new_cert_pem_data** | **String** | The new pem encoded certificate for the classic key. relevant only for keys provided by user ('bring-your-own-key') | [optional] |
9
10
  | **new_key_data** | **String** | The new base64 encoded value for the classic key. relevant only for keys provided by user ('bring-your-own-key') | [optional] |
10
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
11
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -18,6 +19,7 @@ require 'akeyless'
18
19
  instance = Akeyless::RotateKey.new(
19
20
  json: null,
20
21
  name: null,
22
+ new_cert_pem_data: null,
21
23
  new_key_data: null,
22
24
  token: null,
23
25
  uid_token: null
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
+
@@ -32,6 +32,8 @@
32
32
  | **db_host_name** | **String** | | [optional] |
33
33
  | **db_name** | **String** | | [optional] |
34
34
  | **db_port** | **String** | | [optional] |
35
+ | **db_private_key** | **String** | (Optional) Private Key in PEM format | [optional] |
36
+ | **db_private_key_passphrase** | **String** | | [optional] |
35
37
  | **db_pwd** | **String** | | [optional] |
36
38
  | **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
39
  | **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] |
@@ -132,6 +134,8 @@ instance = Akeyless::TargetTypeDetailsInput.new(
132
134
  db_host_name: null,
133
135
  db_name: null,
134
136
  db_port: null,
137
+ db_private_key: null,
138
+ db_private_key_passphrase: null,
135
139
  db_pwd: null,
136
140
  db_server_certificates: null,
137
141
  db_server_name: null,
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateCertificateOutput
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::UpdateCertificateOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,32 @@
1
+ # Akeyless::UpdateCertificateValue
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
+ | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
9
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
10
+ | **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] |
11
+ | **key_data** | **String** | Content of the certificate's private key PEM in a Base64 format. | [optional] |
12
+ | **name** | **String** | Certificate name | |
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::UpdateCertificateValue.new(
22
+ certificate_data: null,
23
+ expiration_event_in: null,
24
+ json: null,
25
+ key: null,
26
+ key_data: null,
27
+ name: null,
28
+ token: null,
29
+ uid_token: null
30
+ )
31
+ ```
32
+
@@ -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,
@@ -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
  | **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] |
@@ -56,6 +57,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
56
57
  auto_rotate: null,
57
58
  aws_region: null,
58
59
  custom_payload: null,
60
+ description: null,
59
61
  gcp_key: null,
60
62
  json: null,
61
63
  keep_prev_version: 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,