akeyless 3.2.6 → 3.2.7
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 +11 -1
- data/docs/CertAccessRules.md +2 -0
- data/docs/CreateAuthMethodCert.md +2 -0
- data/docs/CreateCertificate.md +1 -1
- data/docs/CreateClassicKey.md +1 -1
- data/docs/CreateDynamicSecret.md +1 -1
- data/docs/CreateLinkedTarget.md +1 -3
- data/docs/CreateRotatedSecret.md +1 -1
- data/docs/CreateSecret.md +1 -1
- data/docs/CreateWindowsTarget.md +2 -4
- data/docs/DecryptFile.md +6 -0
- data/docs/DescribeAssoc.md +24 -0
- data/docs/EncryptFile.md +0 -2
- data/docs/GatewayCreateProducerArtifactory.md +1 -1
- data/docs/GatewayCreateProducerAws.md +1 -1
- data/docs/GatewayCreateProducerAzure.md +1 -1
- data/docs/GatewayCreateProducerCassandra.md +1 -1
- data/docs/GatewayCreateProducerCertificateAutomation.md +1 -1
- data/docs/GatewayCreateProducerChef.md +1 -1
- data/docs/GatewayCreateProducerCustom.md +1 -1
- data/docs/GatewayCreateProducerDockerhub.md +1 -1
- data/docs/GatewayCreateProducerEks.md +1 -1
- data/docs/GatewayCreateProducerGcp.md +1 -1
- data/docs/GatewayCreateProducerGke.md +1 -1
- data/docs/GatewayCreateProducerHanaDb.md +1 -1
- data/docs/GatewayCreateProducerLdap.md +1 -1
- data/docs/GatewayCreateProducerMSSQL.md +1 -1
- data/docs/GatewayCreateProducerMongo.md +1 -1
- data/docs/GatewayCreateProducerMySQL.md +1 -1
- data/docs/GatewayCreateProducerNativeK8S.md +1 -1
- data/docs/GatewayCreateProducerOracleDb.md +1 -1
- data/docs/GatewayCreateProducerPing.md +1 -1
- data/docs/GatewayCreateProducerPostgreSQL.md +1 -1
- data/docs/GatewayCreateProducerRabbitMQ.md +1 -1
- data/docs/GatewayCreateProducerRdp.md +1 -1
- data/docs/GatewayCreateProducerRedshift.md +1 -1
- data/docs/GatewayCreateProducerSnowflake.md +1 -1
- data/docs/GatewayDownloadCustomerFragments.md +22 -0
- data/docs/GatewayDownloadCustomerFragmentsOutput.md +18 -0
- data/docs/GatewayUpdateProducerArtifactory.md +1 -1
- data/docs/GatewayUpdateProducerAws.md +1 -1
- data/docs/GatewayUpdateProducerAzure.md +1 -1
- data/docs/GatewayUpdateProducerCassandra.md +1 -1
- data/docs/GatewayUpdateProducerCertificateAutomation.md +1 -1
- data/docs/GatewayUpdateProducerChef.md +1 -1
- data/docs/GatewayUpdateProducerCustom.md +1 -1
- data/docs/GatewayUpdateProducerDockerhub.md +1 -1
- data/docs/GatewayUpdateProducerEks.md +1 -1
- data/docs/GatewayUpdateProducerGcp.md +1 -1
- data/docs/GatewayUpdateProducerGke.md +1 -1
- data/docs/GatewayUpdateProducerHanaDb.md +1 -1
- data/docs/GatewayUpdateProducerLdap.md +1 -1
- data/docs/GatewayUpdateProducerMSSQL.md +1 -1
- data/docs/GatewayUpdateProducerMongo.md +1 -1
- data/docs/GatewayUpdateProducerMySQL.md +1 -1
- data/docs/GatewayUpdateProducerNativeK8S.md +1 -1
- data/docs/GatewayUpdateProducerOracleDb.md +1 -1
- data/docs/GatewayUpdateProducerPing.md +1 -1
- data/docs/GatewayUpdateProducerPostgreSQL.md +1 -1
- data/docs/GatewayUpdateProducerRabbitMQ.md +1 -1
- data/docs/GatewayUpdateProducerRdp.md +1 -1
- data/docs/GatewayUpdateProducerRedshift.md +1 -1
- data/docs/GatewayUpdateProducerSnowflake.md +1 -1
- data/docs/GeneralConfigPart.md +2 -0
- data/docs/ImportPasswords.md +32 -0
- data/docs/ImportPasswordsOutput.md +22 -0
- data/docs/Item.md +2 -0
- data/docs/LinkedDetails.md +18 -0
- data/docs/RoleAssociationDetails.md +26 -0
- data/docs/TargetTypeDetailsInput.md +1 -3
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateLinkedTarget.md +2 -4
- data/docs/UpdateWindowsTarget.md +2 -4
- data/docs/V2Api.md +191 -2
- data/lib/akeyless/api/v2_api.rb +192 -0
- data/lib/akeyless/models/cert_access_rules.rb +13 -1
- data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/create_certificate.rb +1 -1
- data/lib/akeyless/models/create_classic_key.rb +1 -1
- data/lib/akeyless/models/create_dynamic_secret.rb +1 -1
- data/lib/akeyless/models/create_linked_target.rb +2 -17
- data/lib/akeyless/models/create_rotated_secret.rb +1 -1
- data/lib/akeyless/models/create_secret.rb +1 -1
- data/lib/akeyless/models/create_windows_target.rb +9 -19
- data/lib/akeyless/models/decrypt_file.rb +35 -1
- data/lib/akeyless/models/describe_assoc.rb +257 -0
- data/lib/akeyless/models/encrypt_file.rb +1 -13
- data/lib/akeyless/models/gateway_create_producer_artifactory.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_aws.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_azure.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_cassandra.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_certificate_automation.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_chef.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_custom.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_eks.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_gke.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_ldap.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_ping.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_redshift.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_snowflake.rb +1 -1
- data/lib/akeyless/models/gateway_download_customer_fragments.rb +243 -0
- data/lib/akeyless/models/gateway_download_customer_fragments_output.rb +221 -0
- data/lib/akeyless/models/gateway_update_producer_artifactory.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_aws.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_azure.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_cassandra.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_certificate_automation.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_chef.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_custom.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_eks.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_gcp.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_gke.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_ldap.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_ping.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_redshift.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_snowflake.rb +1 -1
- data/lib/akeyless/models/general_config_part.rb +10 -1
- data/lib/akeyless/models/import_passwords.rb +304 -0
- data/lib/akeyless/models/import_passwords_output.rb +237 -0
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/linked_details.rb +221 -0
- data/lib/akeyless/models/role_association_details.rb +258 -0
- data/lib/akeyless/models/target_type_details_input.rb +3 -12
- data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/update_linked_target.rb +3 -18
- data/lib/akeyless/models/update_windows_target.rb +9 -19
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +7 -0
- data/spec/models/describe_assoc_spec.rb +52 -0
- data/spec/models/gateway_download_customer_fragments_output_spec.rb +34 -0
- data/spec/models/gateway_download_customer_fragments_spec.rb +46 -0
- data/spec/models/import_passwords_output_spec.rb +46 -0
- data/spec/models/import_passwords_spec.rb +76 -0
- data/spec/models/linked_details_spec.rb +34 -0
- data/spec/models/role_association_details_spec.rb +58 -0
- metadata +30 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f68f10dfe9e8078b7faa6a0ef91028fb96bf461a963c1ee390eca5e57df9fba1
|
|
4
|
+
data.tar.gz: e699a10c9c58cf1bed7977343a2dad20a1ecd03bdf5b57f2d23a4db1a88070b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c734b5a1be6ef241f6bcb83ea3440abc492d0a0d7b8efd48e85a0a060c4734ecf313760730f863ebfbef554dcc535972df3b468951f1521831b4e836c6b4b6e6
|
|
7
|
+
data.tar.gz: 6c7ca08ccb8822a71d18e95b8450519709d5e670799c33d81299c0f0d10fba7566111b130eac051d66ebf5fadeac3b6c469f6f753e60e3472971ca63dafb5620
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0
|
|
10
|
-
- Package version: 3.2.
|
|
10
|
+
- Package version: 3.2.7
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
13
13
|
|
|
@@ -122,6 +122,7 @@ Class | Method | HTTP request | Description
|
|
|
122
122
|
*Akeyless::V2Api* | [**delete_target**](docs/V2Api.md#delete_target) | **POST** /delete-target |
|
|
123
123
|
*Akeyless::V2Api* | [**delete_target_association**](docs/V2Api.md#delete_target_association) | **POST** /delete-assoc-target-item |
|
|
124
124
|
*Akeyless::V2Api* | [**delete_targets**](docs/V2Api.md#delete_targets) | **POST** /delete-targets |
|
|
125
|
+
*Akeyless::V2Api* | [**describe_assoc**](docs/V2Api.md#describe_assoc) | **POST** /describe-role-am-assoc |
|
|
125
126
|
*Akeyless::V2Api* | [**describe_item**](docs/V2Api.md#describe_item) | **POST** /describe-item |
|
|
126
127
|
*Akeyless::V2Api* | [**describe_permissions**](docs/V2Api.md#describe_permissions) | **POST** /describe-permissions |
|
|
127
128
|
*Akeyless::V2Api* | [**describe_sub_claims**](docs/V2Api.md#describe_sub_claims) | **POST** /describe-sub-claims |
|
|
@@ -160,6 +161,7 @@ Class | Method | HTTP request | Description
|
|
|
160
161
|
*Akeyless::V2Api* | [**gateway_delete_k8_s_auth_config**](docs/V2Api.md#gateway_delete_k8_s_auth_config) | **POST** /gateway-delete-k8s-auth-config |
|
|
161
162
|
*Akeyless::V2Api* | [**gateway_delete_migration**](docs/V2Api.md#gateway_delete_migration) | **POST** /gateway-delete-migration |
|
|
162
163
|
*Akeyless::V2Api* | [**gateway_delete_producer**](docs/V2Api.md#gateway_delete_producer) | **POST** /gateway-delete-producer |
|
|
164
|
+
*Akeyless::V2Api* | [**gateway_download_customer_fragments**](docs/V2Api.md#gateway_download_customer_fragments) | **POST** /gateway-download-customer-fragments |
|
|
163
165
|
*Akeyless::V2Api* | [**gateway_get_config**](docs/V2Api.md#gateway_get_config) | **POST** /gateway-get-config |
|
|
164
166
|
*Akeyless::V2Api* | [**gateway_get_k8_s_auth_config**](docs/V2Api.md#gateway_get_k8_s_auth_config) | **POST** /gateway-get-k8s-auth-config |
|
|
165
167
|
*Akeyless::V2Api* | [**gateway_get_ldap_auth_config**](docs/V2Api.md#gateway_get_ldap_auth_config) | **POST** /gateway-get-ldap-auth-config |
|
|
@@ -221,6 +223,7 @@ Class | Method | HTTP request | Description
|
|
|
221
223
|
*Akeyless::V2Api* | [**get_tags**](docs/V2Api.md#get_tags) | **POST** /get-tags |
|
|
222
224
|
*Akeyless::V2Api* | [**get_target**](docs/V2Api.md#get_target) | **POST** /get-target |
|
|
223
225
|
*Akeyless::V2Api* | [**get_target_details**](docs/V2Api.md#get_target_details) | **POST** /get-target-details |
|
|
226
|
+
*Akeyless::V2Api* | [**import_passwords**](docs/V2Api.md#import_passwords) | **POST** /import-passwords |
|
|
224
227
|
*Akeyless::V2Api* | [**kmip_client_delete_rule**](docs/V2Api.md#kmip_client_delete_rule) | **POST** /kmip-client-delete-rule |
|
|
225
228
|
*Akeyless::V2Api* | [**kmip_client_set_rule**](docs/V2Api.md#kmip_client_set_rule) | **POST** /kmip-client-set-rule |
|
|
226
229
|
*Akeyless::V2Api* | [**kmip_create_client**](docs/V2Api.md#kmip_create_client) | **POST** /kmip-create-client |
|
|
@@ -485,6 +488,7 @@ Class | Method | HTTP request | Description
|
|
|
485
488
|
- [Akeyless::DeleteTarget](docs/DeleteTarget.md)
|
|
486
489
|
- [Akeyless::DeleteTargetAssociation](docs/DeleteTargetAssociation.md)
|
|
487
490
|
- [Akeyless::DeleteTargets](docs/DeleteTargets.md)
|
|
491
|
+
- [Akeyless::DescribeAssoc](docs/DescribeAssoc.md)
|
|
488
492
|
- [Akeyless::DescribeItem](docs/DescribeItem.md)
|
|
489
493
|
- [Akeyless::DescribePermissions](docs/DescribePermissions.md)
|
|
490
494
|
- [Akeyless::DescribePermissionsOutput](docs/DescribePermissionsOutput.md)
|
|
@@ -572,6 +576,8 @@ Class | Method | HTTP request | Description
|
|
|
572
576
|
- [Akeyless::GatewayDeleteMigration](docs/GatewayDeleteMigration.md)
|
|
573
577
|
- [Akeyless::GatewayDeleteProducer](docs/GatewayDeleteProducer.md)
|
|
574
578
|
- [Akeyless::GatewayDeleteProducerOutput](docs/GatewayDeleteProducerOutput.md)
|
|
579
|
+
- [Akeyless::GatewayDownloadCustomerFragments](docs/GatewayDownloadCustomerFragments.md)
|
|
580
|
+
- [Akeyless::GatewayDownloadCustomerFragmentsOutput](docs/GatewayDownloadCustomerFragmentsOutput.md)
|
|
575
581
|
- [Akeyless::GatewayGetConfig](docs/GatewayGetConfig.md)
|
|
576
582
|
- [Akeyless::GatewayGetK8SAuthConfig](docs/GatewayGetK8SAuthConfig.md)
|
|
577
583
|
- [Akeyless::GatewayGetK8SAuthConfigOutput](docs/GatewayGetK8SAuthConfigOutput.md)
|
|
@@ -691,6 +697,8 @@ Class | Method | HTTP request | Description
|
|
|
691
697
|
- [Akeyless::HashiMigration](docs/HashiMigration.md)
|
|
692
698
|
- [Akeyless::HashiPayload](docs/HashiPayload.md)
|
|
693
699
|
- [Akeyless::HuaweiAccessRules](docs/HuaweiAccessRules.md)
|
|
700
|
+
- [Akeyless::ImportPasswords](docs/ImportPasswords.md)
|
|
701
|
+
- [Akeyless::ImportPasswordsOutput](docs/ImportPasswordsOutput.md)
|
|
694
702
|
- [Akeyless::ImporterInfo](docs/ImporterInfo.md)
|
|
695
703
|
- [Akeyless::Item](docs/Item.md)
|
|
696
704
|
- [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
|
|
@@ -734,6 +742,7 @@ Class | Method | HTTP request | Description
|
|
|
734
742
|
- [Akeyless::LastStatusInfo](docs/LastStatusInfo.md)
|
|
735
743
|
- [Akeyless::LdapConfigPart](docs/LdapConfigPart.md)
|
|
736
744
|
- [Akeyless::LeadershipConfigPart](docs/LeadershipConfigPart.md)
|
|
745
|
+
- [Akeyless::LinkedDetails](docs/LinkedDetails.md)
|
|
737
746
|
- [Akeyless::ListAuthMethods](docs/ListAuthMethods.md)
|
|
738
747
|
- [Akeyless::ListAuthMethodsOutput](docs/ListAuthMethodsOutput.md)
|
|
739
748
|
- [Akeyless::ListGateways](docs/ListGateways.md)
|
|
@@ -783,6 +792,7 @@ Class | Method | HTTP request | Description
|
|
|
783
792
|
- [Akeyless::ReverseRBACOutput](docs/ReverseRBACOutput.md)
|
|
784
793
|
- [Akeyless::RevokeCreds](docs/RevokeCreds.md)
|
|
785
794
|
- [Akeyless::Role](docs/Role.md)
|
|
795
|
+
- [Akeyless::RoleAssociationDetails](docs/RoleAssociationDetails.md)
|
|
786
796
|
- [Akeyless::RoleAuthMethodAssociation](docs/RoleAuthMethodAssociation.md)
|
|
787
797
|
- [Akeyless::RollbackSecret](docs/RollbackSecret.md)
|
|
788
798
|
- [Akeyless::RollbackSecretOutput](docs/RollbackSecretOutput.md)
|
data/docs/CertAccessRules.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **allowed_cors** | **Array<String>** | a list of allowed cors domains if used for browser authentication | [optional] |
|
|
7
8
|
| **bound_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
|
|
8
9
|
| **bound_dns_sans** | **Array<String>** | A list of DNS names. At least one must exist in the SANs. Supports globbing. | [optional] |
|
|
9
10
|
| **bound_email_sans** | **Array<String>** | A list of Email Addresses. At least one must exist in the SANs. Supports globbing. | [optional] |
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
require 'akeyless'
|
|
21
22
|
|
|
22
23
|
instance = Akeyless::CertAccessRules.new(
|
|
24
|
+
allowed_cors: null,
|
|
23
25
|
bound_common_names: null,
|
|
24
26
|
bound_dns_sans: null,
|
|
25
27
|
bound_email_sans: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [optional] |
|
|
8
9
|
| **bound_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
|
|
9
10
|
| **bound_dns_sans** | **Array<String>** | A list of DNS names. At least one must exist in the SANs. Supports globbing. | [optional] |
|
|
10
11
|
| **bound_email_sans** | **Array<String>** | A list of Email Addresses. At least one must exist in the SANs. Supports globbing. | [optional] |
|
|
@@ -30,6 +31,7 @@ require 'akeyless'
|
|
|
30
31
|
|
|
31
32
|
instance = Akeyless::CreateAuthMethodCert.new(
|
|
32
33
|
access_expires: null,
|
|
34
|
+
allowed_cors: null,
|
|
33
35
|
bound_common_names: null,
|
|
34
36
|
bound_dns_sans: null,
|
|
35
37
|
bound_email_sans: null,
|
data/docs/CreateCertificate.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **key_data** | **String** | Content of the certificate's private key PEM in a Base64 format. | [optional] |
|
|
14
14
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
15
15
|
| **name** | **String** | Certificate name | |
|
|
16
|
-
| **tags** | **Array<String>** |
|
|
16
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
17
17
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
18
18
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
19
19
|
|
data/docs/CreateClassicKey.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
15
15
|
| **name** | **String** | ClassicKey name | |
|
|
16
16
|
| **protection_key_name** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
17
|
-
| **tags** | **Array<String>** |
|
|
17
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
18
18
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
19
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
20
20
|
|
data/docs/CreateDynamicSecret.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| **key** | **String** | The name of a key that used to encrypt the dynamic secret values (if empty, the account default protectionKey key will be used) | [optional] |
|
|
11
11
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
12
12
|
| **name** | **String** | Dynamic secret name | |
|
|
13
|
-
| **tags** | **Array<String>** |
|
|
13
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
14
14
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
15
15
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
16
16
|
|
data/docs/CreateLinkedTarget.md
CHANGED
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
8
7
|
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
-
| **hosts** | **String** | A comma seperated list of server hosts. |
|
|
8
|
+
| **hosts** | **String** | A comma seperated list of server hosts and server descriptions joined by semicolon ';' (i.e. 'server-dev.com;My Dev server,server-prod.com;My Prod server description') | [optional] |
|
|
10
9
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
10
|
| **name** | **String** | Target name | |
|
|
12
11
|
| **parent_target_name** | **String** | The parent Target name | [optional] |
|
|
@@ -19,7 +18,6 @@
|
|
|
19
18
|
require 'akeyless'
|
|
20
19
|
|
|
21
20
|
instance = Akeyless::CreateLinkedTarget.new(
|
|
22
|
-
comment: null,
|
|
23
21
|
description: null,
|
|
24
22
|
hosts: null,
|
|
25
23
|
json: null,
|
data/docs/CreateRotatedSecret.md
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
| **ssh_password** | **String** | Deprecated: use RotatedPassword | [optional] |
|
|
43
43
|
| **ssh_username** | **String** | Deprecated: use RotatedUser | [optional] |
|
|
44
44
|
| **storage_account_key_name** | **String** | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [optional] |
|
|
45
|
-
| **tags** | **Array<String>** |
|
|
45
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
46
46
|
| **target_name** | **String** | Target name | |
|
|
47
47
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
48
48
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
data/docs/CreateSecret.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| **secure_access_url** | **String** | Destination URL to inject secrets | [optional] |
|
|
25
25
|
| **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
|
|
26
26
|
| **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
|
|
27
|
-
| **tags** | **Array<String>** |
|
|
27
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
28
28
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
29
29
|
| **type** | **String** | The secret sub type [generic/password] | [optional][default to 'generic'] |
|
|
30
30
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
data/docs/CreateWindowsTarget.md
CHANGED
|
@@ -4,14 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
8
7
|
| **description** | **String** | Description of the object | [optional] |
|
|
9
8
|
| **hostname** | **String** | Server hostname | [optional] |
|
|
10
9
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
10
|
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
12
11
|
| **name** | **String** | Target name | |
|
|
13
12
|
| **password** | **String** | The privileged user password | [optional] |
|
|
14
|
-
| **
|
|
13
|
+
| **port** | **String** | Server WinRM HTTPS port | [optional][default to '5986'] |
|
|
15
14
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
15
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
16
|
| **username** | **String** | Privileged username | [optional] |
|
|
@@ -22,14 +21,13 @@
|
|
|
22
21
|
require 'akeyless'
|
|
23
22
|
|
|
24
23
|
instance = Akeyless::CreateWindowsTarget.new(
|
|
25
|
-
comment: null,
|
|
26
24
|
description: null,
|
|
27
25
|
hostname: null,
|
|
28
26
|
json: null,
|
|
29
27
|
key: null,
|
|
30
28
|
name: null,
|
|
31
29
|
password: null,
|
|
32
|
-
|
|
30
|
+
port: null,
|
|
33
31
|
token: null,
|
|
34
32
|
uid_token: null,
|
|
35
33
|
username: null
|
data/docs/DecryptFile.md
CHANGED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **cyphertext_header** | **String** | | [optional] |
|
|
7
8
|
| **display_id** | **String** | The display id of the key to use in the decryption process | [optional] |
|
|
9
|
+
| **_in** | **String** | Path to the file to be decrypted. If not provided, the content will be taken from stdin | |
|
|
8
10
|
| **item_id** | **Integer** | The item id of the key to use in the decryption process | [optional] |
|
|
9
11
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
10
12
|
| **key_name** | **String** | The name of the key to use in the decryption process | |
|
|
13
|
+
| **out** | **String** | Path to the output file. If not provided, the output will be sent to stdout | [optional] |
|
|
11
14
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
12
15
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
13
16
|
|
|
@@ -17,10 +20,13 @@
|
|
|
17
20
|
require 'akeyless'
|
|
18
21
|
|
|
19
22
|
instance = Akeyless::DecryptFile.new(
|
|
23
|
+
cyphertext_header: null,
|
|
20
24
|
display_id: null,
|
|
25
|
+
_in: null,
|
|
21
26
|
item_id: null,
|
|
22
27
|
json: null,
|
|
23
28
|
key_name: null,
|
|
29
|
+
out: null,
|
|
24
30
|
token: null,
|
|
25
31
|
uid_token: null
|
|
26
32
|
)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::DescribeAssoc
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **assoc_id** | **String** | The association id | |
|
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
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::DescribeAssoc.new(
|
|
18
|
+
assoc_id: null,
|
|
19
|
+
json: null,
|
|
20
|
+
token: null,
|
|
21
|
+
uid_token: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/EncryptFile.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **display_id** | **String** | The display id of the key to use in the encryption process | [optional] |
|
|
8
|
-
| **encryption_context** | **Hash<String, String>** | name-value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the decrypt command or decryption will fail | [optional] |
|
|
9
8
|
| **_in** | **String** | Path to the file to be encrypted. If not provided, the content will be taken from stdin | |
|
|
10
9
|
| **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
|
|
11
10
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -21,7 +20,6 @@ require 'akeyless'
|
|
|
21
20
|
|
|
22
21
|
instance = Akeyless::EncryptFile.new(
|
|
23
22
|
display_id: null,
|
|
24
|
-
encryption_context: null,
|
|
25
23
|
_in: null,
|
|
26
24
|
item_id: null,
|
|
27
25
|
json: null,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
14
|
| **name** | **String** | Producer name | |
|
|
15
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
16
|
-
| **tags** | **Array<String>** |
|
|
16
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
17
17
|
| **target_name** | **String** | Target name | [optional] |
|
|
18
18
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
19
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to true] |
|
|
27
27
|
| **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
|
|
28
28
|
| **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
|
|
29
|
-
| **tags** | **Array<String>** |
|
|
29
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
30
30
|
| **target_name** | **String** | Target name | [optional] |
|
|
31
31
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
32
32
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to true] |
|
|
19
19
|
| **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
|
|
20
20
|
| **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
|
|
21
|
-
| **tags** | **Array<String>** |
|
|
21
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
22
22
|
| **target_name** | **String** | Target name | [optional] |
|
|
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] |
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
14
|
| **name** | **String** | Producer name | |
|
|
15
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
16
|
-
| **tags** | **Array<String>** |
|
|
16
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
17
17
|
| **target_name** | **String** | Target name | [optional] |
|
|
18
18
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
19
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **sign_using_akeyless_pki** | **Boolean** | Use Akeyless PKI issuer or Venafi issuer | [optional] |
|
|
18
18
|
| **signer_key_name** | **String** | Signer key name | [optional] |
|
|
19
19
|
| **store_private_key** | **Boolean** | Store private key | [optional] |
|
|
20
|
-
| **tags** | **Array<String>** |
|
|
20
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
21
21
|
| **target_name** | **String** | Target name | [optional] |
|
|
22
22
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
23
23
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **name** | **String** | Producer name | |
|
|
14
14
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
15
15
|
| **skip_ssl** | **Boolean** | Skip SSL | [optional][default to true] |
|
|
16
|
-
| **tags** | **Array<String>** |
|
|
16
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
17
17
|
| **target_name** | **String** | Target name | [optional] |
|
|
18
18
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
19
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
15
15
|
| **revoke_sync_url** | **String** | URL of an endpoint that implements /sync/revoke method, for example https://webhook.example.com/sync/revoke | |
|
|
16
16
|
| **rotate_sync_url** | **String** | URL of an endpoint that implements /sync/rotate method, for example https://webhook.example.com/sync/rotate | [optional] |
|
|
17
|
-
| **tags** | **Array<String>** |
|
|
17
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
18
18
|
| **timeout_sec** | **Integer** | Maximum allowed time in seconds for the webhook to return the results | [optional][default to 60] |
|
|
19
19
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
20
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
12
|
| **name** | **String** | Producer name | |
|
|
13
13
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
14
|
-
| **tags** | **Array<String>** |
|
|
14
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
15
15
|
| **target_name** | **String** | Target name | [optional] |
|
|
16
16
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
17
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **secure_access_cluster_endpoint** | **String** | The K8s cluster endpoint URL | [optional] |
|
|
21
21
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
|
-
| **tags** | **Array<String>** |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
16
16
|
| **role_binding** | **String** | Role binding definitions in json format | [optional] |
|
|
17
17
|
| **service_account_type** | **String** | The type of the gcp dynamic secret. Options[fixed, dynamic] | [default to 'fixed'] |
|
|
18
|
-
| **tags** | **Array<String>** |
|
|
18
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
19
19
|
| **target_name** | **String** | Target name | [optional] |
|
|
20
20
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
21
21
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **secure_access_cluster_endpoint** | **String** | The K8s cluster endpoint URL | [optional] |
|
|
19
19
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
20
20
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
21
|
-
| **tags** | **Array<String>** |
|
|
21
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
22
22
|
| **target_name** | **String** | Target name | [optional] |
|
|
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] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
21
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
|
-
| **tags** | **Array<String>** |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **ldap_url** | **String** | LDAP Server URL | [optional] |
|
|
14
14
|
| **name** | **String** | Producer name | |
|
|
15
15
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
16
|
-
| **tags** | **Array<String>** |
|
|
16
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
17
17
|
| **target_name** | **String** | Target name | [optional] |
|
|
18
18
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
19
|
| **token_expiration** | **String** | Token expiration | [optional] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
21
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
|
-
| **tags** | **Array<String>** |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
25
25
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
26
26
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
27
|
-
| **tags** | **Array<String>** |
|
|
27
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
28
28
|
| **target_name** | **String** | Target name | [optional] |
|
|
29
29
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
30
30
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
24
24
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
25
25
|
| **ssl_certificate** | **String** | SSL connection certificate | [optional] |
|
|
26
|
-
| **tags** | **Array<String>** |
|
|
26
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
27
27
|
| **target_name** | **String** | Target name | [optional] |
|
|
28
28
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
29
29
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
27
27
|
| **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
|
|
28
28
|
| **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
|
|
29
|
-
| **tags** | **Array<String>** |
|
|
29
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
30
30
|
| **target_name** | **String** | Target name | [optional] |
|
|
31
31
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
32
32
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional][default to 'false'] |
|
|
21
21
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
|
-
| **tags** | **Array<String>** |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| **ping_signing_algo** | **String** | The signing algorithm that the client must use to sign its request objects [RS256,RS384,RS512,ES256,ES384,ES512,PS256,PS384,PS512] If no explicit value is given, the client can use any of the supported signing algorithms (relevant for PRIVATE_KEY_JWT authentication method) | [optional] |
|
|
25
25
|
| **ping_url** | **String** | Ping URL | [optional] |
|
|
26
26
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
27
|
-
| **tags** | **Array<String>** |
|
|
27
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
28
28
|
| **target_name** | **String** | Target name | [optional] |
|
|
29
29
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
30
30
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
23
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
24
|
-
| **tags** | **Array<String>** |
|
|
24
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
25
25
|
| **target_name** | **String** | Target name | [optional] |
|
|
26
26
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
27
27
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to true] |
|
|
22
22
|
| **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
|
|
23
23
|
| **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
|
|
24
|
-
| **tags** | **Array<String>** |
|
|
24
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
25
25
|
| **target_name** | **String** | Target name | [optional] |
|
|
26
26
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
27
27
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
21
21
|
| **secure_access_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user | [optional] |
|
|
22
22
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
|
|
23
|
-
| **tags** | **Array<String>** |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
18
18
|
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
19
19
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
20
|
-
| **tags** | **Array<String>** |
|
|
20
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
21
21
|
| **target_name** | **String** | Target name | [optional] |
|
|
22
22
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
23
23
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| **private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
|
|
15
15
|
| **private_key_passphrase** | **String** | The Private key passphrase | [optional] |
|
|
16
16
|
| **role** | **String** | User role | [optional] |
|
|
17
|
-
| **tags** | **Array<String>** |
|
|
17
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
18
18
|
| **target_name** | **String** | Target name | [optional] |
|
|
19
19
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
20
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Akeyless::GatewayDownloadCustomerFragments
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
8
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
9
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'akeyless'
|
|
15
|
+
|
|
16
|
+
instance = Akeyless::GatewayDownloadCustomerFragments.new(
|
|
17
|
+
json: null,
|
|
18
|
+
token: null,
|
|
19
|
+
uid_token: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::GatewayDownloadCustomerFragmentsOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **cf_json** | **Hash<String, Object>** | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'akeyless'
|
|
13
|
+
|
|
14
|
+
instance = Akeyless::GatewayDownloadCustomerFragmentsOutput.new(
|
|
15
|
+
cf_json: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| **name** | **String** | Producer name | |
|
|
15
15
|
| **new_name** | **String** | Producer name | [optional] |
|
|
16
16
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
17
|
-
| **tags** | **Array<String>** |
|
|
17
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
18
18
|
| **target_name** | **String** | Target name | [optional] |
|
|
19
19
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
20
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|