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
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Akeyless::CreateMcpSecretOAuthAuthCode
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
14
|
+
| **name** | **String** | Secret name | |
|
|
15
|
+
| **oauth_client_id** | **String** | OAuth client ID | [optional] |
|
|
16
|
+
| **oauth_client_secret** | **String** | OAuth client secret | [optional] |
|
|
17
|
+
| **oauth_redirect_uri** | **String** | OAuth redirect URI | [optional] |
|
|
18
|
+
| **oauth_refresh_token** | **String** | OAuth refresh token | [optional] |
|
|
19
|
+
| **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
|
|
20
|
+
| **oauth_token_url** | **String** | OAuth token URL | [optional] |
|
|
21
|
+
| **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
|
|
22
|
+
| **protection_key** | **String** | | [optional] |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
|
+
| **url** | **String** | URL of the service | [optional] |
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
require 'akeyless'
|
|
32
|
+
|
|
33
|
+
instance = Akeyless::CreateMcpSecretOAuthAuthCode.new(
|
|
34
|
+
accessibility: null,
|
|
35
|
+
delete_protection: null,
|
|
36
|
+
description: null,
|
|
37
|
+
input_rule: null,
|
|
38
|
+
json: null,
|
|
39
|
+
max_versions: null,
|
|
40
|
+
metadata: null,
|
|
41
|
+
name: null,
|
|
42
|
+
oauth_client_id: null,
|
|
43
|
+
oauth_client_secret: null,
|
|
44
|
+
oauth_redirect_uri: null,
|
|
45
|
+
oauth_refresh_token: null,
|
|
46
|
+
oauth_scopes: null,
|
|
47
|
+
oauth_token_url: null,
|
|
48
|
+
output_rule: null,
|
|
49
|
+
protection_key: null,
|
|
50
|
+
tags: null,
|
|
51
|
+
token: null,
|
|
52
|
+
uid_token: null,
|
|
53
|
+
url: null
|
|
54
|
+
)
|
|
55
|
+
```
|
|
56
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Akeyless::CreateMcpSecretOAuthClientCreds
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
14
|
+
| **name** | **String** | Secret name | |
|
|
15
|
+
| **oauth_client_id** | **String** | OAuth client ID | [optional] |
|
|
16
|
+
| **oauth_client_secret** | **String** | OAuth client secret | [optional] |
|
|
17
|
+
| **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
|
|
18
|
+
| **oauth_token_url** | **String** | OAuth token URL | [optional] |
|
|
19
|
+
| **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
|
|
20
|
+
| **protection_key** | **String** | | [optional] |
|
|
21
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
22
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
23
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
24
|
+
| **url** | **String** | URL of the service | [optional] |
|
|
25
|
+
|
|
26
|
+
## Example
|
|
27
|
+
|
|
28
|
+
```ruby
|
|
29
|
+
require 'akeyless'
|
|
30
|
+
|
|
31
|
+
instance = Akeyless::CreateMcpSecretOAuthClientCreds.new(
|
|
32
|
+
accessibility: null,
|
|
33
|
+
delete_protection: null,
|
|
34
|
+
description: null,
|
|
35
|
+
input_rule: null,
|
|
36
|
+
json: null,
|
|
37
|
+
max_versions: null,
|
|
38
|
+
metadata: null,
|
|
39
|
+
name: null,
|
|
40
|
+
oauth_client_id: null,
|
|
41
|
+
oauth_client_secret: null,
|
|
42
|
+
oauth_scopes: null,
|
|
43
|
+
oauth_token_url: null,
|
|
44
|
+
output_rule: null,
|
|
45
|
+
protection_key: null,
|
|
46
|
+
tags: null,
|
|
47
|
+
token: null,
|
|
48
|
+
uid_token: null,
|
|
49
|
+
url: null
|
|
50
|
+
)
|
|
51
|
+
```
|
|
52
|
+
|
data/docs/CreatePKICertIssuer.md
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
| **street_address** | **String** | A comma-separated list of street addresses that will be set in the issued certificate | [optional] |
|
|
52
52
|
| **tag** | **Array<String>** | List of the tags attached to this key | [optional] |
|
|
53
53
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
54
|
-
| **ttl** | **String** | The maximum requested Time To Live for issued certificates, in seconds. In case of Public CA, this is based on the CA target's supported maximum TTLs | |
|
|
54
|
+
| **ttl** | **String** | The maximum requested Time To Live for issued certificates, in seconds. In case of Public CA, this is based on the CA target's supported maximum TTLs. Not supported for Let's Encrypt, which always uses the CA default lifetime (about 90 days). | |
|
|
55
55
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
56
56
|
|
|
57
57
|
## Example
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::CustomDnsTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **parameters** | **Hash<String, String>** | | [optional] |
|
|
8
|
+
| **provider_type** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::CustomDnsTargetDetails.new(
|
|
16
|
+
parameters: null,
|
|
17
|
+
provider_type: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/DSProducerDetails.md
CHANGED
|
@@ -245,6 +245,7 @@
|
|
|
245
245
|
| **sf_warehouse_name** | **String** | | [optional] |
|
|
246
246
|
| **should_stop** | **String** | TODO delete this after migration | [optional] |
|
|
247
247
|
| **signing_algorithm** | **String** | | [optional] |
|
|
248
|
+
| **skip_server_name_validation** | **String** | (Optional) SkipServerNameValidation disables server name verification while still validating the certificate chain. Postgres treats empty as legacy \"skip hostname validation\"; MySQL treats empty as false. | [optional] |
|
|
248
249
|
| **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
249
250
|
| **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
|
|
250
251
|
| **subject_dn** | **String** | | [optional] |
|
|
@@ -524,6 +525,7 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
524
525
|
sf_warehouse_name: null,
|
|
525
526
|
should_stop: null,
|
|
526
527
|
signing_algorithm: null,
|
|
528
|
+
skip_server_name_validation: null,
|
|
527
529
|
ssl_connection_certificate: null,
|
|
528
530
|
ssl_connection_mode: null,
|
|
529
531
|
subject_dn: null,
|
data/docs/DbTargetDetails.md
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
| **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
|
|
26
26
|
| **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
|
|
27
27
|
| **sf_account** | **String** | | [optional] |
|
|
28
|
+
| **skip_server_name_validation** | **String** | (Optional) SkipServerNameValidation disables server name verification while still validating the certificate chain. Postgres treats empty as legacy \"skip hostname validation\"; MySQL treats empty as false. | [optional] |
|
|
28
29
|
| **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
29
30
|
| **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
|
|
30
31
|
|
|
@@ -55,6 +56,7 @@ instance = Akeyless::DbTargetDetails.new(
|
|
|
55
56
|
enable_mtls: null,
|
|
56
57
|
oracle_wallet_details: null,
|
|
57
58
|
sf_account: null,
|
|
59
|
+
skip_server_name_validation: null,
|
|
58
60
|
ssl_connection_certificate: null,
|
|
59
61
|
ssl_connection_mode: null
|
|
60
62
|
)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Akeyless::EmailCustomization
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_information_fields** | [**EmailCustomizationAccountInformation**](EmailCustomizationAccountInformation.md) | | [optional] |
|
|
8
|
+
| **account_information_values** | [**EmailCustomizationAccountInformationValues**](EmailCustomizationAccountInformationValues.md) | | [optional] |
|
|
9
|
+
| **footer_html** | **String** | | [optional] |
|
|
10
|
+
| **sender_name** | **String** | | [optional] |
|
|
11
|
+
| **show_background_image** | **Boolean** | | [optional] |
|
|
12
|
+
| **subject** | **String** | | [optional] |
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'akeyless'
|
|
18
|
+
|
|
19
|
+
instance = Akeyless::EmailCustomization.new(
|
|
20
|
+
account_information_fields: null,
|
|
21
|
+
account_information_values: null,
|
|
22
|
+
footer_html: null,
|
|
23
|
+
sender_name: null,
|
|
24
|
+
show_background_image: null,
|
|
25
|
+
subject: null
|
|
26
|
+
)
|
|
27
|
+
```
|
|
28
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::EmailCustomizationAccountInformation
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_id** | **Boolean** | | [optional] |
|
|
8
|
+
| **alias_name** | **Boolean** | | [optional] |
|
|
9
|
+
| **company_name** | **Boolean** | | [optional] |
|
|
10
|
+
| **tenant_name** | **Boolean** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::EmailCustomizationAccountInformation.new(
|
|
18
|
+
account_id: null,
|
|
19
|
+
alias_name: null,
|
|
20
|
+
company_name: null,
|
|
21
|
+
tenant_name: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::EmailCustomizationAccountInformationValues
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_id** | **String** | | [optional] |
|
|
8
|
+
| **alias_name** | **String** | | [optional] |
|
|
9
|
+
| **company_name** | **String** | | [optional] |
|
|
10
|
+
| **tenant_name** | **String** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::EmailCustomizationAccountInformationValues.new(
|
|
18
|
+
account_id: null,
|
|
19
|
+
alias_name: null,
|
|
20
|
+
company_name: null,
|
|
21
|
+
tenant_name: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/EsmGetSecretOutput.md
CHANGED
|
@@ -4,12 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **activation_date** | **Time** | | [optional] |
|
|
7
8
|
| **binary_value** | **Boolean** | | [optional] |
|
|
8
9
|
| **encryption_key** | **String** | | [optional] |
|
|
10
|
+
| **expiration** | **Time** | | [optional] |
|
|
9
11
|
| **id** | **String** | | [optional] |
|
|
10
12
|
| **metadata** | **Object** | | [optional] |
|
|
11
13
|
| **name** | **String** | | [optional] |
|
|
12
14
|
| **value** | **String** | | [optional] |
|
|
15
|
+
| **version_id** | **String** | | [optional] |
|
|
16
|
+
| **version_ids** | **Array<String>** | | [optional] |
|
|
17
|
+
| **warnings** | **Array<String>** | | [optional] |
|
|
13
18
|
|
|
14
19
|
## Example
|
|
15
20
|
|
|
@@ -17,12 +22,17 @@
|
|
|
17
22
|
require 'akeyless'
|
|
18
23
|
|
|
19
24
|
instance = Akeyless::EsmGetSecretOutput.new(
|
|
25
|
+
activation_date: null,
|
|
20
26
|
binary_value: null,
|
|
21
27
|
encryption_key: null,
|
|
28
|
+
expiration: null,
|
|
22
29
|
id: null,
|
|
23
30
|
metadata: null,
|
|
24
31
|
name: null,
|
|
25
|
-
value: null
|
|
32
|
+
value: null,
|
|
33
|
+
version_id: null,
|
|
34
|
+
version_ids: null,
|
|
35
|
+
warnings: null
|
|
26
36
|
)
|
|
27
37
|
```
|
|
28
38
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::FileDownloadInstructions
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **expires_at** | **Time** | | [optional] |
|
|
8
|
+
| **url** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::FileDownloadInstructions.new(
|
|
16
|
+
expires_at: null,
|
|
17
|
+
url: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/FileInfo.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Akeyless::FileInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **blob_storage_key** | **String** | | [optional] |
|
|
8
|
+
| **client_file_sha256** | **String** | | [optional] |
|
|
9
|
+
| **content_type** | **String** | | [optional] |
|
|
10
|
+
| **derivation_data** | **String** | | [optional] |
|
|
11
|
+
| **encrypted_blob_sha256** | **String** | | [optional] |
|
|
12
|
+
| **encrypted_size_bytes** | **Integer** | | [optional] |
|
|
13
|
+
| **etag_at_complete** | **String** | | [optional] |
|
|
14
|
+
| **extension** | **String** | | [optional] |
|
|
15
|
+
| **file_id** | **String** | | [optional] |
|
|
16
|
+
| **filename** | **String** | | [optional] |
|
|
17
|
+
| **plain_size_bytes** | **Integer** | | [optional] |
|
|
18
|
+
| **previous_active_file_info** | [**FileInfo**](FileInfo.md) | | [optional] |
|
|
19
|
+
| **previous_blob_storage_key** | **String** | | [optional] |
|
|
20
|
+
| **protection_key_name** | **String** | | [optional] |
|
|
21
|
+
| **protection_key_version** | **Integer** | | [optional] |
|
|
22
|
+
| **status** | **String** | | [optional] |
|
|
23
|
+
| **transaction_owner** | **String** | | [optional] |
|
|
24
|
+
|
|
25
|
+
## Example
|
|
26
|
+
|
|
27
|
+
```ruby
|
|
28
|
+
require 'akeyless'
|
|
29
|
+
|
|
30
|
+
instance = Akeyless::FileInfo.new(
|
|
31
|
+
blob_storage_key: null,
|
|
32
|
+
client_file_sha256: null,
|
|
33
|
+
content_type: null,
|
|
34
|
+
derivation_data: null,
|
|
35
|
+
encrypted_blob_sha256: null,
|
|
36
|
+
encrypted_size_bytes: null,
|
|
37
|
+
etag_at_complete: null,
|
|
38
|
+
extension: null,
|
|
39
|
+
file_id: null,
|
|
40
|
+
filename: null,
|
|
41
|
+
plain_size_bytes: null,
|
|
42
|
+
previous_active_file_info: null,
|
|
43
|
+
previous_blob_storage_key: null,
|
|
44
|
+
protection_key_name: null,
|
|
45
|
+
protection_key_version: null,
|
|
46
|
+
status: null,
|
|
47
|
+
transaction_owner: null
|
|
48
|
+
)
|
|
49
|
+
```
|
|
50
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Akeyless::FolderDeleteSync
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_from_usc** | **Boolean** | Delete the secrets from the remote target usc as well | [optional][default to false] |
|
|
9
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
10
|
+
| **name** | **String** | Folder name | |
|
|
11
|
+
| **remote_secret_name** | **String** | Remote Secret Name to delete when multiple syncs exist under the same USC | [optional] |
|
|
12
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
13
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
14
|
+
| **usc_name** | **String** | Universal Secret Connector name | |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'akeyless'
|
|
20
|
+
|
|
21
|
+
instance = Akeyless::FolderDeleteSync.new(
|
|
22
|
+
accessibility: null,
|
|
23
|
+
delete_from_usc: null,
|
|
24
|
+
json: null,
|
|
25
|
+
name: null,
|
|
26
|
+
remote_secret_name: null,
|
|
27
|
+
token: null,
|
|
28
|
+
uid_token: null,
|
|
29
|
+
usc_name: null
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::FolderDeleteSyncOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **deleted_syncs** | **Array<String>** | | [optional] |
|
|
8
|
+
| **failed_items** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **folder_name** | **String** | | [optional] |
|
|
10
|
+
| **usc_name** | **String** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::FolderDeleteSyncOutput.new(
|
|
18
|
+
deleted_syncs: null,
|
|
19
|
+
failed_items: null,
|
|
20
|
+
folder_name: null,
|
|
21
|
+
usc_name: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/FolderSync.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Akeyless::FolderSync
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_remote** | **Boolean** | Delete the secret from the remote target as well | [optional] |
|
|
9
|
+
| **engine_name** | **String** | Hashi Vault engine name prefix, must end with '/' | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **name** | **String** | Folder name | |
|
|
12
|
+
| **namespace** | **String** | Vault namespace, relevant only for Hashicorp Vault Target | [optional] |
|
|
13
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
14
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
15
|
+
| **usc_name** | **String** | Universal Secret Connector name, If not provided all attached USC's will be synced | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'akeyless'
|
|
21
|
+
|
|
22
|
+
instance = Akeyless::FolderSync.new(
|
|
23
|
+
accessibility: null,
|
|
24
|
+
delete_remote: null,
|
|
25
|
+
engine_name: null,
|
|
26
|
+
json: null,
|
|
27
|
+
name: null,
|
|
28
|
+
namespace: null,
|
|
29
|
+
token: null,
|
|
30
|
+
uid_token: null,
|
|
31
|
+
usc_name: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Akeyless::FolderSyncAll
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
|
+
| **name** | **String** | Folder name | |
|
|
10
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
11
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'akeyless'
|
|
17
|
+
|
|
18
|
+
instance = Akeyless::FolderSyncAll.new(
|
|
19
|
+
accessibility: null,
|
|
20
|
+
json: null,
|
|
21
|
+
name: null,
|
|
22
|
+
token: null,
|
|
23
|
+
uid_token: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::FolderSyncAllOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **folder_name** | **String** | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'akeyless'
|
|
13
|
+
|
|
14
|
+
instance = Akeyless::FolderSyncAllOutput.new(
|
|
15
|
+
folder_name: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::FolderSyncOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **failed_items** | **Hash<String, String>** | | [optional] |
|
|
8
|
+
| **folder_name** | **String** | | [optional] |
|
|
9
|
+
| **skipped_items** | **Array<String>** | | [optional] |
|
|
10
|
+
| **synced_items** | **Array<String>** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::FolderSyncOutput.new(
|
|
18
|
+
failed_items: null,
|
|
19
|
+
folder_name: null,
|
|
20
|
+
skipped_items: null,
|
|
21
|
+
synced_items: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/FolderUSCSyncConfig.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **delete_remote** | **Boolean** | | [optional] |
|
|
8
|
+
| **engine_name** | **String** | | [optional] |
|
|
8
9
|
| **namespace** | **String** | | [optional] |
|
|
9
10
|
| **usc_item_id** | **Integer** | | [optional] |
|
|
10
11
|
| **usc_item_name** | **String** | | [optional] |
|
|
@@ -16,6 +17,7 @@ require 'akeyless'
|
|
|
16
17
|
|
|
17
18
|
instance = Akeyless::FolderUSCSyncConfig.new(
|
|
18
19
|
delete_remote: null,
|
|
20
|
+
engine_name: null,
|
|
19
21
|
namespace: null,
|
|
20
22
|
usc_item_id: null,
|
|
21
23
|
usc_item_name: null
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
| **si_users_ignore** | **String** | Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration) | [optional] |
|
|
75
75
|
| **si_users_path_template** | **String** | Path location template for migrating users as Rotated Secrets e.g.: .../Users/{{COMPUTER_NAME}}/{{USERNAME}} (Relevant only for Server Inventory migration) | |
|
|
76
76
|
| **target_location** | **String** | Target location in Akeyless for imported secrets | |
|
|
77
|
+
| **target_name** | **String** | Name of existing target to use to create the migration | [optional] |
|
|
77
78
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
78
79
|
| **type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv/conjur/active_directory/server_inventory/certificate) | [optional] |
|
|
79
80
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -156,6 +157,7 @@ instance = Akeyless::GatewayCreateMigration.new(
|
|
|
156
157
|
si_users_ignore: null,
|
|
157
158
|
si_users_path_template: null,
|
|
158
159
|
target_location: null,
|
|
160
|
+
target_name: null,
|
|
159
161
|
token: null,
|
|
160
162
|
type: null,
|
|
161
163
|
uid_token: null,
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
| **si_users_ignore** | **String** | Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration) | [optional] |
|
|
77
77
|
| **si_users_path_template** | **String** | Path location template for migrating users as Rotated Secrets e.g.: .../Users/{{COMPUTER_NAME}}/{{USERNAME}} (Relevant only for Server Inventory migration) | |
|
|
78
78
|
| **target_location** | **String** | Target location in Akeyless for imported secrets | |
|
|
79
|
+
| **target_name** | **String** | Name of existing target to use to create the migration | [optional] |
|
|
79
80
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
80
81
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
81
82
|
| **usc_name** | **String** | Universal Secret Connector name | [optional] |
|
|
@@ -159,6 +160,7 @@ instance = Akeyless::GatewayUpdateMigration.new(
|
|
|
159
160
|
si_users_ignore: null,
|
|
160
161
|
si_users_path_template: null,
|
|
161
162
|
target_location: null,
|
|
163
|
+
target_name: null,
|
|
162
164
|
token: null,
|
|
163
165
|
uid_token: null,
|
|
164
166
|
usc_name: null,
|
data/docs/GetKubeExecCreds.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **key_data_base64** | **String** | PKI key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
|
|
16
16
|
| **max_path_len** | **Integer** | The maximum path length for the generated certificate. -1, means unlimited unless the signing certificate has a maximum path length set | [optional][default to -1] |
|
|
17
17
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
18
|
-
| **ttl** | **String** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
|
|
18
|
+
| **ttl** | **String** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL). Ignored for Let's Encrypt public CA issuers, which always use the CA default lifetime (about 90 days). | [optional] |
|
|
19
19
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
20
20
|
| **uri_sans** | **String** | The URI Subject Alternative Names to be included in the PKI certificate (in a comma-separated list) (if CSR is supplied this flag is ignored and any URI.* names are taken from it) | [optional] |
|
|
21
21
|
|
data/docs/GetPKICertificate.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| **key_data_base64** | **String** | PKI key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
|
|
15
15
|
| **max_path_len** | **Integer** | The maximum path length for the generated certificate. -1, means unlimited unless the signing certificate has a maximum path length set | [optional][default to -1] |
|
|
16
16
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
-
| **ttl** | **String** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
|
|
17
|
+
| **ttl** | **String** | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL). Ignored for Let's Encrypt public CA issuers, which always use the CA default lifetime (about 90 days). | [optional] |
|
|
18
18
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
19
19
|
| **uri_sans** | **String** | The URI Subject Alternative Names to be included in the PKI certificate (in a comma-separated list) (if CSR is supplied this flag is ignored and any URI.* names are taken from it) | [optional] |
|
|
20
20
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Akeyless::GrokTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | | [optional] |
|
|
8
|
+
| **grok_url** | **String** | | [optional] |
|
|
9
|
+
| **team_id** | **String** | TeamID is the xAI team this API key belongs to. Stored only; not sent to xAI by the gateway. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'akeyless'
|
|
15
|
+
|
|
16
|
+
instance = Akeyless::GrokTargetDetails.new(
|
|
17
|
+
api_key: null,
|
|
18
|
+
grok_url: null,
|
|
19
|
+
team_id: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
data/docs/HashiPayload.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **delete_sync_on_deletion** | **Boolean** | | [optional] |
|
|
8
|
+
| **hashi_target_id** | **Integer** | | [optional] |
|
|
8
9
|
| **import_as_json** | **Boolean** | | [optional] |
|
|
9
10
|
| **metadata_mode** | **String** | | [optional] |
|
|
10
11
|
| **namespaces** | **Array<String>** | | [optional] |
|
|
@@ -19,6 +20,7 @@ require 'akeyless'
|
|
|
19
20
|
|
|
20
21
|
instance = Akeyless::HashiPayload.new(
|
|
21
22
|
delete_sync_on_deletion: null,
|
|
23
|
+
hashi_target_id: null,
|
|
22
24
|
import_as_json: null,
|
|
23
25
|
metadata_mode: null,
|
|
24
26
|
namespaces: null,
|
data/docs/Item.md
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
| **delete_protection** | **Boolean** | | [optional] |
|
|
19
19
|
| **deletion_date** | **Time** | | [optional] |
|
|
20
20
|
| **display_id** | **String** | | [optional] |
|
|
21
|
+
| **file_download** | [**FileDownloadInstructions**](FileDownloadInstructions.md) | | [optional] |
|
|
21
22
|
| **gateway_details** | [**Array<GatewayDetailsForItemReplyObj>**](GatewayDetailsForItemReplyObj.md) | | [optional] |
|
|
22
23
|
| **is_access_request_enabled** | **Boolean** | | [optional] |
|
|
23
24
|
| **is_enabled** | **Boolean** | | [optional] |
|
|
@@ -69,6 +70,7 @@ instance = Akeyless::Item.new(
|
|
|
69
70
|
delete_protection: null,
|
|
70
71
|
deletion_date: null,
|
|
71
72
|
display_id: null,
|
|
73
|
+
file_download: null,
|
|
72
74
|
gateway_details: null,
|
|
73
75
|
is_access_request_enabled: null,
|
|
74
76
|
is_enabled: null,
|