akeyless 5.0.13 → 5.0.16
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 +17 -1
- data/docs/AccountGeneralSettings.md +2 -0
- data/docs/ActiveDirectoryPayload.md +2 -0
- data/docs/AllowedClientType.md +20 -0
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/AuthMethodCreateApiKey.md +2 -0
- data/docs/AuthMethodCreateAwsIam.md +2 -0
- data/docs/AuthMethodCreateAzureAD.md +2 -0
- data/docs/AuthMethodCreateCert.md +2 -0
- data/docs/AuthMethodCreateEmail.md +2 -0
- data/docs/AuthMethodCreateGcp.md +2 -0
- data/docs/AuthMethodCreateK8s.md +2 -0
- data/docs/AuthMethodCreateKerberos.md +2 -0
- data/docs/AuthMethodCreateLdap.md +2 -0
- data/docs/AuthMethodCreateOCI.md +2 -0
- data/docs/AuthMethodCreateOIDC.md +2 -0
- data/docs/AuthMethodCreateOauth2.md +2 -0
- data/docs/AuthMethodCreateSAML.md +2 -0
- data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
- data/docs/AuthMethodUpdateApiKey.md +2 -0
- data/docs/AuthMethodUpdateAwsIam.md +2 -0
- data/docs/AuthMethodUpdateAzureAD.md +2 -0
- data/docs/AuthMethodUpdateCert.md +2 -0
- data/docs/AuthMethodUpdateEmail.md +2 -0
- data/docs/AuthMethodUpdateGcp.md +2 -0
- data/docs/AuthMethodUpdateK8s.md +2 -0
- data/docs/AuthMethodUpdateKerberos.md +2 -0
- data/docs/AuthMethodUpdateLdap.md +2 -0
- data/docs/AuthMethodUpdateOCI.md +2 -0
- data/docs/AuthMethodUpdateOIDC.md +2 -0
- data/docs/AuthMethodUpdateOauth2.md +2 -0
- data/docs/AuthMethodUpdateSAML.md +2 -0
- data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
- data/docs/BastionGlobalConf.md +4 -0
- data/docs/CreateAuthMethod.md +2 -0
- data/docs/CreateAuthMethodAWSIAM.md +2 -0
- data/docs/CreateAuthMethodAzureAD.md +2 -0
- data/docs/CreateAuthMethodCert.md +2 -0
- data/docs/CreateAuthMethodEmail.md +2 -0
- data/docs/CreateAuthMethodGCP.md +2 -0
- data/docs/CreateAuthMethodHuawei.md +2 -0
- data/docs/CreateAuthMethodK8S.md +2 -0
- data/docs/CreateAuthMethodLDAP.md +2 -0
- data/docs/CreateAuthMethodOAuth2.md +2 -0
- data/docs/CreateAuthMethodOCI.md +2 -0
- data/docs/CreateAuthMethodOIDC.md +2 -0
- data/docs/CreateAuthMethodSAML.md +2 -0
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateESM.md +2 -0
- data/docs/CreatePKICertIssuer.md +6 -0
- data/docs/CreateRole.md +2 -0
- data/docs/CreateUSC.md +2 -0
- data/docs/DSProducerDetails.md +10 -0
- data/docs/DecryptWithClassicKey.md +2 -0
- data/docs/DynamicSecretCreateGcp.md +23 -5
- data/docs/DynamicSecretCreateGoogleWorkspace.md +2 -0
- data/docs/DynamicSecretCreateMongoDb.md +2 -0
- data/docs/DynamicSecretCreateMsSql.md +2 -0
- data/docs/DynamicSecretGetValue.md +2 -0
- data/docs/DynamicSecretUpdateGcp.md +23 -5
- data/docs/DynamicSecretUpdateGoogleWorkspace.md +2 -0
- data/docs/DynamicSecretUpdateMongoDb.md +2 -0
- data/docs/DynamicSecretUpdateMsSql.md +2 -0
- data/docs/EncryptWithClassicKey.md +2 -0
- data/docs/EventForwarderGetOutput.md +3 -1
- data/docs/FolderCreate.md +34 -0
- data/docs/FolderCreateOutput.md +18 -0
- data/docs/FolderDelete.md +28 -0
- data/docs/FolderGet.md +28 -0
- data/docs/FolderGetOutput.md +18 -0
- data/docs/FolderUpdate.md +36 -0
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayCreateProducerGcp.md +23 -5
- data/docs/GatewayCreateProducerMSSQL.md +2 -0
- data/docs/GatewayCreateProducerMongo.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GatewayUpdateProducerGcp.md +23 -5
- data/docs/GatewayUpdateProducerMSSQL.md +2 -0
- data/docs/GatewayUpdateProducerMongo.md +2 -0
- data/docs/GatewayUpdateRemoteAccess.md +4 -0
- data/docs/GetDynamicSecretValue.md +2 -0
- data/docs/GetFolderOutput.md +36 -0
- data/docs/NotiForwarderDetailsInput.md +28 -0
- data/docs/PKICertificateIssueDetails.md +6 -0
- data/docs/RotatedSecretCreateSsh.md +4 -0
- data/docs/RotatedSecretDeleteSync.md +2 -0
- data/docs/RotatedSecretDetailsInfo.md +4 -0
- data/docs/RotatedSecretUpdateSsh.md +4 -0
- data/docs/SlackNotiForwarderDetails.md +18 -0
- data/docs/StaticSecretDeleteSync.md +2 -0
- data/docs/TeamsNotiForwarderDetails.md +18 -0
- data/docs/UpdateAccountSettings.md +4 -0
- data/docs/UpdateAuthMethod.md +2 -0
- data/docs/UpdateAuthMethodAWSIAM.md +2 -0
- data/docs/UpdateAuthMethodAzureAD.md +2 -0
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateAuthMethodGCP.md +2 -0
- data/docs/UpdateAuthMethodK8S.md +2 -0
- data/docs/UpdateAuthMethodLDAP.md +2 -0
- data/docs/UpdateAuthMethodOAuth2.md +2 -0
- data/docs/UpdateAuthMethodOCI.md +2 -0
- data/docs/UpdateAuthMethodOIDC.md +2 -0
- data/docs/UpdateAuthMethodSAML.md +2 -0
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdatePKICertIssuer.md +6 -0
- data/docs/V2Api.md +256 -4
- data/docs/WebhookNotiForwarderDetails.md +26 -0
- data/docs/WindowsServiceAttributes.md +4 -0
- data/lib/akeyless/api/v2_api.rb +256 -0
- data/lib/akeyless/models/account_general_settings.rb +10 -1
- data/lib/akeyless/models/active_directory_payload.rb +10 -1
- data/lib/akeyless/models/allowed_client_type.rb +225 -0
- data/lib/akeyless/models/auth_method_access_info.rb +12 -1
- data/lib/akeyless/models/auth_method_create_api_key.rb +12 -1
- data/lib/akeyless/models/auth_method_create_aws_iam.rb +12 -1
- data/lib/akeyless/models/auth_method_create_azure_ad.rb +12 -1
- data/lib/akeyless/models/auth_method_create_cert.rb +12 -1
- data/lib/akeyless/models/auth_method_create_email.rb +12 -1
- data/lib/akeyless/models/auth_method_create_gcp.rb +12 -1
- data/lib/akeyless/models/auth_method_create_k8s.rb +12 -1
- data/lib/akeyless/models/auth_method_create_kerberos.rb +12 -1
- data/lib/akeyless/models/auth_method_create_ldap.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oauth2.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oci.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oidc.rb +12 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +12 -1
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +12 -1
- data/lib/akeyless/models/auth_method_update_api_key.rb +12 -1
- data/lib/akeyless/models/auth_method_update_aws_iam.rb +12 -1
- data/lib/akeyless/models/auth_method_update_azure_ad.rb +12 -1
- data/lib/akeyless/models/auth_method_update_cert.rb +12 -1
- data/lib/akeyless/models/auth_method_update_email.rb +12 -1
- data/lib/akeyless/models/auth_method_update_gcp.rb +12 -1
- data/lib/akeyless/models/auth_method_update_k8s.rb +12 -1
- data/lib/akeyless/models/auth_method_update_kerberos.rb +12 -1
- data/lib/akeyless/models/auth_method_update_ldap.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oauth2.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oci.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oidc.rb +12 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +12 -1
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +12 -1
- data/lib/akeyless/models/bastion_global_conf.rb +19 -1
- data/lib/akeyless/models/create_auth_method.rb +12 -1
- data/lib/akeyless/models/create_auth_method_awsiam.rb +12 -1
- data/lib/akeyless/models/create_auth_method_azure_ad.rb +12 -1
- data/lib/akeyless/models/create_auth_method_cert.rb +12 -1
- data/lib/akeyless/models/create_auth_method_email.rb +12 -1
- data/lib/akeyless/models/create_auth_method_gcp.rb +12 -1
- data/lib/akeyless/models/create_auth_method_huawei.rb +12 -1
- data/lib/akeyless/models/create_auth_method_k8_s.rb +12 -1
- data/lib/akeyless/models/create_auth_method_ldap.rb +12 -1
- data/lib/akeyless/models/create_auth_method_o_auth2.rb +12 -1
- data/lib/akeyless/models/create_auth_method_oci.rb +12 -1
- data/lib/akeyless/models/create_auth_method_oidc.rb +12 -1
- data/lib/akeyless/models/create_auth_method_saml.rb +12 -1
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +12 -1
- data/lib/akeyless/models/create_esm.rb +11 -1
- data/lib/akeyless/models/create_pki_cert_issuer.rb +28 -1
- data/lib/akeyless/models/create_role.rb +13 -1
- data/lib/akeyless/models/create_usc.rb +11 -1
- data/lib/akeyless/models/decrypt_with_classic_key.rb +13 -1
- data/lib/akeyless/models/ds_producer_details.rb +47 -1
- data/lib/akeyless/models/dynamic_secret_create_gcp.rb +101 -11
- data/lib/akeyless/models/dynamic_secret_create_google_workspace.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_create_mongo_db.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_create_ms_sql.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_get_value.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_gcp.rb +101 -11
- data/lib/akeyless/models/dynamic_secret_update_google_workspace.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_mongo_db.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_ms_sql.rb +11 -1
- data/lib/akeyless/models/encrypt_with_classic_key.rb +13 -1
- data/lib/akeyless/models/event_forwarder_get_output.rb +13 -4
- data/lib/akeyless/models/folder_create.rb +308 -0
- data/lib/akeyless/models/folder_create_output.rb +214 -0
- data/lib/akeyless/models/folder_delete.rb +276 -0
- data/lib/akeyless/models/folder_get.rb +276 -0
- data/lib/akeyless/models/folder_get_output.rb +214 -0
- data/lib/akeyless/models/folder_update.rb +320 -0
- data/lib/akeyless/models/gateway_create_migration.rb +13 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +101 -11
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +13 -1
- data/lib/akeyless/models/gateway_update_producer_gcp.rb +101 -11
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_update_remote_access.rb +25 -1
- data/lib/akeyless/models/get_dynamic_secret_value.rb +11 -1
- data/lib/akeyless/models/get_folder_output.rb +298 -0
- data/lib/akeyless/models/noti_forwarder_details_input.rb +261 -0
- data/lib/akeyless/models/pki_certificate_issue_details.rb +31 -1
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +21 -1
- data/lib/akeyless/models/rotated_secret_delete_sync.rb +11 -1
- data/lib/akeyless/models/rotated_secret_details_info.rb +21 -1
- data/lib/akeyless/models/rotated_secret_update_ssh.rb +21 -1
- data/lib/akeyless/models/slack_noti_forwarder_details.rb +214 -0
- data/lib/akeyless/models/static_secret_delete_sync.rb +11 -1
- data/lib/akeyless/models/teams_noti_forwarder_details.rb +214 -0
- data/lib/akeyless/models/update_account_settings.rb +21 -1
- data/lib/akeyless/models/update_auth_method.rb +12 -1
- data/lib/akeyless/models/update_auth_method_awsiam.rb +12 -1
- data/lib/akeyless/models/update_auth_method_azure_ad.rb +12 -1
- data/lib/akeyless/models/update_auth_method_cert.rb +12 -1
- data/lib/akeyless/models/update_auth_method_gcp.rb +12 -1
- data/lib/akeyless/models/update_auth_method_k8_s.rb +12 -1
- data/lib/akeyless/models/update_auth_method_ldap.rb +12 -1
- data/lib/akeyless/models/update_auth_method_o_auth2.rb +12 -1
- data/lib/akeyless/models/update_auth_method_oci.rb +12 -1
- data/lib/akeyless/models/update_auth_method_oidc.rb +12 -1
- data/lib/akeyless/models/update_auth_method_saml.rb +12 -1
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +12 -1
- data/lib/akeyless/models/update_pki_cert_issuer.rb +28 -1
- data/lib/akeyless/models/webhook_noti_forwarder_details.rb +253 -0
- data/lib/akeyless/models/windows_service_attributes.rb +21 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +12 -0
- data/spec/models/allowed_client_type_spec.rb +42 -0
- data/spec/models/folder_create_output_spec.rb +36 -0
- data/spec/models/folder_create_spec.rb +84 -0
- data/spec/models/folder_delete_spec.rb +66 -0
- data/spec/models/folder_get_output_spec.rb +36 -0
- data/spec/models/folder_get_spec.rb +66 -0
- data/spec/models/folder_update_spec.rb +90 -0
- data/spec/models/get_folder_output_spec.rb +90 -0
- data/spec/models/noti_forwarder_details_input_spec.rb +66 -0
- data/spec/models/slack_noti_forwarder_details_spec.rb +36 -0
- data/spec/models/teams_noti_forwarder_details_spec.rb +36 -0
- data/spec/models/webhook_noti_forwarder_details_spec.rb +60 -0
- metadata +49 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb5e7111836ed3126691d9d548de849b99444bc3008d006b06e18cb291e051b3
|
|
4
|
+
data.tar.gz: 857ff1f18d6bf93c94f3b4ee6394e33145d71f768021d0cdf82a2677a955564b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0440cba9d2f61ecabe90c6ad95a96f93f2fb06bf8eb8c81addaf6aea86a811c65a12cc3feb440dff1e7260d374e7103bffdaf1759f107cda4bd730830004f5c9
|
|
7
|
+
data.tar.gz: fa6ad3b33eaab7c3b337333793f4161961042237766aed84db1ad816e59761ff8f3dc0b11b8efcbe52970c7c87d85a0dbc004fb5d75280c64814240b7fa47bee
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.16
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
@@ -274,6 +274,10 @@ Class | Method | HTTP request | Description
|
|
|
274
274
|
*Akeyless::V2Api* | [**event_forwarder_update_teams**](docs/V2Api.md#event_forwarder_update_teams) | **POST** /event-forwarder-update-teams |
|
|
275
275
|
*Akeyless::V2Api* | [**event_forwarder_update_webhook**](docs/V2Api.md#event_forwarder_update_webhook) | **POST** /event-forwarder-update-webhook |
|
|
276
276
|
*Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
|
|
277
|
+
*Akeyless::V2Api* | [**folder_create**](docs/V2Api.md#folder_create) | **POST** /folder-create |
|
|
278
|
+
*Akeyless::V2Api* | [**folder_delete**](docs/V2Api.md#folder_delete) | **POST** /folder-delete |
|
|
279
|
+
*Akeyless::V2Api* | [**folder_get**](docs/V2Api.md#folder_get) | **POST** /folder-get |
|
|
280
|
+
*Akeyless::V2Api* | [**folder_update**](docs/V2Api.md#folder_update) | **POST** /folder-update |
|
|
277
281
|
*Akeyless::V2Api* | [**gateway_create_allowed_access**](docs/V2Api.md#gateway_create_allowed_access) | **POST** /gateway-create-allowed-access |
|
|
278
282
|
*Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
|
|
279
283
|
*Akeyless::V2Api* | [**gateway_create_migration**](docs/V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration |
|
|
@@ -679,6 +683,7 @@ Class | Method | HTTP request | Description
|
|
|
679
683
|
- [Akeyless::AllAnalyticsData](docs/AllAnalyticsData.md)
|
|
680
684
|
- [Akeyless::AllowedAccess](docs/AllowedAccess.md)
|
|
681
685
|
- [Akeyless::AllowedAccessOld](docs/AllowedAccessOld.md)
|
|
686
|
+
- [Akeyless::AllowedClientType](docs/AllowedClientType.md)
|
|
682
687
|
- [Akeyless::AllowedIpSettings](docs/AllowedIpSettings.md)
|
|
683
688
|
- [Akeyless::ArtifactoryTargetDetails](docs/ArtifactoryTargetDetails.md)
|
|
684
689
|
- [Akeyless::AssocRoleAuthMethod](docs/AssocRoleAuthMethod.md)
|
|
@@ -1049,6 +1054,12 @@ Class | Method | HTTP request | Description
|
|
|
1049
1054
|
- [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
|
|
1050
1055
|
- [Akeyless::Extension](docs/Extension.md)
|
|
1051
1056
|
- [Akeyless::ExternalKMSKeyId](docs/ExternalKMSKeyId.md)
|
|
1057
|
+
- [Akeyless::FolderCreate](docs/FolderCreate.md)
|
|
1058
|
+
- [Akeyless::FolderCreateOutput](docs/FolderCreateOutput.md)
|
|
1059
|
+
- [Akeyless::FolderDelete](docs/FolderDelete.md)
|
|
1060
|
+
- [Akeyless::FolderGet](docs/FolderGet.md)
|
|
1061
|
+
- [Akeyless::FolderGetOutput](docs/FolderGetOutput.md)
|
|
1062
|
+
- [Akeyless::FolderUpdate](docs/FolderUpdate.md)
|
|
1052
1063
|
- [Akeyless::GCPAccessRules](docs/GCPAccessRules.md)
|
|
1053
1064
|
- [Akeyless::GCPPayload](docs/GCPPayload.md)
|
|
1054
1065
|
- [Akeyless::GCPSecretsMigration](docs/GCPSecretsMigration.md)
|
|
@@ -1260,6 +1271,7 @@ Class | Method | HTTP request | Description
|
|
|
1260
1271
|
- [Akeyless::GetDynamicSecretValue](docs/GetDynamicSecretValue.md)
|
|
1261
1272
|
- [Akeyless::GetEventForwarder](docs/GetEventForwarder.md)
|
|
1262
1273
|
- [Akeyless::GetEventForwarderOutput](docs/GetEventForwarderOutput.md)
|
|
1274
|
+
- [Akeyless::GetFolderOutput](docs/GetFolderOutput.md)
|
|
1263
1275
|
- [Akeyless::GetGroup](docs/GetGroup.md)
|
|
1264
1276
|
- [Akeyless::GetGroupOutput](docs/GetGroupOutput.md)
|
|
1265
1277
|
- [Akeyless::GetKubeExecCreds](docs/GetKubeExecCreds.md)
|
|
@@ -1403,6 +1415,7 @@ Class | Method | HTTP request | Description
|
|
|
1403
1415
|
- [Akeyless::NativeK8sTargetDetails](docs/NativeK8sTargetDetails.md)
|
|
1404
1416
|
- [Akeyless::NextAutoRotationEvent](docs/NextAutoRotationEvent.md)
|
|
1405
1417
|
- [Akeyless::NotiForwarder](docs/NotiForwarder.md)
|
|
1418
|
+
- [Akeyless::NotiForwarderDetailsInput](docs/NotiForwarderDetailsInput.md)
|
|
1406
1419
|
- [Akeyless::NullString](docs/NullString.md)
|
|
1407
1420
|
- [Akeyless::NullTime](docs/NullTime.md)
|
|
1408
1421
|
- [Akeyless::OAuth2AccessRules](docs/OAuth2AccessRules.md)
|
|
@@ -1538,6 +1551,7 @@ Class | Method | HTTP request | Description
|
|
|
1538
1551
|
- [Akeyless::SignPKICertWithClassicKey](docs/SignPKICertWithClassicKey.md)
|
|
1539
1552
|
- [Akeyless::SignRsaSsaPss](docs/SignRsaSsaPss.md)
|
|
1540
1553
|
- [Akeyless::SignRsaSsaPssOutput](docs/SignRsaSsaPssOutput.md)
|
|
1554
|
+
- [Akeyless::SlackNotiForwarderDetails](docs/SlackNotiForwarderDetails.md)
|
|
1541
1555
|
- [Akeyless::SmInfo](docs/SmInfo.md)
|
|
1542
1556
|
- [Akeyless::SplunkLogForwardingConfig](docs/SplunkLogForwardingConfig.md)
|
|
1543
1557
|
- [Akeyless::SraDesktopAppConf](docs/SraDesktopAppConf.md)
|
|
@@ -1620,6 +1634,7 @@ Class | Method | HTTP request | Description
|
|
|
1620
1634
|
- [Akeyless::TargetUpdateWeb](docs/TargetUpdateWeb.md)
|
|
1621
1635
|
- [Akeyless::TargetUpdateWindows](docs/TargetUpdateWindows.md)
|
|
1622
1636
|
- [Akeyless::TargetUpdateZeroSSL](docs/TargetUpdateZeroSSL.md)
|
|
1637
|
+
- [Akeyless::TeamsNotiForwarderDetails](docs/TeamsNotiForwarderDetails.md)
|
|
1623
1638
|
- [Akeyless::TmpUserData](docs/TmpUserData.md)
|
|
1624
1639
|
- [Akeyless::Tokenize](docs/Tokenize.md)
|
|
1625
1640
|
- [Akeyless::TokenizeOutput](docs/TokenizeOutput.md)
|
|
@@ -1769,6 +1784,7 @@ Class | Method | HTTP request | Description
|
|
|
1769
1784
|
- [Akeyless::WebBastionRdpRecord](docs/WebBastionRdpRecord.md)
|
|
1770
1785
|
- [Akeyless::WebHookNotiForwarderPublicDetails](docs/WebHookNotiForwarderPublicDetails.md)
|
|
1771
1786
|
- [Akeyless::WebTargetDetails](docs/WebTargetDetails.md)
|
|
1787
|
+
- [Akeyless::WebhookNotiForwarderDetails](docs/WebhookNotiForwarderDetails.md)
|
|
1772
1788
|
- [Akeyless::WindowsService](docs/WindowsService.md)
|
|
1773
1789
|
- [Akeyless::WindowsServiceAttributes](docs/WindowsServiceAttributes.md)
|
|
1774
1790
|
- [Akeyless::WindowsTargetDetails](docs/WindowsTargetDetails.md)
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **account_default_key_item_id** | **Integer** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional] |
|
|
8
8
|
| **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
|
|
9
9
|
| **ai_insights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional] |
|
|
10
|
+
| **allowed_client_types** | [**AllowedClientType**](AllowedClientType.md) | | [optional] |
|
|
10
11
|
| **allowed_clients_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
|
|
11
12
|
| **allowed_gateways_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
|
|
12
13
|
| **auth_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
|
|
@@ -36,6 +37,7 @@ instance = Akeyless::AccountGeneralSettings.new(
|
|
|
36
37
|
account_default_key_item_id: null,
|
|
37
38
|
account_default_key_name: null,
|
|
38
39
|
ai_insights: null,
|
|
40
|
+
allowed_client_types: null,
|
|
39
41
|
allowed_clients_ips: null,
|
|
40
42
|
allowed_gateways_ips: null,
|
|
41
43
|
auth_usage_event: null,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **auto_rotate_interval_in_days** | **Integer** | | [optional] |
|
|
10
10
|
| **auto_rotate_rotation_hour** | **Integer** | | [optional] |
|
|
11
11
|
| **computer_base_dn** | **String** | | [optional] |
|
|
12
|
+
| **discover_iis_apps** | **Boolean** | | [optional] |
|
|
12
13
|
| **discover_local_users** | **Boolean** | Deprecated | [optional] |
|
|
13
14
|
| **discover_services** | **Boolean** | | [optional] |
|
|
14
15
|
| **discovery_types** | **Array<String>** | | [optional] |
|
|
@@ -38,6 +39,7 @@ instance = Akeyless::ActiveDirectoryPayload.new(
|
|
|
38
39
|
auto_rotate_interval_in_days: null,
|
|
39
40
|
auto_rotate_rotation_hour: null,
|
|
40
41
|
computer_base_dn: null,
|
|
42
|
+
discover_iis_apps: null,
|
|
41
43
|
discover_local_users: null,
|
|
42
44
|
discover_services: null,
|
|
43
45
|
discovery_types: null,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::AllowedClientType
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **client_types** | **Array<String>** | | [optional] |
|
|
8
|
+
| **lock** | **Boolean** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::AllowedClientType.new(
|
|
16
|
+
client_types: null,
|
|
17
|
+
lock: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | | [optional] |
|
|
8
8
|
| **access_id_alias** | **String** | for accounts where AccessId holds encrypted email this field will hold generated AccessId, for accounts based on regular AccessId it will be equal to accessId itself | [optional] |
|
|
9
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
9
10
|
| **api_key_access_rules** | [**APIKeyAccessRules**](APIKeyAccessRules.md) | | [optional] |
|
|
10
11
|
| **audit_logs_claims** | **Array<String>** | | [optional] |
|
|
11
12
|
| **aws_iam_access_rules** | [**AWSIAMAccessRules**](AWSIAMAccessRules.md) | | [optional] |
|
|
@@ -38,6 +39,7 @@ require 'akeyless'
|
|
|
38
39
|
instance = Akeyless::AuthMethodAccessInfo.new(
|
|
39
40
|
access_expires: null,
|
|
40
41
|
access_id_alias: null,
|
|
42
|
+
allowed_client_type: null,
|
|
41
43
|
api_key_access_rules: null,
|
|
42
44
|
audit_logs_claims: null,
|
|
43
45
|
aws_iam_access_rules: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -26,6 +27,7 @@ require 'akeyless'
|
|
|
26
27
|
|
|
27
28
|
instance = Akeyless::AuthMethodCreateApiKey.new(
|
|
28
29
|
access_expires: null,
|
|
30
|
+
allowed_client_type: null,
|
|
29
31
|
audit_logs_claims: null,
|
|
30
32
|
bound_ips: null,
|
|
31
33
|
delete_protection: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
|
|
10
11
|
| **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
|
|
@@ -35,6 +36,7 @@ require 'akeyless'
|
|
|
35
36
|
|
|
36
37
|
instance = Akeyless::AuthMethodCreateAwsIam.new(
|
|
37
38
|
access_expires: null,
|
|
39
|
+
allowed_client_type: null,
|
|
38
40
|
audit_logs_claims: null,
|
|
39
41
|
bound_arn: null,
|
|
40
42
|
bound_aws_account_id: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_group_id** | **Array<String>** | A list of group ids that the access is restricted to | [optional] |
|
|
@@ -39,6 +40,7 @@ require 'akeyless'
|
|
|
39
40
|
|
|
40
41
|
instance = Akeyless::AuthMethodCreateAzureAD.new(
|
|
41
42
|
access_expires: null,
|
|
43
|
+
allowed_client_type: null,
|
|
42
44
|
audience: null,
|
|
43
45
|
audit_logs_claims: null,
|
|
44
46
|
bound_group_id: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
|
|
@@ -36,6 +37,7 @@ require 'akeyless'
|
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::AuthMethodCreateCert.new(
|
|
38
39
|
access_expires: null,
|
|
40
|
+
allowed_client_type: null,
|
|
39
41
|
allowed_cors: null,
|
|
40
42
|
audit_logs_claims: null,
|
|
41
43
|
bound_common_names: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::AuthMethodCreateEmail.new(
|
|
31
32
|
access_expires: null,
|
|
33
|
+
allowed_client_type: null,
|
|
32
34
|
audit_logs_claims: null,
|
|
33
35
|
bound_ips: null,
|
|
34
36
|
delete_protection: null,
|
data/docs/AuthMethodCreateGcp.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience to verify in the JWT received by the client | [default to 'akeyless.io'] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -35,6 +36,7 @@ require 'akeyless'
|
|
|
35
36
|
|
|
36
37
|
instance = Akeyless::AuthMethodCreateGcp.new(
|
|
37
38
|
access_expires: null,
|
|
39
|
+
allowed_client_type: null,
|
|
38
40
|
audience: null,
|
|
39
41
|
audit_logs_claims: null,
|
|
40
42
|
bound_ips: null,
|
data/docs/AuthMethodCreateK8s.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -32,6 +33,7 @@ require 'akeyless'
|
|
|
32
33
|
|
|
33
34
|
instance = Akeyless::AuthMethodCreateK8s.new(
|
|
34
35
|
access_expires: null,
|
|
36
|
+
allowed_client_type: null,
|
|
35
37
|
audience: null,
|
|
36
38
|
audit_logs_claims: null,
|
|
37
39
|
bound_ips: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bind_dn** | **String** | | [optional] |
|
|
10
11
|
| **bind_dn_password** | **String** | | [optional] |
|
|
@@ -42,6 +43,7 @@ require 'akeyless'
|
|
|
42
43
|
|
|
43
44
|
instance = Akeyless::AuthMethodCreateKerberos.new(
|
|
44
45
|
access_expires: null,
|
|
46
|
+
allowed_client_type: null,
|
|
45
47
|
audit_logs_claims: null,
|
|
46
48
|
bind_dn: null,
|
|
47
49
|
bind_dn_password: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::AuthMethodCreateLdap.new(
|
|
31
32
|
access_expires: null,
|
|
33
|
+
allowed_client_type: null,
|
|
32
34
|
audit_logs_claims: null,
|
|
33
35
|
bound_ips: null,
|
|
34
36
|
delete_protection: null,
|
data/docs/AuthMethodCreateOCI.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -28,6 +29,7 @@ require 'akeyless'
|
|
|
28
29
|
|
|
29
30
|
instance = Akeyless::AuthMethodCreateOCI.new(
|
|
30
31
|
access_expires: null,
|
|
32
|
+
allowed_client_type: null,
|
|
31
33
|
audit_logs_claims: null,
|
|
32
34
|
bound_ips: null,
|
|
33
35
|
delete_protection: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
|
|
9
10
|
| **audience** | **String** | Audience claim to be used as part of the authentication flow. In case set, it must match the one configured on the Identity Provider's Application | [optional] |
|
|
10
11
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
@@ -35,6 +36,7 @@ require 'akeyless'
|
|
|
35
36
|
|
|
36
37
|
instance = Akeyless::AuthMethodCreateOIDC.new(
|
|
37
38
|
access_expires: null,
|
|
39
|
+
allowed_client_type: null,
|
|
38
40
|
allowed_redirect_uri: null,
|
|
39
41
|
audience: null,
|
|
40
42
|
audit_logs_claims: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience in the JWT | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_client_ids** | **Array<String>** | The clients ids that the access is restricted to | [optional] |
|
|
@@ -36,6 +37,7 @@ require 'akeyless'
|
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::AuthMethodCreateOauth2.new(
|
|
38
39
|
access_expires: null,
|
|
40
|
+
allowed_client_type: null,
|
|
39
41
|
audience: null,
|
|
40
42
|
audit_logs_claims: null,
|
|
41
43
|
bound_client_ids: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -31,6 +32,7 @@ require 'akeyless'
|
|
|
31
32
|
|
|
32
33
|
instance = Akeyless::AuthMethodCreateSAML.new(
|
|
33
34
|
access_expires: null,
|
|
35
|
+
allowed_client_type: null,
|
|
34
36
|
allowed_redirect_uri: null,
|
|
35
37
|
audit_logs_claims: null,
|
|
36
38
|
bound_ips: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
|
|
31
32
|
access_expires: null,
|
|
33
|
+
allowed_client_type: null,
|
|
32
34
|
audit_logs_claims: null,
|
|
33
35
|
bound_ips: null,
|
|
34
36
|
delete_protection: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -27,6 +28,7 @@ require 'akeyless'
|
|
|
27
28
|
|
|
28
29
|
instance = Akeyless::AuthMethodUpdateApiKey.new(
|
|
29
30
|
access_expires: null,
|
|
31
|
+
allowed_client_type: null,
|
|
30
32
|
audit_logs_claims: null,
|
|
31
33
|
bound_ips: null,
|
|
32
34
|
delete_protection: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
|
|
10
11
|
| **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
|
|
@@ -36,6 +37,7 @@ require 'akeyless'
|
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::AuthMethodUpdateAwsIam.new(
|
|
38
39
|
access_expires: null,
|
|
40
|
+
allowed_client_type: null,
|
|
39
41
|
audit_logs_claims: null,
|
|
40
42
|
bound_arn: null,
|
|
41
43
|
bound_aws_account_id: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_group_id** | **Array<String>** | A list of group ids that the access is restricted to | [optional] |
|
|
@@ -40,6 +41,7 @@ require 'akeyless'
|
|
|
40
41
|
|
|
41
42
|
instance = Akeyless::AuthMethodUpdateAzureAD.new(
|
|
42
43
|
access_expires: null,
|
|
44
|
+
allowed_client_type: null,
|
|
43
45
|
audience: null,
|
|
44
46
|
audit_logs_claims: null,
|
|
45
47
|
bound_group_id: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
|
|
@@ -37,6 +38,7 @@ require 'akeyless'
|
|
|
37
38
|
|
|
38
39
|
instance = Akeyless::AuthMethodUpdateCert.new(
|
|
39
40
|
access_expires: null,
|
|
41
|
+
allowed_client_type: null,
|
|
40
42
|
allowed_cors: null,
|
|
41
43
|
audit_logs_claims: null,
|
|
42
44
|
bound_common_names: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::AuthMethodUpdateEmail.new(
|
|
31
32
|
access_expires: null,
|
|
33
|
+
allowed_client_type: null,
|
|
32
34
|
audit_logs_claims: null,
|
|
33
35
|
bound_ips: null,
|
|
34
36
|
delete_protection: null,
|
data/docs/AuthMethodUpdateGcp.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience to verify in the JWT received by the client | [default to 'akeyless.io'] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -36,6 +37,7 @@ require 'akeyless'
|
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::AuthMethodUpdateGcp.new(
|
|
38
39
|
access_expires: null,
|
|
40
|
+
allowed_client_type: null,
|
|
39
41
|
audience: null,
|
|
40
42
|
audit_logs_claims: null,
|
|
41
43
|
bound_ips: null,
|
data/docs/AuthMethodUpdateK8s.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -33,6 +34,7 @@ require 'akeyless'
|
|
|
33
34
|
|
|
34
35
|
instance = Akeyless::AuthMethodUpdateK8s.new(
|
|
35
36
|
access_expires: null,
|
|
37
|
+
allowed_client_type: null,
|
|
36
38
|
audience: null,
|
|
37
39
|
audit_logs_claims: null,
|
|
38
40
|
bound_ips: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bind_dn** | **String** | | [optional] |
|
|
10
11
|
| **bind_dn_password** | **String** | | [optional] |
|
|
@@ -43,6 +44,7 @@ require 'akeyless'
|
|
|
43
44
|
|
|
44
45
|
instance = Akeyless::AuthMethodUpdateKerberos.new(
|
|
45
46
|
access_expires: null,
|
|
47
|
+
allowed_client_type: null,
|
|
46
48
|
audit_logs_claims: null,
|
|
47
49
|
bind_dn: null,
|
|
48
50
|
bind_dn_password: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -30,6 +31,7 @@ require 'akeyless'
|
|
|
30
31
|
|
|
31
32
|
instance = Akeyless::AuthMethodUpdateLdap.new(
|
|
32
33
|
access_expires: null,
|
|
34
|
+
allowed_client_type: null,
|
|
33
35
|
audit_logs_claims: null,
|
|
34
36
|
bound_ips: null,
|
|
35
37
|
delete_protection: null,
|
data/docs/AuthMethodUpdateOCI.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -29,6 +30,7 @@ require 'akeyless'
|
|
|
29
30
|
|
|
30
31
|
instance = Akeyless::AuthMethodUpdateOCI.new(
|
|
31
32
|
access_expires: null,
|
|
33
|
+
allowed_client_type: null,
|
|
32
34
|
audit_logs_claims: null,
|
|
33
35
|
bound_ips: null,
|
|
34
36
|
delete_protection: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
|
|
9
10
|
| **audience** | **String** | Audience claim to be used as part of the authentication flow. In case set, it must match the one configured on the Identity Provider's Application | [optional] |
|
|
10
11
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
@@ -36,6 +37,7 @@ require 'akeyless'
|
|
|
36
37
|
|
|
37
38
|
instance = Akeyless::AuthMethodUpdateOIDC.new(
|
|
38
39
|
access_expires: null,
|
|
40
|
+
allowed_client_type: null,
|
|
39
41
|
allowed_redirect_uri: null,
|
|
40
42
|
audience: null,
|
|
41
43
|
audit_logs_claims: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audience** | **String** | The audience in the JWT | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_client_ids** | **Array<String>** | The clients ids that the access is restricted to | [optional] |
|
|
@@ -37,6 +38,7 @@ require 'akeyless'
|
|
|
37
38
|
|
|
38
39
|
instance = Akeyless::AuthMethodUpdateOauth2.new(
|
|
39
40
|
access_expires: null,
|
|
41
|
+
allowed_client_type: null,
|
|
40
42
|
audience: null,
|
|
41
43
|
audit_logs_claims: null,
|
|
42
44
|
bound_client_ids: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
|
|
9
10
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
10
11
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
@@ -32,6 +33,7 @@ require 'akeyless'
|
|
|
32
33
|
|
|
33
34
|
instance = Akeyless::AuthMethodUpdateSAML.new(
|
|
34
35
|
access_expires: null,
|
|
36
|
+
allowed_client_type: null,
|
|
35
37
|
allowed_redirect_uri: null,
|
|
36
38
|
audit_logs_claims: null,
|
|
37
39
|
bound_ips: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
+
| **allowed_client_type** | **Array<String>** | | [optional] |
|
|
8
9
|
| **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
|
|
9
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
11
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
@@ -30,6 +31,7 @@ require 'akeyless'
|
|
|
30
31
|
|
|
31
32
|
instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
|
|
32
33
|
access_expires: null,
|
|
34
|
+
allowed_client_type: null,
|
|
33
35
|
audit_logs_claims: null,
|
|
34
36
|
bound_ips: null,
|
|
35
37
|
delete_protection: null,
|