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.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/docs/Configure.md +5 -1
- data/docs/GatewayCreateMigration.md +22 -22
- data/docs/GatewayCreateProducerArtifactory.md +2 -0
- data/docs/GatewayCreateProducerAws.md +2 -0
- data/docs/GatewayCreateProducerAzure.md +2 -0
- data/docs/GatewayCreateProducerCassandra.md +2 -0
- data/docs/GatewayCreateProducerCertificateAutomation.md +2 -0
- data/docs/GatewayCreateProducerChef.md +2 -0
- data/docs/GatewayCreateProducerCustom.md +2 -0
- data/docs/GatewayCreateProducerDockerhub.md +2 -0
- data/docs/GatewayCreateProducerEks.md +2 -0
- data/docs/GatewayCreateProducerGcp.md +2 -0
- data/docs/GatewayCreateProducerGithub.md +2 -0
- data/docs/GatewayCreateProducerGke.md +2 -0
- data/docs/GatewayCreateProducerHanaDb.md +2 -0
- data/docs/GatewayCreateProducerLdap.md +2 -0
- data/docs/GatewayCreateProducerMSSQL.md +2 -0
- data/docs/GatewayCreateProducerMongo.md +2 -0
- data/docs/GatewayCreateProducerMySQL.md +2 -0
- data/docs/GatewayCreateProducerNativeK8S.md +2 -0
- data/docs/GatewayCreateProducerOracleDb.md +2 -0
- data/docs/GatewayCreateProducerPostgreSQL.md +2 -0
- data/docs/GatewayCreateProducerRabbitMQ.md +2 -0
- data/docs/GatewayCreateProducerRdp.md +2 -0
- data/docs/GatewayCreateProducerRedshift.md +2 -0
- data/docs/GatewayCreateProducerSnowflake.md +2 -0
- data/docs/GatewayDeleteMigration.md +1 -1
- data/docs/GatewayGetMigration.md +1 -1
- data/docs/GatewayStatusMigration.md +24 -0
- data/docs/GatewayUpdateItem.md +2 -0
- data/docs/GatewayUpdateMigration.md +25 -25
- data/docs/GatewayUpdateProducerArtifactory.md +2 -0
- data/docs/GatewayUpdateProducerAws.md +2 -0
- data/docs/GatewayUpdateProducerAzure.md +2 -0
- data/docs/GatewayUpdateProducerCassandra.md +2 -0
- data/docs/GatewayUpdateProducerCertificateAutomation.md +2 -0
- data/docs/GatewayUpdateProducerChef.md +2 -0
- data/docs/GatewayUpdateProducerCustom.md +2 -0
- data/docs/GatewayUpdateProducerDockerhub.md +2 -0
- data/docs/GatewayUpdateProducerEks.md +2 -0
- data/docs/GatewayUpdateProducerGcp.md +2 -0
- data/docs/GatewayUpdateProducerGithub.md +2 -0
- data/docs/GatewayUpdateProducerGke.md +2 -0
- data/docs/GatewayUpdateProducerHanaDb.md +2 -0
- data/docs/GatewayUpdateProducerLdap.md +2 -0
- data/docs/GatewayUpdateProducerMSSQL.md +2 -0
- data/docs/GatewayUpdateProducerMongo.md +2 -0
- data/docs/GatewayUpdateProducerMySQL.md +2 -0
- data/docs/GatewayUpdateProducerNativeK8S.md +2 -0
- data/docs/GatewayUpdateProducerOracleDb.md +2 -0
- data/docs/GatewayUpdateProducerPostgreSQL.md +2 -0
- data/docs/GatewayUpdateProducerRabbitMQ.md +2 -0
- data/docs/GatewayUpdateProducerRdp.md +2 -0
- data/docs/GatewayUpdateProducerRedshift.md +2 -0
- data/docs/GatewayUpdateProducerSnowflake.md +2 -0
- data/docs/GetKubeExecCreds.md +4 -0
- data/docs/GetPKICertificate.md +4 -0
- data/docs/GetSSHCertificate.md +4 -0
- data/docs/Item.md +2 -0
- data/docs/ItemGeneralInfo.md +2 -0
- data/docs/MigrationGeneral.md +2 -0
- data/docs/MigrationItems.md +24 -0
- data/docs/MigrationStatusReplyObj.md +36 -0
- data/docs/TargetTypeDetailsInput.md +2 -0
- data/docs/UpdateItem.md +2 -0
- data/docs/UploadRSA.md +2 -0
- data/docs/V2Api.md +64 -1
- data/lib/akeyless/api/v2_api.rb +64 -0
- data/lib/akeyless/models/configure.rb +24 -4
- data/lib/akeyless/models/gateway_create_migration.rb +22 -22
- data/lib/akeyless/models/gateway_create_producer_artifactory.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_aws.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_azure.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_cassandra.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_certificate_automation.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_chef.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_custom.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_eks.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_github.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_gke.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_hana_db.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_ldap.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_my_sql.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_rdp.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_redshift.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_snowflake.rb +11 -1
- data/lib/akeyless/models/gateway_delete_migration.rb +1 -1
- data/lib/akeyless/models/gateway_get_migration.rb +1 -0
- data/lib/akeyless/models/gateway_status_migration.rb +251 -0
- data/lib/akeyless/models/gateway_update_item.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +33 -38
- data/lib/akeyless/models/gateway_update_producer_artifactory.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_aws.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_azure.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_cassandra.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_certificate_automation.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_chef.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_custom.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_eks.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_gcp.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_github.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_gke.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_hana_db.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_ldap.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_my_sql.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_rdp.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_redshift.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_snowflake.rb +11 -1
- data/lib/akeyless/models/get_kube_exec_creds.rb +21 -1
- data/lib/akeyless/models/get_pki_certificate.rb +21 -1
- data/lib/akeyless/models/get_ssh_certificate.rb +21 -1
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/item_general_info.rb +10 -1
- data/lib/akeyless/models/migration_general.rb +10 -1
- data/lib/akeyless/models/migration_items.rb +246 -0
- data/lib/akeyless/models/migration_status_reply_obj.rb +300 -0
- data/lib/akeyless/models/target_type_details_input.rb +10 -1
- data/lib/akeyless/models/update_item.rb +11 -1
- data/lib/akeyless/models/upload_rsa.rb +11 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +3 -0
- data/spec/models/gateway_status_migration_spec.rb +52 -0
- data/spec/models/migration_items_spec.rb +52 -0
- data/spec/models/migration_status_reply_obj_spec.rb +88 -0
- metadata +511 -499
|
@@ -4,33 +4,33 @@
|
|
|
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
|
|
11
|
-
| **azure_kv_name** | **String** | Azure Key Vault Name | [optional] |
|
|
12
|
-
| **azure_secret** | **String** | Azure
|
|
13
|
-
| **azure_tenant_id** | **String** | Azure
|
|
14
|
-
| **gcp_key** | **String** | Base64-encoded
|
|
15
|
-
| **hashi_json** | **String** | Import secret key as json value or independent secrets | [optional] |
|
|
16
|
-
| **hashi_ns** | **Array<String>** |
|
|
17
|
-
| **hashi_token** | **String** |
|
|
18
|
-
| **hashi_url** | **String** |
|
|
19
|
-
| **id** | **String** | Migration ID | [optional] |
|
|
20
|
-
| **k8s_ca_certificate** | **Array<Integer>** | For Certificate Authentication method K8s Cluster CA certificate | [optional] |
|
|
21
|
-
| **k8s_client_certificate** | **Array<Integer>** | K8s Client certificate | [optional] |
|
|
22
|
-
| **k8s_client_key** | **Array<Integer>** | K8s Client key | [optional] |
|
|
23
|
-
| **k8s_namespace** | **String** | K8s Namespace | [optional] |
|
|
24
|
-
| **k8s_password** | **String** | K8s
|
|
25
|
-
| **k8s_skip_system** | **Boolean** | K8s Skip Control Plane Secrets | [optional] |
|
|
26
|
-
| **k8s_token** | **String** | For Token Authentication method K8s Bearer Token | [optional] |
|
|
27
|
-
| **k8s_url** | **String** | K8s
|
|
28
|
-
| **k8s_username** | **String** | For Password Authentication method K8s
|
|
29
|
-
| **name** | **String** | Migration name |
|
|
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
|
+
| **id** | **String** | Migration ID (Can be retrieved with gateway-list-migration command) | [optional] |
|
|
20
|
+
| **k8s_ca_certificate** | **Array<Integer>** | For Certificate Authentication method K8s Cluster CA certificate (relevant only for K8s migration with Certificate Authentication method) | [optional] |
|
|
21
|
+
| **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] |
|
|
22
|
+
| **k8s_client_key** | **Array<Integer>** | K8s Client key (relevant only for K8s migration with Certificate Authentication method) | [optional] |
|
|
23
|
+
| **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] |
|
|
24
|
+
| **k8s_password** | **String** | K8s Client password (relevant only for K8s migration with Password Authentication method) | [optional] |
|
|
25
|
+
| **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] |
|
|
26
|
+
| **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] |
|
|
27
|
+
| **k8s_url** | **String** | K8s API Server URL, e.g. https://k8s-api.mycompany.com:6443 (relevant only for K8s migration) | [optional] |
|
|
28
|
+
| **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] |
|
|
29
|
+
| **name** | **String** | Migration name | [optional] |
|
|
30
|
+
| **new_name** | **String** | New migration name | [optional] |
|
|
30
31
|
| **protection_key** | **String** | The name of the key that protects the classic key value (if empty, the account default key will be used) | [optional] |
|
|
31
32
|
| **target_location** | **String** | Target location in Akeyless for imported secrets | [optional] |
|
|
32
33
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
33
|
-
| **type** | **String** | Migration type, can be: hashi/aws/gcp/k8s/azure_kv | [optional] |
|
|
34
34
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
35
35
|
|
|
36
36
|
## Example
|
|
@@ -62,10 +62,10 @@ instance = Akeyless::GatewayUpdateMigration.new(
|
|
|
62
62
|
k8s_url: null,
|
|
63
63
|
k8s_username: null,
|
|
64
64
|
name: null,
|
|
65
|
+
new_name: null,
|
|
65
66
|
protection_key: null,
|
|
66
67
|
target_location: null,
|
|
67
68
|
token: null,
|
|
68
|
-
type: null,
|
|
69
69
|
uid_token: null
|
|
70
70
|
)
|
|
71
71
|
```
|
|
@@ -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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
14
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
@@ -29,6 +30,7 @@ instance = Akeyless::GatewayUpdateProducerArtifactory.new(
|
|
|
29
30
|
artifactory_token_audience: null,
|
|
30
31
|
artifactory_token_scope: null,
|
|
31
32
|
base_url: null,
|
|
33
|
+
delete_protection: null,
|
|
32
34
|
name: null,
|
|
33
35
|
new_name: null,
|
|
34
36
|
producer_encryption_key_name: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
@@ -46,6 +47,7 @@ instance = Akeyless::GatewayUpdateProducerAws.new(
|
|
|
46
47
|
aws_user_groups: null,
|
|
47
48
|
aws_user_policies: null,
|
|
48
49
|
aws_user_programmatic_access: null,
|
|
50
|
+
delete_protection: null,
|
|
49
51
|
enable_admin_rotation: null,
|
|
50
52
|
name: null,
|
|
51
53
|
new_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 | |
|
|
@@ -38,6 +39,7 @@ instance = Akeyless::GatewayUpdateProducerAzure.new(
|
|
|
38
39
|
azure_client_id: null,
|
|
39
40
|
azure_client_secret: null,
|
|
40
41
|
azure_tenant_id: null,
|
|
42
|
+
delete_protection: null,
|
|
41
43
|
fixed_user_claim_keyname: null,
|
|
42
44
|
fixed_user_only: null,
|
|
43
45
|
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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
14
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
@@ -29,6 +30,7 @@ instance = Akeyless::GatewayUpdateProducerCassandra.new(
|
|
|
29
30
|
cassandra_password: null,
|
|
30
31
|
cassandra_port: null,
|
|
31
32
|
cassandra_username: null,
|
|
33
|
+
delete_protection: null,
|
|
32
34
|
name: null,
|
|
33
35
|
new_name: null,
|
|
34
36
|
producer_encryption_key_name: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
@@ -38,6 +39,7 @@ instance = Akeyless::GatewayUpdateProducerCertificateAutomation.new(
|
|
|
38
39
|
allow_subdomains: null,
|
|
39
40
|
allowed_domains: null,
|
|
40
41
|
auto_generated_folder: null,
|
|
42
|
+
delete_protection: null,
|
|
41
43
|
enable_admin_rotation: null,
|
|
42
44
|
name: null,
|
|
43
45
|
new_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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
13
14
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
@@ -28,6 +29,7 @@ instance = Akeyless::GatewayUpdateProducerChef.new(
|
|
|
28
29
|
chef_server_key: null,
|
|
29
30
|
chef_server_url: null,
|
|
30
31
|
chef_server_username: null,
|
|
32
|
+
delete_protection: null,
|
|
31
33
|
name: null,
|
|
32
34
|
new_name: null,
|
|
33
35
|
producer_encryption_key_name: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
@@ -27,6 +28,7 @@ require 'akeyless'
|
|
|
27
28
|
instance = Akeyless::GatewayUpdateProducerCustom.new(
|
|
28
29
|
admin_rotation_interval_days: null,
|
|
29
30
|
create_sync_url: null,
|
|
31
|
+
delete_protection: null,
|
|
30
32
|
enable_admin_rotation: null,
|
|
31
33
|
name: null,
|
|
32
34
|
new_name: 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] |
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
require 'akeyless'
|
|
23
24
|
|
|
24
25
|
instance = Akeyless::GatewayUpdateProducerDockerhub.new(
|
|
26
|
+
delete_protection: null,
|
|
25
27
|
dockerhub_password: null,
|
|
26
28
|
dockerhub_token_scopes: null,
|
|
27
29
|
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] |
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
require 'akeyless'
|
|
32
33
|
|
|
33
34
|
instance = Akeyless::GatewayUpdateProducerEks.new(
|
|
35
|
+
delete_protection: null,
|
|
34
36
|
eks_access_key_id: null,
|
|
35
37
|
eks_assume_role: null,
|
|
36
38
|
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] |
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
require 'akeyless'
|
|
25
26
|
|
|
26
27
|
instance = Akeyless::GatewayUpdateProducerGcp.new(
|
|
28
|
+
delete_protection: null,
|
|
27
29
|
gcp_cred_type: null,
|
|
28
30
|
gcp_key: null,
|
|
29
31
|
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] |
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
require 'akeyless'
|
|
24
25
|
|
|
25
26
|
instance = Akeyless::GatewayUpdateProducerGithub.new(
|
|
27
|
+
delete_protection: null,
|
|
26
28
|
github_app_id: null,
|
|
27
29
|
github_app_private_key: null,
|
|
28
30
|
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] |
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
require 'akeyless'
|
|
30
31
|
|
|
31
32
|
instance = Akeyless::GatewayUpdateProducerGke.new(
|
|
33
|
+
delete_protection: null,
|
|
32
34
|
gke_account_key: null,
|
|
33
35
|
gke_cluster_cert: null,
|
|
34
36
|
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'] |
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
require 'akeyless'
|
|
32
33
|
|
|
33
34
|
instance = Akeyless::GatewayUpdateProducerHanaDb.new(
|
|
35
|
+
delete_protection: null,
|
|
34
36
|
hana_dbname: null,
|
|
35
37
|
hanadb_create_statements: null,
|
|
36
38
|
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] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
instance = Akeyless::GatewayUpdateProducerLdap.new(
|
|
30
31
|
bind_dn: null,
|
|
31
32
|
bind_dn_password: null,
|
|
33
|
+
delete_protection: null,
|
|
32
34
|
external_username: null,
|
|
33
35
|
ldap_ca_cert: null,
|
|
34
36
|
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'] |
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
require 'akeyless'
|
|
32
33
|
|
|
33
34
|
instance = Akeyless::GatewayUpdateProducerMSSQL.new(
|
|
35
|
+
delete_protection: null,
|
|
34
36
|
mssql_create_statements: null,
|
|
35
37
|
mssql_dbname: null,
|
|
36
38
|
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] |
|
|
@@ -35,6 +36,7 @@
|
|
|
35
36
|
require 'akeyless'
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::GatewayUpdateProducerMongo.new(
|
|
39
|
+
delete_protection: null,
|
|
38
40
|
mongodb_atlas_api_private_key: null,
|
|
39
41
|
mongodb_atlas_api_public_key: null,
|
|
40
42
|
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] |
|
|
@@ -35,6 +36,7 @@ require 'akeyless'
|
|
|
35
36
|
instance = Akeyless::GatewayUpdateProducerMySQL.new(
|
|
36
37
|
db_server_certificates: null,
|
|
37
38
|
db_server_name: null,
|
|
39
|
+
delete_protection: null,
|
|
38
40
|
mysql_dbname: null,
|
|
39
41
|
mysql_host: null,
|
|
40
42
|
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] |
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
require 'akeyless'
|
|
33
34
|
|
|
34
35
|
instance = Akeyless::GatewayUpdateProducerNativeK8S.new(
|
|
36
|
+
delete_protection: null,
|
|
35
37
|
k8s_cluster_ca_cert: null,
|
|
36
38
|
k8s_cluster_endpoint: null,
|
|
37
39
|
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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
11
12
|
| **oracle_host** | **String** | Oracle Host | [optional][default to '127.0.0.1'] |
|
|
@@ -33,6 +34,7 @@ require 'akeyless'
|
|
|
33
34
|
instance = Akeyless::GatewayUpdateProducerOracleDb.new(
|
|
34
35
|
db_server_certificates: null,
|
|
35
36
|
db_server_name: null,
|
|
37
|
+
delete_protection: null,
|
|
36
38
|
name: null,
|
|
37
39
|
new_name: null,
|
|
38
40
|
oracle_host: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
10
11
|
| **postgresql_db_name** | **String** | PostgreSQL DB Name | [optional] |
|
|
@@ -33,6 +34,7 @@ require 'akeyless'
|
|
|
33
34
|
|
|
34
35
|
instance = Akeyless::GatewayUpdateProducerPostgreSQL.new(
|
|
35
36
|
creation_statements: null,
|
|
37
|
+
delete_protection: null,
|
|
36
38
|
name: null,
|
|
37
39
|
new_name: null,
|
|
38
40
|
postgresql_db_name: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
9
10
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
require 'akeyless'
|
|
33
34
|
|
|
34
35
|
instance = Akeyless::GatewayUpdateProducerRabbitMQ.new(
|
|
36
|
+
delete_protection: null,
|
|
35
37
|
name: null,
|
|
36
38
|
new_name: null,
|
|
37
39
|
producer_encryption_key_name: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
@@ -33,6 +34,7 @@ require 'akeyless'
|
|
|
33
34
|
|
|
34
35
|
instance = Akeyless::GatewayUpdateProducerRdp.new(
|
|
35
36
|
allow_user_extend_session: null,
|
|
37
|
+
delete_protection: null,
|
|
36
38
|
fixed_user_only: null,
|
|
37
39
|
name: null,
|
|
38
40
|
new_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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
10
11
|
| **producer_encryption_key** | **String** | Dynamic producer encryption key | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::GatewayUpdateProducerRedshift.new(
|
|
31
32
|
creation_statements: null,
|
|
33
|
+
delete_protection: null,
|
|
32
34
|
name: null,
|
|
33
35
|
new_name: null,
|
|
34
36
|
producer_encryption_key: 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
|
| **new_name** | **String** | Producer name | [optional] |
|
|
13
14
|
| **role** | **String** | User role | [optional] |
|
|
@@ -28,6 +29,7 @@ instance = Akeyless::GatewayUpdateProducerSnowflake.new(
|
|
|
28
29
|
account_password: null,
|
|
29
30
|
account_username: null,
|
|
30
31
|
db_name: null,
|
|
32
|
+
delete_protection: null,
|
|
31
33
|
name: null,
|
|
32
34
|
new_name: null,
|
|
33
35
|
role: null,
|
data/docs/GetKubeExecCreds.md
CHANGED
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
| **alt_names** | **String** | The Subject Alternative Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
|
|
8
8
|
| **cert_issuer_name** | **String** | The name of the PKI certificate issuer | |
|
|
9
9
|
| **common_name** | **String** | The common name to be included in the PKI certificate | [optional] |
|
|
10
|
+
| **extended_key_usage** | **String** | A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. | [optional] |
|
|
10
11
|
| **key_data_base64** | **String** | PKI key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
|
|
11
12
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
13
|
+
| **ttl** | **Integer** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
|
|
12
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
13
15
|
| **uri_sans** | **String** | The URI Subject Alternative Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
|
|
14
16
|
|
|
@@ -21,8 +23,10 @@ instance = Akeyless::GetKubeExecCreds.new(
|
|
|
21
23
|
alt_names: null,
|
|
22
24
|
cert_issuer_name: null,
|
|
23
25
|
common_name: null,
|
|
26
|
+
extended_key_usage: null,
|
|
24
27
|
key_data_base64: null,
|
|
25
28
|
token: null,
|
|
29
|
+
ttl: null,
|
|
26
30
|
uid_token: null,
|
|
27
31
|
uri_sans: null
|
|
28
32
|
)
|
data/docs/GetPKICertificate.md
CHANGED
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
| **alt_names** | **String** | The Subject Alternative Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
|
|
8
8
|
| **cert_issuer_name** | **String** | The name of the PKI certificate issuer | |
|
|
9
9
|
| **common_name** | **String** | The common name to be included in the PKI certificate | [optional] |
|
|
10
|
+
| **extended_key_usage** | **String** | A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. | [optional] |
|
|
10
11
|
| **key_data_base64** | **String** | PKI key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
|
|
11
12
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
13
|
+
| **ttl** | **Integer** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
|
|
12
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
13
15
|
| **uri_sans** | **String** | The URI Subject Alternative Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
|
|
14
16
|
|
|
@@ -21,8 +23,10 @@ instance = Akeyless::GetPKICertificate.new(
|
|
|
21
23
|
alt_names: null,
|
|
22
24
|
cert_issuer_name: null,
|
|
23
25
|
common_name: null,
|
|
26
|
+
extended_key_usage: null,
|
|
24
27
|
key_data_base64: null,
|
|
25
28
|
token: null,
|
|
29
|
+
ttl: null,
|
|
26
30
|
uid_token: null,
|
|
27
31
|
uri_sans: null
|
|
28
32
|
)
|
data/docs/GetSSHCertificate.md
CHANGED
|
@@ -6,8 +6,10 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **cert_issuer_name** | **String** | The name of the SSH certificate issuer | |
|
|
8
8
|
| **cert_username** | **String** | The username to sign in the SSH certificate | |
|
|
9
|
+
| **legacy_signing_alg_name** | **Boolean** | Set this option to output legacy ('ssh-rsa-cert-v01@openssh.com') signing algorithm name in the certificate. | [optional] |
|
|
9
10
|
| **public_key_data** | **String** | SSH public key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
|
|
10
11
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
12
|
+
| **ttl** | **Integer** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
|
|
11
13
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
12
14
|
|
|
13
15
|
## Example
|
|
@@ -18,8 +20,10 @@ require 'akeyless'
|
|
|
18
20
|
instance = Akeyless::GetSSHCertificate.new(
|
|
19
21
|
cert_issuer_name: null,
|
|
20
22
|
cert_username: null,
|
|
23
|
+
legacy_signing_alg_name: null,
|
|
21
24
|
public_key_data: null,
|
|
22
25
|
token: null,
|
|
26
|
+
ttl: null,
|
|
23
27
|
uid_token: null
|
|
24
28
|
)
|
|
25
29
|
```
|
data/docs/Item.md
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
| **last_version** | **Integer** | | [optional] |
|
|
30
30
|
| **next_rotation_date** | **Time** | | [optional] |
|
|
31
31
|
| **protection_key_name** | **String** | | [optional] |
|
|
32
|
+
| **protection_key_type** | **String** | | [optional] |
|
|
32
33
|
| **public_value** | **String** | | [optional] |
|
|
33
34
|
| **rotation_interval** | **Integer** | | [optional] |
|
|
34
35
|
| **target_versions** | [**Array<TargetItemVersion>**](TargetItemVersion.md) | | [optional] |
|
|
@@ -65,6 +66,7 @@ instance = Akeyless::Item.new(
|
|
|
65
66
|
last_version: null,
|
|
66
67
|
next_rotation_date: null,
|
|
67
68
|
protection_key_name: null,
|
|
69
|
+
protection_key_type: null,
|
|
68
70
|
public_value: null,
|
|
69
71
|
rotation_interval: null,
|
|
70
72
|
target_versions: null,
|
data/docs/ItemGeneralInfo.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **cert_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
|
|
8
8
|
| **classic_key_details** | [**ClassicKeyDetailsInfo**](ClassicKeyDetailsInfo.md) | | [optional] |
|
|
9
|
+
| **cluster_gw_url** | **String** | | [optional] |
|
|
9
10
|
| **display_metadata** | **String** | | [optional] |
|
|
10
11
|
| **dynamic_secret_producer_details** | [**DynamicSecretProducerInfo**](DynamicSecretProducerInfo.md) | | [optional] |
|
|
11
12
|
| **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
|
|
@@ -22,6 +23,7 @@ require 'akeyless'
|
|
|
22
23
|
instance = Akeyless::ItemGeneralInfo.new(
|
|
23
24
|
cert_issue_details: null,
|
|
24
25
|
classic_key_details: null,
|
|
26
|
+
cluster_gw_url: null,
|
|
25
27
|
display_metadata: null,
|
|
26
28
|
dynamic_secret_producer_details: null,
|
|
27
29
|
password_policy: null,
|
data/docs/MigrationGeneral.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **String** | | [optional] |
|
|
8
8
|
| **name** | **String** | | [optional] |
|
|
9
|
+
| **new_name** | **String** | | [optional] |
|
|
9
10
|
| **prefix** | **String** | | [optional] |
|
|
10
11
|
| **protection_key** | **String** | | [optional] |
|
|
11
12
|
|
|
@@ -17,6 +18,7 @@ require 'akeyless'
|
|
|
17
18
|
instance = Akeyless::MigrationGeneral.new(
|
|
18
19
|
id: null,
|
|
19
20
|
name: null,
|
|
21
|
+
new_name: null,
|
|
20
22
|
prefix: null,
|
|
21
23
|
protection_key: null
|
|
22
24
|
)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::MigrationItems
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **failed** | **Integer** | | [optional] |
|
|
8
|
+
| **migrated** | **Integer** | | [optional] |
|
|
9
|
+
| **skipped** | **Integer** | | [optional] |
|
|
10
|
+
| **total** | **Integer** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::MigrationItems.new(
|
|
18
|
+
failed: null,
|
|
19
|
+
migrated: null,
|
|
20
|
+
skipped: null,
|
|
21
|
+
total: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|