akeyless 5.0.23 → 5.0.24

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 (172) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -5
  3. data/docs/AgenticRule.md +20 -0
  4. data/docs/AgenticRules.md +20 -0
  5. data/docs/CreateRole.md +2 -0
  6. data/docs/CreateUSC.md +5 -1
  7. data/docs/DSProducerDetails.md +2 -0
  8. data/docs/DeleteRoleRule.md +1 -1
  9. data/docs/EsmListSecretsOutput.md +2 -0
  10. data/docs/GatewayMigrationCreateOutput.md +2 -0
  11. data/docs/ItemGeneralInfo.md +2 -0
  12. data/docs/ListItems.md +2 -0
  13. data/docs/RuntimeAuthorityCommand.md +28 -0
  14. data/docs/SetDefaultProfile.md +20 -0
  15. data/docs/SetDefaultProfileOutput.md +18 -0
  16. data/docs/SetRoleRule.md +1 -1
  17. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  18. data/docs/Target.md +2 -0
  19. data/docs/TargetCreateArtifactory.md +2 -0
  20. data/docs/TargetCreateAws.md +2 -0
  21. data/docs/TargetCreateAzure.md +2 -0
  22. data/docs/TargetCreateDB.md +2 -0
  23. data/docs/TargetCreateDigiCert.md +2 -0
  24. data/docs/TargetCreateDockerhub.md +2 -0
  25. data/docs/TargetCreateEks.md +2 -0
  26. data/docs/TargetCreateGcp.md +2 -0
  27. data/docs/TargetCreateGemini.md +2 -0
  28. data/docs/TargetCreateGithub.md +2 -0
  29. data/docs/TargetCreateGitlab.md +2 -0
  30. data/docs/TargetCreateGke.md +2 -0
  31. data/docs/TargetCreateGlobalSign.md +2 -0
  32. data/docs/TargetCreateGlobalSignAtlas.md +2 -0
  33. data/docs/TargetCreateGodaddy.md +2 -0
  34. data/docs/TargetCreateGoogleTrust.md +2 -0
  35. data/docs/TargetCreateHashiVault.md +2 -0
  36. data/docs/TargetCreateK8s.md +2 -0
  37. data/docs/TargetCreateLdap.md +2 -0
  38. data/docs/TargetCreateLetsEncrypt.md +2 -0
  39. data/docs/TargetCreateLinked.md +2 -0
  40. data/docs/TargetCreateOpenAI.md +2 -0
  41. data/docs/TargetCreatePing.md +2 -0
  42. data/docs/TargetCreateRabbitMq.md +2 -0
  43. data/docs/TargetCreateSalesforce.md +2 -0
  44. data/docs/TargetCreateSectigo.md +2 -0
  45. data/docs/TargetCreateSplunk.md +2 -0
  46. data/docs/TargetCreateSsh.md +2 -0
  47. data/docs/TargetCreateWeb.md +2 -0
  48. data/docs/TargetCreateWindows.md +2 -0
  49. data/docs/TargetCreateZeroSSL.md +2 -0
  50. data/docs/TargetUpdateArtifactory.md +2 -0
  51. data/docs/TargetUpdateAws.md +2 -0
  52. data/docs/TargetUpdateAzure.md +2 -0
  53. data/docs/TargetUpdateDB.md +2 -0
  54. data/docs/TargetUpdateDockerhub.md +2 -0
  55. data/docs/TargetUpdateEks.md +2 -0
  56. data/docs/TargetUpdateGcp.md +2 -0
  57. data/docs/TargetUpdateGemini.md +2 -0
  58. data/docs/TargetUpdateGithub.md +2 -0
  59. data/docs/TargetUpdateGitlab.md +2 -0
  60. data/docs/TargetUpdateGke.md +2 -0
  61. data/docs/TargetUpdateGlobalSign.md +2 -0
  62. data/docs/TargetUpdateGlobalSignAtlas.md +2 -0
  63. data/docs/TargetUpdateGodaddy.md +2 -0
  64. data/docs/TargetUpdateGoogleTrust.md +2 -0
  65. data/docs/TargetUpdateHashiVault.md +2 -0
  66. data/docs/TargetUpdateK8s.md +2 -0
  67. data/docs/TargetUpdateLdap.md +2 -0
  68. data/docs/TargetUpdateLetsEncrypt.md +2 -0
  69. data/docs/TargetUpdateOpenAI.md +2 -0
  70. data/docs/TargetUpdatePing.md +2 -0
  71. data/docs/TargetUpdateRabbitMq.md +2 -0
  72. data/docs/TargetUpdateSalesforce.md +2 -0
  73. data/docs/TargetUpdateSectigo.md +2 -0
  74. data/docs/TargetUpdateSsh.md +2 -0
  75. data/docs/TargetUpdateWeb.md +2 -0
  76. data/docs/TargetUpdateWindows.md +2 -0
  77. data/docs/TargetUpdateZeroSSL.md +2 -0
  78. data/docs/UpdateItem.md +5 -1
  79. data/docs/UpdateRole.md +2 -0
  80. data/docs/UpdateTarget.md +2 -0
  81. data/docs/UscList.md +4 -0
  82. data/docs/UscListSecretsOutput.md +2 -0
  83. data/docs/V2Api.md +66 -4
  84. data/lib/akeyless/api/v2_api.rb +68 -4
  85. data/lib/akeyless/models/agentic_rule.rb +223 -0
  86. data/lib/akeyless/models/agentic_rules.rb +227 -0
  87. data/lib/akeyless/models/create_role.rb +11 -1
  88. data/lib/akeyless/models/create_usc.rb +24 -4
  89. data/lib/akeyless/models/delete_role_rule.rb +1 -1
  90. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  91. data/lib/akeyless/models/esm_list_secrets_output.rb +10 -1
  92. data/lib/akeyless/models/gateway_migration_create_output.rb +10 -1
  93. data/lib/akeyless/models/item_general_info.rb +10 -1
  94. data/lib/akeyless/models/list_items.rb +13 -1
  95. data/lib/akeyless/models/runtime_authority_command.rb +288 -0
  96. data/lib/akeyless/models/set_default_profile.rb +234 -0
  97. data/lib/akeyless/models/set_default_profile_output.rb +214 -0
  98. data/lib/akeyless/models/set_role_rule.rb +1 -1
  99. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  100. data/lib/akeyless/models/target.rb +10 -1
  101. data/lib/akeyless/models/target_create_artifactory.rb +11 -1
  102. data/lib/akeyless/models/target_create_aws.rb +11 -1
  103. data/lib/akeyless/models/target_create_azure.rb +11 -1
  104. data/lib/akeyless/models/target_create_db.rb +11 -1
  105. data/lib/akeyless/models/target_create_digi_cert.rb +11 -1
  106. data/lib/akeyless/models/target_create_dockerhub.rb +11 -1
  107. data/lib/akeyless/models/target_create_eks.rb +11 -1
  108. data/lib/akeyless/models/target_create_gcp.rb +11 -1
  109. data/lib/akeyless/models/target_create_gemini.rb +11 -1
  110. data/lib/akeyless/models/target_create_github.rb +11 -1
  111. data/lib/akeyless/models/target_create_gitlab.rb +11 -1
  112. data/lib/akeyless/models/target_create_gke.rb +11 -1
  113. data/lib/akeyless/models/target_create_global_sign.rb +11 -1
  114. data/lib/akeyless/models/target_create_global_sign_atlas.rb +11 -1
  115. data/lib/akeyless/models/target_create_godaddy.rb +11 -1
  116. data/lib/akeyless/models/target_create_google_trust.rb +11 -1
  117. data/lib/akeyless/models/target_create_hashi_vault.rb +11 -1
  118. data/lib/akeyless/models/target_create_k8s.rb +11 -1
  119. data/lib/akeyless/models/target_create_ldap.rb +11 -1
  120. data/lib/akeyless/models/target_create_lets_encrypt.rb +11 -1
  121. data/lib/akeyless/models/target_create_linked.rb +11 -1
  122. data/lib/akeyless/models/target_create_open_ai.rb +11 -1
  123. data/lib/akeyless/models/target_create_ping.rb +11 -1
  124. data/lib/akeyless/models/target_create_rabbit_mq.rb +11 -1
  125. data/lib/akeyless/models/target_create_salesforce.rb +11 -1
  126. data/lib/akeyless/models/target_create_sectigo.rb +11 -1
  127. data/lib/akeyless/models/target_create_splunk.rb +11 -1
  128. data/lib/akeyless/models/target_create_ssh.rb +11 -1
  129. data/lib/akeyless/models/target_create_web.rb +11 -1
  130. data/lib/akeyless/models/target_create_windows.rb +11 -1
  131. data/lib/akeyless/models/target_create_zero_ssl.rb +11 -1
  132. data/lib/akeyless/models/target_update_artifactory.rb +11 -1
  133. data/lib/akeyless/models/target_update_aws.rb +11 -1
  134. data/lib/akeyless/models/target_update_azure.rb +11 -1
  135. data/lib/akeyless/models/target_update_db.rb +11 -1
  136. data/lib/akeyless/models/target_update_dockerhub.rb +11 -1
  137. data/lib/akeyless/models/target_update_eks.rb +11 -1
  138. data/lib/akeyless/models/target_update_gcp.rb +11 -1
  139. data/lib/akeyless/models/target_update_gemini.rb +11 -1
  140. data/lib/akeyless/models/target_update_github.rb +11 -1
  141. data/lib/akeyless/models/target_update_gitlab.rb +11 -1
  142. data/lib/akeyless/models/target_update_gke.rb +11 -1
  143. data/lib/akeyless/models/target_update_global_sign.rb +11 -1
  144. data/lib/akeyless/models/target_update_global_sign_atlas.rb +11 -1
  145. data/lib/akeyless/models/target_update_godaddy.rb +11 -1
  146. data/lib/akeyless/models/target_update_google_trust.rb +11 -1
  147. data/lib/akeyless/models/target_update_hashi_vault.rb +11 -1
  148. data/lib/akeyless/models/target_update_k8s.rb +11 -1
  149. data/lib/akeyless/models/target_update_ldap.rb +11 -1
  150. data/lib/akeyless/models/target_update_lets_encrypt.rb +11 -1
  151. data/lib/akeyless/models/target_update_open_ai.rb +11 -1
  152. data/lib/akeyless/models/target_update_ping.rb +11 -1
  153. data/lib/akeyless/models/target_update_rabbit_mq.rb +11 -1
  154. data/lib/akeyless/models/target_update_salesforce.rb +11 -1
  155. data/lib/akeyless/models/target_update_sectigo.rb +11 -1
  156. data/lib/akeyless/models/target_update_ssh.rb +11 -1
  157. data/lib/akeyless/models/target_update_web.rb +11 -1
  158. data/lib/akeyless/models/target_update_windows.rb +11 -1
  159. data/lib/akeyless/models/target_update_zero_ssl.rb +11 -1
  160. data/lib/akeyless/models/update_item.rb +24 -4
  161. data/lib/akeyless/models/update_role.rb +11 -1
  162. data/lib/akeyless/models/update_target.rb +11 -1
  163. data/lib/akeyless/models/usc_list.rb +21 -1
  164. data/lib/akeyless/models/usc_list_secrets_output.rb +10 -1
  165. data/lib/akeyless/version.rb +1 -1
  166. data/lib/akeyless.rb +5 -0
  167. data/spec/models/agentic_rule_spec.rb +42 -0
  168. data/spec/models/agentic_rules_spec.rb +42 -0
  169. data/spec/models/runtime_authority_command_spec.rb +66 -0
  170. data/spec/models/set_default_profile_output_spec.rb +36 -0
  171. data/spec/models/set_default_profile_spec.rb +42 -0
  172. metadata +22 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54d5e27001c7dca8fec528ccef0ba602412ae096e197035019d8730993e73c39
4
- data.tar.gz: 6039cf7eda6ffeb169972d322cb1b84fb0395754d001d9ac1bb4d04e08bbf870
3
+ metadata.gz: c5253f7c5e7203c38c09d7230344cafaf3918d7aaef6abd00333da167351e0e0
4
+ data.tar.gz: c07681daa534f78d815a319c58f05ca1bcfc23609cd43fb638d6854f3ff06182
5
5
  SHA512:
6
- metadata.gz: 16797736d200f55758755e82e569b4171a6c4187bc5cc546a868886977d793f7ce4f4db36bfc1e583cd531212430fc706096f25450739bc25506ebe9e9550595
7
- data.tar.gz: deec5d389acb810bd005cb277622ed957a788e76fce0c2a7a3ce176e9fe25b565c8bcec31935031282bdc1b3ebb476fd060f530a936f907705634362644c33ef
6
+ metadata.gz: 4ecb7abe68afd8dd12c9390dbd03246ca58e09d11f6bd569a68ddb3460003f1ae2017854c61df3fa6ded2a0e297b17d67d07dd83c44f9b9f5e68afea8f2cf38e
7
+ data.tar.gz: 28d8832b4eb7965fd80f55110641302023ccbb447fd3cd19e2d02f0372297cd14454eaa70d2e8481796cd47d1b9fd27a42f3abc2c51acc41ad86bf7060d28da3
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: 3.0
10
- - Package version: 5.0.23
10
+ - Package version: 5.0.24
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -208,7 +208,7 @@ Class | Method | HTTP request | Description
208
208
  *Akeyless::V2Api* | [**dynamic_secret_create_ms_sql**](docs/V2Api.md#dynamic_secret_create_ms_sql) | **POST** /dynamic-secret-create-mssql |
209
209
  *Akeyless::V2Api* | [**dynamic_secret_create_my_sql**](docs/V2Api.md#dynamic_secret_create_my_sql) | **POST** /dynamic-secret-create-mysql |
210
210
  *Akeyless::V2Api* | [**dynamic_secret_create_open_ai**](docs/V2Api.md#dynamic_secret_create_open_ai) | **POST** /dynamic-secret-create-openai |
211
- *Akeyless::V2Api* | [**dynamic_secret_create_oracle_db**](docs/V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracle |
211
+ *Akeyless::V2Api* | [**dynamic_secret_create_oracle_db**](docs/V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracledb |
212
212
  *Akeyless::V2Api* | [**dynamic_secret_create_ping**](docs/V2Api.md#dynamic_secret_create_ping) | **POST** /dynamic-secret-create-ping |
213
213
  *Akeyless::V2Api* | [**dynamic_secret_create_postgre_sql**](docs/V2Api.md#dynamic_secret_create_postgre_sql) | **POST** /dynamic-secret-create-postgresql |
214
214
  *Akeyless::V2Api* | [**dynamic_secret_create_rabbit_mq**](docs/V2Api.md#dynamic_secret_create_rabbit_mq) | **POST** /dynamic-secret-create-rabbitmq |
@@ -222,7 +222,7 @@ Class | Method | HTTP request | Description
222
222
  *Akeyless::V2Api* | [**dynamic_secret_get_value**](docs/V2Api.md#dynamic_secret_get_value) | **POST** /dynamic-secret-get-value |
223
223
  *Akeyless::V2Api* | [**dynamic_secret_list**](docs/V2Api.md#dynamic_secret_list) | **POST** /dynamic-secret-list |
224
224
  *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_delete**](docs/V2Api.md#dynamic_secret_tmp_creds_delete) | **POST** /dynamic-secret-tmp-creds-delete |
225
- *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_get**](docs/V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-Get |
225
+ *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_get**](docs/V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-get |
226
226
  *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_update**](docs/V2Api.md#dynamic_secret_tmp_creds_update) | **POST** /dynamic-secret-tmp-creds-update |
227
227
  *Akeyless::V2Api* | [**dynamic_secret_update_artifactory**](docs/V2Api.md#dynamic_secret_update_artifactory) | **POST** /dynamic-secret-update-artifactory |
228
228
  *Akeyless::V2Api* | [**dynamic_secret_update_aws**](docs/V2Api.md#dynamic_secret_update_aws) | **POST** /dynamic-secret-update-aws |
@@ -236,10 +236,10 @@ Class | Method | HTTP request | Description
236
236
  *Akeyless::V2Api* | [**dynamic_secret_update_gitlab**](docs/V2Api.md#dynamic_secret_update_gitlab) | **POST** /dynamic-secret-update-gitlab |
237
237
  *Akeyless::V2Api* | [**dynamic_secret_update_gke**](docs/V2Api.md#dynamic_secret_update_gke) | **POST** /dynamic-secret-update-gke |
238
238
  *Akeyless::V2Api* | [**dynamic_secret_update_google_workspace**](docs/V2Api.md#dynamic_secret_update_google_workspace) | **POST** /dynamic-secret-update-google-workspace |
239
- *Akeyless::V2Api* | [**dynamic_secret_update_hana_db**](docs/V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hana |
239
+ *Akeyless::V2Api* | [**dynamic_secret_update_hana_db**](docs/V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hanadb |
240
240
  *Akeyless::V2Api* | [**dynamic_secret_update_k8s**](docs/V2Api.md#dynamic_secret_update_k8s) | **POST** /dynamic-secret-update-k8s |
241
241
  *Akeyless::V2Api* | [**dynamic_secret_update_ldap**](docs/V2Api.md#dynamic_secret_update_ldap) | **POST** /dynamic-secret-update-ldap |
242
- *Akeyless::V2Api* | [**dynamic_secret_update_mongo_db**](docs/V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongo |
242
+ *Akeyless::V2Api* | [**dynamic_secret_update_mongo_db**](docs/V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongodb |
243
243
  *Akeyless::V2Api* | [**dynamic_secret_update_ms_sql**](docs/V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql |
244
244
  *Akeyless::V2Api* | [**dynamic_secret_update_my_sql**](docs/V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql |
245
245
  *Akeyless::V2Api* | [**dynamic_secret_update_open_ai**](docs/V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai |
@@ -509,6 +509,7 @@ Class | Method | HTTP request | Description
509
509
  *Akeyless::V2Api* | [**rotated_secret_update_splunk**](docs/V2Api.md#rotated_secret_update_splunk) | **POST** /rotated-secret-update-splunk |
510
510
  *Akeyless::V2Api* | [**rotated_secret_update_ssh**](docs/V2Api.md#rotated_secret_update_ssh) | **POST** /rotated-secret-update-ssh |
511
511
  *Akeyless::V2Api* | [**rotated_secret_update_windows**](docs/V2Api.md#rotated_secret_update_windows) | **POST** /rotated-secret-update-windows |
512
+ *Akeyless::V2Api* | [**runtime_authority**](docs/V2Api.md#runtime_authority) | **POST** /runtime-authority |
512
513
  *Akeyless::V2Api* | [**set_item_state**](docs/V2Api.md#set_item_state) | **POST** /set-item-state |
513
514
  *Akeyless::V2Api* | [**set_role_rule**](docs/V2Api.md#set_role_rule) | **POST** /set-role-rule |
514
515
  *Akeyless::V2Api* | [**share_item**](docs/V2Api.md#share_item) | **POST** /share-item |
@@ -698,6 +699,8 @@ Class | Method | HTTP request | Description
698
699
  - [Akeyless::ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
699
700
  - [Akeyless::AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
700
701
  - [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
702
+ - [Akeyless::AgenticRule](docs/AgenticRule.md)
703
+ - [Akeyless::AgenticRules](docs/AgenticRules.md)
701
704
  - [Akeyless::AiInsightsConfigPart](docs/AiInsightsConfigPart.md)
702
705
  - [Akeyless::AiInsightsSetting](docs/AiInsightsSetting.md)
703
706
  - [Akeyless::AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
@@ -1575,6 +1578,7 @@ Class | Method | HTTP request | Description
1575
1578
  - [Akeyless::RotatorsConfigPart](docs/RotatorsConfigPart.md)
1576
1579
  - [Akeyless::RuleAssigner](docs/RuleAssigner.md)
1577
1580
  - [Akeyless::Rules](docs/Rules.md)
1581
+ - [Akeyless::RuntimeAuthorityCommand](docs/RuntimeAuthorityCommand.md)
1578
1582
  - [Akeyless::SAMLAccessRules](docs/SAMLAccessRules.md)
1579
1583
  - [Akeyless::SAMLAttribute](docs/SAMLAttribute.md)
1580
1584
  - [Akeyless::SSHCertificateIssueDetails](docs/SSHCertificateIssueDetails.md)
@@ -1587,6 +1591,8 @@ Class | Method | HTTP request | Description
1587
1591
  - [Akeyless::SecureRemoteAccess](docs/SecureRemoteAccess.md)
1588
1592
  - [Akeyless::ServerInventoryMigration](docs/ServerInventoryMigration.md)
1589
1593
  - [Akeyless::ServerInventoryPayload](docs/ServerInventoryPayload.md)
1594
+ - [Akeyless::SetDefaultProfile](docs/SetDefaultProfile.md)
1595
+ - [Akeyless::SetDefaultProfileOutput](docs/SetDefaultProfileOutput.md)
1590
1596
  - [Akeyless::SetItemState](docs/SetItemState.md)
1591
1597
  - [Akeyless::SetRoleRule](docs/SetRoleRule.md)
1592
1598
  - [Akeyless::ShareItem](docs/ShareItem.md)
@@ -0,0 +1,20 @@
1
+ # Akeyless::AgenticRule
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **rule** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AgenticRule.new(
16
+ name: null,
17
+ rule: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::AgenticRules
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **input_rules** | [**Array<AgenticRule>**](AgenticRule.md) | | [optional] |
8
+ | **output_rules** | [**Array<AgenticRule>**](AgenticRule.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AgenticRules.new(
16
+ input_rules: null,
17
+ output_rules: null
18
+ )
19
+ ```
20
+
data/docs/CreateRole.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
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
+ | **ara_reports_access** | **String** | Allow this role to view Agentic Runtime Authority Dashboard. Currently only 'none', 'scoped', 'all' values are supported. | [optional] |
8
9
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own', 'scoped' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
10
  | **comment** | **String** | Deprecated - use description | [optional] |
10
11
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::CreateRole.new(
30
31
  analytics_access: null,
32
+ ara_reports_access: null,
31
33
  audit_access: null,
32
34
  comment: null,
33
35
  delete_protection: null,
data/docs/CreateUSC.md CHANGED
@@ -23,7 +23,9 @@
23
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
24
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
25
  | **usc_prefix** | **String** | Prefix for all secrets created in AWS Secrets Manager | [optional] |
26
+ | **usc_tags** | **String** | Comma-separated list of tags to apply to all secrets created on the remote USC | [optional] |
26
27
  | **use_prefix_as_filter** | **String** | Whether to filter the USC secret list using the specified usc-prefix [true/false] | [optional][default to 'false'] |
28
+ | **use_tags_as_filter** | **Boolean** | Filter the USC secret list by the value(s) of --usc-tags. [true|false] | [optional] |
27
29
 
28
30
  ## Example
29
31
 
@@ -50,7 +52,9 @@ instance = Akeyless::CreateUSC.new(
50
52
  token: null,
51
53
  uid_token: null,
52
54
  usc_prefix: null,
53
- use_prefix_as_filter: null
55
+ usc_tags: null,
56
+ use_prefix_as_filter: null,
57
+ use_tags_as_filter: null
54
58
  )
55
59
  ```
56
60
 
@@ -11,6 +11,7 @@
11
11
  | **admin_pwd** | **String** | | [optional] |
12
12
  | **admin_rotation_interval_days** | **Integer** | | [optional] |
13
13
  | **administrative_port** | **String** | | [optional] |
14
+ | **agentic_rules** | [**AgenticRules**](AgenticRules.md) | | [optional] |
14
15
  | **api_key** | **String** | | [optional] |
15
16
  | **api_key_id** | **String** | | [optional] |
16
17
  | **artifactory_admin_apikey** | **String** | | [optional] |
@@ -283,6 +284,7 @@ instance = Akeyless::DSProducerDetails.new(
283
284
  admin_pwd: null,
284
285
  admin_rotation_interval_days: null,
285
286
  administrative_port: null,
287
+ agentic_rules: null,
286
288
  api_key: null,
287
289
  api_key_id: null,
288
290
  artifactory_admin_apikey: null,
@@ -7,7 +7,7 @@
7
7
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
8
  | **path** | **String** | The path the rule refers to | |
9
9
  | **role_name** | **String** | The role name to be updated | |
10
- | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
10
+ | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, ara-reports-rule, sra-rule, ara-rule, usage-reports-rule, event-rule, event-forwarder-rule, reverse-rbac-rule | [optional][default to 'item-rule'] |
11
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
13
 
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **next_token** | **String** | | [optional] |
7
8
  | **secrets_list** | [**Array<SecretInfo>**](SecretInfo.md) | | [optional] |
8
9
  | **warnings** | **Array<String>** | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'akeyless'
14
15
 
15
16
  instance = Akeyless::EsmListSecretsOutput.new(
17
+ next_token: null,
16
18
  secrets_list: null,
17
19
  warnings: null
18
20
  )
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **migration_id** | **String** | | [optional] |
7
8
  | **migration_name** | **String** | | [optional] |
8
9
 
9
10
  ## Example
@@ -12,6 +13,7 @@
12
13
  require 'akeyless'
13
14
 
14
15
  instance = Akeyless::GatewayMigrationCreateOutput.new(
16
+ migration_id: null,
15
17
  migration_name: null
16
18
  )
17
19
  ```
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **agentic_rules** | [**AgenticRules**](AgenticRules.md) | | [optional] |
7
8
  | **cert_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
8
9
  | **certificate_chain_info** | [**CertificateChainInfo**](CertificateChainInfo.md) | | [optional] |
9
10
  | **certificate_format** | **String** | | [optional] |
@@ -29,6 +30,7 @@
29
30
  require 'akeyless'
30
31
 
31
32
  instance = Akeyless::ItemGeneralInfo.new(
33
+ agentic_rules: null,
32
34
  cert_issue_details: null,
33
35
  certificate_chain_info: null,
34
36
  certificate_format: null,
data/docs/ListItems.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
8
  | **advanced_filter** | **String** | Filter by item name/username/website or part of it | [optional] |
9
+ | **ara_only** | **Boolean** | Filter by items with ARA functionality enabled | [optional][default to false] |
9
10
  | **auto_pagination** | **String** | Retrieve all items using pagination, when disabled retrieving only first 1000 items | [optional][default to 'enabled'] |
10
11
  | **current_folder** | **Boolean** | List only items in the current folder (excludes subfolders) | [optional][default to false] |
11
12
  | **filter** | **String** | Filter by item name or part of it | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
  instance = Akeyless::ListItems.new(
30
31
  accessibility: null,
31
32
  advanced_filter: null,
33
+ ara_only: null,
32
34
  auto_pagination: null,
33
35
  current_folder: null,
34
36
  filter: null,
@@ -0,0 +1,28 @@
1
+ # Akeyless::RuntimeAuthorityCommand
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **agent_id** | **String** | Agent identifier for auditing | |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **name** | **String** | Secret name (dynamic secret or rotated secret) | |
10
+ | **payload** | **String** | Query or action payload (SQL, natural language, or CLI-style) | |
11
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'akeyless'
18
+
19
+ instance = Akeyless::RuntimeAuthorityCommand.new(
20
+ agent_id: null,
21
+ json: null,
22
+ name: null,
23
+ payload: null,
24
+ token: null,
25
+ uid_token: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::SetDefaultProfile
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
+ | **profile** | **String** | Profile name to use as the default | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::SetDefaultProfile.new(
16
+ json: null,
17
+ profile: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::SetDefaultProfileOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **profile_name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::SetDefaultProfileOutput.new(
15
+ profile_name: null
16
+ )
17
+ ```
18
+
data/docs/SetRoleRule.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
9
  | **path** | **String** | The path the rule refers to | |
10
10
  | **role_name** | **String** | The role name to be updated | |
11
- | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
11
+ | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, ara-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
12
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
13
13
  | **ttl** | **Integer** | RoleRule ttl | [optional] |
14
14
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_id** | **String** | | [optional] |
8
8
  | **auth_creds** | **String** | Temporary credentials for accessing Auth | [optional] |
9
+ | **csrf_token** | **String** | CSRF token for synchronizer-token pattern (only populated for WebUI clients) | [optional] |
9
10
  | **expiry** | **Integer** | Credentials expiration date | [optional] |
10
11
  | **kfm_creds** | **String** | Temporary credentials for accessing the KFMs instances | [optional] |
11
12
  | **need_mfa_app_first_config** | **Boolean** | If the user didn't complete to configure the MFA app | [optional] |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
  instance = Akeyless::SystemAccessCredentialsReplyObj.new(
22
23
  access_id: null,
23
24
  auth_creds: null,
25
+ csrf_token: null,
24
26
  expiry: null,
25
27
  kfm_creds: null,
26
28
  need_mfa_app_first_config: null,
data/docs/Target.md CHANGED
@@ -11,6 +11,7 @@
11
11
  | **client_permissions** | **Array<String>** | | [optional] |
12
12
  | **comment** | **String** | | [optional] |
13
13
  | **creation_date** | **Time** | | [optional] |
14
+ | **delete_protection** | **Boolean** | | [optional] |
14
15
  | **is_access_request_enabled** | **Boolean** | | [optional] |
15
16
  | **last_version** | **Integer** | | [optional] |
16
17
  | **locking_info** | [**LockingInfo**](LockingInfo.md) | | [optional] |
@@ -39,6 +40,7 @@ instance = Akeyless::Target.new(
39
40
  client_permissions: null,
40
41
  comment: null,
41
42
  creation_date: null,
43
+ delete_protection: null,
42
44
  is_access_request_enabled: null,
43
45
  last_version: null,
44
46
  locking_info: null,
@@ -7,6 +7,7 @@
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
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Description of the object | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
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] |
@@ -24,6 +25,7 @@ instance = Akeyless::TargetCreateArtifactory.new(
24
25
  artifactory_admin_name: null,
25
26
  artifactory_admin_pwd: null,
26
27
  base_url: null,
28
+ delete_protection: null,
27
29
  description: null,
28
30
  json: null,
29
31
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_key** | **String** | AWS secret access key | |
8
8
  | **access_key_id** | **String** | AWS access key ID | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **generate_external_id** | **Boolean** | A unique auto-generated value used in your AWS account when configuring your AWS IAM role to securely delegate access to Akeyless. Relevant only when using GW cloud ID | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::TargetCreateAws.new(
28
29
  access_key: null,
29
30
  access_key_id: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  generate_external_id: null,
32
34
  json: null,
@@ -8,6 +8,7 @@
8
8
  | **client_id** | **String** | Azure client/application id | [optional] |
9
9
  | **client_secret** | **String** | Azure client secret | [optional] |
10
10
  | **connection_type** | **String** | Type of connection [credentials/cloud-identity] | [optional][default to 'credentials'] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
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] |
@@ -31,6 +32,7 @@ instance = Akeyless::TargetCreateAzure.new(
31
32
  client_id: null,
32
33
  client_secret: null,
33
34
  connection_type: null,
35
+ delete_protection: null,
34
36
  description: null,
35
37
  json: null,
36
38
  key: null,
@@ -15,6 +15,7 @@
15
15
  | **db_server_certificates** | **String** | (Optional) DB server certificates | [optional] |
16
16
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
17
17
  | **db_type** | **String** | | |
18
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
18
19
  | **description** | **String** | Description of the object | [optional] |
19
20
  | **host** | **String** | | [optional] |
20
21
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -60,6 +61,7 @@ instance = Akeyless::TargetCreateDB.new(
60
61
  db_server_certificates: null,
61
62
  db_server_name: null,
62
63
  db_type: null,
64
+ delete_protection: null,
63
65
  description: null,
64
66
  host: null,
65
67
  json: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **digicert_url** | **String** | DigiCert ACME endpoint selector. Options: [us-production/eu-production/us-demo/eu-demo] | [optional][default to 'us-production'] |
10
11
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetCreateDigiCert.new(
31
32
  acme_challenge: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  digicert_url: null,
34
36
  dns_target_creds: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **dockerhub_password** | **String** | Password for docker repository | [optional] |
9
10
  | **dockerhub_username** | **String** | Username for docker repository | [optional] |
@@ -20,6 +21,7 @@
20
21
  require 'akeyless'
21
22
 
22
23
  instance = Akeyless::TargetCreateDockerhub.new(
24
+ delete_protection: null,
23
25
  description: null,
24
26
  dockerhub_password: null,
25
27
  dockerhub_username: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
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 | |
@@ -25,6 +26,7 @@
25
26
  require 'akeyless'
26
27
 
27
28
  instance = Akeyless::TargetCreateEks.new(
29
+ delete_protection: null,
28
30
  description: null,
29
31
  eks_access_key_id: null,
30
32
  eks_cluster_ca_cert: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
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][default to false] |
@@ -20,6 +21,7 @@
20
21
  require 'akeyless'
21
22
 
22
23
  instance = Akeyless::TargetCreateGcp.new(
24
+ delete_protection: null,
23
25
  description: null,
24
26
  gcp_key: null,
25
27
  json: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API key for Gemini | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **gemini_url** | **String** | Base URL of the Gemini API | [optional][default to 'https://generativelanguage.googleapis.com'] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
 
22
23
  instance = Akeyless::TargetCreateGemini.new(
23
24
  api_key: null,
25
+ delete_protection: null,
24
26
  description: null,
25
27
  gemini_url: null,
26
28
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
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] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateGithub.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  github_app_id: null,
26
28
  github_app_private_key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gitlab_access_token** | **String** | Gitlab access token | [optional] |
9
10
  | **gitlab_certificate** | **String** | Gitlab tls certificate (base64 encoded) | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateGitlab.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  gitlab_access_token: null,
26
28
  gitlab_certificate: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
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] |
@@ -24,6 +25,7 @@
24
25
  require 'akeyless'
25
26
 
26
27
  instance = Akeyless::TargetCreateGke.new(
28
+ delete_protection: null,
27
29
  description: null,
28
30
  gke_account_key: null,
29
31
  gke_cluster_cert: null,
@@ -8,6 +8,7 @@
8
8
  | **contact_first_name** | **String** | First name of the GlobalSign GCC account contact | |
9
9
  | **contact_last_name** | **String** | Last name of the GlobalSign GCC account contact | |
10
10
  | **contact_phone** | **String** | Telephone of the GlobalSign GCC account contact | |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
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] |
@@ -30,6 +31,7 @@ instance = Akeyless::TargetCreateGlobalSign.new(
30
31
  contact_first_name: null,
31
32
  contact_last_name: null,
32
33
  contact_phone: null,
34
+ delete_protection: null,
33
35
  description: null,
34
36
  json: null,
35
37
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API Key of the GlobalSign Atlas account | |
8
8
  | **api_secret** | **String** | API Secret of the GlobalSign Atlas account | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
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] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
  instance = Akeyless::TargetCreateGlobalSignAtlas.new(
26
27
  api_key: null,
27
28
  api_secret: null,
29
+ delete_protection: null,
28
30
  description: null,
29
31
  json: null,
30
32
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | Key of the api credentials to the Godaddy account | |
8
8
  | **customer_id** | **String** | Customer ID (ShopperId) required for renewal of imported certificates | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
11
12
  | **imap_password** | **String** | ImapPassword to access the IMAP service | |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
  instance = Akeyless::TargetCreateGodaddy.new(
29
30
  api_key: null,
30
31
  customer_id: null,
32
+ delete_protection: null,
31
33
  description: null,
32
34
  imap_fqdn: null,
33
35
  imap_password: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
10
11
  | **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetCreateGoogleTrust.new(
31
32
  acme_challenge: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  dns_target_creds: null,
34
36
  eab_hmac_key: null,