akeyless 5.0.32 → 5.0.33

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -2
  3. data/docs/AssocTargetItem.md +3 -1
  4. data/docs/AuthMethod.md +2 -0
  5. data/docs/KMIPCAListEntry.md +34 -0
  6. data/docs/KmipGetCABundle.md +22 -0
  7. data/docs/KmipGetCABundleOutput.md +18 -0
  8. data/docs/KmipListCAs.md +22 -0
  9. data/docs/KmipListCAsOutput.md +18 -0
  10. data/docs/KmipRenewClientCertificate.md +2 -0
  11. data/docs/KmipRotateCA.md +24 -0
  12. data/docs/KmipRotateCAOutput.md +22 -0
  13. data/docs/KmipSunsetCA.md +28 -0
  14. data/docs/KmipSunsetCAOutput.md +18 -0
  15. data/docs/RotatedSecretCreateSsh.md +12 -0
  16. data/docs/RotatedSecretDetailsInfo.md +2 -0
  17. data/docs/RotatedSecretUpdateSsh.md +12 -0
  18. data/docs/SAMLAccessRules.md +2 -0
  19. data/docs/V2Api.md +261 -1
  20. data/lib/akeyless/api/v2_api.rb +241 -1
  21. data/lib/akeyless/models/assoc_target_item.rb +14 -2
  22. data/lib/akeyless/models/auth_method.rb +11 -1
  23. data/lib/akeyless/models/kmip_get_ca_bundle.rb +237 -0
  24. data/lib/akeyless/models/kmip_get_ca_bundle_output.rb +214 -0
  25. data/lib/akeyless/models/kmip_list_cas.rb +237 -0
  26. data/lib/akeyless/models/kmip_list_cas_output.rb +216 -0
  27. data/lib/akeyless/models/kmip_renew_client_certificate.rb +11 -1
  28. data/lib/akeyless/models/kmip_rotate_ca.rb +249 -0
  29. data/lib/akeyless/models/kmip_rotate_ca_output.rb +232 -0
  30. data/lib/akeyless/models/kmip_sunset_ca.rb +276 -0
  31. data/lib/akeyless/models/kmip_sunset_ca_output.rb +214 -0
  32. data/lib/akeyless/models/kmipca_list_entry.rb +288 -0
  33. data/lib/akeyless/models/rotated_secret_create_ssh.rb +67 -1
  34. data/lib/akeyless/models/rotated_secret_details_info.rb +11 -1
  35. data/lib/akeyless/models/rotated_secret_update_ssh.rb +67 -1
  36. data/lib/akeyless/models/saml_access_rules.rb +11 -1
  37. data/lib/akeyless/version.rb +1 -1
  38. data/lib/akeyless.rb +9 -0
  39. data/spec/models/kmip_get_ca_bundle_output_spec.rb +36 -0
  40. data/spec/models/kmip_get_ca_bundle_spec.rb +48 -0
  41. data/spec/models/kmip_list_cas_output_spec.rb +36 -0
  42. data/spec/models/kmip_list_cas_spec.rb +48 -0
  43. data/spec/models/kmip_rotate_ca_output_spec.rb +48 -0
  44. data/spec/models/kmip_rotate_ca_spec.rb +54 -0
  45. data/spec/models/kmip_sunset_ca_output_spec.rb +36 -0
  46. data/spec/models/kmip_sunset_ca_spec.rb +66 -0
  47. data/spec/models/kmipca_list_entry_spec.rb +84 -0
  48. metadata +58 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81a7a137a9320998ec3f634deac6752942e8fcf446f10b6439344f619118333a
4
- data.tar.gz: 986d8a753670633cf0f81a74ff003add895d5ad9cae3346f9152acf5b8880d17
3
+ metadata.gz: e4772241b4f99c3296a2b6c8f2b7e55ad45dacc634c7e4392a5ddf653a90bfcc
4
+ data.tar.gz: 83aaf995b4150ddb3e6f19584c709eb2736dcc065237160084e6f353ba22cc23
5
5
  SHA512:
6
- metadata.gz: 519207a765a2214d14ae54a9836ae59cf8c3a25047185b265bb00a3467f623c998e544bb130feb2350e1cc9e1c6d3474a61c8f3e0bb53010a2673700e224b3e7
7
- data.tar.gz: 157507526fc28c1b2b1983d6c3e64eba90385b5d2bf5499c328a30f87dc1143d9dec6f7ceddfe002937f87fd10cd9a5a4156130d03ab991e92d3169213131e90
6
+ metadata.gz: cf7d66b52cb742f52868ff15399cc462bf7192e937db8b19aad64017f6d5dbd0e1bf235d1799592f8c856587a1b0ab4505a209e589412d61f8f49c365357a0f7
7
+ data.tar.gz: '0797b561d6b60ffb0556ec74803a52df8949d67300d1b4c5db0d4983cdf8b317a41be22fcda0b609a95029001f393652382f0ae4c8e890d2a19444e2cfe0487e'
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.32
10
+ - Package version: 5.0.33
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)
@@ -436,13 +436,17 @@ Class | Method | HTTP request | Description
436
436
  *Akeyless::V2Api* | [**kmip_delete_server**](docs/V2Api.md#kmip_delete_server) | **DELETE** /kmip-delete-environment |
437
437
  *Akeyless::V2Api* | [**kmip_describe_client**](docs/V2Api.md#kmip_describe_client) | **POST** /kmip-get-client |
438
438
  *Akeyless::V2Api* | [**kmip_describe_server**](docs/V2Api.md#kmip_describe_server) | **POST** /kmip-get-environment |
439
+ *Akeyless::V2Api* | [**kmip_get_ca_bundle**](docs/V2Api.md#kmip_get_ca_bundle) | **POST** /kmip-get-ca-bundle |
440
+ *Akeyless::V2Api* | [**kmip_list_cas**](docs/V2Api.md#kmip_list_cas) | **POST** /kmip-list-cas |
439
441
  *Akeyless::V2Api* | [**kmip_list_clients**](docs/V2Api.md#kmip_list_clients) | **POST** /kmip-list-clients |
440
442
  *Akeyless::V2Api* | [**kmip_move_server**](docs/V2Api.md#kmip_move_server) | **POST** /kmip-move-environment |
441
- *Akeyless::V2Api* | [**kmip_renew_client_certificate**](docs/V2Api.md#kmip_renew_client_certificate) | **POST** /kmip-renew-client |
443
+ *Akeyless::V2Api* | [**kmip_renew_client_certificate**](docs/V2Api.md#kmip_renew_client_certificate) | **POST** /kmip-renew-client-certificate |
442
444
  *Akeyless::V2Api* | [**kmip_renew_server_certificate**](docs/V2Api.md#kmip_renew_server_certificate) | **POST** /kmip-renew-environment |
445
+ *Akeyless::V2Api* | [**kmip_rotate_ca**](docs/V2Api.md#kmip_rotate_ca) | **POST** /kmip-rotate-ca |
443
446
  *Akeyless::V2Api* | [**kmip_server_setup**](docs/V2Api.md#kmip_server_setup) | **POST** /kmip-create-environment |
444
447
  *Akeyless::V2Api* | [**kmip_server_update**](docs/V2Api.md#kmip_server_update) | **POST** /kmip-server-update |
445
448
  *Akeyless::V2Api* | [**kmip_set_server_state**](docs/V2Api.md#kmip_set_server_state) | **POST** /kmip-set-environment-state |
449
+ *Akeyless::V2Api* | [**kmip_sunset_ca**](docs/V2Api.md#kmip_sunset_ca) | **POST** /kmip-sunset-ca |
446
450
  *Akeyless::V2Api* | [**kubeconfig_generate**](docs/V2Api.md#kubeconfig_generate) | **POST** /kubeconfig-generate |
447
451
  *Akeyless::V2Api* | [**list_acme_accounts**](docs/V2Api.md#list_acme_accounts) | **POST** /list-acme-accounts |
448
452
  *Akeyless::V2Api* | [**list_auth_methods**](docs/V2Api.md#list_auth_methods) | **POST** /list-auth-methods |
@@ -1439,6 +1443,7 @@ Class | Method | HTTP request | Description
1439
1443
  - [Akeyless::K8SMigration](docs/K8SMigration.md)
1440
1444
  - [Akeyless::K8SPayload](docs/K8SPayload.md)
1441
1445
  - [Akeyless::KMIPCA](docs/KMIPCA.md)
1446
+ - [Akeyless::KMIPCAListEntry](docs/KMIPCAListEntry.md)
1442
1447
  - [Akeyless::KMIPClient](docs/KMIPClient.md)
1443
1448
  - [Akeyless::KMIPClientGetResponse](docs/KMIPClientGetResponse.md)
1444
1449
  - [Akeyless::KMIPClientListResponse](docs/KMIPClientListResponse.md)
@@ -1461,6 +1466,10 @@ Class | Method | HTTP request | Description
1461
1466
  - [Akeyless::KmipDescribeClient](docs/KmipDescribeClient.md)
1462
1467
  - [Akeyless::KmipDescribeServer](docs/KmipDescribeServer.md)
1463
1468
  - [Akeyless::KmipDescribeServerOutput](docs/KmipDescribeServerOutput.md)
1469
+ - [Akeyless::KmipGetCABundle](docs/KmipGetCABundle.md)
1470
+ - [Akeyless::KmipGetCABundleOutput](docs/KmipGetCABundleOutput.md)
1471
+ - [Akeyless::KmipListCAs](docs/KmipListCAs.md)
1472
+ - [Akeyless::KmipListCAsOutput](docs/KmipListCAsOutput.md)
1464
1473
  - [Akeyless::KmipListClients](docs/KmipListClients.md)
1465
1474
  - [Akeyless::KmipMoveServer](docs/KmipMoveServer.md)
1466
1475
  - [Akeyless::KmipMoveServerOutput](docs/KmipMoveServerOutput.md)
@@ -1468,11 +1477,15 @@ Class | Method | HTTP request | Description
1468
1477
  - [Akeyless::KmipRenewClientCertificateOutput](docs/KmipRenewClientCertificateOutput.md)
1469
1478
  - [Akeyless::KmipRenewServerCertificate](docs/KmipRenewServerCertificate.md)
1470
1479
  - [Akeyless::KmipRenewServerCertificateOutput](docs/KmipRenewServerCertificateOutput.md)
1480
+ - [Akeyless::KmipRotateCA](docs/KmipRotateCA.md)
1481
+ - [Akeyless::KmipRotateCAOutput](docs/KmipRotateCAOutput.md)
1471
1482
  - [Akeyless::KmipServerSetup](docs/KmipServerSetup.md)
1472
1483
  - [Akeyless::KmipServerUpdate](docs/KmipServerUpdate.md)
1473
1484
  - [Akeyless::KmipServerUpdateOutput](docs/KmipServerUpdateOutput.md)
1474
1485
  - [Akeyless::KmipSetServerState](docs/KmipSetServerState.md)
1475
1486
  - [Akeyless::KmipSetServerStateOutput](docs/KmipSetServerStateOutput.md)
1487
+ - [Akeyless::KmipSunsetCA](docs/KmipSunsetCA.md)
1488
+ - [Akeyless::KmipSunsetCAOutput](docs/KmipSunsetCAOutput.md)
1476
1489
  - [Akeyless::KubeConfigValue](docs/KubeConfigValue.md)
1477
1490
  - [Akeyless::KubeconfigCluster](docs/KubeconfigCluster.md)
1478
1491
  - [Akeyless::KubeconfigContext](docs/KubeconfigContext.md)
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **bind_ssl_profiles** | **Array<String>** | Bind the provisioned certificate to an existing client-ssl/server-ssl profile, in the format <type>:<partition>:<name> (relevant only for F5 BIG-IP certificate provisioning). Leave the partition empty to use the certificate's partition. Repeat the parameter to bind several profiles. | [optional] |
7
8
  | **certificate_path** | **String** | A path on the target to store the certificate pem file (relevant only for certificate provisioning) | [optional] |
8
9
  | **chain_path** | **String** | A path on the target to store the full chain pem file (relevant only for certificate provisioning) | [optional] |
9
10
  | **disable_previous_key_version** | **Boolean** | Automatically disable previous key version (required for azure targets) | [optional][default to false] |
@@ -15,7 +16,7 @@
15
16
  | **location_id** | **String** | Location id of the GCP KMS (required for gcp targets) | [optional] |
16
17
  | **multi_region** | **String** | Set to 'true' to create a multi-region managed key. (Relevant only for Classic Key AWS targets) | [optional][default to 'false'] |
17
18
  | **name** | **String** | The item to associate | |
18
- | **post_provision_command** | **String** | A custom command to run on the remote target after successful provisioning (relevant only for certificate provisioning) | [optional] |
19
+ | **post_provision_command** | **String** | A custom command to run on the remote target after successful provisioning (relevant only for SSH and Windows certificate provisioning, not supported for F5 BIG-IP) | [optional] |
19
20
  | **private_key_path** | **String** | A path on the target to store the private key (relevant only for certificate provisioning) | [optional] |
20
21
  | **project_id** | **String** | Project id of the GCP KMS (required for gcp targets) | [optional] |
21
22
  | **protection_level** | **String** | Protection level of the key [software/hardware] (relevant for gcp targets) | [optional][default to 'software'] |
@@ -34,6 +35,7 @@
34
35
  require 'akeyless'
35
36
 
36
37
  instance = Akeyless::AssocTargetItem.new(
38
+ bind_ssl_profiles: null,
37
39
  certificate_path: null,
38
40
  chain_path: null,
39
41
  disable_previous_key_version: null,
data/docs/AuthMethod.md CHANGED
@@ -14,6 +14,7 @@
14
14
  | **auth_method_id** | **Integer** | | [optional] |
15
15
  | **auth_method_name** | **String** | | [optional] |
16
16
  | **auth_method_roles_assoc** | [**Array<AuthMethodRoleAssociation>**](AuthMethodRoleAssociation.md) | | [optional] |
17
+ | **bookmark_login_url_template** | **String** | BookmarkLoginURLTemplate is an OIDC login URL template for console bookmarks. SaaS-owned methods use {redirect_uri} for client substitution; AuthViaGw embeds the GW console callback. | [optional] |
17
18
  | **client_permissions** | **Array<String>** | | [optional] |
18
19
  | **creation_date** | **Time** | | [optional] |
19
20
  | **delete_protection** | **Boolean** | | [optional] |
@@ -39,6 +40,7 @@ instance = Akeyless::AuthMethod.new(
39
40
  auth_method_id: null,
40
41
  auth_method_name: null,
41
42
  auth_method_roles_assoc: null,
43
+ bookmark_login_url_template: null,
42
44
  client_permissions: null,
43
45
  creation_date: null,
44
46
  delete_protection: null,
@@ -0,0 +1,34 @@
1
+ # Akeyless::KMIPCAListEntry
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **certificate** | **Array<Integer>** | | [optional] |
8
+ | **certificate_issue_date** | **Time** | | [optional] |
9
+ | **certificate_ttl_in_seconds** | **Integer** | | [optional] |
10
+ | **created_at** | **Time** | | [optional] |
11
+ | **id** | **String** | | [optional] |
12
+ | **issued_client_count** | **Integer** | | [optional] |
13
+ | **not_after** | **Time** | | [optional] |
14
+ | **not_before** | **Time** | | [optional] |
15
+ | **state** | **String** | | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'akeyless'
21
+
22
+ instance = Akeyless::KMIPCAListEntry.new(
23
+ certificate: null,
24
+ certificate_issue_date: null,
25
+ certificate_ttl_in_seconds: null,
26
+ created_at: null,
27
+ id: null,
28
+ issued_client_count: null,
29
+ not_after: null,
30
+ not_before: null,
31
+ state: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,22 @@
1
+ # Akeyless::KmipGetCABundle
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::KmipGetCABundle.new(
17
+ json: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::KmipGetCABundleOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_bundle** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::KmipGetCABundleOutput.new(
15
+ ca_bundle: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # Akeyless::KmipListCAs
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::KmipListCAs.new(
17
+ json: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::KmipListCAsOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cas** | [**Array<KMIPCAListEntry>**](KMIPCAListEntry.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::KmipListCAsOutput.new(
15
+ cas: null
16
+ )
17
+ ```
18
+
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **certificate_ttl** | **Integer** | Client certificate TTL in days. If unset, the existing client TTL is kept. | [optional] |
7
8
  | **client_id** | **String** | | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **name** | **String** | | [optional] |
@@ -16,6 +17,7 @@
16
17
  require 'akeyless'
17
18
 
18
19
  instance = Akeyless::KmipRenewClientCertificate.new(
20
+ certificate_ttl: null,
19
21
  client_id: null,
20
22
  json: null,
21
23
  name: null,
@@ -0,0 +1,24 @@
1
+ # Akeyless::KmipRotateCA
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **certificate_ttl** | **Integer** | New CA certificate TTL in days | [optional][default to 3650] |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::KmipRotateCA.new(
18
+ certificate_ttl: null,
19
+ json: null,
20
+ token: null,
21
+ uid_token: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,22 @@
1
+ # Akeyless::KmipRotateCAOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_bundle** | **String** | | [optional] |
8
+ | **ca_cert** | **String** | | [optional] |
9
+ | **ca_id** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::KmipRotateCAOutput.new(
17
+ ca_bundle: null,
18
+ ca_cert: null,
19
+ ca_id: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,28 @@
1
+ # Akeyless::KmipSunsetCA
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_id** | **String** | CA ID to sunset | |
8
+ | **force** | **Boolean** | Force sunset even if issued clients or recent usage are detected | [optional][default to false] |
9
+ | **grace_period** | **Integer** | Grace period in seconds for recent CA usage checks | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'akeyless'
18
+
19
+ instance = Akeyless::KmipSunsetCA.new(
20
+ ca_id: null,
21
+ force: null,
22
+ grace_period: null,
23
+ json: null,
24
+ token: null,
25
+ uid_token: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::KmipSunsetCAOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_id** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::KmipSunsetCAOutput.new(
15
+ ca_id: null
16
+ )
17
+ ```
18
+
@@ -15,6 +15,7 @@
15
15
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
16
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
17
17
  | **key** | **String** | | [optional] |
18
+ | **key_algorithm** | **String** | The key algorithm to generate with when no private key is supplied. options: [ED25519/RSA2048/RSA3072/RSA4096/ECDSA256/ECDSA384/ECDSA521] | [optional] |
18
19
  | **key_data_base64** | **String** | Private key file contents encoded using base64 | [optional] |
19
20
  | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
20
21
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
@@ -39,8 +40,13 @@
39
40
  | **secure_access_host** | **Array<String>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
40
41
  | **secure_access_rdp_domain** | **String** | Default domain name server. i.e. microsoft.com | [optional] |
41
42
  | **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
43
+ | **secure_access_ssh_creds** | **String** | Secret values contains SSH Credentials, either Private Key or Password [password/private-key] (relevant only for Static-Secret or Rotated-secret) | [optional] |
42
44
  | **secure_access_ssh_user** | **String** | Override the SSH username as indicated in SSH Certificate Issuer | [optional] |
43
45
  | **secure_access_target_type** | **String** | Specify target type. Options are ssh or rdp | [optional][default to 'false'] |
46
+ | **secure_access_url** | **String** | Destination URL to inject secrets | [optional] |
47
+ | **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to true] |
48
+ | **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
49
+ | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
44
50
  | **skip_dry_run** | **String** | If set, dry-run will be skipped | [optional] |
45
51
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
46
52
  | **target** | **Array<String>** | A list of targets to be associated with an SRA item, To specify multiple targets use argument multiple times | [optional] |
@@ -69,6 +75,7 @@ instance = Akeyless::RotatedSecretCreateSsh.new(
69
75
  item_custom_fields: null,
70
76
  json: null,
71
77
  key: null,
78
+ key_algorithm: null,
72
79
  key_data_base64: null,
73
80
  lock_during_sra_session: null,
74
81
  max_versions: null,
@@ -93,8 +100,13 @@ instance = Akeyless::RotatedSecretCreateSsh.new(
93
100
  secure_access_host: null,
94
101
  secure_access_rdp_domain: null,
95
102
  secure_access_rdp_user: null,
103
+ secure_access_ssh_creds: null,
96
104
  secure_access_ssh_user: null,
97
105
  secure_access_target_type: null,
106
+ secure_access_url: null,
107
+ secure_access_web: null,
108
+ secure_access_web_browsing: null,
109
+ secure_access_web_proxy: null,
98
110
  skip_dry_run: null,
99
111
  tags: null,
100
112
  target: null,
@@ -13,6 +13,7 @@
13
13
  | **grace_rotation_timing** | **String** | | [optional] |
14
14
  | **gw_cluster_id** | **Integer** | | [optional] |
15
15
  | **iis_apps_details** | [**Array<WindowsService>**](WindowsService.md) | | [optional] |
16
+ | **key_algorithm** | **String** | SSHKeyAlgorithm identifies the key algorithm an SSH rotated secret uses. Kept apart from Algorithm, which is an encryption-key enum and has no ECDSA-384 or ECDSA-521. | [optional] |
16
17
  | **last_rotation_error** | **String** | | [optional] |
17
18
  | **managed_by_akeyless** | **Boolean** | | [optional] |
18
19
  | **max_versions** | **Integer** | | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::RotatedSecretDetailsInfo.new(
45
46
  grace_rotation_timing: null,
46
47
  gw_cluster_id: null,
47
48
  iis_apps_details: null,
49
+ key_algorithm: null,
48
50
  last_rotation_error: null,
49
51
  managed_by_akeyless: null,
50
52
  max_versions: null,
@@ -17,6 +17,7 @@
17
17
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
18
18
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
19
19
  | **key** | **String** | | [optional] |
20
+ | **key_algorithm** | **String** | The key algorithm to generate with when no private key is supplied, leave empty to keep the current algorithm. options: [ED25519/RSA2048/RSA3072/RSA4096/ECDSA256/ECDSA384/ECDSA521] | [optional] |
20
21
  | **key_data_base64** | **String** | Private key file contents encoded using base64 | [optional] |
21
22
  | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
22
23
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
@@ -43,8 +44,13 @@
43
44
  | **secure_access_host** | **Array<String>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
44
45
  | **secure_access_rdp_domain** | **String** | Default domain name server. i.e. microsoft.com | [optional] |
45
46
  | **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
47
+ | **secure_access_ssh_creds** | **String** | Secret values contains SSH Credentials, either Private Key or Password [password/private-key] (relevant only for Static-Secret or Rotated-secret) | [optional] |
46
48
  | **secure_access_ssh_user** | **String** | Override the SSH username as indicated in SSH Certificate Issuer | [optional] |
47
49
  | **secure_access_target_type** | **String** | Specify target type. Options are ssh or rdp | [optional][default to 'false'] |
50
+ | **secure_access_url** | **String** | Destination URL to inject secrets | [optional] |
51
+ | **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to true] |
52
+ | **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
53
+ | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
48
54
  | **skip_dry_run** | **String** | If set, dry-run will be skipped | [optional] |
49
55
  | **target** | **Array<String>** | A list of targets to be associated with an SRA item, To specify multiple targets use argument multiple times | [optional] |
50
56
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -73,6 +79,7 @@ instance = Akeyless::RotatedSecretUpdateSsh.new(
73
79
  json: null,
74
80
  keep_prev_version: null,
75
81
  key: null,
82
+ key_algorithm: null,
76
83
  key_data_base64: null,
77
84
  lock_during_sra_session: null,
78
85
  max_versions: null,
@@ -99,8 +106,13 @@ instance = Akeyless::RotatedSecretUpdateSsh.new(
99
106
  secure_access_host: null,
100
107
  secure_access_rdp_domain: null,
101
108
  secure_access_rdp_user: null,
109
+ secure_access_ssh_creds: null,
102
110
  secure_access_ssh_user: null,
103
111
  secure_access_target_type: null,
112
+ secure_access_url: null,
113
+ secure_access_web: null,
114
+ secure_access_web_browsing: null,
115
+ secure_access_web_proxy: null,
104
116
  skip_dry_run: null,
105
117
  target: null,
106
118
  token: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **allowed_redirect_uris** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
8
+ | **authorized_gw_cluster_name** | **String** | AuthorizedGwClusterName binds the access method to a single GW cluster. When empty (or whitespace-only), GW-driven auth is disabled. | [optional] |
8
9
  | **bound_attributes** | [**Array<SAMLAttribute>**](SAMLAttribute.md) | The attributes that login is restricted to. | [optional] |
9
10
  | **idp_metadata_url** | **String** | IDP metadata url | [optional] |
10
11
  | **idp_metadata_xml** | **String** | IDP metadata XML | [optional] |
@@ -18,6 +19,7 @@ require 'akeyless'
18
19
 
19
20
  instance = Akeyless::SAMLAccessRules.new(
20
21
  allowed_redirect_uris: null,
22
+ authorized_gw_cluster_name: null,
21
23
  bound_attributes: null,
22
24
  idp_metadata_url: null,
23
25
  idp_metadata_xml: null,