akeyless 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -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 +3 -1
  16. data/docs/CreateRabbitMQTarget.md +3 -1
  17. data/docs/CreateRole.md +3 -1
  18. data/docs/CreateSSHTarget.md +3 -1
  19. data/docs/CreateSalesforceTarget.md +3 -1
  20. data/docs/CreateWebTarget.md +3 -1
  21. data/docs/GatewayCreateProducerEks.md +1 -1
  22. data/docs/GatewayUpdateProducerEks.md +1 -1
  23. data/docs/ImporterInfo.md +20 -0
  24. data/docs/ItemGeneralInfo.md +2 -0
  25. data/docs/RequestAccess.md +3 -1
  26. data/docs/UidCreateChildToken.md +3 -1
  27. data/docs/UpdateAWSTarget.md +3 -1
  28. data/docs/UpdateArtifactoryTarget.md +3 -1
  29. data/docs/UpdateAzureTarget.md +3 -1
  30. data/docs/UpdateDBTarget.md +3 -1
  31. data/docs/UpdateDockerhubTarget.md +3 -1
  32. data/docs/UpdateEKSTarget.md +3 -1
  33. data/docs/UpdateEventForwarder.md +3 -1
  34. data/docs/UpdateGKETarget.md +3 -1
  35. data/docs/UpdateGcpTarget.md +3 -1
  36. data/docs/UpdateGithubTarget.md +3 -1
  37. data/docs/UpdateLdapTarget.md +3 -1
  38. data/docs/UpdateNativeK8STarget.md +3 -1
  39. data/docs/UpdatePingTarget.md +3 -1
  40. data/docs/UpdateRabbitMQTarget.md +3 -1
  41. data/docs/UpdateRole.md +3 -1
  42. data/docs/UpdateSSHTarget.md +3 -1
  43. data/docs/UpdateSalesforceTarget.md +3 -1
  44. data/docs/UpdateTarget.md +3 -1
  45. data/docs/UpdateWebTarget.md +3 -1
  46. data/lib/akeyless/models/create_artifactory_target.rb +12 -2
  47. data/lib/akeyless/models/create_aws_target.rb +12 -2
  48. data/lib/akeyless/models/create_azure_target.rb +12 -2
  49. data/lib/akeyless/models/create_db_target.rb +12 -2
  50. data/lib/akeyless/models/create_dockerhub_target.rb +12 -2
  51. data/lib/akeyless/models/create_eks_target.rb +12 -2
  52. data/lib/akeyless/models/create_event_forwarder.rb +12 -2
  53. data/lib/akeyless/models/create_gcp_target.rb +12 -2
  54. data/lib/akeyless/models/create_github_target.rb +12 -2
  55. data/lib/akeyless/models/create_gke_target.rb +12 -2
  56. data/lib/akeyless/models/create_ldap_target.rb +12 -2
  57. data/lib/akeyless/models/create_native_k8_s_target.rb +12 -2
  58. data/lib/akeyless/models/create_ping_target.rb +12 -2
  59. data/lib/akeyless/models/create_rabbit_mq_target.rb +12 -2
  60. data/lib/akeyless/models/create_role.rb +12 -2
  61. data/lib/akeyless/models/create_salesforce_target.rb +12 -2
  62. data/lib/akeyless/models/create_ssh_target.rb +12 -2
  63. data/lib/akeyless/models/create_web_target.rb +12 -2
  64. data/lib/akeyless/models/gateway_create_producer_eks.rb +1 -1
  65. data/lib/akeyless/models/gateway_update_producer_eks.rb +1 -1
  66. data/lib/akeyless/models/importer_info.rb +228 -0
  67. data/lib/akeyless/models/item_general_info.rb +10 -1
  68. data/lib/akeyless/models/request_access.rb +12 -2
  69. data/lib/akeyless/models/uid_create_child_token.rb +12 -2
  70. data/lib/akeyless/models/update_artifactory_target.rb +12 -2
  71. data/lib/akeyless/models/update_aws_target.rb +12 -2
  72. data/lib/akeyless/models/update_azure_target.rb +12 -2
  73. data/lib/akeyless/models/update_db_target.rb +12 -2
  74. data/lib/akeyless/models/update_dockerhub_target.rb +12 -2
  75. data/lib/akeyless/models/update_eks_target.rb +12 -2
  76. data/lib/akeyless/models/update_event_forwarder.rb +14 -2
  77. data/lib/akeyless/models/update_gcp_target.rb +12 -2
  78. data/lib/akeyless/models/update_github_target.rb +12 -2
  79. data/lib/akeyless/models/update_gke_target.rb +12 -2
  80. data/lib/akeyless/models/update_ldap_target.rb +12 -2
  81. data/lib/akeyless/models/update_native_k8_s_target.rb +12 -2
  82. data/lib/akeyless/models/update_ping_target.rb +12 -2
  83. data/lib/akeyless/models/update_rabbit_mq_target.rb +12 -2
  84. data/lib/akeyless/models/update_role.rb +14 -2
  85. data/lib/akeyless/models/update_salesforce_target.rb +12 -2
  86. data/lib/akeyless/models/update_ssh_target.rb +12 -2
  87. data/lib/akeyless/models/update_target.rb +14 -2
  88. data/lib/akeyless/models/update_web_target.rb +12 -2
  89. data/lib/akeyless/version.rb +1 -1
  90. data/lib/akeyless.rb +1 -0
  91. data/spec/models/importer_info_spec.rb +40 -0
  92. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 673b135cdba764067c05908a6e24515b5d0b77bd1001ec6281730d8afad9ed3d
4
- data.tar.gz: 4062f7829c0f866f64ff80e5e6d55de3f6c44d59553f80975305583cb007e7b3
3
+ metadata.gz: 4321c2d6f363d6de6465b64a962c47eaa4039f31d320eb831b7194fc711f5280
4
+ data.tar.gz: 8b8ad59c207f251670eaa371c23ff4479f017230a4323eb25e3ca07761bab96b
5
5
  SHA512:
6
- metadata.gz: dc23c4d61a8c735801f659c4dcf5ab86b849ab530b9ff70a32ece6b6cd0e1b4151a7529e01ceb74f6779d5e68ef8824cd36cc636a11abf4b189dc60e6ea404ef
7
- data.tar.gz: 966dc3a0194e456b1d1415508868045d278eca25c78473932281b15fb64a8e1f62e079940b60b83ae07c086249fbdf08677b31f0e48f6451655992d883632a08
6
+ metadata.gz: e4449c10893de97c4db01140761e88ca597b8949ddee60229d73972708994128dd14a41e5f95c96ce66c00a2070ffb3825ab784035d5f707c1f22f72aa7d235d
7
+ data.tar.gz: 72603c21c91fa712528f598a85d2b97687dbf3ccc50722d61ab8f0cae19b6513310ca4d45ee1f77912f6fc64cc67d99c20c3ae04dc7ef554eb22678c90233cb4
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.2.0
10
+ - Package version: 3.2.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -680,6 +680,7 @@ Class | Method | HTTP request | Description
680
680
  - [Akeyless::HashiMigration](docs/HashiMigration.md)
681
681
  - [Akeyless::HashiPayload](docs/HashiPayload.md)
682
682
  - [Akeyless::HuaweiAccessRules](docs/HuaweiAccessRules.md)
683
+ - [Akeyless::ImporterInfo](docs/ImporterInfo.md)
683
684
  - [Akeyless::Item](docs/Item.md)
684
685
  - [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
685
686
  - [Akeyless::ItemTargetAssociation](docs/ItemTargetAssociation.md)
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_key** | **String** | | [optional] |
8
8
  | **access_key_id** | **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
  | **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] |
12
13
  | **name** | **String** | Target name | |
@@ -25,6 +26,7 @@ instance = Akeyless::CreateAWSTarget.new(
25
26
  access_key: null,
26
27
  access_key_id: null,
27
28
  comment: null,
29
+ description: null,
28
30
  json: null,
29
31
  key: null,
30
32
  name: null,
@@ -7,7 +7,8 @@
7
7
  | **artifactory_admin_name** | **String** | Artifactory Admin Name | |
8
8
  | **artifactory_admin_pwd** | **String** | Artifactory Admin password | |
9
9
  | **base_url** | **String** | Base URL | |
10
- | **comment** | **String** | Comment about the target | [optional] |
10
+ | **comment** | **String** | Deprecated - use description | [optional] |
11
+ | **description** | **String** | Description of the object | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
12
13
  | **key** | **String** | The name of a key used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
13
14
  | **name** | **String** | Target name | |
@@ -24,6 +25,7 @@ instance = Akeyless::CreateArtifactoryTarget.new(
24
25
  artifactory_admin_pwd: null,
25
26
  base_url: null,
26
27
  comment: null,
28
+ description: null,
27
29
  json: null,
28
30
  key: null,
29
31
  name: null,
@@ -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
  | **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] |
12
13
  | **name** | **String** | Target name | |
@@ -27,6 +28,7 @@ instance = Akeyless::CreateAzureTarget.new(
27
28
  client_id: null,
28
29
  client_secret: null,
29
30
  comment: null,
31
+ description: null,
30
32
  json: null,
31
33
  key: null,
32
34
  name: 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
  | **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] |
@@ -42,6 +43,7 @@ instance = Akeyless::CreateDBTarget.new(
42
43
  db_server_certificates: null,
43
44
  db_server_name: null,
44
45
  db_type: null,
46
+ description: null,
45
47
  host: null,
46
48
  json: null,
47
49
  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
  | **dockerhub_password** | **String** | DockerhubPassword is either the user's password to manage the repository | [optional] |
9
10
  | **dockerhub_username** | **String** | DockerhubUsername is the name of the user in dockerhub | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional] |
@@ -20,6 +21,7 @@ require 'akeyless'
20
21
 
21
22
  instance = Akeyless::CreateDockerhubTarget.new(
22
23
  comment: null,
24
+ description: null,
23
25
  dockerhub_password: null,
24
26
  dockerhub_username: null,
25
27
  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 | |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
 
26
27
  instance = Akeyless::CreateEKSTarget.new(
27
28
  comment: null,
29
+ description: null,
28
30
  eks_access_key_id: null,
29
31
  eks_cluster_ca_cert: null,
30
32
  eks_cluster_endpoint: null,
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **admin_name** | **String** | Workstation Admin Name | [optional] |
8
8
  | **admin_pwd** | **String** | Workstation Admin password | [optional] |
9
- | **comment** | **String** | Comment about the EventForwarder | [optional] |
9
+ | **comment** | **String** | Deprecated - use description | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **email_to** | **String** | A comma seperated list of email addresses to send event to (relevant only for \\\"email\\\" Event Forwarder) | [optional] |
11
12
  | **event_source_locations** | **Array<String>** | Event sources | |
12
13
  | **event_source_type** | **String** | Event Source type [item, target] | [optional][default to 'item'] |
@@ -30,6 +31,7 @@ instance = Akeyless::CreateEventForwarder.new(
30
31
  admin_name: null,
31
32
  admin_pwd: null,
32
33
  comment: null,
34
+ description: null,
33
35
  email_to: null,
34
36
  event_source_locations: null,
35
37
  event_source_type: 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] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::CreateGKETarget.new(
26
27
  comment: null,
28
+ description: null,
27
29
  gke_account_key: null,
28
30
  gke_cluster_cert: null,
29
31
  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
  | **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] |
@@ -20,6 +21,7 @@ require 'akeyless'
20
21
 
21
22
  instance = Akeyless::CreateGcpTarget.new(
22
23
  comment: null,
24
+ description: null,
23
25
  gcp_key: null,
24
26
  json: null,
25
27
  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
  | **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] |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
 
22
23
  instance = Akeyless::CreateGithubTarget.new(
23
24
  comment: null,
25
+ description: null,
24
26
  github_app_id: null,
25
27
  github_app_private_key: null,
26
28
  github_base_url: null,
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **bind_dn** | **String** | Bind DN | |
8
8
  | **bind_dn_password** | **String** | Bind DN Password | |
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
  | **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] |
12
13
  | **ldap_ca_cert** | **String** | CA Certificate File Content | [optional] |
@@ -26,6 +27,7 @@ instance = Akeyless::CreateLdapTarget.new(
26
27
  bind_dn: null,
27
28
  bind_dn_password: null,
28
29
  comment: null,
30
+ description: null,
29
31
  json: null,
30
32
  key: null,
31
33
  ldap_ca_cert: 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 | |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
 
22
23
  instance = Akeyless::CreateNativeK8STarget.new(
23
24
  comment: null,
25
+ description: null,
24
26
  json: null,
25
27
  k8s_cluster_ca_cert: null,
26
28
  k8s_cluster_endpoint: null,
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **administrative_port** | **String** | Ping Federate administrative port | [optional][default to '9999'] |
8
8
  | **authorization_port** | **String** | Ping Federate authorization port | [optional][default to '9031'] |
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
  | **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] |
12
13
  | **name** | **String** | Target name | |
@@ -25,6 +26,7 @@ instance = Akeyless::CreatePingTarget.new(
25
26
  administrative_port: null,
26
27
  authorization_port: null,
27
28
  comment: null,
29
+ description: null,
28
30
  json: null,
29
31
  key: null,
30
32
  name: 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
  | **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] |
10
11
  | **name** | **String** | Target name | |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
 
22
23
  instance = Akeyless::CreateRabbitMQTarget.new(
23
24
  comment: null,
25
+ description: null,
24
26
  json: null,
25
27
  key: null,
26
28
  name: null,
data/docs/CreateRole.md CHANGED
@@ -6,7 +6,8 @@
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
- | **comment** | **String** | Comment about the role | [optional] |
9
+ | **comment** | **String** | Deprecated - use description | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
10
11
  | **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] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
12
13
  | **name** | **String** | Role name | |
@@ -23,6 +24,7 @@ instance = Akeyless::CreateRole.new(
23
24
  analytics_access: null,
24
25
  audit_access: null,
25
26
  comment: null,
27
+ description: null,
26
28
  gw_analytics_access: null,
27
29
  json: null,
28
30
  name: 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
  | **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::CreateSSHTarget.new(
26
27
  comment: null,
28
+ description: null,
27
29
  host: null,
28
30
  json: null,
29
31
  key: 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
  | **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] |
@@ -34,6 +35,7 @@ instance = Akeyless::CreateSalesforceTarget.new(
34
35
  client_id: null,
35
36
  client_secret: null,
36
37
  comment: null,
38
+ description: null,
37
39
  email: null,
38
40
  json: null,
39
41
  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
  | **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] |
10
11
  | **name** | **String** | Target name | |
@@ -19,6 +20,7 @@ require 'akeyless'
19
20
 
20
21
  instance = Akeyless::CreateWebTarget.new(
21
22
  comment: null,
23
+ description: null,
22
24
  json: null,
23
25
  key: null,
24
26
  name: null,
@@ -24,7 +24,7 @@
24
24
  | **target_name** | **String** | Target name | [optional] |
25
25
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
26
26
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
27
- | **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
27
+ | **user_ttl** | **String** | User TTL | [optional][default to '15m'] |
28
28
 
29
29
  ## Example
30
30
 
@@ -25,7 +25,7 @@
25
25
  | **target_name** | **String** | Target name | [optional] |
26
26
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
27
27
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
28
- | **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
28
+ | **user_ttl** | **String** | User TTL | [optional][default to '15m'] |
29
29
 
30
30
  ## Example
31
31
 
@@ -0,0 +1,20 @@
1
+ # Akeyless::ImporterInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **external_item_id** | **String** | | [optional] |
8
+ | **version** | **Integer** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::ImporterInfo.new(
16
+ external_item_id: null,
17
+ version: null
18
+ )
19
+ ```
20
+
@@ -10,6 +10,7 @@
10
10
  | **cluster_gw_url** | **String** | | [optional] |
11
11
  | **display_metadata** | **String** | | [optional] |
12
12
  | **dynamic_secret_producer_details** | [**DynamicSecretProducerInfo**](DynamicSecretProducerInfo.md) | | [optional] |
13
+ | **importer_info** | [**ImporterInfo**](ImporterInfo.md) | | [optional] |
13
14
  | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
14
15
  | **rotated_secret_details** | [**RotatedSecretDetailsInfo**](RotatedSecretDetailsInfo.md) | | [optional] |
15
16
  | **secure_remote_access_details** | [**SecureRemoteAccess**](SecureRemoteAccess.md) | | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::ItemGeneralInfo.new(
28
29
  cluster_gw_url: null,
29
30
  display_metadata: null,
30
31
  dynamic_secret_producer_details: null,
32
+ importer_info: null,
31
33
  password_policy: null,
32
34
  rotated_secret_details: null,
33
35
  secure_remote_access_details: null,
@@ -5,7 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **capability** | **Array<String>** | List of the required capabilities options: [read, update, delete] | |
8
- | **comment** | **String** | Comment about this request | [optional] |
8
+ | **comment** | **String** | Deprecated - use description | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional] |
10
11
  | **name** | **String** | Item type | |
11
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -19,6 +20,7 @@ require 'akeyless'
19
20
  instance = Akeyless::RequestAccess.new(
20
21
  capability: null,
21
22
  comment: null,
23
+ description: null,
22
24
  json: null,
23
25
  name: null,
24
26
  token: null,
@@ -8,7 +8,8 @@
8
8
  | **child_deny_inheritance** | **Boolean** | Deny from new child to create their own children | [optional] |
9
9
  | **child_deny_rotate** | **Boolean** | Deny from new child to rotate | [optional] |
10
10
  | **child_ttl** | **Integer** | New child token ttl | [optional] |
11
- | **comment** | **String** | New Token comment | [optional] |
11
+ | **comment** | **String** | Deprecated - use description | [optional] |
12
+ | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional] |
13
14
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
14
15
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -25,6 +26,7 @@ instance = Akeyless::UidCreateChildToken.new(
25
26
  child_deny_rotate: null,
26
27
  child_ttl: null,
27
28
  comment: null,
29
+ description: null,
28
30
  json: null,
29
31
  token: null,
30
32
  uid_token: null,
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_key** | **String** | | [optional] |
8
8
  | **access_key_id** | **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] |
@@ -28,6 +29,7 @@ instance = Akeyless::UpdateAWSTarget.new(
28
29
  access_key: null,
29
30
  access_key_id: null,
30
31
  comment: null,
32
+ description: null,
31
33
  json: null,
32
34
  keep_prev_version: null,
33
35
  key: null,
@@ -7,7 +7,8 @@
7
7
  | **artifactory_admin_name** | **String** | Artifactory Admin Name | |
8
8
  | **artifactory_admin_pwd** | **String** | Artifactory Admin password | |
9
9
  | **base_url** | **String** | Base URL | |
10
- | **comment** | **String** | Comment about the target | [optional] |
10
+ | **comment** | **String** | Deprecated - use description | [optional] |
11
+ | **description** | **String** | Description of the object | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional] |
12
13
  | **keep_prev_version** | **String** | | [optional] |
13
14
  | **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] |
@@ -27,6 +28,7 @@ instance = Akeyless::UpdateArtifactoryTarget.new(
27
28
  artifactory_admin_pwd: null,
28
29
  base_url: null,
29
30
  comment: null,
31
+ description: null,
30
32
  json: null,
31
33
  keep_prev_version: null,
32
34
  key: null,
@@ -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,