akeyless 5.0.20 → 5.0.22
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 +40 -1
- data/docs/AccountGeneralSettings.md +2 -0
- data/docs/ActiveDirectoryPayload.md +6 -0
- data/docs/Auth.md +2 -0
- data/docs/AuthMethodCreateCert.md +2 -0
- data/docs/AuthMethodUpdateCert.md +2 -0
- data/docs/AzureADAccessRules.md +2 -0
- data/docs/AzureTargetDetails.md +2 -0
- data/docs/CertAccessRules.md +2 -0
- data/docs/CertificateChainInfo.md +2 -0
- data/docs/Configure.md +2 -0
- data/docs/ConjurMigration.md +20 -0
- data/docs/ConjurPayload.md +24 -0
- data/docs/CreateAuthMethodCert.md +2 -0
- data/docs/CreateAzureTarget.md +2 -0
- data/docs/CreateUSC.md +10 -0
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DefaultAuthMethodSettings.md +20 -0
- data/docs/GCPPayload.md +5 -1
- data/docs/GatewayCreateMigration.md +20 -2
- data/docs/GatewayUpdateMigration.md +19 -1
- data/docs/GetPKICertificateOutput.md +2 -0
- data/docs/GithubMetadata.md +28 -0
- data/docs/HTTPChallengeInfo.md +26 -0
- data/docs/IssuerOverviewInfo.md +22 -0
- data/docs/ItemGeneralInfo.md +2 -0
- data/docs/LetsEncryptTargetDetails.md +38 -0
- data/docs/MigrationStatusReplyObj.md +2 -0
- data/docs/MigrationsConfigPart.md +2 -0
- data/docs/PoliciesCreateOutput.md +18 -0
- data/docs/PoliciesDelete.md +24 -0
- data/docs/PoliciesGet.md +24 -0
- data/docs/PoliciesGetOutput.md +18 -0
- data/docs/PoliciesList.md +30 -0
- data/docs/PoliciesListOutput.md +18 -0
- data/docs/PolicyCreateKeys.md +34 -0
- data/docs/PolicyOutput.md +34 -0
- data/docs/PolicyUpdateKeys.md +36 -0
- data/docs/RotatedSecretCreateAws.md +4 -2
- data/docs/RotatedSecretCreateAzure.md +4 -2
- data/docs/RotatedSecretCreateCassandra.md +1 -1
- data/docs/RotatedSecretCreateCustom.md +1 -1
- data/docs/RotatedSecretCreateDockerhub.md +1 -1
- data/docs/RotatedSecretCreateGcp.md +4 -2
- data/docs/RotatedSecretCreateHanadb.md +1 -1
- data/docs/RotatedSecretCreateLdap.md +1 -1
- data/docs/RotatedSecretCreateMongodb.md +1 -1
- data/docs/RotatedSecretCreateMssql.md +1 -1
- data/docs/RotatedSecretCreateMysql.md +1 -1
- data/docs/RotatedSecretCreateOpenAI.md +1 -1
- data/docs/RotatedSecretCreateOracledb.md +1 -1
- data/docs/RotatedSecretCreatePostgresql.md +1 -1
- data/docs/RotatedSecretCreateRedis.md +1 -1
- data/docs/RotatedSecretCreateRedshift.md +1 -1
- data/docs/RotatedSecretCreateSnowflake.md +1 -1
- data/docs/RotatedSecretCreateSplunk.md +68 -0
- data/docs/RotatedSecretCreateSsh.md +1 -1
- data/docs/RotatedSecretCreateWindows.md +1 -1
- data/docs/RotatedSecretDetailsInfo.md +2 -0
- data/docs/RotatedSecretUpdateAws.md +3 -1
- data/docs/RotatedSecretUpdateAzure.md +3 -1
- data/docs/RotatedSecretUpdateGcp.md +3 -1
- data/docs/RotatedSecretUpdateSplunk.md +64 -0
- data/docs/SecretInfo.md +2 -0
- data/docs/SplunkPayload.md +30 -0
- data/docs/SplunkTargetDetails.md +34 -0
- data/docs/TargetCreateAzure.md +2 -0
- data/docs/TargetCreateLetsEncrypt.md +46 -0
- data/docs/TargetCreateSplunk.md +42 -0
- data/docs/TargetTypeDetailsInput.md +4 -0
- data/docs/TargetUpdateAzure.md +2 -0
- data/docs/TargetUpdateLetsEncrypt.md +50 -0
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateAzureTarget.md +2 -0
- data/docs/V2Api.md +756 -0
- data/docs/ValidateCertificateChallenge.md +30 -0
- data/docs/ValidateCertificateChallengeOutput.md +24 -0
- data/docs/VaultAddress.md +20 -0
- data/docs/VaultAddressOutput.md +20 -0
- data/lib/akeyless/api/v2_api.rb +775 -7
- data/lib/akeyless/models/account_general_settings.rb +10 -1
- data/lib/akeyless/models/active_directory_payload.rb +30 -1
- data/lib/akeyless/models/auth.rb +13 -1
- data/lib/akeyless/models/auth_method_create_cert.rb +11 -1
- data/lib/akeyless/models/auth_method_update_cert.rb +11 -1
- data/lib/akeyless/models/azure_ad_access_rules.rb +11 -1
- data/lib/akeyless/models/azure_target_details.rb +10 -1
- data/lib/akeyless/models/cert_access_rules.rb +11 -1
- data/lib/akeyless/models/certificate_chain_info.rb +11 -1
- data/lib/akeyless/models/configure.rb +13 -1
- data/lib/akeyless/models/conjur_migration.rb +223 -0
- data/lib/akeyless/models/conjur_payload.rb +241 -0
- data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/create_azure_target.rb +13 -1
- data/lib/akeyless/models/create_usc.rb +54 -1
- data/lib/akeyless/models/default_auth_method_settings.rb +223 -0
- data/lib/akeyless/models/ds_producer_details.rb +10 -1
- data/lib/akeyless/models/gateway_create_migration.rb +97 -5
- data/lib/akeyless/models/gateway_update_migration.rb +96 -4
- data/lib/akeyless/models/gcp_payload.rb +22 -4
- data/lib/akeyless/models/get_pki_certificate_output.rb +10 -1
- data/lib/akeyless/models/github_metadata.rb +259 -0
- data/lib/akeyless/models/http_challenge_info.rb +251 -0
- data/lib/akeyless/models/issuer_overview_info.rb +232 -0
- data/lib/akeyless/models/item_general_info.rb +10 -1
- data/lib/akeyless/models/lets_encrypt_target_details.rb +315 -0
- data/lib/akeyless/models/migration_status_reply_obj.rb +10 -1
- data/lib/akeyless/models/migrations_config_part.rb +12 -1
- data/lib/akeyless/models/policies_create_output.rb +214 -0
- data/lib/akeyless/models/policies_delete.rb +254 -0
- data/lib/akeyless/models/policies_get.rb +254 -0
- data/lib/akeyless/models/policies_get_output.rb +214 -0
- data/lib/akeyless/models/policies_list.rb +283 -0
- data/lib/akeyless/models/policies_list_output.rb +216 -0
- data/lib/akeyless/models/policy_create_keys.rb +312 -0
- data/lib/akeyless/models/policy_output.rb +295 -0
- data/lib/akeyless/models/policy_update_keys.rb +322 -0
- data/lib/akeyless/models/rotated_secret_create_aws.rb +13 -3
- data/lib/akeyless/models/rotated_secret_create_azure.rb +13 -3
- data/lib/akeyless/models/rotated_secret_create_cassandra.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_custom.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_gcp.rb +13 -3
- data/lib/akeyless/models/rotated_secret_create_hanadb.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_ldap.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_mongodb.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_mssql.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_mysql.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_open_ai.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_oracledb.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_postgresql.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_redis.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_redshift.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_snowflake.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_splunk.rb +497 -0
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_windows.rb +1 -1
- data/lib/akeyless/models/rotated_secret_details_info.rb +10 -1
- data/lib/akeyless/models/rotated_secret_update_aws.rb +12 -2
- data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -2
- data/lib/akeyless/models/rotated_secret_update_gcp.rb +12 -2
- data/lib/akeyless/models/rotated_secret_update_splunk.rb +467 -0
- data/lib/akeyless/models/secret_info.rb +10 -1
- data/lib/akeyless/models/splunk_payload.rb +268 -0
- data/lib/akeyless/models/splunk_target_details.rb +294 -0
- data/lib/akeyless/models/target_create_azure.rb +13 -1
- data/lib/akeyless/models/target_create_lets_encrypt.rb +368 -0
- data/lib/akeyless/models/target_create_splunk.rb +354 -0
- data/lib/akeyless/models/target_type_details_input.rb +19 -1
- data/lib/akeyless/models/target_update_azure.rb +13 -1
- data/lib/akeyless/models/target_update_lets_encrypt.rb +388 -0
- data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/update_azure_target.rb +13 -1
- data/lib/akeyless/models/validate_certificate_challenge.rb +279 -0
- data/lib/akeyless/models/validate_certificate_challenge_output.rb +242 -0
- data/lib/akeyless/models/vault_address.rb +227 -0
- data/lib/akeyless/models/vault_address_output.rb +223 -0
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +27 -0
- data/spec/models/conjur_migration_spec.rb +42 -0
- data/spec/models/conjur_payload_spec.rb +54 -0
- data/spec/models/default_auth_method_settings_spec.rb +42 -0
- data/spec/models/github_metadata_spec.rb +66 -0
- data/spec/models/http_challenge_info_spec.rb +60 -0
- data/spec/models/issuer_overview_info_spec.rb +48 -0
- data/spec/models/lets_encrypt_target_details_spec.rb +96 -0
- data/spec/models/policies_create_output_spec.rb +36 -0
- data/spec/models/policies_delete_spec.rb +54 -0
- data/spec/models/policies_get_output_spec.rb +36 -0
- data/spec/models/policies_get_spec.rb +54 -0
- data/spec/models/policies_list_output_spec.rb +36 -0
- data/spec/models/policies_list_spec.rb +72 -0
- data/spec/models/policy_create_keys_spec.rb +84 -0
- data/spec/models/policy_output_spec.rb +84 -0
- data/spec/models/policy_update_keys_spec.rb +90 -0
- data/spec/models/rotated_secret_create_splunk_spec.rb +186 -0
- data/spec/models/rotated_secret_update_splunk_spec.rb +174 -0
- data/spec/models/splunk_payload_spec.rb +72 -0
- data/spec/models/splunk_target_details_spec.rb +84 -0
- data/spec/models/target_create_lets_encrypt_spec.rb +120 -0
- data/spec/models/target_create_splunk_spec.rb +108 -0
- data/spec/models/target_update_lets_encrypt_spec.rb +132 -0
- data/spec/models/validate_certificate_challenge_output_spec.rb +54 -0
- data/spec/models/validate_certificate_challenge_spec.rb +72 -0
- data/spec/models/vault_address_output_spec.rb +42 -0
- data/spec/models/vault_address_spec.rb +42 -0
- metadata +109 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::TargetCreateSplunk
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **audience** | **String** | Splunk token audience (required when using token authentication for rotation) | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
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] |
|
|
11
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
12
|
+
| **name** | **String** | Target name | |
|
|
13
|
+
| **password** | **String** | Splunk Password (used when authenticating with username/password) | [optional] |
|
|
14
|
+
| **token** | **String** | Splunk Token (used when authenticating with token) | [optional] |
|
|
15
|
+
| **token_owner** | **String** | Splunk Token Owner (required when using token authentication for rotation) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
| **url** | **String** | Splunk server URL | |
|
|
18
|
+
| **use_tls** | **Boolean** | Use TLS certificate verification when connecting to the Splunk management API | [optional][default to true] |
|
|
19
|
+
| **username** | **String** | Splunk Username (used when authenticating with username/password) | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::TargetCreateSplunk.new(
|
|
27
|
+
audience: null,
|
|
28
|
+
description: null,
|
|
29
|
+
json: null,
|
|
30
|
+
key: null,
|
|
31
|
+
max_versions: null,
|
|
32
|
+
name: null,
|
|
33
|
+
password: null,
|
|
34
|
+
token: null,
|
|
35
|
+
token_owner: null,
|
|
36
|
+
uid_token: null,
|
|
37
|
+
url: null,
|
|
38
|
+
use_tls: null,
|
|
39
|
+
username: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
| **godaddy_target_details** | [**GodaddyTargetDetails**](GodaddyTargetDetails.md) | | [optional] |
|
|
23
23
|
| **hashi_vault_target_details** | [**HashiVaultTargetDetails**](HashiVaultTargetDetails.md) | | [optional] |
|
|
24
24
|
| **ldap_target_details** | [**LdapTargetDetails**](LdapTargetDetails.md) | | [optional] |
|
|
25
|
+
| **letsencrypt_target_details** | [**LetsEncryptTargetDetails**](LetsEncryptTargetDetails.md) | | [optional] |
|
|
25
26
|
| **linked_target_details** | [**LinkedTargetDetails**](LinkedTargetDetails.md) | | [optional] |
|
|
26
27
|
| **mongo_db_target_details** | [**MongoDBTargetDetails**](MongoDBTargetDetails.md) | | [optional] |
|
|
27
28
|
| **native_k8s_target_details** | [**NativeK8sTargetDetails**](NativeK8sTargetDetails.md) | | [optional] |
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
| **rabbit_mq_target_details** | [**RabbitMQTargetDetails**](RabbitMQTargetDetails.md) | | [optional] |
|
|
31
32
|
| **salesforce_target_details** | [**SalesforceTargetDetails**](SalesforceTargetDetails.md) | | [optional] |
|
|
32
33
|
| **sectigo_target_details** | [**SectigoTargetDetails**](SectigoTargetDetails.md) | | [optional] |
|
|
34
|
+
| **splunk_target_details** | [**SplunkTargetDetails**](SplunkTargetDetails.md) | | [optional] |
|
|
33
35
|
| **ssh_target_details** | [**SSHTargetDetails**](SSHTargetDetails.md) | | [optional] |
|
|
34
36
|
| **venafi_target_details** | [**VenafiTargetDetails**](VenafiTargetDetails.md) | | [optional] |
|
|
35
37
|
| **web_target_details** | [**WebTargetDetails**](WebTargetDetails.md) | | [optional] |
|
|
@@ -60,6 +62,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
60
62
|
godaddy_target_details: null,
|
|
61
63
|
hashi_vault_target_details: null,
|
|
62
64
|
ldap_target_details: null,
|
|
65
|
+
letsencrypt_target_details: null,
|
|
63
66
|
linked_target_details: null,
|
|
64
67
|
mongo_db_target_details: null,
|
|
65
68
|
native_k8s_target_details: null,
|
|
@@ -68,6 +71,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
68
71
|
rabbit_mq_target_details: null,
|
|
69
72
|
salesforce_target_details: null,
|
|
70
73
|
sectigo_target_details: null,
|
|
74
|
+
splunk_target_details: null,
|
|
71
75
|
ssh_target_details: null,
|
|
72
76
|
venafi_target_details: null,
|
|
73
77
|
web_target_details: null,
|
data/docs/TargetUpdateAzure.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
|
|
7
8
|
| **client_id** | **String** | Azure client/application id | [optional] |
|
|
8
9
|
| **client_secret** | **String** | Azure client secret | [optional] |
|
|
9
10
|
| **connection_type** | **String** | Type of connection [credentials/cloud-identity] | [optional][default to 'credentials'] |
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
require 'akeyless'
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::TargetUpdateAzure.new(
|
|
32
|
+
azure_cloud: null,
|
|
31
33
|
client_id: null,
|
|
32
34
|
client_secret: null,
|
|
33
35
|
connection_type: null,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateLetsEncrypt
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acme_challenge** | **String** | | [optional][default to 'http'] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when acme-challenge=dns. Supported: AWS, Azure, GCP targets | [optional] |
|
|
10
|
+
| **email** | **String** | Email address for ACME account registration | [optional] |
|
|
11
|
+
| **gcp_project** | **String** | GCP Cloud DNS: Project ID. Optional - can be derived from service account | [optional] |
|
|
12
|
+
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when dns-target-creds points to AWS target | [optional] |
|
|
13
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
15
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
16
|
+
| **lets_encrypt_url** | **String** | | [optional][default to 'production'] |
|
|
17
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
18
|
+
| **name** | **String** | Target name | |
|
|
19
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
20
|
+
| **resource_group** | **String** | Azure resource group name. Required when dns-target-creds points to Azure target | [optional] |
|
|
21
|
+
| **timeout** | **String** | | [optional][default to '5m'] |
|
|
22
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
23
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
24
|
+
|
|
25
|
+
## Example
|
|
26
|
+
|
|
27
|
+
```ruby
|
|
28
|
+
require 'akeyless'
|
|
29
|
+
|
|
30
|
+
instance = Akeyless::TargetUpdateLetsEncrypt.new(
|
|
31
|
+
acme_challenge: null,
|
|
32
|
+
description: null,
|
|
33
|
+
dns_target_creds: null,
|
|
34
|
+
email: null,
|
|
35
|
+
gcp_project: null,
|
|
36
|
+
hosted_zone: null,
|
|
37
|
+
json: null,
|
|
38
|
+
keep_prev_version: null,
|
|
39
|
+
key: null,
|
|
40
|
+
lets_encrypt_url: null,
|
|
41
|
+
max_versions: null,
|
|
42
|
+
name: null,
|
|
43
|
+
new_name: null,
|
|
44
|
+
resource_group: null,
|
|
45
|
+
timeout: null,
|
|
46
|
+
token: null,
|
|
47
|
+
uid_token: null
|
|
48
|
+
)
|
|
49
|
+
```
|
|
50
|
+
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
| **name** | **String** | Auth Method name | |
|
|
27
27
|
| **new_name** | **String** | Auth Method new name | [optional] |
|
|
28
28
|
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
|
|
29
|
+
| **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
|
|
29
30
|
| **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
|
|
30
31
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
31
32
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -59,6 +60,7 @@ instance = Akeyless::UpdateAuthMethodCert.new(
|
|
|
59
60
|
name: null,
|
|
60
61
|
new_name: null,
|
|
61
62
|
product_type: null,
|
|
63
|
+
require_crl_dp: null,
|
|
62
64
|
revoked_cert_ids: null,
|
|
63
65
|
token: null,
|
|
64
66
|
uid_token: null,
|
data/docs/UpdateAzureTarget.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
|
|
7
8
|
| **client_id** | **String** | Azure client/application id | [optional] |
|
|
8
9
|
| **client_secret** | **String** | Azure client secret | [optional] |
|
|
9
10
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
require 'akeyless'
|
|
31
32
|
|
|
32
33
|
instance = Akeyless::UpdateAzureTarget.new(
|
|
34
|
+
azure_cloud: null,
|
|
33
35
|
client_id: null,
|
|
34
36
|
client_secret: null,
|
|
35
37
|
comment: null,
|