akeyless 2.16.8 → 2.16.9

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 (142) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/docs/Configure.md +5 -1
  4. data/docs/GatewayCreateMigration.md +22 -22
  5. data/docs/GatewayCreateProducerArtifactory.md +2 -0
  6. data/docs/GatewayCreateProducerAws.md +2 -0
  7. data/docs/GatewayCreateProducerAzure.md +2 -0
  8. data/docs/GatewayCreateProducerCassandra.md +2 -0
  9. data/docs/GatewayCreateProducerCertificateAutomation.md +2 -0
  10. data/docs/GatewayCreateProducerChef.md +2 -0
  11. data/docs/GatewayCreateProducerCustom.md +2 -0
  12. data/docs/GatewayCreateProducerDockerhub.md +2 -0
  13. data/docs/GatewayCreateProducerEks.md +2 -0
  14. data/docs/GatewayCreateProducerGcp.md +2 -0
  15. data/docs/GatewayCreateProducerGithub.md +2 -0
  16. data/docs/GatewayCreateProducerGke.md +2 -0
  17. data/docs/GatewayCreateProducerHanaDb.md +2 -0
  18. data/docs/GatewayCreateProducerLdap.md +2 -0
  19. data/docs/GatewayCreateProducerMSSQL.md +2 -0
  20. data/docs/GatewayCreateProducerMongo.md +2 -0
  21. data/docs/GatewayCreateProducerMySQL.md +2 -0
  22. data/docs/GatewayCreateProducerNativeK8S.md +2 -0
  23. data/docs/GatewayCreateProducerOracleDb.md +2 -0
  24. data/docs/GatewayCreateProducerPostgreSQL.md +2 -0
  25. data/docs/GatewayCreateProducerRabbitMQ.md +2 -0
  26. data/docs/GatewayCreateProducerRdp.md +2 -0
  27. data/docs/GatewayCreateProducerRedshift.md +2 -0
  28. data/docs/GatewayCreateProducerSnowflake.md +2 -0
  29. data/docs/GatewayDeleteMigration.md +1 -1
  30. data/docs/GatewayGetMigration.md +1 -1
  31. data/docs/GatewayStatusMigration.md +24 -0
  32. data/docs/GatewayUpdateItem.md +2 -0
  33. data/docs/GatewayUpdateMigration.md +25 -25
  34. data/docs/GatewayUpdateProducerArtifactory.md +2 -0
  35. data/docs/GatewayUpdateProducerAws.md +2 -0
  36. data/docs/GatewayUpdateProducerAzure.md +2 -0
  37. data/docs/GatewayUpdateProducerCassandra.md +2 -0
  38. data/docs/GatewayUpdateProducerCertificateAutomation.md +2 -0
  39. data/docs/GatewayUpdateProducerChef.md +2 -0
  40. data/docs/GatewayUpdateProducerCustom.md +2 -0
  41. data/docs/GatewayUpdateProducerDockerhub.md +2 -0
  42. data/docs/GatewayUpdateProducerEks.md +2 -0
  43. data/docs/GatewayUpdateProducerGcp.md +2 -0
  44. data/docs/GatewayUpdateProducerGithub.md +2 -0
  45. data/docs/GatewayUpdateProducerGke.md +2 -0
  46. data/docs/GatewayUpdateProducerHanaDb.md +2 -0
  47. data/docs/GatewayUpdateProducerLdap.md +2 -0
  48. data/docs/GatewayUpdateProducerMSSQL.md +2 -0
  49. data/docs/GatewayUpdateProducerMongo.md +2 -0
  50. data/docs/GatewayUpdateProducerMySQL.md +2 -0
  51. data/docs/GatewayUpdateProducerNativeK8S.md +2 -0
  52. data/docs/GatewayUpdateProducerOracleDb.md +2 -0
  53. data/docs/GatewayUpdateProducerPostgreSQL.md +2 -0
  54. data/docs/GatewayUpdateProducerRabbitMQ.md +2 -0
  55. data/docs/GatewayUpdateProducerRdp.md +2 -0
  56. data/docs/GatewayUpdateProducerRedshift.md +2 -0
  57. data/docs/GatewayUpdateProducerSnowflake.md +2 -0
  58. data/docs/GetKubeExecCreds.md +4 -0
  59. data/docs/GetPKICertificate.md +4 -0
  60. data/docs/GetSSHCertificate.md +4 -0
  61. data/docs/Item.md +2 -0
  62. data/docs/ItemGeneralInfo.md +2 -0
  63. data/docs/MigrationGeneral.md +2 -0
  64. data/docs/MigrationItems.md +24 -0
  65. data/docs/MigrationStatusReplyObj.md +36 -0
  66. data/docs/TargetTypeDetailsInput.md +2 -0
  67. data/docs/UpdateItem.md +2 -0
  68. data/docs/UploadRSA.md +2 -0
  69. data/docs/V2Api.md +64 -1
  70. data/lib/akeyless/api/v2_api.rb +64 -0
  71. data/lib/akeyless/models/configure.rb +24 -4
  72. data/lib/akeyless/models/gateway_create_migration.rb +22 -22
  73. data/lib/akeyless/models/gateway_create_producer_artifactory.rb +11 -1
  74. data/lib/akeyless/models/gateway_create_producer_aws.rb +11 -1
  75. data/lib/akeyless/models/gateway_create_producer_azure.rb +11 -1
  76. data/lib/akeyless/models/gateway_create_producer_cassandra.rb +11 -1
  77. data/lib/akeyless/models/gateway_create_producer_certificate_automation.rb +11 -1
  78. data/lib/akeyless/models/gateway_create_producer_chef.rb +11 -1
  79. data/lib/akeyless/models/gateway_create_producer_custom.rb +11 -1
  80. data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +11 -1
  81. data/lib/akeyless/models/gateway_create_producer_eks.rb +11 -1
  82. data/lib/akeyless/models/gateway_create_producer_gcp.rb +11 -1
  83. data/lib/akeyless/models/gateway_create_producer_github.rb +11 -1
  84. data/lib/akeyless/models/gateway_create_producer_gke.rb +11 -1
  85. data/lib/akeyless/models/gateway_create_producer_hana_db.rb +11 -1
  86. data/lib/akeyless/models/gateway_create_producer_ldap.rb +11 -1
  87. data/lib/akeyless/models/gateway_create_producer_mongo.rb +11 -1
  88. data/lib/akeyless/models/gateway_create_producer_mssql.rb +11 -1
  89. data/lib/akeyless/models/gateway_create_producer_my_sql.rb +11 -1
  90. data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +11 -1
  91. data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +11 -1
  92. data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +11 -1
  93. data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +11 -1
  94. data/lib/akeyless/models/gateway_create_producer_rdp.rb +11 -1
  95. data/lib/akeyless/models/gateway_create_producer_redshift.rb +11 -1
  96. data/lib/akeyless/models/gateway_create_producer_snowflake.rb +11 -1
  97. data/lib/akeyless/models/gateway_delete_migration.rb +1 -1
  98. data/lib/akeyless/models/gateway_get_migration.rb +1 -0
  99. data/lib/akeyless/models/gateway_status_migration.rb +251 -0
  100. data/lib/akeyless/models/gateway_update_item.rb +11 -1
  101. data/lib/akeyless/models/gateway_update_migration.rb +33 -38
  102. data/lib/akeyless/models/gateway_update_producer_artifactory.rb +11 -1
  103. data/lib/akeyless/models/gateway_update_producer_aws.rb +11 -1
  104. data/lib/akeyless/models/gateway_update_producer_azure.rb +11 -1
  105. data/lib/akeyless/models/gateway_update_producer_cassandra.rb +11 -1
  106. data/lib/akeyless/models/gateway_update_producer_certificate_automation.rb +11 -1
  107. data/lib/akeyless/models/gateway_update_producer_chef.rb +11 -1
  108. data/lib/akeyless/models/gateway_update_producer_custom.rb +11 -1
  109. data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +11 -1
  110. data/lib/akeyless/models/gateway_update_producer_eks.rb +11 -1
  111. data/lib/akeyless/models/gateway_update_producer_gcp.rb +11 -1
  112. data/lib/akeyless/models/gateway_update_producer_github.rb +11 -1
  113. data/lib/akeyless/models/gateway_update_producer_gke.rb +11 -1
  114. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +11 -1
  115. data/lib/akeyless/models/gateway_update_producer_ldap.rb +11 -1
  116. data/lib/akeyless/models/gateway_update_producer_mongo.rb +11 -1
  117. data/lib/akeyless/models/gateway_update_producer_mssql.rb +11 -1
  118. data/lib/akeyless/models/gateway_update_producer_my_sql.rb +11 -1
  119. data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +11 -1
  120. data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +11 -1
  121. data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +11 -1
  122. data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +11 -1
  123. data/lib/akeyless/models/gateway_update_producer_rdp.rb +11 -1
  124. data/lib/akeyless/models/gateway_update_producer_redshift.rb +11 -1
  125. data/lib/akeyless/models/gateway_update_producer_snowflake.rb +11 -1
  126. data/lib/akeyless/models/get_kube_exec_creds.rb +21 -1
  127. data/lib/akeyless/models/get_pki_certificate.rb +21 -1
  128. data/lib/akeyless/models/get_ssh_certificate.rb +21 -1
  129. data/lib/akeyless/models/item.rb +10 -1
  130. data/lib/akeyless/models/item_general_info.rb +10 -1
  131. data/lib/akeyless/models/migration_general.rb +10 -1
  132. data/lib/akeyless/models/migration_items.rb +246 -0
  133. data/lib/akeyless/models/migration_status_reply_obj.rb +300 -0
  134. data/lib/akeyless/models/target_type_details_input.rb +10 -1
  135. data/lib/akeyless/models/update_item.rb +11 -1
  136. data/lib/akeyless/models/upload_rsa.rb +11 -1
  137. data/lib/akeyless/version.rb +1 -1
  138. data/lib/akeyless.rb +3 -0
  139. data/spec/models/gateway_status_migration_spec.rb +52 -0
  140. data/spec/models/migration_items_spec.rb +52 -0
  141. data/spec/models/migration_status_reply_obj_spec.rb +88 -0
  142. metadata +511 -499
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa2b5763216ec065936ca8ec6be0fe6810ccd5774110a2f3f0c1ad1a4c8318e7
4
- data.tar.gz: 7b773a7222c29fb6ddf7dbbb9b9503a00f20609958b688f200816c2e0de38a6d
3
+ metadata.gz: ce46f1aa9186ae913ccbf23b7afe3888aee9de670dad91c5a95110aefa1150e9
4
+ data.tar.gz: fcbef2c91ddead53ae133efb4bd8dace52704e1bbeb69639affc3217b09de6f2
5
5
  SHA512:
6
- metadata.gz: c3a82d71e5c3356c323f629fa647bf0e7c15803294f3e394acd06dc57ad69594745bee2f1571ba8af78d9c6de12ad71821eb9af42e415ba65c63be16abe68a02
7
- data.tar.gz: a39bb04247ab2a1a79fad579d543eb7c20a78937c59879e6a39e0263c57ddc137d6c2748a2c066cfedb641922b56352c44187d0b7184ca7c64a12aaa61f6e811
6
+ metadata.gz: 821e4754b74fd1027e241b6a60185cfb3e544739c9f496eace5be7b9d84978ebdf94b23454f54efa33667fbad40b516c0a93cb8184f1ceb0a05cccc71d8c1b9b
7
+ data.tar.gz: 95ba44b3eb1c9e747153b892d75406d6a000b5724801ae6c7f42e402899c063c7e03f59cf0f3498d1c6fb8232578401dfe5aa05682e570af43bf237535e1117e
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: 2.16.8
10
+ - Package version: 2.16.9
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -161,6 +161,7 @@ Class | Method | HTTP request | Description
161
161
  *Akeyless::V2Api* | [**gateway_list_producers**](docs/V2Api.md#gateway_list_producers) | **POST** /gateway-list-producers |
162
162
  *Akeyless::V2Api* | [**gateway_revoke_tmp_users**](docs/V2Api.md#gateway_revoke_tmp_users) | **POST** /gateway-revoke-producer-tmp-creds |
163
163
  *Akeyless::V2Api* | [**gateway_start_producer**](docs/V2Api.md#gateway_start_producer) | **POST** /gateway-start-producer |
164
+ *Akeyless::V2Api* | [**gateway_status_migration**](docs/V2Api.md#gateway_status_migration) | **POST** /gateway-migration-status |
164
165
  *Akeyless::V2Api* | [**gateway_stop_producer**](docs/V2Api.md#gateway_stop_producer) | **POST** /gateway-stop-producer |
165
166
  *Akeyless::V2Api* | [**gateway_sync_migration**](docs/V2Api.md#gateway_sync_migration) | **POST** /gateway-sync-migration |
166
167
  *Akeyless::V2Api* | [**gateway_update_item**](docs/V2Api.md#gateway_update_item) | **POST** /gateway-update-item |
@@ -533,6 +534,7 @@ Class | Method | HTTP request | Description
533
534
  - [Akeyless::GatewayRevokeTmpUsers](docs/GatewayRevokeTmpUsers.md)
534
535
  - [Akeyless::GatewayStartProducer](docs/GatewayStartProducer.md)
535
536
  - [Akeyless::GatewayStartProducerOutput](docs/GatewayStartProducerOutput.md)
537
+ - [Akeyless::GatewayStatusMigration](docs/GatewayStatusMigration.md)
536
538
  - [Akeyless::GatewayStopProducer](docs/GatewayStopProducer.md)
537
539
  - [Akeyless::GatewayStopProducerOutput](docs/GatewayStopProducerOutput.md)
538
540
  - [Akeyless::GatewaySyncMigration](docs/GatewaySyncMigration.md)
@@ -674,7 +676,9 @@ Class | Method | HTTP request | Description
674
676
  - [Akeyless::LogstashLogForwardingConfig](docs/LogstashLogForwardingConfig.md)
675
677
  - [Akeyless::LogzIoLogForwardingConfig](docs/LogzIoLogForwardingConfig.md)
676
678
  - [Akeyless::MigrationGeneral](docs/MigrationGeneral.md)
679
+ - [Akeyless::MigrationItems](docs/MigrationItems.md)
677
680
  - [Akeyless::MigrationStatus](docs/MigrationStatus.md)
681
+ - [Akeyless::MigrationStatusReplyObj](docs/MigrationStatusReplyObj.md)
678
682
  - [Akeyless::MigrationsConfigLastChange](docs/MigrationsConfigLastChange.md)
679
683
  - [Akeyless::MigrationsConfigPart](docs/MigrationsConfigPart.md)
680
684
  - [Akeyless::MoveObjects](docs/MoveObjects.md)
data/docs/Configure.md CHANGED
@@ -10,8 +10,10 @@
10
10
  | **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
11
11
  | **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
12
12
  | **azure_ad_object_id** | **String** | Azure Active Directory ObjectId (relevant only for access-type=azure_ad) | [optional] |
13
+ | **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert in Curl Context) | [optional] |
13
14
  | **gcp_audience** | **String** | GCP JWT audience | [optional] |
14
15
  | **k8s_auth_config_name** | **String** | The K8S Auth config name (relevant only for access-type=k8s) | [optional] |
16
+ | **key_data** | **String** | Private key data encoded in base64. Used if file was not provided.(relevant only for access-type=cert in Curl Context) | [optional] |
15
17
 
16
18
  ## Example
17
19
 
@@ -25,8 +27,10 @@ instance = Akeyless::Configure.new(
25
27
  admin_email: null,
26
28
  admin_password: null,
27
29
  azure_ad_object_id: null,
30
+ cert_data: null,
28
31
  gcp_audience: null,
29
- k8s_auth_config_name: null
32
+ k8s_auth_config_name: null,
33
+ key_data: null
30
34
  )
31
35
  ```
32
36
 
@@ -4,32 +4,32 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **aws_key** | **String** | AWS Secret Access Key | [optional] |
8
- | **aws_key_id** | **String** | AWS Access Key ID | [optional] |
9
- | **aws_region** | **String** | AWS region | [optional] |
10
- | **azure_client_id** | **String** | Azure KV Access client ID | [optional] |
11
- | **azure_kv_name** | **String** | Azure Key Vault Name | [optional] |
12
- | **azure_secret** | **String** | Azure KV secret | [optional] |
13
- | **azure_tenant_id** | **String** | Azure KV Access tenant ID | [optional] |
14
- | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
15
- | **hashi_json** | **String** | Import secret key as json value or independent secrets | [optional] |
16
- | **hashi_ns** | **Array<String>** | Hashi namespaces | [optional] |
17
- | **hashi_token** | **String** | Hashi token | [optional] |
18
- | **hashi_url** | **String** | Hashi url | [optional] |
19
- | **k8s_ca_certificate** | **Array<Integer>** | For Certificate Authentication method K8s Cluster CA certificate | [optional] |
20
- | **k8s_client_certificate** | **Array<Integer>** | K8s Client certificate | [optional] |
21
- | **k8s_client_key** | **Array<Integer>** | K8s Client key | [optional] |
22
- | **k8s_namespace** | **String** | K8s Namespace | [optional] |
23
- | **k8s_password** | **String** | K8s client password | [optional] |
24
- | **k8s_skip_system** | **Boolean** | K8s Skip Control Plane Secrets | [optional] |
25
- | **k8s_token** | **String** | For Token Authentication method K8s Bearer Token | [optional] |
26
- | **k8s_url** | **String** | K8s Endpoint URL | [optional] |
27
- | **k8s_username** | **String** | For Password Authentication method K8s client username | [optional] |
7
+ | **aws_key** | **String** | AWS Secret Access Key (relevant only for AWS migration) | [optional] |
8
+ | **aws_key_id** | **String** | AWS Access Key ID with sufficient permissions to get all secrets, e.g. 'arn:aws:secretsmanager:[Region]:[AccountId]:secret:[/path/to/secrets/*]' (relevant only for AWS migration) | [optional] |
9
+ | **aws_region** | **String** | AWS region of the required Secrets Manager (relevant only for AWS migration) | [optional] |
10
+ | **azure_client_id** | **String** | Azure Key Vault Access client ID, should be Azure AD App with a service principal (relevant only for Azure Key Vault migration) | [optional] |
11
+ | **azure_kv_name** | **String** | Azure Key Vault Name (relevant only for Azure Key Vault migration) | [optional] |
12
+ | **azure_secret** | **String** | Azure Key Vault secret (relevant only for Azure Key Vault migration) | [optional] |
13
+ | **azure_tenant_id** | **String** | Azure Key Vault Access tenant ID (relevant only for Azure Key Vault migration) | [optional] |
14
+ | **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
15
+ | **hashi_json** | **String** | Import secret key as json value or independent secrets (relevant only for HasiCorp Vault migration) | [optional] |
16
+ | **hashi_ns** | **Array<String>** | HashiCorp Vault Namespaces is a comma-separated list of namespaces which need to be imported into Akeyless Vault. For every provided namespace, all its child namespaces are imported as well, e.g. nmsp/subnmsp1/subnmsp2,nmsp/anothernmsp. By default, import all namespaces (relevant only for HasiCorp Vault migration) | [optional] |
17
+ | **hashi_token** | **String** | HashiCorp Vault access token with sufficient permissions to preform list & read operations on secrets objects (relevant only for HasiCorp Vault migration) | [optional] |
18
+ | **hashi_url** | **String** | HashiCorp Vault API URL, e.g. https://vault-mgr01:8200 (relevant only for HasiCorp Vault migration) | [optional] |
19
+ | **k8s_ca_certificate** | **Array<Integer>** | For Certificate Authentication method K8s Cluster CA certificate (relevant only for K8s migration with Certificate Authentication method) | [optional] |
20
+ | **k8s_client_certificate** | **Array<Integer>** | K8s Client certificate with sufficient permission to list and get secrets in the namespace(s) you selected (relevant only for K8s migration with Certificate Authentication method) | [optional] |
21
+ | **k8s_client_key** | **Array<Integer>** | K8s Client key (relevant only for K8s migration with Certificate Authentication method) | [optional] |
22
+ | **k8s_namespace** | **String** | K8s Namespace, Use this field to import secrets from a particular namespace only. By default, the secrets are imported from all namespaces (relevant only for K8s migration) | [optional] |
23
+ | **k8s_password** | **String** | K8s Client password (relevant only for K8s migration with Password Authentication method) | [optional] |
24
+ | **k8s_skip_system** | **Boolean** | K8s Skip Control Plane Secrets, This option allows to avoid importing secrets from system namespaces (relevant only for K8s migration) | [optional] |
25
+ | **k8s_token** | **String** | For Token Authentication method K8s Bearer Token with sufficient permission to list and get secrets in the namespace(s) you selected (relevant only for K8s migration with Token Authentication method) | [optional] |
26
+ | **k8s_url** | **String** | K8s API Server URL, e.g. https://k8s-api.mycompany.com:6443 (relevant only for K8s migration) | [optional] |
27
+ | **k8s_username** | **String** | For Password Authentication method K8s Client username with sufficient permission to list and get secrets in the namespace(s) you selected (relevant only for K8s migration with Password Authentication method) | [optional] |
28
28
  | **name** | **String** | Migration name | |
29
29
  | **protection_key** | **String** | The name of the key that protects the classic key value (if empty, the account default key will be used) | [optional] |
30
30
  | **target_location** | **String** | Target location in Akeyless for imported secrets | [optional] |
31
31
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
32
- | **type** | **String** | Migration type, can be: hashi/aws/gcp/k8s/azure_kv | [optional] |
32
+ | **type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv) | [optional] |
33
33
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
34
34
 
35
35
  ## Example
@@ -9,6 +9,7 @@
9
9
  | **artifactory_token_audience** | **String** | Token Audience | |
10
10
  | **artifactory_token_scope** | **String** | Token Scope | |
11
11
  | **base_url** | **String** | Base URL | [optional] |
12
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
12
13
  | **name** | **String** | Producer name | |
13
14
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
14
15
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::GatewayCreateProducerArtifactory.new(
28
29
  artifactory_token_audience: null,
29
30
  artifactory_token_scope: null,
30
31
  base_url: null,
32
+ delete_protection: null,
31
33
  name: null,
32
34
  producer_encryption_key_name: null,
33
35
  tags: null,
@@ -13,6 +13,7 @@
13
13
  | **aws_user_groups** | **String** | AWS User groups | [optional] |
14
14
  | **aws_user_policies** | **String** | AWS User policies | [optional] |
15
15
  | **aws_user_programmatic_access** | **Boolean** | AWS User programmatic access | [optional][default to true] |
16
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
16
17
  | **enable_admin_rotation** | **Boolean** | Automatic admin credentials rotation | [optional][default to false] |
17
18
  | **name** | **String** | Producer name | |
18
19
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::GatewayCreateProducerAws.new(
45
46
  aws_user_groups: null,
46
47
  aws_user_policies: null,
47
48
  aws_user_programmatic_access: null,
49
+ delete_protection: null,
48
50
  enable_admin_rotation: null,
49
51
  name: null,
50
52
  producer_encryption_key_name: null,
@@ -8,6 +8,7 @@
8
8
  | **azure_client_id** | **String** | Azure Client ID | [optional] |
9
9
  | **azure_client_secret** | **String** | Azure Client Secret | [optional] |
10
10
  | **azure_tenant_id** | **String** | Azure Tenant ID | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
11
12
  | **fixed_user_claim_keyname** | **String** | FixedUserClaimKeyname | [optional][default to 'false'] |
12
13
  | **fixed_user_only** | **Boolean** | Fixed user | [optional][default to false] |
13
14
  | **name** | **String** | Producer name | |
@@ -37,6 +38,7 @@ instance = Akeyless::GatewayCreateProducerAzure.new(
37
38
  azure_client_id: null,
38
39
  azure_client_secret: null,
39
40
  azure_tenant_id: null,
41
+ delete_protection: null,
40
42
  fixed_user_claim_keyname: null,
41
43
  fixed_user_only: null,
42
44
  name: null,
@@ -9,6 +9,7 @@
9
9
  | **cassandra_password** | **String** | Cassandra superuser password | [optional] |
10
10
  | **cassandra_port** | **String** | Cassandra port | [optional][default to '9042'] |
11
11
  | **cassandra_username** | **String** | Cassandra superuser username | [optional] |
12
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
12
13
  | **name** | **String** | Producer name | |
13
14
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
14
15
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::GatewayCreateProducerCassandra.new(
28
29
  cassandra_password: null,
29
30
  cassandra_port: null,
30
31
  cassandra_username: null,
32
+ delete_protection: null,
31
33
  name: null,
32
34
  producer_encryption_key_name: null,
33
35
  tags: null,
@@ -8,6 +8,7 @@
8
8
  | **allow_subdomains** | **Boolean** | Allow subdomains | [optional] |
9
9
  | **allowed_domains** | **Array<String>** | Allowed domains | [optional] |
10
10
  | **auto_generated_folder** | **String** | Auto generated folder | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
11
12
  | **enable_admin_rotation** | **Boolean** | Automatic admin credentials rotation | [optional][default to false] |
12
13
  | **name** | **String** | Producer name | |
13
14
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
@@ -37,6 +38,7 @@ instance = Akeyless::GatewayCreateProducerCertificateAutomation.new(
37
38
  allow_subdomains: null,
38
39
  allowed_domains: null,
39
40
  auto_generated_folder: null,
41
+ delete_protection: null,
40
42
  enable_admin_rotation: null,
41
43
  name: null,
42
44
  producer_encryption_key_name: null,
@@ -8,6 +8,7 @@
8
8
  | **chef_server_key** | **String** | Server key | [optional] |
9
9
  | **chef_server_url** | **String** | Server URL | [optional] |
10
10
  | **chef_server_username** | **String** | Server username | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
11
12
  | **name** | **String** | Producer name | |
12
13
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
13
14
  | **skip_ssl** | **Boolean** | Skip SSL | [optional][default to true] |
@@ -27,6 +28,7 @@ instance = Akeyless::GatewayCreateProducerChef.new(
27
28
  chef_server_key: null,
28
29
  chef_server_url: null,
29
30
  chef_server_username: null,
31
+ delete_protection: null,
30
32
  name: null,
31
33
  producer_encryption_key_name: null,
32
34
  skip_ssl: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **admin_rotation_interval_days** | **Integer** | Define rotation interval in days | [optional] |
8
8
  | **create_sync_url** | **String** | URL of an endpoint that implements /sync/create method, for example https://webhook.example.com/sync/create | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
10
  | **enable_admin_rotation** | **Boolean** | Should admin credentials be rotated | [optional][default to false] |
10
11
  | **name** | **String** | Producer name | |
11
12
  | **payload** | **String** | Secret payload to be sent with each create/revoke webhook request | [optional] |
@@ -26,6 +27,7 @@ require 'akeyless'
26
27
  instance = Akeyless::GatewayCreateProducerCustom.new(
27
28
  admin_rotation_interval_days: null,
28
29
  create_sync_url: null,
30
+ delete_protection: null,
29
31
  enable_admin_rotation: null,
30
32
  name: null,
31
33
  payload: 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 item | [optional] |
7
8
  | **dockerhub_password** | **String** | DockerhubPassword is either the user's password access token to manage the repository | [optional] |
8
9
  | **dockerhub_token_scopes** | **String** | Access token scopes list (comma seperated) to give the dynamic secret valid options are in \"repo:admin\", \"repo:write\", \"repo:read\", \"repo:public_read\" | [optional] |
9
10
  | **dockerhub_username** | **String** | DockerhubUsername is the name of the user in dockerhub | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::GatewayCreateProducerDockerhub.new(
25
+ delete_protection: null,
24
26
  dockerhub_password: null,
25
27
  dockerhub_token_scopes: null,
26
28
  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 item | [optional] |
7
8
  | **eks_access_key_id** | **String** | Access Key ID | [optional] |
8
9
  | **eks_assume_role** | **String** | IAM assume role | [optional] |
9
10
  | **eks_cluster_ca_cert** | **String** | EKS cluster CA certificate | [optional] |
@@ -30,6 +31,7 @@
30
31
  require 'akeyless'
31
32
 
32
33
  instance = Akeyless::GatewayCreateProducerEks.new(
34
+ delete_protection: null,
33
35
  eks_access_key_id: null,
34
36
  eks_assume_role: null,
35
37
  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 item | [optional] |
7
8
  | **gcp_cred_type** | **String** | | [optional] |
8
9
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
9
10
  | **gcp_key_algo** | **String** | Service account key algorithm, e.g. KEY_ALG_RSA_1024 | [optional] |
@@ -23,6 +24,7 @@
23
24
  require 'akeyless'
24
25
 
25
26
  instance = Akeyless::GatewayCreateProducerGcp.new(
27
+ delete_protection: null,
26
28
  gcp_cred_type: null,
27
29
  gcp_key: null,
28
30
  gcp_key_algo: 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 item | [optional] |
7
8
  | **github_app_id** | **Integer** | Github app id | [optional] |
8
9
  | **github_app_private_key** | **String** | App private key | [optional] |
9
10
  | **github_base_url** | **String** | Base URL | [optional] |
@@ -22,6 +23,7 @@
22
23
  require 'akeyless'
23
24
 
24
25
  instance = Akeyless::GatewayCreateProducerGithub.new(
26
+ delete_protection: null,
25
27
  github_app_id: null,
26
28
  github_app_private_key: null,
27
29
  github_base_url: 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 item | [optional] |
7
8
  | **gke_account_key** | **String** | GKE Service Account key file path | [optional] |
8
9
  | **gke_cluster_cert** | **String** | GKE cluster CA certificate | [optional] |
9
10
  | **gke_cluster_endpoint** | **String** | GKE cluster URL endpoint | [optional] |
@@ -28,6 +29,7 @@
28
29
  require 'akeyless'
29
30
 
30
31
  instance = Akeyless::GatewayCreateProducerGke.new(
32
+ delete_protection: null,
31
33
  gke_account_key: null,
32
34
  gke_cluster_cert: null,
33
35
  gke_cluster_endpoint: 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 item | [optional] |
7
8
  | **hana_dbname** | **String** | HanaDb Name | [optional] |
8
9
  | **hanadb_create_statements** | **String** | HanaDb Creation statements | [optional] |
9
10
  | **hanadb_host** | **String** | HanaDb Host | [optional][default to '127.0.0.1'] |
@@ -30,6 +31,7 @@
30
31
  require 'akeyless'
31
32
 
32
33
  instance = Akeyless::GatewayCreateProducerHanaDb.new(
34
+ delete_protection: null,
33
35
  hana_dbname: null,
34
36
  hanadb_create_statements: null,
35
37
  hanadb_host: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **bind_dn** | **String** | Bind DN | [optional] |
8
8
  | **bind_dn_password** | **String** | Bind DN Password | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
10
  | **external_username** | **String** | Fixed user | [optional][default to 'false'] |
10
11
  | **ldap_ca_cert** | **String** | CA Certificate File Content | [optional] |
11
12
  | **ldap_url** | **String** | LDAP Server URL | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
  instance = Akeyless::GatewayCreateProducerLdap.new(
29
30
  bind_dn: null,
30
31
  bind_dn_password: null,
32
+ delete_protection: null,
31
33
  external_username: null,
32
34
  ldap_ca_cert: null,
33
35
  ldap_url: 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 item | [optional] |
7
8
  | **mssql_create_statements** | **String** | MSSQL Creation statements | [optional] |
8
9
  | **mssql_dbname** | **String** | MSSQL Name | [optional] |
9
10
  | **mssql_host** | **String** | MSSQL Host | [optional][default to '127.0.0.1'] |
@@ -30,6 +31,7 @@
30
31
  require 'akeyless'
31
32
 
32
33
  instance = Akeyless::GatewayCreateProducerMSSQL.new(
34
+ delete_protection: null,
33
35
  mssql_create_statements: null,
34
36
  mssql_dbname: null,
35
37
  mssql_host: 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 item | [optional] |
7
8
  | **mongodb_atlas_api_private_key** | **String** | MongoDB Atlas private key | [optional] |
8
9
  | **mongodb_atlas_api_public_key** | **String** | MongoDB Atlas public key | [optional] |
9
10
  | **mongodb_atlas_project_id** | **String** | MongoDB Atlas project ID | [optional] |
@@ -34,6 +35,7 @@
34
35
  require 'akeyless'
35
36
 
36
37
  instance = Akeyless::GatewayCreateProducerMongo.new(
38
+ delete_protection: null,
37
39
  mongodb_atlas_api_private_key: null,
38
40
  mongodb_atlas_api_public_key: null,
39
41
  mongodb_atlas_project_id: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **db_server_certificates** | **String** | (Optional) DB server certificates | [optional] |
8
8
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
10
  | **mysql_dbname** | **String** | MySQL DB Name | [optional] |
10
11
  | **mysql_host** | **String** | MySQL Host | [optional][default to '127.0.0.1'] |
11
12
  | **mysql_password** | **String** | MySQL Password | [optional] |
@@ -34,6 +35,7 @@ require 'akeyless'
34
35
  instance = Akeyless::GatewayCreateProducerMySQL.new(
35
36
  db_server_certificates: null,
36
37
  db_server_name: null,
38
+ delete_protection: null,
37
39
  mysql_dbname: null,
38
40
  mysql_host: null,
39
41
  mysql_password: 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 item | [optional] |
7
8
  | **k8s_cluster_ca_cert** | **String** | K8S cluster CA certificate | [optional] |
8
9
  | **k8s_cluster_endpoint** | **String** | K8S cluster URL endpoint | [optional] |
9
10
  | **k8s_cluster_token** | **String** | K8S cluster Bearer token | [optional] |
@@ -31,6 +32,7 @@
31
32
  require 'akeyless'
32
33
 
33
34
  instance = Akeyless::GatewayCreateProducerNativeK8S.new(
35
+ delete_protection: null,
34
36
  k8s_cluster_ca_cert: null,
35
37
  k8s_cluster_endpoint: null,
36
38
  k8s_cluster_token: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **db_server_certificates** | **String** | (Optional) DB server certificates | [optional] |
8
8
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
10
  | **name** | **String** | Producer name | |
10
11
  | **oracle_host** | **String** | Oracle Host | [optional][default to '127.0.0.1'] |
11
12
  | **oracle_password** | **String** | Oracle Password | [optional] |
@@ -32,6 +33,7 @@ require 'akeyless'
32
33
  instance = Akeyless::GatewayCreateProducerOracleDb.new(
33
34
  db_server_certificates: null,
34
35
  db_server_name: null,
36
+ delete_protection: null,
35
37
  name: null,
36
38
  oracle_host: null,
37
39
  oracle_password: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **creation_statements** | **String** | PostgreSQL Creation statements | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
8
9
  | **name** | **String** | Producer name | |
9
10
  | **postgresql_db_name** | **String** | PostgreSQL DB Name | [optional] |
10
11
  | **postgresql_host** | **String** | PostgreSQL Host | [optional][default to '127.0.0.1'] |
@@ -32,6 +33,7 @@ require 'akeyless'
32
33
 
33
34
  instance = Akeyless::GatewayCreateProducerPostgreSQL.new(
34
35
  creation_statements: null,
36
+ delete_protection: null,
35
37
  name: null,
36
38
  postgresql_db_name: null,
37
39
  postgresql_host: 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 item | [optional] |
7
8
  | **name** | **String** | Producer name | |
8
9
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
9
10
  | **rabbitmq_admin_pwd** | **String** | RabbitMQ Admin password | [optional] |
@@ -31,6 +32,7 @@
31
32
  require 'akeyless'
32
33
 
33
34
  instance = Akeyless::GatewayCreateProducerRabbitMQ.new(
35
+ delete_protection: null,
34
36
  name: null,
35
37
  producer_encryption_key_name: null,
36
38
  rabbitmq_admin_pwd: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **allow_user_extend_session** | **Integer** | AllowUserExtendSession | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
8
9
  | **fixed_user_only** | **String** | Fixed user | [optional][default to 'false'] |
9
10
  | **name** | **String** | Producer name | |
10
11
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
@@ -32,6 +33,7 @@ require 'akeyless'
32
33
 
33
34
  instance = Akeyless::GatewayCreateProducerRdp.new(
34
35
  allow_user_extend_session: null,
36
+ delete_protection: null,
35
37
  fixed_user_only: null,
36
38
  name: null,
37
39
  producer_encryption_key_name: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **creation_statements** | **String** | Redshift Creation statements | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
8
9
  | **name** | **String** | Producer name | |
9
10
  | **producer_encryption_key** | **String** | Dynamic producer encryption key | [optional] |
10
11
  | **redshift_db_name** | **String** | Redshift DB Name | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::GatewayCreateProducerRedshift.new(
30
31
  creation_statements: null,
32
+ delete_protection: null,
31
33
  name: null,
32
34
  producer_encryption_key: null,
33
35
  redshift_db_name: null,
@@ -8,6 +8,7 @@
8
8
  | **account_password** | **String** | Database Password | [optional] |
9
9
  | **account_username** | **String** | Database Username | [optional] |
10
10
  | **db_name** | **String** | Database name | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
11
12
  | **name** | **String** | Producer name | |
12
13
  | **role** | **String** | User role | [optional] |
13
14
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
@@ -27,6 +28,7 @@ instance = Akeyless::GatewayCreateProducerSnowflake.new(
27
28
  account_password: null,
28
29
  account_username: null,
29
30
  db_name: null,
31
+ delete_protection: null,
30
32
  name: null,
31
33
  role: null,
32
34
  tags: null,
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | Migration name | |
7
+ | **id** | **String** | Migration ID | |
8
8
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
9
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | | [optional] |
7
+ | **name** | **String** | Migration name to display | [optional] |
8
8
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
9
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
10
 
@@ -0,0 +1,24 @@
1
+ # Akeyless::GatewayStatusMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Migration ID | [optional] |
8
+ | **name** | **String** | Migration name to display | [optional] |
9
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::GatewayStatusMigration.new(
18
+ id: null,
19
+ name: null,
20
+ token: null,
21
+ uid_token: null
22
+ )
23
+ ```
24
+
@@ -9,6 +9,7 @@
9
9
  | **api_key** | **String** | | [optional] |
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
11
11
  | **custom_payload** | **String** | | [optional] |
12
+ | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
12
13
  | **keep_prev_version** | **String** | | [optional] |
13
14
  | **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] |
14
15
  | **name** | **String** | Item name | |
@@ -36,6 +37,7 @@ instance = Akeyless::GatewayUpdateItem.new(
36
37
  api_key: null,
37
38
  auto_rotate: null,
38
39
  custom_payload: null,
40
+ delete_protection: null,
39
41
  keep_prev_version: null,
40
42
  key: null,
41
43
  name: null,