akeyless 5.0.22 → 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 +23 -1
- data/docs/AccountGeneralSettings.md +4 -0
- data/docs/AuthMethodCreateUniversalIdentity.md +4 -0
- data/docs/AuthMethodUpdateUniversalIdentity.md +4 -0
- data/docs/AwsStorage.md +2 -0
- data/docs/CreateAuthMethodUniversalIdentity.md +4 -0
- data/docs/CreateRotatedSecret.md +3 -1
- data/docs/CreateSecret.md +2 -0
- data/docs/CreateUSC.md +1 -1
- 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 +4 -0
- data/docs/GatewayUpdateMigration.md +4 -0
- data/docs/GatewayUpdateRemoteAccessRdpRecordings.md +2 -0
- data/docs/GeneralConfigPart.md +4 -0
- data/docs/GoogleTrustTargetDetails.md +42 -0
- data/docs/HashiPayload.md +5 -1
- data/docs/Item.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 +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 +2 -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/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/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/UpdateAuthMethodUniversalIdentity.md +4 -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 +506 -2
- data/docs/WebBastionRdpRecord.md +2 -0
- data/lib/akeyless/api/v2_api.rb +512 -0
- data/lib/akeyless/models/account_general_settings.rb +19 -1
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +25 -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/create_auth_method_universal_identity.rb +25 -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 +1 -1
- 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/esm_list_secrets_output.rb +15 -4
- data/lib/akeyless/models/gateway_create_migration.rb +21 -1
- data/lib/akeyless/models/gateway_update_migration.rb +21 -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/google_trust_target_details.rb +335 -0
- data/lib/akeyless/models/hashi_payload.rb +22 -4
- data/lib/akeyless/models/item.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 +10 -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 +10 -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_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_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_universal_identity.rb +25 -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/web_bastion_rdp_record.rb +10 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +14 -0
- data/spec/models/digi_cert_target_details_spec.rb +108 -0
- data/spec/models/google_trust_target_details_spec.rb +108 -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
- metadata +1206 -1147
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54d5e27001c7dca8fec528ccef0ba602412ae096e197035019d8730993e73c39
|
|
4
|
+
data.tar.gz: 6039cf7eda6ffeb169972d322cb1b84fb0395754d001d9ac1bb4d04e08bbf870
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16797736d200f55758755e82e569b4171a6c4187bc5cc546a868886977d793f7ce4f4db36bfc1e583cd531212430fc706096f25450739bc25506ebe9e9550595
|
|
7
|
+
data.tar.gz: deec5d389acb810bd005cb277622ed957a788e76fce0c2a7a3ce176e9fe25b565c8bcec31935031282bdc1b3ebb476fd060f530a936f907705634362644c33ef
|
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: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.23
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
@@ -443,6 +443,8 @@ Class | Method | HTTP request | Description
|
|
|
443
443
|
*Akeyless::V2Api* | [**list_sra_bastions**](docs/V2Api.md#list_sra_bastions) | **POST** /list-sra-bastions |
|
|
444
444
|
*Akeyless::V2Api* | [**list_sra_sessions**](docs/V2Api.md#list_sra_sessions) | **POST** /list-sra-sessions |
|
|
445
445
|
*Akeyless::V2Api* | [**list_targets**](docs/V2Api.md#list_targets) | **POST** /list-targets |
|
|
446
|
+
*Akeyless::V2Api* | [**lock_item**](docs/V2Api.md#lock_item) | **POST** /lock-item |
|
|
447
|
+
*Akeyless::V2Api* | [**lock_target**](docs/V2Api.md#lock_target) | **POST** /lock-target |
|
|
446
448
|
*Akeyless::V2Api* | [**move_objects**](docs/V2Api.md#move_objects) | **POST** /move-objects |
|
|
447
449
|
*Akeyless::V2Api* | [**policies_delete**](docs/V2Api.md#policies_delete) | **POST** /policy-delete |
|
|
448
450
|
*Akeyless::V2Api* | [**policies_get**](docs/V2Api.md#policies_get) | **POST** /policy-get |
|
|
@@ -524,6 +526,7 @@ Class | Method | HTTP request | Description
|
|
|
524
526
|
*Akeyless::V2Api* | [**target_create_aws**](docs/V2Api.md#target_create_aws) | **POST** /target-create-aws |
|
|
525
527
|
*Akeyless::V2Api* | [**target_create_azure**](docs/V2Api.md#target_create_azure) | **POST** /target-create-azure |
|
|
526
528
|
*Akeyless::V2Api* | [**target_create_db**](docs/V2Api.md#target_create_db) | **POST** /target-create-db |
|
|
529
|
+
*Akeyless::V2Api* | [**target_create_digi_cert**](docs/V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert |
|
|
527
530
|
*Akeyless::V2Api* | [**target_create_dockerhub**](docs/V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub |
|
|
528
531
|
*Akeyless::V2Api* | [**target_create_eks**](docs/V2Api.md#target_create_eks) | **POST** /target-create-eks |
|
|
529
532
|
*Akeyless::V2Api* | [**target_create_gcp**](docs/V2Api.md#target_create_gcp) | **POST** /target-create-gcp |
|
|
@@ -534,6 +537,7 @@ Class | Method | HTTP request | Description
|
|
|
534
537
|
*Akeyless::V2Api* | [**target_create_global_sign**](docs/V2Api.md#target_create_global_sign) | **POST** /target-create-globalsign |
|
|
535
538
|
*Akeyless::V2Api* | [**target_create_global_sign_atlas**](docs/V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas |
|
|
536
539
|
*Akeyless::V2Api* | [**target_create_godaddy**](docs/V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy |
|
|
540
|
+
*Akeyless::V2Api* | [**target_create_google_trust**](docs/V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust |
|
|
537
541
|
*Akeyless::V2Api* | [**target_create_hashi_vault**](docs/V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault |
|
|
538
542
|
*Akeyless::V2Api* | [**target_create_k8s**](docs/V2Api.md#target_create_k8s) | **POST** /target-create-k8s |
|
|
539
543
|
*Akeyless::V2Api* | [**target_create_ldap**](docs/V2Api.md#target_create_ldap) | **POST** /target-create-ldap |
|
|
@@ -557,6 +561,7 @@ Class | Method | HTTP request | Description
|
|
|
557
561
|
*Akeyless::V2Api* | [**target_update_aws**](docs/V2Api.md#target_update_aws) | **POST** /target-update-aws |
|
|
558
562
|
*Akeyless::V2Api* | [**target_update_azure**](docs/V2Api.md#target_update_azure) | **POST** /target-update-azure |
|
|
559
563
|
*Akeyless::V2Api* | [**target_update_db**](docs/V2Api.md#target_update_db) | **POST** /target-update-db |
|
|
564
|
+
*Akeyless::V2Api* | [**target_update_digi_cert**](docs/V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert |
|
|
560
565
|
*Akeyless::V2Api* | [**target_update_dockerhub**](docs/V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub |
|
|
561
566
|
*Akeyless::V2Api* | [**target_update_eks**](docs/V2Api.md#target_update_eks) | **POST** /target-update-eks |
|
|
562
567
|
*Akeyless::V2Api* | [**target_update_gcp**](docs/V2Api.md#target_update_gcp) | **POST** /target-update-gcp |
|
|
@@ -567,6 +572,7 @@ Class | Method | HTTP request | Description
|
|
|
567
572
|
*Akeyless::V2Api* | [**target_update_global_sign**](docs/V2Api.md#target_update_global_sign) | **POST** /target-update-globalsign |
|
|
568
573
|
*Akeyless::V2Api* | [**target_update_global_sign_atlas**](docs/V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas |
|
|
569
574
|
*Akeyless::V2Api* | [**target_update_godaddy**](docs/V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy |
|
|
575
|
+
*Akeyless::V2Api* | [**target_update_google_trust**](docs/V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust |
|
|
570
576
|
*Akeyless::V2Api* | [**target_update_hashi_vault**](docs/V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault |
|
|
571
577
|
*Akeyless::V2Api* | [**target_update_k8s**](docs/V2Api.md#target_update_k8s) | **POST** /target-update-k8s |
|
|
572
578
|
*Akeyless::V2Api* | [**target_update_ldap**](docs/V2Api.md#target_update_ldap) | **POST** /target-update-ldap |
|
|
@@ -588,6 +594,8 @@ Class | Method | HTTP request | Description
|
|
|
588
594
|
*Akeyless::V2Api* | [**uid_list_children**](docs/V2Api.md#uid_list_children) | **POST** /uid-list-children |
|
|
589
595
|
*Akeyless::V2Api* | [**uid_revoke_token**](docs/V2Api.md#uid_revoke_token) | **POST** /uid-revoke-token |
|
|
590
596
|
*Akeyless::V2Api* | [**uid_rotate_token**](docs/V2Api.md#uid_rotate_token) | **POST** /uid-rotate-token |
|
|
597
|
+
*Akeyless::V2Api* | [**unlock_item**](docs/V2Api.md#unlock_item) | **POST** /unlock-item |
|
|
598
|
+
*Akeyless::V2Api* | [**unlock_target**](docs/V2Api.md#unlock_target) | **POST** /unlock-target |
|
|
591
599
|
*Akeyless::V2Api* | [**unwrap_token**](docs/V2Api.md#unwrap_token) | **POST** /unwrap-token |
|
|
592
600
|
*Akeyless::V2Api* | [**update_account_settings**](docs/V2Api.md#update_account_settings) | **POST** /update-account-settings |
|
|
593
601
|
*Akeyless::V2Api* | [**update_artifactory_target**](docs/V2Api.md#update_artifactory_target) | **POST** /update-artifactory-target |
|
|
@@ -962,6 +970,7 @@ Class | Method | HTTP request | Description
|
|
|
962
970
|
- [Akeyless::DesktopAppConf](docs/DesktopAppConf.md)
|
|
963
971
|
- [Akeyless::Detokenize](docs/Detokenize.md)
|
|
964
972
|
- [Akeyless::DetokenizeOutput](docs/DetokenizeOutput.md)
|
|
973
|
+
- [Akeyless::DigiCertTargetDetails](docs/DigiCertTargetDetails.md)
|
|
965
974
|
- [Akeyless::DockerhubTargetDetails](docs/DockerhubTargetDetails.md)
|
|
966
975
|
- [Akeyless::DynamicSecretCreateArtifactory](docs/DynamicSecretCreateArtifactory.md)
|
|
967
976
|
- [Akeyless::DynamicSecretCreateAws](docs/DynamicSecretCreateAws.md)
|
|
@@ -1322,6 +1331,7 @@ Class | Method | HTTP request | Description
|
|
|
1322
1331
|
- [Akeyless::GlobalSignGCCTargetDetails](docs/GlobalSignGCCTargetDetails.md)
|
|
1323
1332
|
- [Akeyless::GodaddyTargetDetails](docs/GodaddyTargetDetails.md)
|
|
1324
1333
|
- [Akeyless::GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
|
|
1334
|
+
- [Akeyless::GoogleTrustTargetDetails](docs/GoogleTrustTargetDetails.md)
|
|
1325
1335
|
- [Akeyless::Group](docs/Group.md)
|
|
1326
1336
|
- [Akeyless::GwClusterIdentity](docs/GwClusterIdentity.md)
|
|
1327
1337
|
- [Akeyless::GwUpdateRemoteAccessSessionLogsAwsS3](docs/GwUpdateRemoteAccessSessionLogsAwsS3.md)
|
|
@@ -1349,6 +1359,7 @@ Class | Method | HTTP request | Description
|
|
|
1349
1359
|
- [Akeyless::Item](docs/Item.md)
|
|
1350
1360
|
- [Akeyless::ItemCustomFieldsDetails](docs/ItemCustomFieldsDetails.md)
|
|
1351
1361
|
- [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
|
|
1362
|
+
- [Akeyless::ItemLockingSetting](docs/ItemLockingSetting.md)
|
|
1352
1363
|
- [Akeyless::ItemSraStatus](docs/ItemSraStatus.md)
|
|
1353
1364
|
- [Akeyless::ItemTargetAssociation](docs/ItemTargetAssociation.md)
|
|
1354
1365
|
- [Akeyless::ItemUSCSyncAssociation](docs/ItemUSCSyncAssociation.md)
|
|
@@ -1425,6 +1436,9 @@ Class | Method | HTTP request | Description
|
|
|
1425
1436
|
- [Akeyless::ListSraSessionsOutput](docs/ListSraSessionsOutput.md)
|
|
1426
1437
|
- [Akeyless::ListTargets](docs/ListTargets.md)
|
|
1427
1438
|
- [Akeyless::ListTargetsOutput](docs/ListTargetsOutput.md)
|
|
1439
|
+
- [Akeyless::LockItem](docs/LockItem.md)
|
|
1440
|
+
- [Akeyless::LockTarget](docs/LockTarget.md)
|
|
1441
|
+
- [Akeyless::LockingInfo](docs/LockingInfo.md)
|
|
1428
1442
|
- [Akeyless::LogForwardingConfigPart](docs/LogForwardingConfigPart.md)
|
|
1429
1443
|
- [Akeyless::LogstashLogForwardingConfig](docs/LogstashLogForwardingConfig.md)
|
|
1430
1444
|
- [Akeyless::LogzIoLogForwardingConfig](docs/LogzIoLogForwardingConfig.md)
|
|
@@ -1440,6 +1454,7 @@ Class | Method | HTTP request | Description
|
|
|
1440
1454
|
- [Akeyless::MoveObjects](docs/MoveObjects.md)
|
|
1441
1455
|
- [Akeyless::Name](docs/Name.md)
|
|
1442
1456
|
- [Akeyless::NativeK8sTargetDetails](docs/NativeK8sTargetDetails.md)
|
|
1457
|
+
- [Akeyless::NetappStorage](docs/NetappStorage.md)
|
|
1443
1458
|
- [Akeyless::NextAutoRotationEvent](docs/NextAutoRotationEvent.md)
|
|
1444
1459
|
- [Akeyless::NotiForwarder](docs/NotiForwarder.md)
|
|
1445
1460
|
- [Akeyless::NotiForwarderDetailsInput](docs/NotiForwarderDetailsInput.md)
|
|
@@ -1609,6 +1624,7 @@ Class | Method | HTTP request | Description
|
|
|
1609
1624
|
- [Akeyless::StaticSecretDetailsInfo](docs/StaticSecretDetailsInfo.md)
|
|
1610
1625
|
- [Akeyless::StaticSecretSync](docs/StaticSecretSync.md)
|
|
1611
1626
|
- [Akeyless::SumologicLogForwardingConfig](docs/SumologicLogForwardingConfig.md)
|
|
1627
|
+
- [Akeyless::SyncCounters](docs/SyncCounters.md)
|
|
1612
1628
|
- [Akeyless::SyslogLogForwardingConfig](docs/SyslogLogForwardingConfig.md)
|
|
1613
1629
|
- [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
|
|
1614
1630
|
- [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
|
|
@@ -1617,6 +1633,7 @@ Class | Method | HTTP request | Description
|
|
|
1617
1633
|
- [Akeyless::TargetCreateAws](docs/TargetCreateAws.md)
|
|
1618
1634
|
- [Akeyless::TargetCreateAzure](docs/TargetCreateAzure.md)
|
|
1619
1635
|
- [Akeyless::TargetCreateDB](docs/TargetCreateDB.md)
|
|
1636
|
+
- [Akeyless::TargetCreateDigiCert](docs/TargetCreateDigiCert.md)
|
|
1620
1637
|
- [Akeyless::TargetCreateDockerhub](docs/TargetCreateDockerhub.md)
|
|
1621
1638
|
- [Akeyless::TargetCreateEks](docs/TargetCreateEks.md)
|
|
1622
1639
|
- [Akeyless::TargetCreateGcp](docs/TargetCreateGcp.md)
|
|
@@ -1627,6 +1644,7 @@ Class | Method | HTTP request | Description
|
|
|
1627
1644
|
- [Akeyless::TargetCreateGlobalSign](docs/TargetCreateGlobalSign.md)
|
|
1628
1645
|
- [Akeyless::TargetCreateGlobalSignAtlas](docs/TargetCreateGlobalSignAtlas.md)
|
|
1629
1646
|
- [Akeyless::TargetCreateGodaddy](docs/TargetCreateGodaddy.md)
|
|
1647
|
+
- [Akeyless::TargetCreateGoogleTrust](docs/TargetCreateGoogleTrust.md)
|
|
1630
1648
|
- [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
|
|
1631
1649
|
- [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
|
|
1632
1650
|
- [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
|
|
@@ -1656,6 +1674,7 @@ Class | Method | HTTP request | Description
|
|
|
1656
1674
|
- [Akeyless::TargetUpdateAws](docs/TargetUpdateAws.md)
|
|
1657
1675
|
- [Akeyless::TargetUpdateAzure](docs/TargetUpdateAzure.md)
|
|
1658
1676
|
- [Akeyless::TargetUpdateDB](docs/TargetUpdateDB.md)
|
|
1677
|
+
- [Akeyless::TargetUpdateDigiCert](docs/TargetUpdateDigiCert.md)
|
|
1659
1678
|
- [Akeyless::TargetUpdateDockerhub](docs/TargetUpdateDockerhub.md)
|
|
1660
1679
|
- [Akeyless::TargetUpdateEks](docs/TargetUpdateEks.md)
|
|
1661
1680
|
- [Akeyless::TargetUpdateGcp](docs/TargetUpdateGcp.md)
|
|
@@ -1666,6 +1685,7 @@ Class | Method | HTTP request | Description
|
|
|
1666
1685
|
- [Akeyless::TargetUpdateGlobalSign](docs/TargetUpdateGlobalSign.md)
|
|
1667
1686
|
- [Akeyless::TargetUpdateGlobalSignAtlas](docs/TargetUpdateGlobalSignAtlas.md)
|
|
1668
1687
|
- [Akeyless::TargetUpdateGodaddy](docs/TargetUpdateGodaddy.md)
|
|
1688
|
+
- [Akeyless::TargetUpdateGoogleTrust](docs/TargetUpdateGoogleTrust.md)
|
|
1669
1689
|
- [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
|
|
1670
1690
|
- [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
|
|
1671
1691
|
- [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
|
|
@@ -1698,6 +1718,8 @@ Class | Method | HTTP request | Description
|
|
|
1698
1718
|
- [Akeyless::Unconfigure](docs/Unconfigure.md)
|
|
1699
1719
|
- [Akeyless::UniversalIdentityAccessRules](docs/UniversalIdentityAccessRules.md)
|
|
1700
1720
|
- [Akeyless::UniversalIdentityDetails](docs/UniversalIdentityDetails.md)
|
|
1721
|
+
- [Akeyless::UnlockItem](docs/UnlockItem.md)
|
|
1722
|
+
- [Akeyless::UnlockTarget](docs/UnlockTarget.md)
|
|
1701
1723
|
- [Akeyless::UnwrapToken](docs/UnwrapToken.md)
|
|
1702
1724
|
- [Akeyless::UnwrapTokenOutput](docs/UnwrapTokenOutput.md)
|
|
1703
1725
|
- [Akeyless::Update](docs/Update.md)
|
|
@@ -19,8 +19,10 @@
|
|
|
19
19
|
| **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
|
|
20
20
|
| **enable_request_for_access** | **Boolean** | | [optional] |
|
|
21
21
|
| **hide_personal_folder** | **Boolean** | | [optional] |
|
|
22
|
+
| **hide_secret_reveal_copy** | **Boolean** | | [optional] |
|
|
22
23
|
| **hide_static_password** | **Boolean** | | [optional] |
|
|
23
24
|
| **invalid_characters** | **String** | InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention | [optional] |
|
|
25
|
+
| **item_locking** | [**ItemLockingSetting**](ItemLockingSetting.md) | | [optional] |
|
|
24
26
|
| **item_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
|
|
25
27
|
| **lock_default_key** | **Boolean** | LockDefaultKey determines whether the configured default key can be updated by end-users on a per-request basis true - all requests use the configured default key false - every request can determine its protection key (default) nil - change nothing (every request can determine its protection key (default)) This parameter is only relevant if AccountDefaultKeyItemID is not empty | [optional] |
|
|
26
28
|
| **password_expiration_info** | [**PasswordExpirationInfo**](PasswordExpirationInfo.md) | | [optional] |
|
|
@@ -51,8 +53,10 @@ instance = Akeyless::AccountGeneralSettings.new(
|
|
|
51
53
|
dynamic_secret_max_ttl: null,
|
|
52
54
|
enable_request_for_access: null,
|
|
53
55
|
hide_personal_folder: null,
|
|
56
|
+
hide_secret_reveal_copy: null,
|
|
54
57
|
hide_static_password: null,
|
|
55
58
|
invalid_characters: null,
|
|
59
|
+
item_locking: null,
|
|
56
60
|
item_usage_event: null,
|
|
57
61
|
lock_default_key: null,
|
|
58
62
|
password_expiration_info: null,
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
|
|
9
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
|
+
| **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
|
|
11
12
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
12
13
|
| **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
|
|
13
14
|
| **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
| **name** | **String** | Auth Method name | |
|
|
21
22
|
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
|
|
22
23
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
24
|
+
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
23
25
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
24
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
25
27
|
|
|
@@ -33,6 +35,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
|
|
|
33
35
|
allowed_client_type: null,
|
|
34
36
|
audit_logs_claims: null,
|
|
35
37
|
bound_ips: null,
|
|
38
|
+
child_ttl_limit: null,
|
|
36
39
|
delete_protection: null,
|
|
37
40
|
deny_inheritance: null,
|
|
38
41
|
deny_rotate: null,
|
|
@@ -45,6 +48,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
|
|
|
45
48
|
name: null,
|
|
46
49
|
product_type: null,
|
|
47
50
|
token: null,
|
|
51
|
+
tree_length: null,
|
|
48
52
|
ttl: null,
|
|
49
53
|
uid_token: null
|
|
50
54
|
)
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
|
|
9
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
|
+
| **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
|
|
11
12
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
12
13
|
| **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
|
|
13
14
|
| **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
| **new_name** | **String** | Auth Method new name | [optional] |
|
|
22
23
|
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
|
|
23
24
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
|
+
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
24
26
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
25
27
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
28
|
|
|
@@ -34,6 +36,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
|
|
|
34
36
|
allowed_client_type: null,
|
|
35
37
|
audit_logs_claims: null,
|
|
36
38
|
bound_ips: null,
|
|
39
|
+
child_ttl_limit: null,
|
|
37
40
|
delete_protection: null,
|
|
38
41
|
deny_inheritance: null,
|
|
39
42
|
deny_rotate: null,
|
|
@@ -47,6 +50,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
|
|
|
47
50
|
new_name: null,
|
|
48
51
|
product_type: null,
|
|
49
52
|
token: null,
|
|
53
|
+
tree_length: null,
|
|
50
54
|
ttl: null,
|
|
51
55
|
uid_token: null
|
|
52
56
|
)
|
data/docs/AwsStorage.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **access_key_secret** | **String** | | [optional] |
|
|
9
9
|
| **auth_type** | **String** | | [optional] |
|
|
10
10
|
| **bucket** | **String** | | [optional] |
|
|
11
|
+
| **endpoint_url** | **String** | | [optional] |
|
|
11
12
|
| **prefix** | **String** | | [optional] |
|
|
12
13
|
| **region** | **String** | | [optional] |
|
|
13
14
|
|
|
@@ -21,6 +22,7 @@ instance = Akeyless::AwsStorage.new(
|
|
|
21
22
|
access_key_secret: null,
|
|
22
23
|
auth_type: null,
|
|
23
24
|
bucket: null,
|
|
25
|
+
endpoint_url: null,
|
|
24
26
|
prefix: null,
|
|
25
27
|
region: null
|
|
26
28
|
)
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
|
|
9
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
|
+
| **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
|
|
11
12
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
12
13
|
| **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
|
|
13
14
|
| **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
| **name** | **String** | Auth Method name | |
|
|
21
22
|
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
|
|
22
23
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
24
|
+
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
23
25
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
24
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
25
27
|
|
|
@@ -33,6 +35,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
|
|
|
33
35
|
allowed_client_type: null,
|
|
34
36
|
audit_logs_claims: null,
|
|
35
37
|
bound_ips: null,
|
|
38
|
+
child_ttl_limit: null,
|
|
36
39
|
delete_protection: null,
|
|
37
40
|
deny_inheritance: null,
|
|
38
41
|
deny_rotate: null,
|
|
@@ -45,6 +48,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
|
|
|
45
48
|
name: null,
|
|
46
49
|
product_type: null,
|
|
47
50
|
token: null,
|
|
51
|
+
tree_length: null,
|
|
48
52
|
ttl: null,
|
|
49
53
|
uid_token: null
|
|
50
54
|
)
|
data/docs/CreateRotatedSecret.md
CHANGED
|
@@ -21,10 +21,11 @@
|
|
|
21
21
|
| **host_provider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
|
|
22
22
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
23
23
|
| **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] |
|
|
24
|
+
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
24
25
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
25
26
|
| **name** | **String** | Secret name | |
|
|
26
27
|
| **password_length** | **String** | The length of the password to be generated | [optional] |
|
|
27
|
-
| **rotate_after_disconnect** | **String** |
|
|
28
|
+
| **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] |
|
|
28
29
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
29
30
|
| **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] |
|
|
30
31
|
| **rotation_hour** | **Integer** | The Hour of the rotation in UTC. Default rotation-hour is 14:00 | [optional] |
|
|
@@ -83,6 +84,7 @@ instance = Akeyless::CreateRotatedSecret.new(
|
|
|
83
84
|
host_provider: null,
|
|
84
85
|
json: null,
|
|
85
86
|
key: null,
|
|
87
|
+
lock_during_sra_session: null,
|
|
86
88
|
metadata: null,
|
|
87
89
|
name: null,
|
|
88
90
|
password_length: null,
|
data/docs/CreateSecret.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
| **inject_url** | **Array<String>** | For Password Management use, reflect the website context | [optional] |
|
|
14
14
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
15
15
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
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
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
18
19
|
| **multiline_value** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
|
|
@@ -52,6 +53,7 @@ instance = Akeyless::CreateSecret.new(
|
|
|
52
53
|
inject_url: null,
|
|
53
54
|
item_custom_fields: null,
|
|
54
55
|
json: null,
|
|
56
|
+
lock_during_sra_session: null,
|
|
55
57
|
max_versions: null,
|
|
56
58
|
metadata: null,
|
|
57
59
|
multiline_value: null,
|
data/docs/CreateUSC.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
16
16
|
| **k8s_namespace** | **String** | K8s namespace (Relevant to Kubernetes targets) | [optional] |
|
|
17
17
|
| **name** | **String** | Universal Secrets Connector name | |
|
|
18
|
-
| **organization_name** | **String** | The organization name to create the secret in
|
|
18
|
+
| **organization_name** | **String** | The organization name to create the secret in | [optional] |
|
|
19
19
|
| **repository_access** | **String** | | [optional][default to 'public'] |
|
|
20
20
|
| **repository_names** | **String** | The repository names, comma-separated (only relevant for: github-scope=repository) | [optional] |
|
|
21
21
|
| **tags** | **Array<String>** | List of the tags attached to this Universal Secrets Connector | [optional] |
|
data/docs/DeleteRoleRule.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
8
8
|
| **path** | **String** | The path the rule refers to | |
|
|
9
9
|
| **role_name** | **String** | The role name to be updated | |
|
|
10
|
-
| **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule
|
|
10
|
+
| **rule_type** | **String** | item-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'] |
|
|
11
11
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
12
12
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
13
13
|
|
data/docs/DescribePermissions.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
8
8
|
| **path** | **String** | Path to an object | |
|
|
9
9
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
10
|
-
| **type** | **String** | Type of object (item, am, role, target) | |
|
|
10
|
+
| **type** | **String** | Type of object (item, am, role, target, sra, ara) | |
|
|
11
11
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::DigiCertTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_key_pem** | **String** | ACME Account Private Key (PEM-encoded). Supports ECDSA (P-256, P-384, P-521), RSA (2048+), and Ed25519. Auto-generated as ECDSA P-256 during first certificate issuance bootstrap. Stored encrypted, required for certificate operations and revocation. | [optional] |
|
|
8
|
+
| **account_url** | **String** | ACME Account URL (returned after registration with DigiCert ACME). Used to retrieve existing account instead of re-registering. | [optional] |
|
|
9
|
+
| **challenge_type** | **String** | ACMEChallengeType defines ACME challenge type for Let's Encrypt | [optional] |
|
|
10
|
+
| **digicert_directory_type** | **String** | | [optional] |
|
|
11
|
+
| **dns_target_name** | **String** | Name of DNS target (transient field - not stored in DB). Used by CLI to pass DNS target name to SDK for creating target_object_assoc. Retrieved from target_object_assoc when reading target. Required when ChallengeType is dns. | [optional] |
|
|
12
|
+
| **dns_target_type** | **String** | | [optional] |
|
|
13
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key. Required until ACME account is bootstrapped on first issuance. | [optional] |
|
|
14
|
+
| **eab_key_id** | **String** | External Account Binding key identifier. Required until ACME account is bootstrapped on first issuance. | [optional] |
|
|
15
|
+
| **email** | **String** | Email address for ACME account registration. Required. | [optional] |
|
|
16
|
+
| **gcp_project** | **String** | GCP Cloud DNS: Project ID. Optional - can be derived from service account. | [optional] |
|
|
17
|
+
| **hosted_zone** | **String** | AWS Route53: Hosted zone ID. Required when DNSTargetType is AWS. | [optional] |
|
|
18
|
+
| **resource_group** | **String** | Azure DNS: Resource group name. Required when DNSTargetType is Azure. | [optional] |
|
|
19
|
+
| **timeout** | **Integer** | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::DigiCertTargetDetails.new(
|
|
27
|
+
account_key_pem: null,
|
|
28
|
+
account_url: null,
|
|
29
|
+
challenge_type: null,
|
|
30
|
+
digicert_directory_type: null,
|
|
31
|
+
dns_target_name: null,
|
|
32
|
+
dns_target_type: null,
|
|
33
|
+
eab_hmac_key: null,
|
|
34
|
+
eab_key_id: null,
|
|
35
|
+
email: null,
|
|
36
|
+
gcp_project: null,
|
|
37
|
+
hosted_zone: null,
|
|
38
|
+
resource_group: null,
|
|
39
|
+
timeout: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **secrets_list** | [**Array<SecretInfo>**](SecretInfo.md) | | [optional] |
|
|
8
|
+
| **warnings** | **Array<String>** | | [optional] |
|
|
8
9
|
|
|
9
10
|
## Example
|
|
10
11
|
|
|
@@ -12,7 +13,8 @@
|
|
|
12
13
|
require 'akeyless'
|
|
13
14
|
|
|
14
15
|
instance = Akeyless::EsmListSecretsOutput.new(
|
|
15
|
-
secrets_list: null
|
|
16
|
+
secrets_list: null,
|
|
17
|
+
warnings: null
|
|
16
18
|
)
|
|
17
19
|
```
|
|
18
20
|
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
| **conjur_api_key** | **String** | Conjur API Key for the specified user (relevant only for Conjur migration). | [optional] |
|
|
43
43
|
| **conjur_url** | **String** | Conjur server base URL (relevant only for Conjur migration). If conjur-url is HTTPS and Conjur uses a private CA/self-signed certificate, make the CA bundle available on the Gateway and set CONJUR_SSL_CERT_PATH to its path. | [optional] |
|
|
44
44
|
| **conjur_username** | **String** | Conjur username used to authenticate (relevant only for Conjur migration). | [optional] |
|
|
45
|
+
| **delete_remote** | **Boolean** | Delete the secret from the remote target as well, relevant only when usc-name is not empty (relevant only for HasiCorp Vault migration) | [optional] |
|
|
45
46
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
46
47
|
| **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
|
|
47
48
|
| **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
|
|
@@ -75,6 +76,7 @@
|
|
|
75
76
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
76
77
|
| **type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv/conjur/active_directory/server_inventory/certificate) | [optional] |
|
|
77
78
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
79
|
+
| **usc_name** | **String** | Universal Secret Connector name | [optional] |
|
|
78
80
|
| **use_gw_cloud_identity** | **Boolean** | Use the GW's Cloud IAM | [optional] |
|
|
79
81
|
|
|
80
82
|
## Example
|
|
@@ -121,6 +123,7 @@ instance = Akeyless::GatewayCreateMigration.new(
|
|
|
121
123
|
conjur_api_key: null,
|
|
122
124
|
conjur_url: null,
|
|
123
125
|
conjur_username: null,
|
|
126
|
+
delete_remote: null,
|
|
124
127
|
expiration_event_in: null,
|
|
125
128
|
gcp_key: null,
|
|
126
129
|
gcp_project_id: null,
|
|
@@ -154,6 +157,7 @@ instance = Akeyless::GatewayCreateMigration.new(
|
|
|
154
157
|
token: null,
|
|
155
158
|
type: null,
|
|
156
159
|
uid_token: null,
|
|
160
|
+
usc_name: null,
|
|
157
161
|
use_gw_cloud_identity: null
|
|
158
162
|
)
|
|
159
163
|
```
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
| **conjur_api_key** | **String** | Conjur API Key for the specified user (relevant only for Conjur migration). | [optional] |
|
|
43
43
|
| **conjur_url** | **String** | Conjur server base URL (relevant only for Conjur migration). If conjur-url is HTTPS and Conjur uses a private CA/self-signed certificate, make the CA bundle available on the Gateway and set CONJUR_SSL_CERT_PATH to its path. | [optional] |
|
|
44
44
|
| **conjur_username** | **String** | Conjur username used to authenticate (relevant only for Conjur migration). | [optional] |
|
|
45
|
+
| **delete_remote** | **Boolean** | Delete the secret from the remote target as well, relevant only when usc-name is not empty (relevant only for HasiCorp Vault migration) | [optional] |
|
|
45
46
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
46
47
|
| **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
|
|
47
48
|
| **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
| **target_location** | **String** | Target location in Akeyless for imported secrets | |
|
|
77
78
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
78
79
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
80
|
+
| **usc_name** | **String** | Universal Secret Connector name | [optional] |
|
|
79
81
|
| **use_gw_cloud_identity** | **Boolean** | Use the GW's Cloud IAM | [optional] |
|
|
80
82
|
|
|
81
83
|
## Example
|
|
@@ -122,6 +124,7 @@ instance = Akeyless::GatewayUpdateMigration.new(
|
|
|
122
124
|
conjur_api_key: null,
|
|
123
125
|
conjur_url: null,
|
|
124
126
|
conjur_username: null,
|
|
127
|
+
delete_remote: null,
|
|
125
128
|
expiration_event_in: null,
|
|
126
129
|
gcp_key: null,
|
|
127
130
|
gcp_project_id: null,
|
|
@@ -156,6 +159,7 @@ instance = Akeyless::GatewayUpdateMigration.new(
|
|
|
156
159
|
target_location: null,
|
|
157
160
|
token: null,
|
|
158
161
|
uid_token: null,
|
|
162
|
+
usc_name: null,
|
|
159
163
|
use_gw_cloud_identity: null
|
|
160
164
|
)
|
|
161
165
|
```
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **aws_storage_access_key_id** | **String** | AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html | [optional] |
|
|
8
8
|
| **aws_storage_bucket_name** | **String** | The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
|
|
9
9
|
| **aws_storage_bucket_prefix** | **String** | The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
|
|
10
|
+
| **aws_storage_endpoint_url** | **String** | Custom AWS endpoint URL for S3-compatible storage (e.g. a private AWS endpoint) | [optional] |
|
|
10
11
|
| **aws_storage_region** | **String** | The region where the storage is located | [optional] |
|
|
11
12
|
| **aws_storage_secret_access_key** | **String** | AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html | [optional] |
|
|
12
13
|
| **azure_storage_account_name** | **String** | Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview | [optional] |
|
|
@@ -32,6 +33,7 @@ instance = Akeyless::GatewayUpdateRemoteAccessRdpRecordings.new(
|
|
|
32
33
|
aws_storage_access_key_id: null,
|
|
33
34
|
aws_storage_bucket_name: null,
|
|
34
35
|
aws_storage_bucket_prefix: null,
|
|
36
|
+
aws_storage_endpoint_url: null,
|
|
35
37
|
aws_storage_region: null,
|
|
36
38
|
aws_storage_secret_access_key: null,
|
|
37
39
|
azure_storage_account_name: null,
|
data/docs/GeneralConfigPart.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **akeyless_url** | **String** | AkeylessUrl is here for BC only. Gator will still return it if it exists in the configuration, but new clients (>=2.34.0) will ignore it and override it with what exists in their local file. It will no longer be sent to Gator for update, so new clusters will only have the default value saved in the DB. | [optional] |
|
|
8
8
|
| **api_token_ttl** | **String** | | [optional] |
|
|
9
9
|
| **display_name** | **String** | | [optional] |
|
|
10
|
+
| **enable_json_body_limit** | **Boolean** | | [optional] |
|
|
10
11
|
| **enable_sni_proxy** | **Boolean** | | [optional] |
|
|
11
12
|
| **enable_tls** | **Boolean** | | [optional] |
|
|
12
13
|
| **enable_tls_configure** | **Boolean** | | [optional] |
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
| **enable_tls_hvp** | **Boolean** | | [optional] |
|
|
15
16
|
| **gw_cluster_url** | **String** | | [optional] |
|
|
16
17
|
| **hvp_route_version** | **Integer** | | [optional] |
|
|
18
|
+
| **json_body_limit_mb** | **Integer** | | [optional] |
|
|
17
19
|
| **notify_on_status_change** | **Boolean** | | [optional] |
|
|
18
20
|
| **tcp_port** | **String** | | [optional] |
|
|
19
21
|
| **tls_cert** | **String** | | [optional] |
|
|
@@ -31,6 +33,7 @@ instance = Akeyless::GeneralConfigPart.new(
|
|
|
31
33
|
akeyless_url: null,
|
|
32
34
|
api_token_ttl: null,
|
|
33
35
|
display_name: null,
|
|
36
|
+
enable_json_body_limit: null,
|
|
34
37
|
enable_sni_proxy: null,
|
|
35
38
|
enable_tls: null,
|
|
36
39
|
enable_tls_configure: null,
|
|
@@ -38,6 +41,7 @@ instance = Akeyless::GeneralConfigPart.new(
|
|
|
38
41
|
enable_tls_hvp: null,
|
|
39
42
|
gw_cluster_url: null,
|
|
40
43
|
hvp_route_version: null,
|
|
44
|
+
json_body_limit_mb: null,
|
|
41
45
|
notify_on_status_change: null,
|
|
42
46
|
tcp_port: null,
|
|
43
47
|
tls_cert: null,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::GoogleTrustTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_key_pem** | **String** | ACME Account Private Key (PEM-encoded) Supports ECDSA (P-256, P-384, P-521), RSA (2048+), and Ed25519 Auto-generated as ECDSA P-256 during target creation bootstrap Stored encrypted, required for certificate operations and revocation | [optional] |
|
|
8
|
+
| **account_url** | **String** | ACME Account URL (returned after registration with Google Trust Services) Used to retrieve existing account instead of re-registering | [optional] |
|
|
9
|
+
| **acme_environment** | **String** | ACMEEnvironment defines Let's Encrypt ACME directory environment | [optional] |
|
|
10
|
+
| **challenge_type** | **String** | ACMEChallengeType defines ACME challenge type for Let's Encrypt | [optional] |
|
|
11
|
+
| **dns_target_name** | **String** | Name of DNS target (transient field - not stored in DB) Used by CLI to pass DNS target name to SDK for creating target_object_assoc Retrieved from target_object_assoc when reading target Required when ChallengeType is \"dns\" | [optional] |
|
|
12
|
+
| **dns_target_type** | **String** | | [optional] |
|
|
13
|
+
| **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on target creation) Not persisted after bootstrap | [optional] |
|
|
14
|
+
| **eab_key_id** | **String** | External Account Binding key identifier (required for ACME account bootstrap on target creation) Not persisted after bootstrap | [optional] |
|
|
15
|
+
| **email** | **String** | Email address for ACME account registration Required | [optional] |
|
|
16
|
+
| **gcp_project** | **String** | GCP Cloud DNS: Project ID Optional - can be derived from service account | [optional] |
|
|
17
|
+
| **hosted_zone** | **String** | AWS Route53: Hosted zone ID Required when DNSTargetType is AWS | [optional] |
|
|
18
|
+
| **resource_group** | **String** | Azure DNS: Resource group name Required when DNSTargetType is Azure | [optional] |
|
|
19
|
+
| **timeout** | **Integer** | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::GoogleTrustTargetDetails.new(
|
|
27
|
+
account_key_pem: null,
|
|
28
|
+
account_url: null,
|
|
29
|
+
acme_environment: null,
|
|
30
|
+
challenge_type: null,
|
|
31
|
+
dns_target_name: null,
|
|
32
|
+
dns_target_type: null,
|
|
33
|
+
eab_hmac_key: null,
|
|
34
|
+
eab_key_id: null,
|
|
35
|
+
email: null,
|
|
36
|
+
gcp_project: null,
|
|
37
|
+
hosted_zone: null,
|
|
38
|
+
resource_group: null,
|
|
39
|
+
timeout: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
data/docs/HashiPayload.md
CHANGED
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **delete_sync_on_deletion** | **Boolean** | | [optional] |
|
|
7
8
|
| **import_as_json** | **Boolean** | | [optional] |
|
|
8
9
|
| **namespaces** | **Array<String>** | | [optional] |
|
|
9
10
|
| **token** | **String** | | [optional] |
|
|
10
11
|
| **url** | **String** | | [optional] |
|
|
12
|
+
| **usc_name** | **String** | | [optional] |
|
|
11
13
|
|
|
12
14
|
## Example
|
|
13
15
|
|
|
@@ -15,10 +17,12 @@
|
|
|
15
17
|
require 'akeyless'
|
|
16
18
|
|
|
17
19
|
instance = Akeyless::HashiPayload.new(
|
|
20
|
+
delete_sync_on_deletion: null,
|
|
18
21
|
import_as_json: null,
|
|
19
22
|
namespaces: null,
|
|
20
23
|
token: null,
|
|
21
|
-
url: null
|
|
24
|
+
url: null,
|
|
25
|
+
usc_name: null
|
|
22
26
|
)
|
|
23
27
|
```
|
|
24
28
|
|
data/docs/Item.md
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
| **last_rotation_date** | **Time** | | [optional] |
|
|
38
38
|
| **last_version** | **Integer** | | [optional] |
|
|
39
39
|
| **linked_details** | [**LinkedDetails**](LinkedDetails.md) | | [optional] |
|
|
40
|
+
| **locking_info** | [**LockingInfo**](LockingInfo.md) | | [optional] |
|
|
40
41
|
| **modification_date** | **Time** | | [optional] |
|
|
41
42
|
| **next_rotation_date** | **Time** | | [optional] |
|
|
42
43
|
| **protection_key_name** | **String** | | [optional] |
|
|
@@ -87,6 +88,7 @@ instance = Akeyless::Item.new(
|
|
|
87
88
|
last_rotation_date: null,
|
|
88
89
|
last_version: null,
|
|
89
90
|
linked_details: null,
|
|
91
|
+
locking_info: null,
|
|
90
92
|
modification_date: null,
|
|
91
93
|
next_rotation_date: null,
|
|
92
94
|
protection_key_name: null,
|