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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e56a2468cbada14cb2e44fbb336e859b031de7455d693660bc48b528cae0bcf7
4
- data.tar.gz: 88ed448409ec1ac0360cac27981d8ef5b3f841aad4c5e7c90646c4e5414a4f7f
3
+ metadata.gz: 4321c2d6f363d6de6465b64a962c47eaa4039f31d320eb831b7194fc711f5280
4
+ data.tar.gz: 8b8ad59c207f251670eaa371c23ff4479f017230a4323eb25e3ca07761bab96b
5
5
  SHA512:
6
- metadata.gz: fc015d3d3155716a0b5909b67765dc9d74a9870b665b79c6de24add1a45a31d81a5f7647b9c582949a2749fbb1203ed472857ae403b7150d2ff32e900f6a5765
7
- data.tar.gz: 4b4ed50ffbb2338c1e0e1f824dfdaa0e2fc0a271fc63651cfb1dca58234ff2d36ddea25c62e8b018c41eb543b775f555515799b38ca2b780e39c5f1b59b0e68f
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.1.2
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
 
@@ -92,6 +92,7 @@ Class | Method | HTTP request | Description
92
92
  *Akeyless::V2Api* | [**create_gke_target**](docs/V2Api.md#create_gke_target) | **POST** /create-gke-target |
93
93
  *Akeyless::V2Api* | [**create_key**](docs/V2Api.md#create_key) | **POST** /create-key |
94
94
  *Akeyless::V2Api* | [**create_native_k8_s_target**](docs/V2Api.md#create_native_k8_s_target) | **POST** /create-k8s-target |
95
+ *Akeyless::V2Api* | [**create_ping_target**](docs/V2Api.md#create_ping_target) | **POST** /create-ping-target |
95
96
  *Akeyless::V2Api* | [**create_pki_cert_issuer**](docs/V2Api.md#create_pki_cert_issuer) | **POST** /create-pki-cert-issuer |
96
97
  *Akeyless::V2Api* | [**create_rabbit_mq_target**](docs/V2Api.md#create_rabbit_mq_target) | **POST** /create-rabbitmq-target |
97
98
  *Akeyless::V2Api* | [**create_role**](docs/V2Api.md#create_role) | **POST** /create-role |
@@ -147,6 +148,7 @@ Class | Method | HTTP request | Description
147
148
  *Akeyless::V2Api* | [**gateway_create_producer_my_sql**](docs/V2Api.md#gateway_create_producer_my_sql) | **POST** /gateway-create-producer-mysql |
148
149
  *Akeyless::V2Api* | [**gateway_create_producer_native_k8_s**](docs/V2Api.md#gateway_create_producer_native_k8_s) | **POST** /gateway-create-producer-k8s |
149
150
  *Akeyless::V2Api* | [**gateway_create_producer_oracle_db**](docs/V2Api.md#gateway_create_producer_oracle_db) | **POST** /gateway-create-producer-oracle |
151
+ *Akeyless::V2Api* | [**gateway_create_producer_ping**](docs/V2Api.md#gateway_create_producer_ping) | **POST** /gateway-create-producer-ping |
150
152
  *Akeyless::V2Api* | [**gateway_create_producer_postgre_sql**](docs/V2Api.md#gateway_create_producer_postgre_sql) | **POST** /gateway-create-producer-postgresql |
151
153
  *Akeyless::V2Api* | [**gateway_create_producer_rabbit_mq**](docs/V2Api.md#gateway_create_producer_rabbit_mq) | **POST** /gateway-create-producer-rabbitmq |
152
154
  *Akeyless::V2Api* | [**gateway_create_producer_rdp**](docs/V2Api.md#gateway_create_producer_rdp) | **POST** /gateway-create-producer-rdp |
@@ -193,6 +195,7 @@ Class | Method | HTTP request | Description
193
195
  *Akeyless::V2Api* | [**gateway_update_producer_my_sql**](docs/V2Api.md#gateway_update_producer_my_sql) | **POST** /gateway-update-producer-mysql |
194
196
  *Akeyless::V2Api* | [**gateway_update_producer_native_k8_s**](docs/V2Api.md#gateway_update_producer_native_k8_s) | **POST** /gateway-update-producer-k8s |
195
197
  *Akeyless::V2Api* | [**gateway_update_producer_oracle_db**](docs/V2Api.md#gateway_update_producer_oracle_db) | **POST** /gateway-update-producer-oracle |
198
+ *Akeyless::V2Api* | [**gateway_update_producer_ping**](docs/V2Api.md#gateway_update_producer_ping) | **POST** /gateway-update-producer-ping |
196
199
  *Akeyless::V2Api* | [**gateway_update_producer_postgre_sql**](docs/V2Api.md#gateway_update_producer_postgre_sql) | **POST** /gateway-update-producer-postgresql |
197
200
  *Akeyless::V2Api* | [**gateway_update_producer_rabbit_mq**](docs/V2Api.md#gateway_update_producer_rabbit_mq) | **POST** /gateway-update-producer-rabbitmq |
198
201
  *Akeyless::V2Api* | [**gateway_update_producer_rdp**](docs/V2Api.md#gateway_update_producer_rdp) | **POST** /gateway-update-producer-rdp |
@@ -289,6 +292,7 @@ Class | Method | HTTP request | Description
289
292
  *Akeyless::V2Api* | [**update_ldap_target**](docs/V2Api.md#update_ldap_target) | **POST** /update-ldap-target |
290
293
  *Akeyless::V2Api* | [**update_ldap_target_details**](docs/V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details |
291
294
  *Akeyless::V2Api* | [**update_native_k8_s_target**](docs/V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target |
295
+ *Akeyless::V2Api* | [**update_ping_target**](docs/V2Api.md#update_ping_target) | **POST** /update-ping-target |
292
296
  *Akeyless::V2Api* | [**update_pki_cert_issuer**](docs/V2Api.md#update_pki_cert_issuer) | **POST** /update-pki-cert-issuer |
293
297
  *Akeyless::V2Api* | [**update_rabbit_mq_target**](docs/V2Api.md#update_rabbit_mq_target) | **POST** /update-rabbitmq-target |
294
298
  *Akeyless::V2Api* | [**update_rabbit_mq_target_details**](docs/V2Api.md#update_rabbit_mq_target_details) | **POST** /update-rabbitmq-target-details |
@@ -416,6 +420,8 @@ Class | Method | HTTP request | Description
416
420
  - [Akeyless::CreateNativeK8STargetOutput](docs/CreateNativeK8STargetOutput.md)
417
421
  - [Akeyless::CreatePKICertIssuer](docs/CreatePKICertIssuer.md)
418
422
  - [Akeyless::CreatePKICertIssuerOutput](docs/CreatePKICertIssuerOutput.md)
423
+ - [Akeyless::CreatePingTarget](docs/CreatePingTarget.md)
424
+ - [Akeyless::CreatePingTargetOutput](docs/CreatePingTargetOutput.md)
419
425
  - [Akeyless::CreateRabbitMQTarget](docs/CreateRabbitMQTarget.md)
420
426
  - [Akeyless::CreateRabbitMQTargetOutput](docs/CreateRabbitMQTargetOutput.md)
421
427
  - [Akeyless::CreateRole](docs/CreateRole.md)
@@ -537,6 +543,8 @@ Class | Method | HTTP request | Description
537
543
  - [Akeyless::GatewayCreateProducerNativeK8SOutput](docs/GatewayCreateProducerNativeK8SOutput.md)
538
544
  - [Akeyless::GatewayCreateProducerOracleDb](docs/GatewayCreateProducerOracleDb.md)
539
545
  - [Akeyless::GatewayCreateProducerOracleDbOutput](docs/GatewayCreateProducerOracleDbOutput.md)
546
+ - [Akeyless::GatewayCreateProducerPing](docs/GatewayCreateProducerPing.md)
547
+ - [Akeyless::GatewayCreateProducerPingOutput](docs/GatewayCreateProducerPingOutput.md)
540
548
  - [Akeyless::GatewayCreateProducerPostgreSQL](docs/GatewayCreateProducerPostgreSQL.md)
541
549
  - [Akeyless::GatewayCreateProducerPostgreSQLOutput](docs/GatewayCreateProducerPostgreSQLOutput.md)
542
550
  - [Akeyless::GatewayCreateProducerRabbitMQ](docs/GatewayCreateProducerRabbitMQ.md)
@@ -625,6 +633,8 @@ Class | Method | HTTP request | Description
625
633
  - [Akeyless::GatewayUpdateProducerNativeK8SOutput](docs/GatewayUpdateProducerNativeK8SOutput.md)
626
634
  - [Akeyless::GatewayUpdateProducerOracleDb](docs/GatewayUpdateProducerOracleDb.md)
627
635
  - [Akeyless::GatewayUpdateProducerOracleDbOutput](docs/GatewayUpdateProducerOracleDbOutput.md)
636
+ - [Akeyless::GatewayUpdateProducerPing](docs/GatewayUpdateProducerPing.md)
637
+ - [Akeyless::GatewayUpdateProducerPingOutput](docs/GatewayUpdateProducerPingOutput.md)
628
638
  - [Akeyless::GatewayUpdateProducerPostgreSQL](docs/GatewayUpdateProducerPostgreSQL.md)
629
639
  - [Akeyless::GatewayUpdateProducerPostgreSQLOutput](docs/GatewayUpdateProducerPostgreSQLOutput.md)
630
640
  - [Akeyless::GatewayUpdateProducerRabbitMQ](docs/GatewayUpdateProducerRabbitMQ.md)
@@ -670,6 +680,7 @@ Class | Method | HTTP request | Description
670
680
  - [Akeyless::HashiMigration](docs/HashiMigration.md)
671
681
  - [Akeyless::HashiPayload](docs/HashiPayload.md)
672
682
  - [Akeyless::HuaweiAccessRules](docs/HuaweiAccessRules.md)
683
+ - [Akeyless::ImporterInfo](docs/ImporterInfo.md)
673
684
  - [Akeyless::Item](docs/Item.md)
674
685
  - [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
675
686
  - [Akeyless::ItemTargetAssociation](docs/ItemTargetAssociation.md)
@@ -868,6 +879,7 @@ Class | Method | HTTP request | Description
868
879
  - [Akeyless::UpdateOutput](docs/UpdateOutput.md)
869
880
  - [Akeyless::UpdatePKICertIssuer](docs/UpdatePKICertIssuer.md)
870
881
  - [Akeyless::UpdatePKICertIssuerOutput](docs/UpdatePKICertIssuerOutput.md)
882
+ - [Akeyless::UpdatePingTarget](docs/UpdatePingTarget.md)
871
883
  - [Akeyless::UpdateRDPTargetDetails](docs/UpdateRDPTargetDetails.md)
872
884
  - [Akeyless::UpdateRabbitMQTarget](docs/UpdateRabbitMQTarget.md)
873
885
  - [Akeyless::UpdateRabbitMQTargetDetails](docs/UpdateRabbitMQTargetDetails.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,
@@ -0,0 +1,40 @@
1
+ # Akeyless::CreatePingTarget
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
+ | **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
+ | **password** | **String** | Ping Federate privileged user password | [optional] |
15
+ | **ping_url** | **String** | Ping URL | [optional] |
16
+ | **privileged_user** | **String** | Ping Federate privileged user | [optional] |
17
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::CreatePingTarget.new(
26
+ administrative_port: null,
27
+ authorization_port: null,
28
+ comment: null,
29
+ description: null,
30
+ json: null,
31
+ key: null,
32
+ name: null,
33
+ password: null,
34
+ ping_url: null,
35
+ privileged_user: null,
36
+ token: null,
37
+ uid_token: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::CreatePingTargetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **target_id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::CreatePingTargetOutput.new(
15
+ target_id: null
16
+ )
17
+ ```
18
+
@@ -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,
@@ -18,6 +18,7 @@
18
18
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
19
19
  | **metadata** | **String** | Deprecated - use description | [optional] |
20
20
  | **name** | **String** | Secret name | |
21
+ | **rotate_after_disconnect** | **String** | Rotate the value of the secret after SRA session ends | [optional][default to 'false'] |
21
22
  | **rotated_password** | **String** | | [optional] |
22
23
  | **rotated_username** | **String** | | [optional] |
23
24
  | **rotation_hour** | **Integer** | | [optional] |
@@ -68,6 +69,7 @@ instance = Akeyless::CreateRotatedSecret.new(
68
69
  key: null,
69
70
  metadata: null,
70
71
  name: null,
72
+ rotate_after_disconnect: null,
71
73
  rotated_password: null,
72
74
  rotated_username: null,
73
75
  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
  | **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,