akeyless 3.1.2 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/docs/CreateAWSTarget.md +3 -1
  4. data/docs/CreateArtifactoryTarget.md +3 -1
  5. data/docs/CreateAzureTarget.md +3 -1
  6. data/docs/CreateDBTarget.md +3 -1
  7. data/docs/CreateDockerhubTarget.md +3 -1
  8. data/docs/CreateEKSTarget.md +3 -1
  9. data/docs/CreateEventForwarder.md +3 -1
  10. data/docs/CreateGKETarget.md +3 -1
  11. data/docs/CreateGcpTarget.md +3 -1
  12. data/docs/CreateGithubTarget.md +3 -1
  13. data/docs/CreateLdapTarget.md +3 -1
  14. data/docs/CreateNativeK8STarget.md +3 -1
  15. data/docs/CreatePingTarget.md +40 -0
  16. data/docs/CreatePingTargetOutput.md +18 -0
  17. data/docs/CreateRabbitMQTarget.md +3 -1
  18. data/docs/CreateRole.md +3 -1
  19. data/docs/CreateRotatedSecret.md +2 -0
  20. data/docs/CreateSSHTarget.md +3 -1
  21. data/docs/CreateSalesforceTarget.md +3 -1
  22. data/docs/CreateWebTarget.md +3 -1
  23. data/docs/DSProducerDetails.md +40 -0
  24. data/docs/GatewayCreateProducerEks.md +1 -1
  25. data/docs/GatewayCreateProducerPing.md +66 -0
  26. data/docs/GatewayCreateProducerPingOutput.md +18 -0
  27. data/docs/GatewayUpdateProducerEks.md +1 -1
  28. data/docs/GatewayUpdateProducerPing.md +68 -0
  29. data/docs/GatewayUpdateProducerPingOutput.md +18 -0
  30. data/docs/GetKubeExecCreds.md +5 -3
  31. data/docs/GetPKICertificate.md +5 -3
  32. data/docs/ImporterInfo.md +20 -0
  33. data/docs/ItemGeneralInfo.md +2 -0
  34. data/docs/RequestAccess.md +3 -1
  35. data/docs/SecureRemoteAccess.md +2 -0
  36. data/docs/TargetTypeDetailsInput.md +10 -0
  37. data/docs/UidCreateChildToken.md +3 -1
  38. data/docs/UpdateAWSTarget.md +3 -1
  39. data/docs/UpdateArtifactoryTarget.md +3 -1
  40. data/docs/UpdateAzureTarget.md +3 -1
  41. data/docs/UpdateDBTarget.md +3 -1
  42. data/docs/UpdateDockerhubTarget.md +3 -1
  43. data/docs/UpdateEKSTarget.md +3 -1
  44. data/docs/UpdateEventForwarder.md +3 -1
  45. data/docs/UpdateGKETarget.md +3 -1
  46. data/docs/UpdateGcpTarget.md +3 -1
  47. data/docs/UpdateGithubTarget.md +3 -1
  48. data/docs/UpdateLdapTarget.md +3 -1
  49. data/docs/UpdateNativeK8STarget.md +3 -1
  50. data/docs/UpdatePingTarget.md +46 -0
  51. data/docs/UpdateRabbitMQTarget.md +3 -1
  52. data/docs/UpdateRole.md +3 -1
  53. data/docs/UpdateRotatedSecret.md +2 -0
  54. data/docs/UpdateSSHTarget.md +3 -1
  55. data/docs/UpdateSalesforceTarget.md +3 -1
  56. data/docs/UpdateTarget.md +3 -1
  57. data/docs/UpdateWebTarget.md +3 -1
  58. data/docs/V2Api.md +252 -0
  59. data/lib/akeyless/api/v2_api.rb +256 -0
  60. data/lib/akeyless/models/create_artifactory_target.rb +12 -2
  61. data/lib/akeyless/models/create_aws_target.rb +12 -2
  62. data/lib/akeyless/models/create_azure_target.rb +12 -2
  63. data/lib/akeyless/models/create_db_target.rb +12 -2
  64. data/lib/akeyless/models/create_dockerhub_target.rb +12 -2
  65. data/lib/akeyless/models/create_eks_target.rb +12 -2
  66. data/lib/akeyless/models/create_event_forwarder.rb +12 -2
  67. data/lib/akeyless/models/create_gcp_target.rb +12 -2
  68. data/lib/akeyless/models/create_github_target.rb +12 -2
  69. data/lib/akeyless/models/create_gke_target.rb +12 -2
  70. data/lib/akeyless/models/create_ldap_target.rb +12 -2
  71. data/lib/akeyless/models/create_native_k8_s_target.rb +12 -2
  72. data/lib/akeyless/models/create_ping_target.rb +339 -0
  73. data/lib/akeyless/models/create_ping_target_output.rb +219 -0
  74. data/lib/akeyless/models/create_rabbit_mq_target.rb +12 -2
  75. data/lib/akeyless/models/create_role.rb +12 -2
  76. data/lib/akeyless/models/create_rotated_secret.rb +13 -1
  77. data/lib/akeyless/models/create_salesforce_target.rb +12 -2
  78. data/lib/akeyless/models/create_ssh_target.rb +12 -2
  79. data/lib/akeyless/models/create_web_target.rb +12 -2
  80. data/lib/akeyless/models/ds_producer_details.rb +196 -1
  81. data/lib/akeyless/models/gateway_create_producer_eks.rb +1 -1
  82. data/lib/akeyless/models/gateway_create_producer_ping.rb +482 -0
  83. data/lib/akeyless/models/gateway_create_producer_ping_output.rb +219 -0
  84. data/lib/akeyless/models/gateway_update_producer_eks.rb +1 -1
  85. data/lib/akeyless/models/gateway_update_producer_ping.rb +492 -0
  86. data/lib/akeyless/models/gateway_update_producer_ping_output.rb +219 -0
  87. data/lib/akeyless/models/get_kube_exec_creds.rb +14 -4
  88. data/lib/akeyless/models/get_pki_certificate.rb +14 -4
  89. data/lib/akeyless/models/importer_info.rb +228 -0
  90. data/lib/akeyless/models/item_general_info.rb +10 -1
  91. data/lib/akeyless/models/request_access.rb +12 -2
  92. data/lib/akeyless/models/secure_remote_access.rb +10 -1
  93. data/lib/akeyless/models/target_type_details_input.rb +46 -1
  94. data/lib/akeyless/models/uid_create_child_token.rb +12 -2
  95. data/lib/akeyless/models/update_artifactory_target.rb +12 -2
  96. data/lib/akeyless/models/update_aws_target.rb +12 -2
  97. data/lib/akeyless/models/update_azure_target.rb +12 -2
  98. data/lib/akeyless/models/update_db_target.rb +12 -2
  99. data/lib/akeyless/models/update_dockerhub_target.rb +12 -2
  100. data/lib/akeyless/models/update_eks_target.rb +12 -2
  101. data/lib/akeyless/models/update_event_forwarder.rb +14 -2
  102. data/lib/akeyless/models/update_gcp_target.rb +12 -2
  103. data/lib/akeyless/models/update_github_target.rb +12 -2
  104. data/lib/akeyless/models/update_gke_target.rb +12 -2
  105. data/lib/akeyless/models/update_ldap_target.rb +12 -2
  106. data/lib/akeyless/models/update_native_k8_s_target.rb +12 -2
  107. data/lib/akeyless/models/update_ping_target.rb +368 -0
  108. data/lib/akeyless/models/update_rabbit_mq_target.rb +12 -2
  109. data/lib/akeyless/models/update_role.rb +14 -2
  110. data/lib/akeyless/models/update_rotated_secret.rb +13 -1
  111. data/lib/akeyless/models/update_salesforce_target.rb +12 -2
  112. data/lib/akeyless/models/update_ssh_target.rb +12 -2
  113. data/lib/akeyless/models/update_target.rb +14 -2
  114. data/lib/akeyless/models/update_web_target.rb +12 -2
  115. data/lib/akeyless/version.rb +1 -1
  116. data/lib/akeyless.rb +8 -0
  117. data/spec/models/create_ping_target_output_spec.rb +34 -0
  118. data/spec/models/create_ping_target_spec.rb +94 -0
  119. data/spec/models/gateway_create_producer_ping_output_spec.rb +34 -0
  120. data/spec/models/gateway_create_producer_ping_spec.rb +178 -0
  121. data/spec/models/gateway_update_producer_ping_output_spec.rb +34 -0
  122. data/spec/models/gateway_update_producer_ping_spec.rb +184 -0
  123. data/spec/models/importer_info_spec.rb +40 -0
  124. data/spec/models/update_ping_target_spec.rb +112 -0
  125. metadata +594 -562
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **client_id** | **String** | | [optional] |
8
8
  | **client_secret** | **String** | | [optional] |
9
- | **comment** | **String** | Comment about the target | [optional] |
9
+ | **comment** | **String** | Deprecated - use description | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
12
  | **keep_prev_version** | **String** | | [optional] |
12
13
  | **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] |
@@ -30,6 +31,7 @@ instance = Akeyless::UpdateAzureTarget.new(
30
31
  client_id: null,
31
32
  client_secret: null,
32
33
  comment: null,
34
+ description: null,
33
35
  json: null,
34
36
  keep_prev_version: null,
35
37
  key: null,
@@ -4,11 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
8
  | **db_name** | **String** | | [optional] |
9
9
  | **db_server_certificates** | **String** | (Optional) DB server certificates | [optional] |
10
10
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
11
11
  | **db_type** | **String** | | |
12
+ | **description** | **String** | Description of the object | [optional] |
12
13
  | **host** | **String** | | [optional] |
13
14
  | **json** | **Boolean** | Set output format to JSON | [optional] |
14
15
  | **keep_prev_version** | **String** | | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::UpdateDBTarget.new(
45
46
  db_server_certificates: null,
46
47
  db_server_name: null,
47
48
  db_type: null,
49
+ description: null,
48
50
  host: null,
49
51
  json: null,
50
52
  keep_prev_version: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **dockerhub_password** | **String** | | [optional] |
9
10
  | **dockerhub_username** | **String** | | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
@@ -23,6 +24,7 @@ require 'akeyless'
23
24
 
24
25
  instance = Akeyless::UpdateDockerhubTarget.new(
25
26
  comment: null,
27
+ description: null,
26
28
  dockerhub_password: null,
27
29
  dockerhub_username: null,
28
30
  json: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **eks_access_key_id** | **String** | Access Key ID | |
9
10
  | **eks_cluster_ca_cert** | **String** | EKS cluster CA certificate | |
10
11
  | **eks_cluster_endpoint** | **String** | EKS cluster URL endpoint | |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::UpdateEKSTarget.new(
30
31
  comment: null,
32
+ description: null,
31
33
  eks_access_key_id: null,
32
34
  eks_cluster_ca_cert: null,
33
35
  eks_cluster_endpoint: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **admin_name** | **String** | Workstation Admin Name | [optional] |
8
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
8
9
  | **email_to** | **String** | A comma seperated list of email addresses to send event to (relevant only for \\\"email\\\" Event Forwarder) | [optional] |
9
10
  | **enable** | **String** | Enable | [optional] |
10
11
  | **event_source_locations** | **Array<String>** | Event sources | [optional] |
@@ -12,7 +13,7 @@
12
13
  | **host** | **String** | Workstation Host | [optional] |
13
14
  | **json** | **Boolean** | Set output format to JSON | [optional] |
14
15
  | **name** | **String** | EventForwarder name | |
15
- | **new_comment** | **String** | New comment about the Event Forwarder | [optional][default to 'default_comment'] |
16
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
16
17
  | **new_name** | **String** | New EventForwarder name | [optional] |
17
18
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
19
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::UpdateEventForwarder.new(
26
27
  admin_name: null,
28
+ description: null,
27
29
  email_to: null,
28
30
  enable: null,
29
31
  event_source_locations: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **gke_account_key** | **String** | GKE Service Account key file path | [optional] |
9
10
  | **gke_cluster_cert** | **String** | GKE cluster CA certificate | [optional] |
10
11
  | **gke_cluster_endpoint** | **String** | GKE cluster URL endpoint | [optional] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
 
28
29
  instance = Akeyless::UpdateGKETarget.new(
29
30
  comment: null,
31
+ description: null,
30
32
  gke_account_key: null,
31
33
  gke_cluster_cert: null,
32
34
  gke_cluster_endpoint: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional] |
10
11
  | **keep_prev_version** | **String** | | [optional] |
@@ -23,6 +24,7 @@ require 'akeyless'
23
24
 
24
25
  instance = Akeyless::UpdateGcpTarget.new(
25
26
  comment: null,
27
+ description: null,
26
28
  gcp_key: null,
27
29
  json: null,
28
30
  keep_prev_version: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **github_app_id** | **Integer** | Github app id | [optional] |
9
10
  | **github_app_private_key** | **String** | App private key | [optional] |
10
11
  | **github_base_url** | **String** | Base URL | [optional] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::UpdateGithubTarget.new(
26
27
  comment: null,
28
+ description: null,
27
29
  github_app_id: null,
28
30
  github_app_private_key: null,
29
31
  github_base_url: null,
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **bind_dn** | **String** | | [optional] |
8
8
  | **bind_dn_password** | **String** | | [optional] |
9
- | **comment** | **String** | Comment about the target | [optional] |
9
+ | **comment** | **String** | Deprecated - use description | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
12
  | **keep_prev_version** | **String** | | [optional] |
12
13
  | **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] |
@@ -29,6 +30,7 @@ instance = Akeyless::UpdateLdapTarget.new(
29
30
  bind_dn: null,
30
31
  bind_dn_password: null,
31
32
  comment: null,
33
+ description: null,
32
34
  json: null,
33
35
  keep_prev_version: null,
34
36
  key: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional] |
9
10
  | **k8s_cluster_ca_cert** | **String** | K8S cluster CA certificate | |
10
11
  | **k8s_cluster_endpoint** | **String** | K8S cluster URL endpoint | |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::UpdateNativeK8STarget.new(
26
27
  comment: null,
28
+ description: null,
27
29
  json: null,
28
30
  k8s_cluster_ca_cert: null,
29
31
  k8s_cluster_endpoint: null,
@@ -0,0 +1,46 @@
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** | Deprecated - use description | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional] |
12
+ | **keep_prev_version** | **String** | | [optional] |
13
+ | **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] |
14
+ | **name** | **String** | Target name | |
15
+ | **new_name** | **String** | New target name | [optional] |
16
+ | **password** | **String** | Ping Federate privileged user password | [optional] |
17
+ | **ping_url** | **String** | Ping URL | [optional] |
18
+ | **privileged_user** | **String** | Ping Federate privileged user | [optional] |
19
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
20
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
21
+ | **update_version** | **Boolean** | Deprecated | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'akeyless'
27
+
28
+ instance = Akeyless::UpdatePingTarget.new(
29
+ administrative_port: null,
30
+ authorization_port: null,
31
+ comment: null,
32
+ description: null,
33
+ json: null,
34
+ keep_prev_version: null,
35
+ key: null,
36
+ name: null,
37
+ new_name: null,
38
+ password: null,
39
+ ping_url: null,
40
+ privileged_user: null,
41
+ token: null,
42
+ uid_token: null,
43
+ update_version: null
44
+ )
45
+ ```
46
+
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional] |
9
10
  | **keep_prev_version** | **String** | | [optional] |
10
11
  | **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] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::UpdateRabbitMQTarget.new(
26
27
  comment: null,
28
+ description: null,
27
29
  json: null,
28
30
  keep_prev_version: null,
29
31
  key: null,
data/docs/UpdateRole.md CHANGED
@@ -6,10 +6,11 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **analytics_access** | **String** | Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
8
8
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
9
10
  | **gw_analytics_access** | **String** | Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
11
12
  | **name** | **String** | Role name | |
12
- | **new_comment** | **String** | New comment about the role | [optional][default to 'default_comment'] |
13
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
13
14
  | **new_name** | **String** | New Role name | [optional] |
14
15
  | **sra_reports_access** | **String** | Allow this role to view SRA Clusters. Currently only 'none', 'own', 'all' values are supported. | [optional] |
15
16
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -23,6 +24,7 @@ require 'akeyless'
23
24
  instance = Akeyless::UpdateRole.new(
24
25
  analytics_access: null,
25
26
  audit_access: null,
27
+ description: null,
26
28
  gw_analytics_access: null,
27
29
  json: null,
28
30
  name: null,
@@ -20,6 +20,7 @@
20
20
  | **new_name** | **String** | New item name | [optional] |
21
21
  | **new_version** | **Boolean** | Deprecated | [optional] |
22
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'] |
23
24
  | **rotated_password** | **String** | | [optional] |
24
25
  | **rotated_username** | **String** | | [optional] |
25
26
  | **rotation_hour** | **Integer** | | [optional] |
@@ -67,6 +68,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
67
68
  new_name: null,
68
69
  new_version: null,
69
70
  rm_tag: null,
71
+ rotate_after_disconnect: null,
70
72
  rotated_password: null,
71
73
  rotated_username: null,
72
74
  rotation_hour: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **host** | **String** | | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional] |
10
11
  | **keep_prev_version** | **String** | | [optional] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
 
28
29
  instance = Akeyless::UpdateSSHTarget.new(
29
30
  comment: null,
31
+ description: null,
30
32
  host: null,
31
33
  json: null,
32
34
  keep_prev_version: null,
@@ -10,7 +10,8 @@
10
10
  | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
11
11
  | **client_id** | **String** | Client ID of the oauth2 app to use for connecting to Salesforce | |
12
12
  | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow) | [optional] |
13
- | **comment** | **String** | Comment about the target | [optional] |
13
+ | **comment** | **String** | Deprecated - use description | [optional] |
14
+ | **description** | **String** | Description of the object | [optional] |
14
15
  | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
15
16
  | **json** | **Boolean** | Set output format to JSON | [optional] |
16
17
  | **keep_prev_version** | **String** | | [optional] |
@@ -37,6 +38,7 @@ instance = Akeyless::UpdateSalesforceTarget.new(
37
38
  client_id: null,
38
39
  client_secret: null,
39
40
  comment: null,
41
+ description: null,
40
42
  email: null,
41
43
  json: null,
42
44
  keep_prev_version: null,
data/docs/UpdateTarget.md CHANGED
@@ -4,9 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
7
8
  | **json** | **Boolean** | Set output format to JSON | [optional] |
8
9
  | **name** | **String** | Target name | |
9
- | **new_comment** | **String** | New comment about the target | [optional][default to 'default_comment'] |
10
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
10
11
  | **new_name** | **String** | New Target name | [optional] |
11
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
13
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -17,6 +18,7 @@
17
18
  require 'akeyless'
18
19
 
19
20
  instance = Akeyless::UpdateTarget.new(
21
+ description: null,
20
22
  json: null,
21
23
  name: null,
22
24
  new_comment: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **comment** | **String** | Comment about the target | [optional] |
7
+ | **comment** | **String** | Deprecated - use description | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional] |
9
10
  | **keep_prev_version** | **String** | | [optional] |
10
11
  | **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] |
@@ -22,6 +23,7 @@ require 'akeyless'
22
23
 
23
24
  instance = Akeyless::UpdateWebTarget.new(
24
25
  comment: null,
26
+ description: null,
25
27
  json: null,
26
28
  keep_prev_version: null,
27
29
  key: null,