akeyless 5.0.27 → 5.0.30
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 +63 -1
- data/docs/AccountGeneralSettings.md +6 -0
- data/docs/AnthropicTargetDetails.md +20 -0
- data/docs/AuthMethod.md +3 -1
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/AuthMethodCreateSAML.md +3 -1
- data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
- data/docs/AuthMethodUpdateSAML.md +3 -1
- data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
- data/docs/BedrockTargetDetails.md +20 -0
- data/docs/CreateAuthMethodSAML.md +3 -1
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateDBTarget.md +2 -0
- data/docs/CreateMcpSecretBearerToken.md +46 -0
- data/docs/CreateMcpSecretOAuthAuthCode.md +56 -0
- data/docs/CreateMcpSecretOAuthClientCreds.md +52 -0
- data/docs/CreatePKICertIssuer.md +1 -1
- data/docs/CustomDnsTargetDetails.md +20 -0
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DbTargetDetails.md +2 -0
- data/docs/EmailCustomization.md +28 -0
- data/docs/EmailCustomizationAccountInformation.md +24 -0
- data/docs/EmailCustomizationAccountInformationValues.md +24 -0
- data/docs/EsmGetSecretOutput.md +11 -1
- data/docs/FileDownloadInstructions.md +20 -0
- data/docs/FileInfo.md +50 -0
- data/docs/FolderDeleteSync.md +32 -0
- data/docs/FolderDeleteSyncOutput.md +24 -0
- data/docs/FolderSync.md +34 -0
- data/docs/FolderSyncAll.md +26 -0
- data/docs/FolderSyncAllOutput.md +18 -0
- data/docs/FolderSyncOutput.md +24 -0
- data/docs/FolderUSCSyncConfig.md +2 -0
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GetKubeExecCreds.md +1 -1
- data/docs/GetPKICertificate.md +1 -1
- data/docs/GrokTargetDetails.md +22 -0
- data/docs/HashiPayload.md +2 -0
- data/docs/Item.md +2 -0
- data/docs/KeycloakTargetDetails.md +24 -0
- data/docs/OIDCAccessRules.md +2 -0
- data/docs/OktaTargetDetails.md +20 -0
- data/docs/PersonalFolderGlobalMappingSettings.md +20 -0
- data/docs/RotatedSecretCreateAws.md +4 -4
- data/docs/RotatedSecretCreateAzure.md +6 -4
- data/docs/RotatedSecretCreateCassandra.md +4 -4
- data/docs/RotatedSecretCreateCustom.md +4 -4
- data/docs/RotatedSecretCreateDockerhub.md +4 -4
- data/docs/RotatedSecretCreateGcp.md +4 -4
- data/docs/RotatedSecretCreateHanadb.md +4 -4
- data/docs/RotatedSecretCreateHashiVault.md +60 -0
- data/docs/RotatedSecretCreateLdap.md +4 -4
- data/docs/RotatedSecretCreateMongodb.md +4 -4
- data/docs/RotatedSecretCreateMssql.md +4 -4
- data/docs/RotatedSecretCreateMysql.md +4 -4
- data/docs/RotatedSecretCreateOpenAI.md +4 -4
- data/docs/RotatedSecretCreateOracledb.md +4 -4
- data/docs/RotatedSecretCreatePostgresql.md +4 -4
- data/docs/RotatedSecretCreateRedis.md +4 -4
- data/docs/RotatedSecretCreateRedshift.md +4 -4
- data/docs/RotatedSecretCreateSnowflake.md +4 -4
- data/docs/RotatedSecretCreateSplunk.md +4 -4
- data/docs/RotatedSecretCreateSsh.md +4 -4
- data/docs/RotatedSecretCreateWindows.md +4 -4
- data/docs/RotatedSecretUpdateAws.md +4 -4
- data/docs/RotatedSecretUpdateAzure.md +6 -4
- data/docs/RotatedSecretUpdateCassandra.md +4 -4
- data/docs/RotatedSecretUpdateCustom.md +4 -4
- data/docs/RotatedSecretUpdateDockerhub.md +4 -4
- data/docs/RotatedSecretUpdateGcp.md +4 -4
- data/docs/RotatedSecretUpdateHanadb.md +4 -4
- data/docs/RotatedSecretUpdateHashiVault.md +64 -0
- data/docs/RotatedSecretUpdateLdap.md +4 -4
- data/docs/RotatedSecretUpdateMongodb.md +4 -4
- data/docs/RotatedSecretUpdateMssql.md +4 -4
- data/docs/RotatedSecretUpdateMysql.md +4 -4
- data/docs/RotatedSecretUpdateOpenAI.md +4 -4
- data/docs/RotatedSecretUpdateOracledb.md +4 -4
- data/docs/RotatedSecretUpdatePostgresql.md +4 -4
- data/docs/RotatedSecretUpdateRedis.md +4 -4
- data/docs/RotatedSecretUpdateRedshift.md +4 -4
- data/docs/RotatedSecretUpdateSnowflake.md +4 -4
- data/docs/RotatedSecretUpdateSplunk.md +4 -4
- data/docs/RotatedSecretUpdateSsh.md +4 -4
- data/docs/RotatedSecretUpdateWindows.md +4 -4
- data/docs/RuntimeAuthorityCommand.md +4 -0
- data/docs/SAMLAccessRules.md +3 -1
- data/docs/SecretInfo.md +5 -1
- data/docs/StaticSecretDetailsInfo.md +2 -0
- data/docs/TargetCreateAnthropic.md +36 -0
- data/docs/TargetCreateBedrock.md +36 -0
- data/docs/TargetCreateCustomDns.md +36 -0
- data/docs/TargetCreateDB.md +2 -0
- data/docs/TargetCreateGrok.md +38 -0
- data/docs/TargetCreateKeycloak.md +40 -0
- data/docs/TargetCreateOkta.md +36 -0
- data/docs/TargetTypeDetailsInput.md +12 -0
- data/docs/TargetUpdateAnthropic.md +42 -0
- data/docs/TargetUpdateBedrock.md +42 -0
- data/docs/TargetUpdateCustomDns.md +40 -0
- data/docs/TargetUpdateDB.md +2 -0
- data/docs/TargetUpdateGrok.md +44 -0
- data/docs/TargetUpdateKeycloak.md +44 -0
- data/docs/TargetUpdateOkta.md +40 -0
- data/docs/UidExpirationEvent.md +18 -0
- data/docs/UpdateAuthMethodSAML.md +3 -1
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdateDBTarget.md +2 -0
- data/docs/UpdateMcpSecretBearerToken.md +40 -0
- data/docs/UpdateMcpSecretOAuthAuthCode.md +50 -0
- data/docs/UpdateMcpSecretOAuthClientCreds.md +46 -0
- data/docs/UpdatePKICertIssuer.md +1 -1
- data/docs/UscGetSecretOutput.md +11 -1
- data/docs/V2Api.md +1449 -0
- data/lib/akeyless/api/v2_api.rb +1617 -145
- data/lib/akeyless/models/account_general_settings.rb +29 -1
- data/lib/akeyless/models/anthropic_target_details.rb +224 -0
- data/lib/akeyless/models/auth_method.rb +15 -4
- data/lib/akeyless/models/auth_method_access_info.rb +13 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
- data/lib/akeyless/models/bedrock_target_details.rb +224 -0
- data/lib/akeyless/models/create_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/create_db_target.rb +11 -1
- data/lib/akeyless/models/create_mcp_secret_bearer_token.rb +371 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_auth_code.rb +423 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_client_creds.rb +403 -0
- data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/custom_dns_target_details.rb +225 -0
- data/lib/akeyless/models/db_target_details.rb +11 -1
- data/lib/akeyless/models/ds_producer_details.rb +11 -1
- data/lib/akeyless/models/email_customization.rb +259 -0
- data/lib/akeyless/models/email_customization_account_information.rb +242 -0
- data/lib/akeyless/models/email_customization_account_information_values.rb +241 -0
- data/lib/akeyless/models/esm_get_secret_output.rb +53 -4
- data/lib/akeyless/models/file_download_instructions.rb +223 -0
- data/lib/akeyless/models/file_info.rb +358 -0
- data/lib/akeyless/models/folder_delete_sync.rb +305 -0
- data/lib/akeyless/models/folder_delete_sync_output.rb +245 -0
- data/lib/akeyless/models/folder_sync.rb +306 -0
- data/lib/akeyless/models/folder_sync_all.rb +266 -0
- data/lib/akeyless/models/folder_sync_all_output.rb +214 -0
- data/lib/akeyless/models/folder_sync_output.rb +247 -0
- data/lib/akeyless/models/folder_usc_sync_config.rb +10 -1
- data/lib/akeyless/models/gateway_create_migration.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +11 -1
- data/lib/akeyless/models/get_kube_exec_creds.rb +1 -1
- data/lib/akeyless/models/get_pki_certificate.rb +1 -1
- data/lib/akeyless/models/grok_target_details.rb +234 -0
- data/lib/akeyless/models/hashi_payload.rb +10 -1
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/keycloak_target_details.rb +242 -0
- data/lib/akeyless/models/oidc_access_rules.rb +11 -1
- data/lib/akeyless/models/okta_target_details.rb +224 -0
- data/lib/akeyless/models/personal_folder_global_mapping_settings.rb +223 -0
- data/lib/akeyless/models/rotated_secret_create_aws.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_azure.rb +11 -5
- data/lib/akeyless/models/rotated_secret_create_cassandra.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_custom.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_gcp.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_hanadb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_hashi_vault.rb +446 -0
- data/lib/akeyless/models/rotated_secret_create_ldap.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mongodb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mssql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mysql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_open_ai.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_oracledb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_postgresql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_redis.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_redshift.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_snowflake.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_splunk.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_windows.rb +0 -4
- data/lib/akeyless/models/rotated_secret_sync.rb +1 -1
- data/lib/akeyless/models/rotated_secret_update_aws.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_azure.rb +11 -5
- data/lib/akeyless/models/rotated_secret_update_cassandra.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_custom.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_dockerhub.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_gcp.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_hanadb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_hashi_vault.rb +463 -0
- data/lib/akeyless/models/rotated_secret_update_ldap.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mongodb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mssql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mysql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_open_ai.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_oracledb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_postgresql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_redis.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_redshift.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_snowflake.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_splunk.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_ssh.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_windows.rb +0 -4
- data/lib/akeyless/models/runtime_authority_command.rb +21 -1
- data/lib/akeyless/models/saml_access_rules.rb +14 -4
- data/lib/akeyless/models/secret_info.rb +24 -4
- data/lib/akeyless/models/static_secret_details_info.rb +10 -1
- data/lib/akeyless/models/static_secret_sync.rb +1 -1
- data/lib/akeyless/models/target_create_anthropic.rb +317 -0
- data/lib/akeyless/models/target_create_bedrock.rb +317 -0
- data/lib/akeyless/models/target_create_custom_dns.rb +330 -0
- data/lib/akeyless/models/target_create_db.rb +11 -1
- data/lib/akeyless/models/target_create_grok.rb +327 -0
- data/lib/akeyless/models/target_create_keycloak.rb +334 -0
- data/lib/akeyless/models/target_create_okta.rb +314 -0
- data/lib/akeyless/models/target_type_details_input.rb +55 -1
- data/lib/akeyless/models/target_update_anthropic.rb +351 -0
- data/lib/akeyless/models/target_update_bedrock.rb +351 -0
- data/lib/akeyless/models/target_update_custom_dns.rb +350 -0
- data/lib/akeyless/models/target_update_db.rb +11 -1
- data/lib/akeyless/models/target_update_grok.rb +361 -0
- data/lib/akeyless/models/target_update_keycloak.rb +354 -0
- data/lib/akeyless/models/target_update_okta.rb +334 -0
- data/lib/akeyless/models/uid_expiration_event.rb +214 -0
- data/lib/akeyless/models/update_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/update_db_target.rb +11 -1
- data/lib/akeyless/models/update_mcp_secret_bearer_token.rb +338 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_auth_code.rb +390 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_client_creds.rb +370 -0
- data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/usc_get_secret_output.rb +53 -4
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +39 -0
- data/spec/models/anthropic_target_details_spec.rb +42 -0
- data/spec/models/bedrock_target_details_spec.rb +42 -0
- data/spec/models/create_mcp_secret_bearer_token_spec.rb +120 -0
- data/spec/models/create_mcp_secret_o_auth_auth_code_spec.rb +150 -0
- data/spec/models/create_mcp_secret_o_auth_client_creds_spec.rb +138 -0
- data/spec/models/custom_dns_target_details_spec.rb +42 -0
- data/spec/models/email_customization_account_information_spec.rb +54 -0
- data/spec/models/email_customization_account_information_values_spec.rb +54 -0
- data/spec/models/email_customization_spec.rb +66 -0
- data/spec/models/file_download_instructions_spec.rb +42 -0
- data/spec/models/file_info_spec.rb +132 -0
- data/spec/models/folder_delete_sync_output_spec.rb +54 -0
- data/spec/models/folder_delete_sync_spec.rb +78 -0
- data/spec/models/folder_sync_all_output_spec.rb +36 -0
- data/spec/models/folder_sync_all_spec.rb +60 -0
- data/spec/models/folder_sync_output_spec.rb +54 -0
- data/spec/models/folder_sync_spec.rb +84 -0
- data/spec/models/grok_target_details_spec.rb +48 -0
- data/spec/models/keycloak_target_details_spec.rb +54 -0
- data/spec/models/okta_target_details_spec.rb +42 -0
- data/spec/models/personal_folder_global_mapping_settings_spec.rb +42 -0
- data/spec/models/rotated_secret_create_hashi_vault_spec.rb +162 -0
- data/spec/models/rotated_secret_update_hashi_vault_spec.rb +174 -0
- data/spec/models/target_create_anthropic_spec.rb +90 -0
- data/spec/models/target_create_bedrock_spec.rb +90 -0
- data/spec/models/target_create_custom_dns_spec.rb +90 -0
- data/spec/models/target_create_grok_spec.rb +96 -0
- data/spec/models/target_create_keycloak_spec.rb +102 -0
- data/spec/models/target_create_okta_spec.rb +90 -0
- data/spec/models/target_update_anthropic_spec.rb +108 -0
- data/spec/models/target_update_bedrock_spec.rb +108 -0
- data/spec/models/target_update_custom_dns_spec.rb +102 -0
- data/spec/models/target_update_grok_spec.rb +114 -0
- data/spec/models/target_update_keycloak_spec.rb +114 -0
- data/spec/models/target_update_okta_spec.rb +102 -0
- data/spec/models/uid_expiration_event_spec.rb +36 -0
- data/spec/models/update_mcp_secret_bearer_token_spec.rb +102 -0
- data/spec/models/update_mcp_secret_o_auth_auth_code_spec.rb +132 -0
- data/spec/models/update_mcp_secret_o_auth_client_creds_spec.rb +120 -0
- metadata +1331 -1175
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
18
18
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
19
|
| **name** | **String** | Rotated secret name | |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
26
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] |
|
|
27
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
28
|
-
| **rotation_hour** | **Integer** |
|
|
29
|
-
| **rotation_interval** | **String** |
|
|
28
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
29
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
30
30
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
31
31
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
32
32
|
| **secure_access_host** | **Array<String>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
18
18
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
19
|
| **name** | **String** | Rotated secret name | |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
26
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] |
|
|
27
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
28
|
-
| **rotation_hour** | **Integer** |
|
|
29
|
-
| **rotation_interval** | **String** |
|
|
28
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
29
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
30
30
|
| **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
|
|
31
31
|
| **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
|
|
32
32
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
18
18
|
| **name** | **String** | Rotated secret name | |
|
|
19
19
|
| **new_name** | **String** | New item name | [optional] |
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
24
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] |
|
|
25
25
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
26
|
-
| **rotation_hour** | **Integer** |
|
|
27
|
-
| **rotation_interval** | **String** |
|
|
26
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
27
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
28
28
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
29
29
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
30
30
|
| **use_capital_letters** | **String** | Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
18
18
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
19
|
| **name** | **String** | Rotated secret name | |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
26
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] |
|
|
27
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
28
|
-
| **rotation_hour** | **Integer** |
|
|
29
|
-
| **rotation_interval** | **String** |
|
|
28
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
29
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
30
30
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
31
31
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
32
32
|
| **secure_access_host** | **Array<String>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
18
18
|
| **name** | **String** | Rotated secret name | |
|
|
19
19
|
| **new_name** | **String** | New item name | [optional] |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
26
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 or rotator-type=key) | [optional] |
|
|
27
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
28
|
-
| **rotation_hour** | **Integer** |
|
|
29
|
-
| **rotation_interval** | **String** |
|
|
28
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
29
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
30
30
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
31
31
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
32
32
|
| **use_capital_letters** | **String** | Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] | [optional] |
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **audience** | **String** | Token audience for Splunk token creation (relevant only for rotator-type=token) | [optional] |
|
|
9
9
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
10
|
-
| **auto_rotate** | **String** |
|
|
10
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
11
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
12
12
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
13
13
|
| **expiration_date** | **String** | Token expiration date in YYYY-MM-DD format (relevant only for rotator-type=token when manual rotation is selected). Time will be set to 00:00 UTC. | [optional] |
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
17
17
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
18
18
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
19
|
-
| **key** | **String** |
|
|
19
|
+
| **key** | **String** | | [optional] |
|
|
20
20
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
21
21
|
| **name** | **String** | Rotated secret name | |
|
|
22
22
|
| **new_name** | **String** | New item name | [optional] |
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
| **password_length** | **String** | The length of the password to be generated | [optional] |
|
|
25
25
|
| **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
|
|
26
26
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
27
|
-
| **rotation_hour** | **Integer** |
|
|
28
|
-
| **rotation_interval** | **String** |
|
|
27
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
28
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
29
29
|
| **splunk_token** | **String** | For rotator-type=token, optionally set/replace the stored Splunk authentication token value. | [optional] |
|
|
30
30
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
31
31
|
| **token_owner** | **String** | For rotator-type=token, specify the Splunk username that the new token should be issued for. (Splunk 10 requires name=<token-owner> when creating auth tokens.) | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **key_data_base64** | **String** | Private key file contents encoded using base64 | [optional] |
|
|
18
18
|
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
19
19
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
28
28
|
| **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] |
|
|
29
29
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
30
|
-
| **rotation_hour** | **Integer** |
|
|
31
|
-
| **rotation_interval** | **String** |
|
|
30
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
31
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
32
32
|
| **rotator_custom_cmd** | **String** | Custom rotation command | [optional] |
|
|
33
33
|
| **rotator_type** | **String** | The rotator type. options: [target/password/key] | |
|
|
34
34
|
| **same_password** | **String** | Rotate same password for each host from the Linked Target (relevant only for Linked Target) | [optional] |
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
8
8
|
| **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
|
|
9
|
-
| **auto_rotate** | **String** |
|
|
9
|
+
| **auto_rotate** | **String** | | [optional] |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
12
12
|
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
13
13
|
| **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
16
|
-
| **key** | **String** |
|
|
16
|
+
| **key** | **String** | | [optional] |
|
|
17
17
|
| **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
|
|
18
18
|
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
19
19
|
| **name** | **String** | Rotated secret name | |
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
| **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
|
|
26
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] |
|
|
27
27
|
| **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
|
|
28
|
-
| **rotation_hour** | **Integer** |
|
|
29
|
-
| **rotation_interval** | **String** |
|
|
28
|
+
| **rotation_hour** | **Integer** | | [optional] |
|
|
29
|
+
| **rotation_interval** | **String** | | [optional] |
|
|
30
30
|
| **rotator_type** | **String** | The rotator type. options: [target/password] | |
|
|
31
31
|
| **same_password** | **String** | Rotate same password for each host from the Linked Target (relevant only for Linked Target) | [optional] |
|
|
32
32
|
| **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users | [optional][default to false] |
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
| **agent_id** | **String** | Agent identifier for auditing | |
|
|
8
8
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
9
|
| **name** | **String** | Secret name (dynamic secret or rotated secret) | |
|
|
10
|
+
| **original_prompt** | **String** | Original natural-language prompt from the user (optional, for auditing) | [optional] |
|
|
11
|
+
| **original_user** | **String** | Human end-user behind the agent (optional, for auditing) | [optional] |
|
|
10
12
|
| **payload** | **String** | Query or action payload (SQL, natural language, or CLI-style) | |
|
|
11
13
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
12
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -20,6 +22,8 @@ instance = Akeyless::RuntimeAuthorityCommand.new(
|
|
|
20
22
|
agent_id: null,
|
|
21
23
|
json: null,
|
|
22
24
|
name: null,
|
|
25
|
+
original_prompt: null,
|
|
26
|
+
original_user: null,
|
|
23
27
|
payload: null,
|
|
24
28
|
token: null,
|
|
25
29
|
uid_token: null
|
data/docs/SAMLAccessRules.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **idp_metadata_url** | **String** | IDP metadata url | [optional] |
|
|
10
10
|
| **idp_metadata_xml** | **String** | IDP metadata XML | [optional] |
|
|
11
11
|
| **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
|
|
12
|
+
| **use_dedicated_saml_urls** | **Boolean** | When true, the login AuthnRequest is signed with this access method's dedicated SP identity (Entity ID https://<sp>/saml/sp/{access_id} and ACS https://<sp>/saml/acs/{access_id}) instead of the shared global identity. Default false keeps the legacy global identity for backward compatibility. | [optional] |
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,7 +21,8 @@ instance = Akeyless::SAMLAccessRules.new(
|
|
|
20
21
|
bound_attributes: null,
|
|
21
22
|
idp_metadata_url: null,
|
|
22
23
|
idp_metadata_xml: null,
|
|
23
|
-
unique_identifier: null
|
|
24
|
+
unique_identifier: null,
|
|
25
|
+
use_dedicated_saml_urls: null
|
|
24
26
|
)
|
|
25
27
|
```
|
|
26
28
|
|
data/docs/SecretInfo.md
CHANGED
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
| **thumbprint** | **String** | | [optional] |
|
|
22
22
|
| **type** | **String** | | [optional] |
|
|
23
23
|
| **version** | **Integer** | | [optional] |
|
|
24
|
+
| **version_id** | **String** | | [optional] |
|
|
25
|
+
| **version_ids** | **Array<String>** | | [optional] |
|
|
24
26
|
|
|
25
27
|
## Example
|
|
26
28
|
|
|
@@ -44,7 +46,9 @@ instance = Akeyless::SecretInfo.new(
|
|
|
44
46
|
tags: null,
|
|
45
47
|
thumbprint: null,
|
|
46
48
|
type: null,
|
|
47
|
-
version: null
|
|
49
|
+
version: null,
|
|
50
|
+
version_id: null,
|
|
51
|
+
version_ids: null
|
|
48
52
|
)
|
|
49
53
|
```
|
|
50
54
|
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **file_info** | [**FileInfo**](FileInfo.md) | | [optional] |
|
|
7
8
|
| **format** | **String** | StaticSecretFormat defines the format of static secret (e.g. Text) | [optional] |
|
|
8
9
|
| **max_versions** | **Integer** | | [optional] |
|
|
9
10
|
| **notify_on_change_event** | **Boolean** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
require 'akeyless'
|
|
19
20
|
|
|
20
21
|
instance = Akeyless::StaticSecretDetailsInfo.new(
|
|
22
|
+
file_info: null,
|
|
21
23
|
format: null,
|
|
22
24
|
max_versions: null,
|
|
23
25
|
notify_on_change_event: null,
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateAnthropic
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **anthropic_url** | **String** | Base URL of the Anthropic API | [optional][default to 'https://api.anthropic.com'] |
|
|
8
|
+
| **api_key** | **String** | API key for Anthropic | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **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] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateAnthropic.new(
|
|
24
|
+
anthropic_url: null,
|
|
25
|
+
api_key: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
json: null,
|
|
29
|
+
key: null,
|
|
30
|
+
max_versions: null,
|
|
31
|
+
name: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateBedrock
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for Bedrock | [optional] |
|
|
8
|
+
| **bedrock_url** | **String** | Base URL of the Bedrock API | [optional][default to 'https://bedrock-runtime.us-east-1.amazonaws.com'] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **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] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateBedrock.new(
|
|
24
|
+
api_key: null,
|
|
25
|
+
bedrock_url: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
json: null,
|
|
29
|
+
key: null,
|
|
30
|
+
max_versions: null,
|
|
31
|
+
name: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateCustomDns
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_parameter** | **Hash<String, String>** | Lego DNS provider parameters as KEY=VALUE pairs using lego environment variable names | |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **name** | **String** | Target name | |
|
|
14
|
+
| **provider_type** | **String** | Lego DNS provider code (e.g. infoblox, route53, azion). See https://go-acme.github.io/lego/dns/ | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateCustomDns.new(
|
|
24
|
+
delete_protection: null,
|
|
25
|
+
description: null,
|
|
26
|
+
dns_parameter: null,
|
|
27
|
+
json: null,
|
|
28
|
+
key: null,
|
|
29
|
+
max_versions: null,
|
|
30
|
+
name: null,
|
|
31
|
+
provider_type: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
data/docs/TargetCreateDB.md
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
| **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
|
|
40
40
|
| **port** | **String** | | [optional] |
|
|
41
41
|
| **pwd** | **String** | | [optional] |
|
|
42
|
+
| **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
|
|
42
43
|
| **snowflake_account** | **String** | | [optional] |
|
|
43
44
|
| **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
|
|
44
45
|
| **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
|
|
@@ -89,6 +90,7 @@ instance = Akeyless::TargetCreateDB.new(
|
|
|
89
90
|
parent_target_name: null,
|
|
90
91
|
port: null,
|
|
91
92
|
pwd: null,
|
|
93
|
+
skip_server_name_validation: null,
|
|
92
94
|
snowflake_account: null,
|
|
93
95
|
snowflake_api_private_key: null,
|
|
94
96
|
snowflake_api_private_key_password: null,
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Akeyless::TargetCreateGrok
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for xAI (Grok) | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **grok_url** | **String** | Base URL of the xAI API | [optional][default to 'https://api.x.ai/v1'] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **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] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **team_id** | **String** | ID of the team this API key belongs to | [optional] |
|
|
16
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'akeyless'
|
|
23
|
+
|
|
24
|
+
instance = Akeyless::TargetCreateGrok.new(
|
|
25
|
+
api_key: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
grok_url: null,
|
|
29
|
+
json: null,
|
|
30
|
+
key: null,
|
|
31
|
+
max_versions: null,
|
|
32
|
+
name: null,
|
|
33
|
+
team_id: null,
|
|
34
|
+
token: null,
|
|
35
|
+
uid_token: null
|
|
36
|
+
)
|
|
37
|
+
```
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Akeyless::TargetCreateKeycloak
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **client_id** | **String** | Keycloak service account client ID | [optional] |
|
|
8
|
+
| **client_secret** | **String** | Keycloak service account client secret | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **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] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **realm** | **String** | Keycloak realm | [optional] |
|
|
16
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
|
+
| **url** | **String** | Keycloak URL | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'akeyless'
|
|
24
|
+
|
|
25
|
+
instance = Akeyless::TargetCreateKeycloak.new(
|
|
26
|
+
client_id: null,
|
|
27
|
+
client_secret: null,
|
|
28
|
+
delete_protection: null,
|
|
29
|
+
description: null,
|
|
30
|
+
json: null,
|
|
31
|
+
key: null,
|
|
32
|
+
max_versions: null,
|
|
33
|
+
name: null,
|
|
34
|
+
realm: null,
|
|
35
|
+
token: null,
|
|
36
|
+
uid_token: null,
|
|
37
|
+
url: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateOkta
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_token** | **String** | Okta API token | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **name** | **String** | Target name | |
|
|
14
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
15
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
16
|
+
| **url** | **String** | Okta URL | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateOkta.new(
|
|
24
|
+
api_token: null,
|
|
25
|
+
delete_protection: null,
|
|
26
|
+
description: null,
|
|
27
|
+
json: null,
|
|
28
|
+
key: null,
|
|
29
|
+
max_versions: null,
|
|
30
|
+
name: null,
|
|
31
|
+
token: null,
|
|
32
|
+
uid_token: null,
|
|
33
|
+
url: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **anthropic_target_details** | [**AnthropicTargetDetails**](AnthropicTargetDetails.md) | | [optional] |
|
|
7
8
|
| **artifactory_target_details** | [**ArtifactoryTargetDetails**](ArtifactoryTargetDetails.md) | | [optional] |
|
|
8
9
|
| **aws_target_details** | [**AWSTargetDetails**](AWSTargetDetails.md) | | [optional] |
|
|
9
10
|
| **azure_target_details** | [**AzureTargetDetails**](AzureTargetDetails.md) | | [optional] |
|
|
11
|
+
| **bedrock_target_details** | [**BedrockTargetDetails**](BedrockTargetDetails.md) | | [optional] |
|
|
10
12
|
| **chef_target_details** | [**ChefTargetDetails**](ChefTargetDetails.md) | | [optional] |
|
|
11
13
|
| **cloudflare_target_details** | [**CloudflareTargetDetails**](CloudflareTargetDetails.md) | | [optional] |
|
|
14
|
+
| **custom_dns_target_details** | [**CustomDnsTargetDetails**](CustomDnsTargetDetails.md) | | [optional] |
|
|
12
15
|
| **custom_target_details** | [**CustomTargetDetails**](CustomTargetDetails.md) | | [optional] |
|
|
13
16
|
| **db_target_details** | [**DbTargetDetails**](DbTargetDetails.md) | | [optional] |
|
|
14
17
|
| **digicert_target_details** | [**DigiCertTargetDetails**](DigiCertTargetDetails.md) | | [optional] |
|
|
@@ -23,12 +26,15 @@
|
|
|
23
26
|
| **globalsign_target_details** | [**GlobalSignGCCTargetDetails**](GlobalSignGCCTargetDetails.md) | | [optional] |
|
|
24
27
|
| **godaddy_target_details** | [**GodaddyTargetDetails**](GodaddyTargetDetails.md) | | [optional] |
|
|
25
28
|
| **google_trust_target_details** | [**GoogleTrustTargetDetails**](GoogleTrustTargetDetails.md) | | [optional] |
|
|
29
|
+
| **grok_target_details** | [**GrokTargetDetails**](GrokTargetDetails.md) | | [optional] |
|
|
26
30
|
| **hashi_vault_target_details** | [**HashiVaultTargetDetails**](HashiVaultTargetDetails.md) | | [optional] |
|
|
31
|
+
| **keycloak_target_details** | [**KeycloakTargetDetails**](KeycloakTargetDetails.md) | | [optional] |
|
|
27
32
|
| **ldap_target_details** | [**LdapTargetDetails**](LdapTargetDetails.md) | | [optional] |
|
|
28
33
|
| **letsencrypt_target_details** | [**LetsEncryptTargetDetails**](LetsEncryptTargetDetails.md) | | [optional] |
|
|
29
34
|
| **linked_target_details** | [**LinkedTargetDetails**](LinkedTargetDetails.md) | | [optional] |
|
|
30
35
|
| **mongo_db_target_details** | [**MongoDBTargetDetails**](MongoDBTargetDetails.md) | | [optional] |
|
|
31
36
|
| **native_k8s_target_details** | [**NativeK8sTargetDetails**](NativeK8sTargetDetails.md) | | [optional] |
|
|
37
|
+
| **okta_target_details** | [**OktaTargetDetails**](OktaTargetDetails.md) | | [optional] |
|
|
32
38
|
| **openai_target_details** | [**OpenAITargetDetails**](OpenAITargetDetails.md) | | [optional] |
|
|
33
39
|
| **ping_target_details** | [**PingTargetDetails**](PingTargetDetails.md) | | [optional] |
|
|
34
40
|
| **rabbit_mq_target_details** | [**RabbitMQTargetDetails**](RabbitMQTargetDetails.md) | | [optional] |
|
|
@@ -47,11 +53,14 @@
|
|
|
47
53
|
require 'akeyless'
|
|
48
54
|
|
|
49
55
|
instance = Akeyless::TargetTypeDetailsInput.new(
|
|
56
|
+
anthropic_target_details: null,
|
|
50
57
|
artifactory_target_details: null,
|
|
51
58
|
aws_target_details: null,
|
|
52
59
|
azure_target_details: null,
|
|
60
|
+
bedrock_target_details: null,
|
|
53
61
|
chef_target_details: null,
|
|
54
62
|
cloudflare_target_details: null,
|
|
63
|
+
custom_dns_target_details: null,
|
|
55
64
|
custom_target_details: null,
|
|
56
65
|
db_target_details: null,
|
|
57
66
|
digicert_target_details: null,
|
|
@@ -66,12 +75,15 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
66
75
|
globalsign_target_details: null,
|
|
67
76
|
godaddy_target_details: null,
|
|
68
77
|
google_trust_target_details: null,
|
|
78
|
+
grok_target_details: null,
|
|
69
79
|
hashi_vault_target_details: null,
|
|
80
|
+
keycloak_target_details: null,
|
|
70
81
|
ldap_target_details: null,
|
|
71
82
|
letsencrypt_target_details: null,
|
|
72
83
|
linked_target_details: null,
|
|
73
84
|
mongo_db_target_details: null,
|
|
74
85
|
native_k8s_target_details: null,
|
|
86
|
+
okta_target_details: null,
|
|
75
87
|
openai_target_details: null,
|
|
76
88
|
ping_target_details: null,
|
|
77
89
|
rabbit_mq_target_details: null,
|