akeyless 5.0.21 → 5.0.23
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 +35 -1
- data/docs/AccountGeneralSettings.md +6 -0
- data/docs/ActiveDirectoryPayload.md +6 -0
- data/docs/Auth.md +2 -0
- data/docs/AuthMethodCreateCert.md +2 -0
- data/docs/AuthMethodCreateUniversalIdentity.md +4 -0
- data/docs/AuthMethodUpdateCert.md +2 -0
- data/docs/AuthMethodUpdateUniversalIdentity.md +4 -0
- data/docs/AwsStorage.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/CreateAuthMethodUniversalIdentity.md +4 -0
- data/docs/CreateAzureTarget.md +2 -0
- data/docs/CreateRotatedSecret.md +3 -1
- data/docs/CreateSecret.md +2 -0
- data/docs/CreateUSC.md +10 -0
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DefaultAuthMethodSettings.md +20 -0
- data/docs/DeleteRoleRule.md +1 -1
- data/docs/DescribePermissions.md +1 -1
- data/docs/DigiCertTargetDetails.md +42 -0
- data/docs/EsmListSecretsOutput.md +3 -1
- data/docs/GatewayCreateMigration.md +19 -1
- data/docs/GatewayUpdateMigration.md +18 -0
- data/docs/GatewayUpdateRemoteAccessRdpRecordings.md +2 -0
- data/docs/GeneralConfigPart.md +4 -0
- data/docs/GetPKICertificateOutput.md +2 -0
- data/docs/GithubMetadata.md +28 -0
- data/docs/GoogleTrustTargetDetails.md +42 -0
- data/docs/HTTPChallengeInfo.md +26 -0
- data/docs/HashiPayload.md +5 -1
- data/docs/IssuerOverviewInfo.md +22 -0
- data/docs/Item.md +2 -0
- data/docs/ItemGeneralInfo.md +2 -0
- data/docs/ItemLockingSetting.md +20 -0
- data/docs/LockItem.md +28 -0
- data/docs/LockTarget.md +28 -0
- data/docs/LockingInfo.md +24 -0
- data/docs/MigrationStatusReplyObj.md +4 -0
- data/docs/MigrationsConfigPart.md +2 -0
- data/docs/NetappStorage.md +30 -0
- data/docs/ReverseRBAC.md +1 -1
- data/docs/RotatedSecretCreateAws.md +3 -1
- data/docs/RotatedSecretCreateAzure.md +3 -1
- data/docs/RotatedSecretCreateCustom.md +3 -1
- data/docs/RotatedSecretCreateLdap.md +3 -1
- data/docs/RotatedSecretCreateMongodb.md +3 -1
- data/docs/RotatedSecretCreateMssql.md +3 -1
- data/docs/RotatedSecretCreateMysql.md +3 -1
- data/docs/RotatedSecretCreateOracledb.md +3 -1
- data/docs/RotatedSecretCreatePostgresql.md +3 -1
- data/docs/RotatedSecretCreateRedshift.md +3 -1
- data/docs/RotatedSecretCreateSsh.md +3 -1
- data/docs/RotatedSecretCreateWindows.md +3 -1
- data/docs/RotatedSecretUpdateAws.md +3 -1
- data/docs/RotatedSecretUpdateAzure.md +3 -1
- data/docs/RotatedSecretUpdateCustom.md +3 -1
- data/docs/RotatedSecretUpdateLdap.md +3 -1
- data/docs/RotatedSecretUpdateMongodb.md +3 -1
- data/docs/RotatedSecretUpdateMssql.md +3 -1
- data/docs/RotatedSecretUpdateMysql.md +3 -1
- data/docs/RotatedSecretUpdateOracledb.md +3 -1
- data/docs/RotatedSecretUpdatePostgresql.md +3 -1
- data/docs/RotatedSecretUpdateRedshift.md +3 -1
- data/docs/RotatedSecretUpdateSsh.md +3 -1
- data/docs/RotatedSecretUpdateWindows.md +3 -1
- data/docs/SecretInfo.md +4 -0
- data/docs/SecureRemoteAccess.md +4 -0
- data/docs/SetRoleRule.md +1 -1
- data/docs/SyncCounters.md +22 -0
- data/docs/Target.md +2 -0
- data/docs/TargetCreateAzure.md +2 -0
- data/docs/TargetCreateDigiCert.md +50 -0
- data/docs/TargetCreateGoogleTrust.md +50 -0
- data/docs/TargetCreateLetsEncrypt.md +1 -1
- data/docs/TargetCreateSplunk.md +3 -1
- data/docs/TargetTypeDetailsInput.md +4 -0
- data/docs/TargetUpdateAzure.md +2 -0
- data/docs/TargetUpdateDigiCert.md +54 -0
- data/docs/TargetUpdateGoogleTrust.md +54 -0
- data/docs/TargetUpdateLetsEncrypt.md +1 -1
- data/docs/UniversalIdentityAccessRules.md +4 -0
- data/docs/UnlockItem.md +24 -0
- data/docs/UnlockTarget.md +24 -0
- data/docs/UpdateAccountSettings.md +4 -0
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateAuthMethodUniversalIdentity.md +4 -0
- data/docs/UpdateAzureTarget.md +2 -0
- data/docs/UpdateItem.md +3 -1
- data/docs/UpdateRotatedSecret.md +3 -1
- data/docs/UscCreate.md +2 -0
- data/docs/UscDelete.md +4 -0
- data/docs/UscGet.md +4 -0
- data/docs/UscListSecretsOutput.md +3 -1
- data/docs/UscUpdate.md +4 -0
- data/docs/V2Api.md +632 -2
- 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/docs/WebBastionRdpRecord.md +2 -0
- data/lib/akeyless/api/v2_api.rb +640 -0
- data/lib/akeyless/models/account_general_settings.rb +28 -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_create_universal_identity.rb +25 -1
- data/lib/akeyless/models/auth_method_update_cert.rb +11 -1
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +25 -1
- data/lib/akeyless/models/aws_storage.rb +10 -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_auth_method_universal_identity.rb +25 -1
- data/lib/akeyless/models/create_azure_target.rb +13 -1
- data/lib/akeyless/models/create_rotated_secret.rb +12 -4
- data/lib/akeyless/models/create_secret.rb +11 -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/delete_role_rule.rb +1 -1
- data/lib/akeyless/models/describe_permissions.rb +1 -1
- data/lib/akeyless/models/digi_cert_target_details.rb +333 -0
- data/lib/akeyless/models/ds_producer_details.rb +10 -1
- data/lib/akeyless/models/esm_list_secrets_output.rb +15 -4
- data/lib/akeyless/models/gateway_create_migration.rb +94 -2
- data/lib/akeyless/models/gateway_update_migration.rb +93 -1
- data/lib/akeyless/models/gateway_update_remote_access_rdp_recordings.rb +11 -1
- data/lib/akeyless/models/general_config_part.rb +19 -1
- data/lib/akeyless/models/get_pki_certificate_output.rb +10 -1
- data/lib/akeyless/models/github_metadata.rb +259 -0
- data/lib/akeyless/models/google_trust_target_details.rb +335 -0
- data/lib/akeyless/models/hashi_payload.rb +22 -4
- 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.rb +10 -1
- data/lib/akeyless/models/item_general_info.rb +10 -1
- data/lib/akeyless/models/item_locking_setting.rb +223 -0
- data/lib/akeyless/models/lock_item.rb +274 -0
- data/lib/akeyless/models/lock_target.rb +274 -0
- data/lib/akeyless/models/locking_info.rb +243 -0
- data/lib/akeyless/models/migration_status_reply_obj.rb +19 -1
- data/lib/akeyless/models/migrations_config_part.rb +12 -1
- data/lib/akeyless/models/netapp_storage.rb +268 -0
- data/lib/akeyless/models/reverse_rbac.rb +1 -1
- data/lib/akeyless/models/rotated_secret_create_aws.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_azure.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_custom.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_ldap.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_mongodb.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_mssql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_mysql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_oracledb.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_postgresql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_redshift.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +12 -4
- data/lib/akeyless/models/rotated_secret_create_windows.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_aws.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_custom.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_ldap.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_mongodb.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_mssql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_mysql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_oracledb.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_postgresql.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_redshift.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_ssh.rb +12 -4
- data/lib/akeyless/models/rotated_secret_update_windows.rb +12 -4
- data/lib/akeyless/models/secret_info.rb +19 -1
- data/lib/akeyless/models/secure_remote_access.rb +19 -1
- data/lib/akeyless/models/set_role_rule.rb +1 -1
- data/lib/akeyless/models/sync_counters.rb +233 -0
- data/lib/akeyless/models/target.rb +10 -1
- data/lib/akeyless/models/target_create_azure.rb +13 -1
- data/lib/akeyless/models/target_create_digi_cert.rb +398 -0
- data/lib/akeyless/models/target_create_google_trust.rb +398 -0
- data/lib/akeyless/models/target_create_lets_encrypt.rb +7 -0
- data/lib/akeyless/models/target_create_splunk.rb +11 -1
- 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_digi_cert.rb +418 -0
- data/lib/akeyless/models/target_update_google_trust.rb +418 -0
- data/lib/akeyless/models/target_update_lets_encrypt.rb +7 -0
- data/lib/akeyless/models/universal_identity_access_rules.rb +19 -1
- data/lib/akeyless/models/unlock_item.rb +254 -0
- data/lib/akeyless/models/unlock_target.rb +254 -0
- data/lib/akeyless/models/update_account_settings.rb +21 -1
- data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +25 -1
- data/lib/akeyless/models/update_azure_target.rb +13 -1
- data/lib/akeyless/models/update_item.rb +12 -4
- data/lib/akeyless/models/update_rotated_secret.rb +12 -4
- data/lib/akeyless/models/usc_create.rb +10 -1
- data/lib/akeyless/models/usc_delete.rb +20 -1
- data/lib/akeyless/models/usc_get.rb +20 -1
- data/lib/akeyless/models/usc_list_secrets_output.rb +15 -4
- data/lib/akeyless/models/usc_update.rb +20 -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/models/web_bastion_rdp_record.rb +10 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +24 -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/digi_cert_target_details_spec.rb +108 -0
- data/spec/models/github_metadata_spec.rb +66 -0
- data/spec/models/google_trust_target_details_spec.rb +108 -0
- data/spec/models/http_challenge_info_spec.rb +60 -0
- data/spec/models/issuer_overview_info_spec.rb +48 -0
- data/spec/models/item_locking_setting_spec.rb +42 -0
- data/spec/models/lock_item_spec.rb +66 -0
- data/spec/models/lock_target_spec.rb +66 -0
- data/spec/models/locking_info_spec.rb +54 -0
- data/spec/models/netapp_storage_spec.rb +72 -0
- data/spec/models/sync_counters_spec.rb +48 -0
- data/spec/models/target_create_digi_cert_spec.rb +132 -0
- data/spec/models/target_create_google_trust_spec.rb +132 -0
- data/spec/models/target_update_digi_cert_spec.rb +144 -0
- data/spec/models/target_update_google_trust_spec.rb +144 -0
- data/spec/models/unlock_item_spec.rb +54 -0
- data/spec/models/unlock_target_spec.rb +54 -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 +1233 -1134
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
14
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
15
15
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
16
|
+
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
16
17
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
17
18
|
| **name** | **String** | Rotated secret name | |
|
|
18
19
|
| **new_name** | **String** | New item name | [optional] |
|
|
19
20
|
| **password_length** | **String** | The length of the password to be generated | [optional] |
|
|
20
21
|
| **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
|
|
21
|
-
| **rotate_after_disconnect** | **String** |
|
|
22
|
+
| **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
|
|
22
23
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
23
24
|
| **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
|
|
24
25
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
@@ -45,6 +46,7 @@ instance = Akeyless::RotatedSecretUpdateRedshift.new(
|
|
|
45
46
|
json: null,
|
|
46
47
|
keep_prev_version: null,
|
|
47
48
|
key: null,
|
|
49
|
+
lock_during_sra_session: null,
|
|
48
50
|
max_versions: null,
|
|
49
51
|
name: null,
|
|
50
52
|
new_name: null,
|
|
@@ -14,13 +14,14 @@
|
|
|
14
14
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
15
15
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
16
16
|
| **key_data_base64** | **String** | Private key file contents encoded using base64 | [optional] |
|
|
17
|
+
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
17
18
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
18
19
|
| **name** | **String** | Rotated secret name | |
|
|
19
20
|
| **new_name** | **String** | New item name | [optional] |
|
|
20
21
|
| **password_length** | **String** | The length of the password to be generated | [optional] |
|
|
21
22
|
| **public_key_remote_path** | **String** | The path to the public key that will be rotated on the server | [optional] |
|
|
22
23
|
| **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
|
|
23
|
-
| **rotate_after_disconnect** | **String** |
|
|
24
|
+
| **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
|
|
24
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
25
26
|
| **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
|
|
26
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
@@ -57,6 +58,7 @@ instance = Akeyless::RotatedSecretUpdateSsh.new(
|
|
|
57
58
|
keep_prev_version: null,
|
|
58
59
|
key: null,
|
|
59
60
|
key_data_base64: null,
|
|
61
|
+
lock_during_sra_session: null,
|
|
60
62
|
max_versions: null,
|
|
61
63
|
name: null,
|
|
62
64
|
new_name: null,
|
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
14
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
15
15
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
16
|
+
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
16
17
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
17
18
|
| **name** | **String** | Rotated secret name | |
|
|
18
19
|
| **new_name** | **String** | New item name | [optional] |
|
|
19
20
|
| **password_length** | **String** | The length of the password to be generated | [optional] |
|
|
20
21
|
| **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
|
|
21
|
-
| **rotate_after_disconnect** | **String** |
|
|
22
|
+
| **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
|
|
22
23
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
23
24
|
| **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
|
|
24
25
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
@@ -51,6 +52,7 @@ instance = Akeyless::RotatedSecretUpdateWindows.new(
|
|
|
51
52
|
json: null,
|
|
52
53
|
keep_prev_version: null,
|
|
53
54
|
key: null,
|
|
55
|
+
lock_during_sra_session: null,
|
|
54
56
|
max_versions: null,
|
|
55
57
|
name: null,
|
|
56
58
|
new_name: null,
|
data/docs/SecretInfo.md
CHANGED
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
| **created** | **Time** | | [optional] |
|
|
8
8
|
| **description** | **String** | | [optional] |
|
|
9
9
|
| **expiration** | **Time** | | [optional] |
|
|
10
|
+
| **github** | [**GithubMetadata**](GithubMetadata.md) | | [optional] |
|
|
10
11
|
| **key_id** | **String** | | [optional] |
|
|
11
12
|
| **last_retrieved** | **Time** | | [optional] |
|
|
12
13
|
| **location** | **Object** | | [optional] |
|
|
13
14
|
| **name** | **String** | | [optional] |
|
|
15
|
+
| **namespace** | **String** | | [optional] |
|
|
14
16
|
| **region** | **String** | | [optional] |
|
|
15
17
|
| **secret_id** | **String** | | [optional] |
|
|
16
18
|
| **status** | **Boolean** | | [optional] |
|
|
@@ -28,10 +30,12 @@ instance = Akeyless::SecretInfo.new(
|
|
|
28
30
|
created: null,
|
|
29
31
|
description: null,
|
|
30
32
|
expiration: null,
|
|
33
|
+
github: null,
|
|
31
34
|
key_id: null,
|
|
32
35
|
last_retrieved: null,
|
|
33
36
|
location: null,
|
|
34
37
|
name: null,
|
|
38
|
+
namespace: null,
|
|
35
39
|
region: null,
|
|
36
40
|
secret_id: null,
|
|
37
41
|
status: null,
|
data/docs/SecureRemoteAccess.md
CHANGED
|
@@ -28,11 +28,13 @@
|
|
|
28
28
|
| **is_desktop_app** | **Boolean** | | [optional] |
|
|
29
29
|
| **is_web** | **Boolean** | | [optional] |
|
|
30
30
|
| **isolated** | **Boolean** | | [optional] |
|
|
31
|
+
| **lock_during_sra_session** | **Boolean** | | [optional] |
|
|
31
32
|
| **native** | **Boolean** | | [optional] |
|
|
32
33
|
| **rd_gateway_server** | **String** | | [optional] |
|
|
33
34
|
| **rdp_user** | **String** | | [optional] |
|
|
34
35
|
| **region** | **String** | | [optional] |
|
|
35
36
|
| **rotate_after_disconnect** | **Boolean** | | [optional] |
|
|
37
|
+
| **rotate_after_disconnect_delay_mins** | **Integer** | | [optional] |
|
|
36
38
|
| **schema** | **String** | | [optional] |
|
|
37
39
|
| **ssh_password** | **Boolean** | | [optional] |
|
|
38
40
|
| **ssh_private_key** | **Boolean** | | [optional] |
|
|
@@ -74,11 +76,13 @@ instance = Akeyless::SecureRemoteAccess.new(
|
|
|
74
76
|
is_desktop_app: null,
|
|
75
77
|
is_web: null,
|
|
76
78
|
isolated: null,
|
|
79
|
+
lock_during_sra_session: null,
|
|
77
80
|
native: null,
|
|
78
81
|
rd_gateway_server: null,
|
|
79
82
|
rdp_user: null,
|
|
80
83
|
region: null,
|
|
81
84
|
rotate_after_disconnect: null,
|
|
85
|
+
rotate_after_disconnect_delay_mins: null,
|
|
82
86
|
schema: null,
|
|
83
87
|
ssh_password: null,
|
|
84
88
|
ssh_private_key: null,
|
data/docs/SetRoleRule.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
9
|
| **path** | **String** | The path the rule refers to | |
|
|
10
10
|
| **role_name** | **String** | The role name to be updated | |
|
|
11
|
-
| **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule
|
|
11
|
+
| **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
|
|
12
12
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
13
13
|
| **ttl** | **Integer** | RoleRule ttl | [optional] |
|
|
14
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Akeyless::SyncCounters
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **created** | **Integer** | | [optional] |
|
|
8
|
+
| **failed** | **Integer** | | [optional] |
|
|
9
|
+
| **skipped** | **Integer** | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'akeyless'
|
|
15
|
+
|
|
16
|
+
instance = Akeyless::SyncCounters.new(
|
|
17
|
+
created: null,
|
|
18
|
+
failed: null,
|
|
19
|
+
skipped: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
data/docs/Target.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
| **creation_date** | **Time** | | [optional] |
|
|
14
14
|
| **is_access_request_enabled** | **Boolean** | | [optional] |
|
|
15
15
|
| **last_version** | **Integer** | | [optional] |
|
|
16
|
+
| **locking_info** | [**LockingInfo**](LockingInfo.md) | | [optional] |
|
|
16
17
|
| **modification_date** | **Time** | | [optional] |
|
|
17
18
|
| **parent_target_name** | **String** | | [optional] |
|
|
18
19
|
| **protection_key_name** | **String** | | [optional] |
|
|
@@ -40,6 +41,7 @@ instance = Akeyless::Target.new(
|
|
|
40
41
|
creation_date: null,
|
|
41
42
|
is_access_request_enabled: null,
|
|
42
43
|
last_version: null,
|
|
44
|
+
locking_info: null,
|
|
43
45
|
modification_date: null,
|
|
44
46
|
parent_target_name: null,
|
|
45
47
|
protection_key_name: null,
|
data/docs/TargetCreateAzure.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'] |
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
require 'akeyless'
|
|
27
28
|
|
|
28
29
|
instance = Akeyless::TargetCreateAzure.new(
|
|
30
|
+
azure_cloud: null,
|
|
29
31
|
client_id: null,
|
|
30
32
|
client_secret: null,
|
|
31
33
|
connection_type: null,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Akeyless::TargetCreateDigiCert
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **digicert_url** | **String** | DigiCert ACME endpoint selector. Options: [us-production/eu-production/us-demo/eu-demo] | [optional][default to 'us-production'] |
|
|
10
|
+
| **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
|
|
11
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
|
|
12
|
+
| **eab_key_id** | **String** | External Account Binding key identifier (required for ACME account bootstrap on create) | [optional] |
|
|
13
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
14
|
+
| **gcp_project** | **String** | GCP Cloud DNS project ID. Optional and can be derived from service account | [optional] |
|
|
15
|
+
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when DNS credentials target is AWS | [optional] |
|
|
16
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
17
|
+
| **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] |
|
|
18
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
|
+
| **name** | **String** | Target name | |
|
|
20
|
+
| **resource_group** | **String** | Azure resource group name. Required when DNS credentials target is Azure | [optional] |
|
|
21
|
+
| **timeout** | **String** | Timeout for challenge validation | [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::TargetCreateDigiCert.new(
|
|
31
|
+
acme_challenge: null,
|
|
32
|
+
description: null,
|
|
33
|
+
digicert_url: null,
|
|
34
|
+
dns_target_creds: null,
|
|
35
|
+
eab_hmac_key: null,
|
|
36
|
+
eab_key_id: null,
|
|
37
|
+
email: null,
|
|
38
|
+
gcp_project: null,
|
|
39
|
+
hosted_zone: null,
|
|
40
|
+
json: null,
|
|
41
|
+
key: null,
|
|
42
|
+
max_versions: null,
|
|
43
|
+
name: null,
|
|
44
|
+
resource_group: null,
|
|
45
|
+
timeout: null,
|
|
46
|
+
token: null,
|
|
47
|
+
uid_token: null
|
|
48
|
+
)
|
|
49
|
+
```
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Akeyless::TargetCreateGoogleTrust
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
|
|
10
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
|
|
11
|
+
| **eab_key_id** | **String** | External Account Binding key identifier (required for ACME account bootstrap on create) | [optional] |
|
|
12
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
13
|
+
| **gcp_project** | **String** | GCP Cloud DNS project ID. Optional and can be derived from service account | [optional] |
|
|
14
|
+
| **google_trust_url** | **String** | Google Trust directory environment. Options: [production/staging] | [optional][default to 'production'] |
|
|
15
|
+
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when DNS credentials target is AWS | [optional] |
|
|
16
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
17
|
+
| **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] |
|
|
18
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
|
+
| **name** | **String** | Target name | |
|
|
20
|
+
| **resource_group** | **String** | Azure resource group name. Required when DNS credentials target is Azure | [optional] |
|
|
21
|
+
| **timeout** | **String** | Timeout for challenge validation | [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::TargetCreateGoogleTrust.new(
|
|
31
|
+
acme_challenge: null,
|
|
32
|
+
description: null,
|
|
33
|
+
dns_target_creds: null,
|
|
34
|
+
eab_hmac_key: null,
|
|
35
|
+
eab_key_id: null,
|
|
36
|
+
email: null,
|
|
37
|
+
gcp_project: null,
|
|
38
|
+
google_trust_url: null,
|
|
39
|
+
hosted_zone: null,
|
|
40
|
+
json: null,
|
|
41
|
+
key: null,
|
|
42
|
+
max_versions: null,
|
|
43
|
+
name: null,
|
|
44
|
+
resource_group: null,
|
|
45
|
+
timeout: null,
|
|
46
|
+
token: null,
|
|
47
|
+
uid_token: null
|
|
48
|
+
)
|
|
49
|
+
```
|
|
50
|
+
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **acme_challenge** | **String** | | [optional][default to 'http'] |
|
|
8
8
|
| **description** | **String** | Description of the object | [optional] |
|
|
9
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 |
|
|
10
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
11
11
|
| **gcp_project** | **String** | GCP Cloud DNS: Project ID. Optional - can be derived from service account | [optional] |
|
|
12
12
|
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when dns-target-creds points to AWS target | [optional] |
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
data/docs/TargetCreateSplunk.md
CHANGED
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
12
12
|
| **name** | **String** | Target name | |
|
|
13
13
|
| **password** | **String** | Splunk Password (used when authenticating with username/password) | [optional] |
|
|
14
|
-
| **
|
|
14
|
+
| **splunk_token** | **String** | Splunk Token (used when authenticating with token) | [optional] |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
15
16
|
| **token_owner** | **String** | Splunk Token Owner (required when using token authentication for rotation) | [optional] |
|
|
16
17
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
18
|
| **url** | **String** | Splunk server URL | |
|
|
@@ -31,6 +32,7 @@ instance = Akeyless::TargetCreateSplunk.new(
|
|
|
31
32
|
max_versions: null,
|
|
32
33
|
name: null,
|
|
33
34
|
password: null,
|
|
35
|
+
splunk_token: null,
|
|
34
36
|
token: null,
|
|
35
37
|
token_owner: null,
|
|
36
38
|
uid_token: null,
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **chef_target_details** | [**ChefTargetDetails**](ChefTargetDetails.md) | | [optional] |
|
|
11
11
|
| **custom_target_details** | [**CustomTargetDetails**](CustomTargetDetails.md) | | [optional] |
|
|
12
12
|
| **db_target_details** | [**DbTargetDetails**](DbTargetDetails.md) | | [optional] |
|
|
13
|
+
| **digicert_target_details** | [**DigiCertTargetDetails**](DigiCertTargetDetails.md) | | [optional] |
|
|
13
14
|
| **dockerhub_target_details** | [**DockerhubTargetDetails**](DockerhubTargetDetails.md) | | [optional] |
|
|
14
15
|
| **eks_target_details** | [**EKSTargetDetails**](EKSTargetDetails.md) | | [optional] |
|
|
15
16
|
| **gcp_target_details** | [**GcpTargetDetails**](GcpTargetDetails.md) | | [optional] |
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
| **globalsign_atlas_target_details** | [**GlobalSignAtlasTargetDetails**](GlobalSignAtlasTargetDetails.md) | | [optional] |
|
|
21
22
|
| **globalsign_target_details** | [**GlobalSignGCCTargetDetails**](GlobalSignGCCTargetDetails.md) | | [optional] |
|
|
22
23
|
| **godaddy_target_details** | [**GodaddyTargetDetails**](GodaddyTargetDetails.md) | | [optional] |
|
|
24
|
+
| **google_trust_target_details** | [**GoogleTrustTargetDetails**](GoogleTrustTargetDetails.md) | | [optional] |
|
|
23
25
|
| **hashi_vault_target_details** | [**HashiVaultTargetDetails**](HashiVaultTargetDetails.md) | | [optional] |
|
|
24
26
|
| **ldap_target_details** | [**LdapTargetDetails**](LdapTargetDetails.md) | | [optional] |
|
|
25
27
|
| **letsencrypt_target_details** | [**LetsEncryptTargetDetails**](LetsEncryptTargetDetails.md) | | [optional] |
|
|
@@ -50,6 +52,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
50
52
|
chef_target_details: null,
|
|
51
53
|
custom_target_details: null,
|
|
52
54
|
db_target_details: null,
|
|
55
|
+
digicert_target_details: null,
|
|
53
56
|
dockerhub_target_details: null,
|
|
54
57
|
eks_target_details: null,
|
|
55
58
|
gcp_target_details: null,
|
|
@@ -60,6 +63,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
60
63
|
globalsign_atlas_target_details: null,
|
|
61
64
|
globalsign_target_details: null,
|
|
62
65
|
godaddy_target_details: null,
|
|
66
|
+
google_trust_target_details: null,
|
|
63
67
|
hashi_vault_target_details: null,
|
|
64
68
|
ldap_target_details: null,
|
|
65
69
|
letsencrypt_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,54 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateDigiCert
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **digicert_url** | **String** | DigiCert ACME endpoint selector. Options: [us-production/eu-production/us-demo/eu-demo] | [optional][default to 'us-production'] |
|
|
10
|
+
| **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
|
|
11
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
|
|
12
|
+
| **eab_key_id** | **String** | External Account Binding key identifier (required for ACME account bootstrap on create) | [optional] |
|
|
13
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
14
|
+
| **gcp_project** | **String** | GCP Cloud DNS project ID. Optional and can be derived from service account | [optional] |
|
|
15
|
+
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when DNS credentials target is AWS | [optional] |
|
|
16
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
17
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
18
|
+
| **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] |
|
|
19
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
20
|
+
| **name** | **String** | Target name | |
|
|
21
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
22
|
+
| **resource_group** | **String** | Azure resource group name. Required when DNS credentials target is Azure | [optional] |
|
|
23
|
+
| **timeout** | **String** | Timeout for challenge validation | [optional][default to '5m'] |
|
|
24
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
|
+
|
|
27
|
+
## Example
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
require 'akeyless'
|
|
31
|
+
|
|
32
|
+
instance = Akeyless::TargetUpdateDigiCert.new(
|
|
33
|
+
acme_challenge: null,
|
|
34
|
+
description: null,
|
|
35
|
+
digicert_url: null,
|
|
36
|
+
dns_target_creds: null,
|
|
37
|
+
eab_hmac_key: null,
|
|
38
|
+
eab_key_id: null,
|
|
39
|
+
email: null,
|
|
40
|
+
gcp_project: null,
|
|
41
|
+
hosted_zone: null,
|
|
42
|
+
json: null,
|
|
43
|
+
keep_prev_version: null,
|
|
44
|
+
key: null,
|
|
45
|
+
max_versions: null,
|
|
46
|
+
name: null,
|
|
47
|
+
new_name: null,
|
|
48
|
+
resource_group: null,
|
|
49
|
+
timeout: null,
|
|
50
|
+
token: null,
|
|
51
|
+
uid_token: null
|
|
52
|
+
)
|
|
53
|
+
```
|
|
54
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateGoogleTrust
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
|
|
10
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
|
|
11
|
+
| **eab_key_id** | **String** | External Account Binding key identifier (required for ACME account bootstrap on create) | [optional] |
|
|
12
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
13
|
+
| **gcp_project** | **String** | GCP Cloud DNS project ID. Optional and can be derived from service account | [optional] |
|
|
14
|
+
| **google_trust_url** | **String** | Google Trust directory environment. Options: [production/staging] | [optional][default to 'production'] |
|
|
15
|
+
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when DNS credentials target is AWS | [optional] |
|
|
16
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
17
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
18
|
+
| **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] |
|
|
19
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
20
|
+
| **name** | **String** | Target name | |
|
|
21
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
22
|
+
| **resource_group** | **String** | Azure resource group name. Required when DNS credentials target is Azure | [optional] |
|
|
23
|
+
| **timeout** | **String** | Timeout for challenge validation | [optional][default to '5m'] |
|
|
24
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
|
+
|
|
27
|
+
## Example
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
require 'akeyless'
|
|
31
|
+
|
|
32
|
+
instance = Akeyless::TargetUpdateGoogleTrust.new(
|
|
33
|
+
acme_challenge: null,
|
|
34
|
+
description: null,
|
|
35
|
+
dns_target_creds: null,
|
|
36
|
+
eab_hmac_key: null,
|
|
37
|
+
eab_key_id: null,
|
|
38
|
+
email: null,
|
|
39
|
+
gcp_project: null,
|
|
40
|
+
google_trust_url: null,
|
|
41
|
+
hosted_zone: null,
|
|
42
|
+
json: null,
|
|
43
|
+
keep_prev_version: null,
|
|
44
|
+
key: null,
|
|
45
|
+
max_versions: null,
|
|
46
|
+
name: null,
|
|
47
|
+
new_name: null,
|
|
48
|
+
resource_group: null,
|
|
49
|
+
timeout: null,
|
|
50
|
+
token: null,
|
|
51
|
+
uid_token: null
|
|
52
|
+
)
|
|
53
|
+
```
|
|
54
|
+
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **acme_challenge** | **String** | | [optional][default to 'http'] |
|
|
8
8
|
| **description** | **String** | Description of the object | [optional] |
|
|
9
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 |
|
|
10
|
+
| **email** | **String** | Email address for ACME account registration | |
|
|
11
11
|
| **gcp_project** | **String** | GCP Cloud DNS: Project ID. Optional - can be derived from service account | [optional] |
|
|
12
12
|
| **hosted_zone** | **String** | AWS Route53 hosted zone ID. Required when dns-target-creds points to AWS target | [optional] |
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **child_ttl_limit** | **Integer** | | [optional] |
|
|
7
8
|
| **deny_inheritance** | **Boolean** | | [optional] |
|
|
8
9
|
| **deny_rotate** | **Boolean** | | [optional] |
|
|
10
|
+
| **tree_length** | **Integer** | | [optional] |
|
|
9
11
|
| **ttl** | **Integer** | | [optional] |
|
|
10
12
|
|
|
11
13
|
## Example
|
|
@@ -14,8 +16,10 @@
|
|
|
14
16
|
require 'akeyless'
|
|
15
17
|
|
|
16
18
|
instance = Akeyless::UniversalIdentityAccessRules.new(
|
|
19
|
+
child_ttl_limit: null,
|
|
17
20
|
deny_inheritance: null,
|
|
18
21
|
deny_rotate: null,
|
|
22
|
+
tree_length: null,
|
|
19
23
|
ttl: null
|
|
20
24
|
)
|
|
21
25
|
```
|
data/docs/UnlockItem.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::UnlockItem
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
8
|
+
| **name** | **String** | Item name | |
|
|
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::UnlockItem.new(
|
|
18
|
+
json: null,
|
|
19
|
+
name: null,
|
|
20
|
+
token: null,
|
|
21
|
+
uid_token: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::UnlockTarget
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
8
|
+
| **name** | **String** | Target name | |
|
|
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::UnlockTarget.new(
|
|
18
|
+
json: null,
|
|
19
|
+
name: null,
|
|
20
|
+
token: null,
|
|
21
|
+
uid_token: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
| **hide_personal_folder** | **String** | Hide personal folder, if set - users will not be able to use personal folder [true/false] | [optional] |
|
|
28
28
|
| **hide_static_password** | **String** | Hide static secret's password type [true/false] | [optional] |
|
|
29
29
|
| **invalid_characters** | **String** | Characters that cannot be used for items/targets/roles/auths/event_forwarder names. Empty string will enforce nothing. | [optional][default to 'notReceivedInvalidCharacter'] |
|
|
30
|
+
| **item_locking_enabled** | **String** | Enable item locking feature [true/false] | [optional] |
|
|
30
31
|
| **item_type** | **String** | VersionSettingsObjectType defines object types for account version settings | [optional] |
|
|
31
32
|
| **items_deletion_protection** | **String** | Set or unset the default behaviour of items deletion protection [true/false] | [optional] |
|
|
32
33
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -37,6 +38,7 @@
|
|
|
37
38
|
| **lock_bound_ips** | **String** | Lock bound-ips setting globally in the account. | [optional] |
|
|
38
39
|
| **lock_default_key** | **String** | Lock the account's default protection key, if set - users will not be able to use a different protection key, relevant only if default-key-name is configured [true/false] | [optional] |
|
|
39
40
|
| **lock_gw_bound_ips** | **String** | Lock gw-bound-ips setting in the account. | [optional] |
|
|
41
|
+
| **lock_max_ttl** | **Integer** | Set the maximum TTL for item/target locks in minutes | [optional] |
|
|
40
42
|
| **max_rotation_interval** | **Integer** | Set the maximum rotation interval for rotated secrets auto rotation settings | [optional] |
|
|
41
43
|
| **max_rotation_interval_enable** | **String** | Set a maximum rotation interval for rotated secrets auto rotation settings [true/false] | [optional] |
|
|
42
44
|
| **max_versions** | **String** | Max versions | [optional] |
|
|
@@ -84,6 +86,7 @@ instance = Akeyless::UpdateAccountSettings.new(
|
|
|
84
86
|
hide_personal_folder: null,
|
|
85
87
|
hide_static_password: null,
|
|
86
88
|
invalid_characters: null,
|
|
89
|
+
item_locking_enabled: null,
|
|
87
90
|
item_type: null,
|
|
88
91
|
items_deletion_protection: null,
|
|
89
92
|
json: null,
|
|
@@ -94,6 +97,7 @@ instance = Akeyless::UpdateAccountSettings.new(
|
|
|
94
97
|
lock_bound_ips: null,
|
|
95
98
|
lock_default_key: null,
|
|
96
99
|
lock_gw_bound_ips: null,
|
|
100
|
+
lock_max_ttl: null,
|
|
97
101
|
max_rotation_interval: null,
|
|
98
102
|
max_rotation_interval_enable: null,
|
|
99
103
|
max_versions: null,
|
|
@@ -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,
|