akeyless 5.0.27 → 5.0.28

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 (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -1
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/EsmGetSecretOutput.md +7 -1
  5. data/docs/FolderDeleteSync.md +32 -0
  6. data/docs/FolderDeleteSyncOutput.md +24 -0
  7. data/docs/FolderSync.md +34 -0
  8. data/docs/FolderSyncAll.md +26 -0
  9. data/docs/FolderSyncAllOutput.md +18 -0
  10. data/docs/FolderSyncOutput.md +24 -0
  11. data/docs/FolderUSCSyncConfig.md +2 -0
  12. data/docs/OIDCAccessRules.md +2 -0
  13. data/docs/PersonalFolderGlobalMappingSettings.md +20 -0
  14. data/docs/RotatedSecretCreateAws.md +4 -4
  15. data/docs/RotatedSecretCreateAzure.md +6 -4
  16. data/docs/RotatedSecretCreateCassandra.md +4 -4
  17. data/docs/RotatedSecretCreateCustom.md +4 -4
  18. data/docs/RotatedSecretCreateDockerhub.md +4 -4
  19. data/docs/RotatedSecretCreateGcp.md +4 -4
  20. data/docs/RotatedSecretCreateHanadb.md +4 -4
  21. data/docs/RotatedSecretCreateHashiVault.md +60 -0
  22. data/docs/RotatedSecretCreateLdap.md +4 -4
  23. data/docs/RotatedSecretCreateMongodb.md +4 -4
  24. data/docs/RotatedSecretCreateMssql.md +4 -4
  25. data/docs/RotatedSecretCreateMysql.md +4 -4
  26. data/docs/RotatedSecretCreateOpenAI.md +4 -4
  27. data/docs/RotatedSecretCreateOracledb.md +4 -4
  28. data/docs/RotatedSecretCreatePostgresql.md +4 -4
  29. data/docs/RotatedSecretCreateRedis.md +4 -4
  30. data/docs/RotatedSecretCreateRedshift.md +4 -4
  31. data/docs/RotatedSecretCreateSnowflake.md +4 -4
  32. data/docs/RotatedSecretCreateSplunk.md +4 -4
  33. data/docs/RotatedSecretCreateSsh.md +4 -4
  34. data/docs/RotatedSecretCreateWindows.md +4 -4
  35. data/docs/RotatedSecretUpdateAws.md +4 -4
  36. data/docs/RotatedSecretUpdateAzure.md +6 -4
  37. data/docs/RotatedSecretUpdateCassandra.md +4 -4
  38. data/docs/RotatedSecretUpdateCustom.md +4 -4
  39. data/docs/RotatedSecretUpdateDockerhub.md +4 -4
  40. data/docs/RotatedSecretUpdateGcp.md +4 -4
  41. data/docs/RotatedSecretUpdateHanadb.md +4 -4
  42. data/docs/RotatedSecretUpdateHashiVault.md +64 -0
  43. data/docs/RotatedSecretUpdateLdap.md +4 -4
  44. data/docs/RotatedSecretUpdateMongodb.md +4 -4
  45. data/docs/RotatedSecretUpdateMssql.md +4 -4
  46. data/docs/RotatedSecretUpdateMysql.md +4 -4
  47. data/docs/RotatedSecretUpdateOpenAI.md +4 -4
  48. data/docs/RotatedSecretUpdateOracledb.md +4 -4
  49. data/docs/RotatedSecretUpdatePostgresql.md +4 -4
  50. data/docs/RotatedSecretUpdateRedis.md +4 -4
  51. data/docs/RotatedSecretUpdateRedshift.md +4 -4
  52. data/docs/RotatedSecretUpdateSnowflake.md +4 -4
  53. data/docs/RotatedSecretUpdateSplunk.md +4 -4
  54. data/docs/RotatedSecretUpdateSsh.md +4 -4
  55. data/docs/RotatedSecretUpdateWindows.md +4 -4
  56. data/docs/SecretInfo.md +5 -1
  57. data/docs/UscGetSecretOutput.md +7 -1
  58. data/docs/V2Api.md +315 -0
  59. data/lib/akeyless/api/v2_api.rb +320 -0
  60. data/lib/akeyless/models/account_general_settings.rb +10 -1
  61. data/lib/akeyless/models/esm_get_secret_output.rb +35 -4
  62. data/lib/akeyless/models/folder_delete_sync.rb +305 -0
  63. data/lib/akeyless/models/folder_delete_sync_output.rb +245 -0
  64. data/lib/akeyless/models/folder_sync.rb +306 -0
  65. data/lib/akeyless/models/folder_sync_all.rb +266 -0
  66. data/lib/akeyless/models/folder_sync_all_output.rb +214 -0
  67. data/lib/akeyless/models/folder_sync_output.rb +247 -0
  68. data/lib/akeyless/models/folder_usc_sync_config.rb +10 -1
  69. data/lib/akeyless/models/oidc_access_rules.rb +11 -1
  70. data/lib/akeyless/models/personal_folder_global_mapping_settings.rb +223 -0
  71. data/lib/akeyless/models/rotated_secret_create_aws.rb +0 -4
  72. data/lib/akeyless/models/rotated_secret_create_azure.rb +11 -5
  73. data/lib/akeyless/models/rotated_secret_create_cassandra.rb +0 -4
  74. data/lib/akeyless/models/rotated_secret_create_custom.rb +0 -4
  75. data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +0 -4
  76. data/lib/akeyless/models/rotated_secret_create_gcp.rb +0 -4
  77. data/lib/akeyless/models/rotated_secret_create_hanadb.rb +0 -4
  78. data/lib/akeyless/models/rotated_secret_create_hashi_vault.rb +446 -0
  79. data/lib/akeyless/models/rotated_secret_create_ldap.rb +0 -4
  80. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +0 -4
  81. data/lib/akeyless/models/rotated_secret_create_mssql.rb +0 -4
  82. data/lib/akeyless/models/rotated_secret_create_mysql.rb +0 -4
  83. data/lib/akeyless/models/rotated_secret_create_open_ai.rb +0 -4
  84. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +0 -4
  85. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +0 -4
  86. data/lib/akeyless/models/rotated_secret_create_redis.rb +0 -4
  87. data/lib/akeyless/models/rotated_secret_create_redshift.rb +0 -4
  88. data/lib/akeyless/models/rotated_secret_create_snowflake.rb +0 -4
  89. data/lib/akeyless/models/rotated_secret_create_splunk.rb +0 -4
  90. data/lib/akeyless/models/rotated_secret_create_ssh.rb +0 -4
  91. data/lib/akeyless/models/rotated_secret_create_windows.rb +0 -4
  92. data/lib/akeyless/models/rotated_secret_sync.rb +1 -1
  93. data/lib/akeyless/models/rotated_secret_update_aws.rb +0 -4
  94. data/lib/akeyless/models/rotated_secret_update_azure.rb +11 -5
  95. data/lib/akeyless/models/rotated_secret_update_cassandra.rb +0 -4
  96. data/lib/akeyless/models/rotated_secret_update_custom.rb +0 -4
  97. data/lib/akeyless/models/rotated_secret_update_dockerhub.rb +0 -4
  98. data/lib/akeyless/models/rotated_secret_update_gcp.rb +0 -4
  99. data/lib/akeyless/models/rotated_secret_update_hanadb.rb +0 -4
  100. data/lib/akeyless/models/rotated_secret_update_hashi_vault.rb +463 -0
  101. data/lib/akeyless/models/rotated_secret_update_ldap.rb +0 -4
  102. data/lib/akeyless/models/rotated_secret_update_mongodb.rb +0 -4
  103. data/lib/akeyless/models/rotated_secret_update_mssql.rb +0 -4
  104. data/lib/akeyless/models/rotated_secret_update_mysql.rb +0 -4
  105. data/lib/akeyless/models/rotated_secret_update_open_ai.rb +0 -4
  106. data/lib/akeyless/models/rotated_secret_update_oracledb.rb +0 -4
  107. data/lib/akeyless/models/rotated_secret_update_postgresql.rb +0 -4
  108. data/lib/akeyless/models/rotated_secret_update_redis.rb +0 -4
  109. data/lib/akeyless/models/rotated_secret_update_redshift.rb +0 -4
  110. data/lib/akeyless/models/rotated_secret_update_snowflake.rb +0 -4
  111. data/lib/akeyless/models/rotated_secret_update_splunk.rb +0 -4
  112. data/lib/akeyless/models/rotated_secret_update_ssh.rb +0 -4
  113. data/lib/akeyless/models/rotated_secret_update_windows.rb +0 -4
  114. data/lib/akeyless/models/secret_info.rb +24 -4
  115. data/lib/akeyless/models/static_secret_sync.rb +1 -1
  116. data/lib/akeyless/models/usc_get_secret_output.rb +35 -4
  117. data/lib/akeyless/version.rb +1 -1
  118. data/lib/akeyless.rb +9 -0
  119. data/spec/models/folder_delete_sync_output_spec.rb +54 -0
  120. data/spec/models/folder_delete_sync_spec.rb +78 -0
  121. data/spec/models/folder_sync_all_output_spec.rb +36 -0
  122. data/spec/models/folder_sync_all_spec.rb +60 -0
  123. data/spec/models/folder_sync_output_spec.rb +54 -0
  124. data/spec/models/folder_sync_spec.rb +84 -0
  125. data/spec/models/personal_folder_global_mapping_settings_spec.rb +42 -0
  126. data/spec/models/rotated_secret_create_hashi_vault_spec.rb +162 -0
  127. data/spec/models/rotated_secret_update_hashi_vault_spec.rb +174 -0
  128. metadata +38 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3d631020e02a7e78b6f917fb0c7e93ed66869abe7ee1c448b5c64b3e9108307
4
- data.tar.gz: 7c817c520fcf53bd418d65656fa69410651ff043184b6f9cc18bf7416f952a3f
3
+ metadata.gz: 379eefa0b747e85041f472d3baf95b22a626c92780ff4df5c95e845e5b8011c3
4
+ data.tar.gz: 55a334600b6b2ce309dc085928aa2aaa33d41d13346f5e8e11a5bdc2b8bfb4b8
5
5
  SHA512:
6
- metadata.gz: 589ac70ac1056e383369db68112f0695010b0e7d0dd6be9fbf73c37c77f01ec938f5d6c6d2bce95679bb6e320d6f861640a65043ab856cdca819070c73b197bf
7
- data.tar.gz: 0f29336ac1c127d037ca7ffa16755284cc8a965a07b5c411cb510bbe1e460e2baeaef10706be75dc9a79cd7b2eb28b33999f42c684c4583ef47dc421310f7021
6
+ metadata.gz: becc1985745e13e9379d68a4888aaaf6671a4b47eb7816c8b0838b84b227fcf9a2e17c1a983307ca1f02865d522d53cd32b0850e31e489c090c260b7b6262b10
7
+ data.tar.gz: bd110e3a9060dfe52ac875fba454665f64bb8dfbfd386d2fdd89ec3fcb21e91c42f7f3b8d83bb952b3f499fc4f301b1cc041189283c1234104b947fd1d575889
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.27
10
+ - Package version: 5.0.28
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)
@@ -277,7 +277,10 @@ Class | Method | HTTP request | Description
277
277
  *Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
278
278
  *Akeyless::V2Api* | [**folder_create**](docs/V2Api.md#folder_create) | **POST** /folder-create |
279
279
  *Akeyless::V2Api* | [**folder_delete**](docs/V2Api.md#folder_delete) | **POST** /folder-delete |
280
+ *Akeyless::V2Api* | [**folder_delete_sync**](docs/V2Api.md#folder_delete_sync) | **POST** /folder-delete-sync |
280
281
  *Akeyless::V2Api* | [**folder_get**](docs/V2Api.md#folder_get) | **POST** /folder-get |
282
+ *Akeyless::V2Api* | [**folder_sync**](docs/V2Api.md#folder_sync) | **POST** /folder-sync |
283
+ *Akeyless::V2Api* | [**folder_sync_all**](docs/V2Api.md#folder_sync_all) | **POST** /folder-sync-all |
281
284
  *Akeyless::V2Api* | [**folder_update**](docs/V2Api.md#folder_update) | **POST** /folder-update |
282
285
  *Akeyless::V2Api* | [**gateway_create_allowed_access**](docs/V2Api.md#gateway_create_allowed_access) | **POST** /gateway-create-allowed-access |
283
286
  *Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
@@ -473,6 +476,7 @@ Class | Method | HTTP request | Description
473
476
  *Akeyless::V2Api* | [**rotated_secret_create_dockerhub**](docs/V2Api.md#rotated_secret_create_dockerhub) | **POST** /rotated-secret-create-dockerhub |
474
477
  *Akeyless::V2Api* | [**rotated_secret_create_gcp**](docs/V2Api.md#rotated_secret_create_gcp) | **POST** /rotated-secret-create-gcp |
475
478
  *Akeyless::V2Api* | [**rotated_secret_create_hanadb**](docs/V2Api.md#rotated_secret_create_hanadb) | **POST** /rotated-secret-create-hanadb |
479
+ *Akeyless::V2Api* | [**rotated_secret_create_hashi_vault**](docs/V2Api.md#rotated_secret_create_hashi_vault) | **POST** /rotated-secret-create-hashi-vault |
476
480
  *Akeyless::V2Api* | [**rotated_secret_create_ldap**](docs/V2Api.md#rotated_secret_create_ldap) | **POST** /rotated-secret-create-ldap |
477
481
  *Akeyless::V2Api* | [**rotated_secret_create_mongodb**](docs/V2Api.md#rotated_secret_create_mongodb) | **POST** /rotated-secret-create-mongodb |
478
482
  *Akeyless::V2Api* | [**rotated_secret_create_mssql**](docs/V2Api.md#rotated_secret_create_mssql) | **POST** /rotated-secret-create-mssql |
@@ -498,6 +502,7 @@ Class | Method | HTTP request | Description
498
502
  *Akeyless::V2Api* | [**rotated_secret_update_dockerhub**](docs/V2Api.md#rotated_secret_update_dockerhub) | **POST** /rotated-secret-update-dockerhub |
499
503
  *Akeyless::V2Api* | [**rotated_secret_update_gcp**](docs/V2Api.md#rotated_secret_update_gcp) | **POST** /rotated-secret-update-gcp |
500
504
  *Akeyless::V2Api* | [**rotated_secret_update_hanadb**](docs/V2Api.md#rotated_secret_update_hanadb) | **POST** /rotated-secret-update-hanadb |
505
+ *Akeyless::V2Api* | [**rotated_secret_update_hashi_vault**](docs/V2Api.md#rotated_secret_update_hashi_vault) | **POST** /rotated-secret-update-hashi-vault |
501
506
  *Akeyless::V2Api* | [**rotated_secret_update_ldap**](docs/V2Api.md#rotated_secret_update_ldap) | **POST** /rotated-secret-update-ldap |
502
507
  *Akeyless::V2Api* | [**rotated_secret_update_mongodb**](docs/V2Api.md#rotated_secret_update_mongodb) | **POST** /rotated-secret-update-mongodb |
503
508
  *Akeyless::V2Api* | [**rotated_secret_update_mssql**](docs/V2Api.md#rotated_secret_update_mssql) | **POST** /rotated-secret-update-mssql |
@@ -1098,8 +1103,14 @@ Class | Method | HTTP request | Description
1098
1103
  - [Akeyless::FolderCreate](docs/FolderCreate.md)
1099
1104
  - [Akeyless::FolderCreateOutput](docs/FolderCreateOutput.md)
1100
1105
  - [Akeyless::FolderDelete](docs/FolderDelete.md)
1106
+ - [Akeyless::FolderDeleteSync](docs/FolderDeleteSync.md)
1107
+ - [Akeyless::FolderDeleteSyncOutput](docs/FolderDeleteSyncOutput.md)
1101
1108
  - [Akeyless::FolderGet](docs/FolderGet.md)
1102
1109
  - [Akeyless::FolderGetOutput](docs/FolderGetOutput.md)
1110
+ - [Akeyless::FolderSync](docs/FolderSync.md)
1111
+ - [Akeyless::FolderSyncAll](docs/FolderSyncAll.md)
1112
+ - [Akeyless::FolderSyncAllOutput](docs/FolderSyncAllOutput.md)
1113
+ - [Akeyless::FolderSyncOutput](docs/FolderSyncOutput.md)
1103
1114
  - [Akeyless::FolderUSCSyncConfig](docs/FolderUSCSyncConfig.md)
1104
1115
  - [Akeyless::FolderUpdate](docs/FolderUpdate.md)
1105
1116
  - [Akeyless::GCPAccessRules](docs/GCPAccessRules.md)
@@ -1491,6 +1502,7 @@ Class | Method | HTTP request | Description
1491
1502
  - [Akeyless::PasswordScoreSetting](docs/PasswordScoreSetting.md)
1492
1503
  - [Akeyless::PasswordSecurityInfo](docs/PasswordSecurityInfo.md)
1493
1504
  - [Akeyless::PathRule](docs/PathRule.md)
1505
+ - [Akeyless::PersonalFolderGlobalMappingSettings](docs/PersonalFolderGlobalMappingSettings.md)
1494
1506
  - [Akeyless::PingTargetDetails](docs/PingTargetDetails.md)
1495
1507
  - [Akeyless::PoliciesCreateOutput](docs/PoliciesCreateOutput.md)
1496
1508
  - [Akeyless::PoliciesDelete](docs/PoliciesDelete.md)
@@ -1540,6 +1552,7 @@ Class | Method | HTTP request | Description
1540
1552
  - [Akeyless::RotatedSecretCreateDockerhub](docs/RotatedSecretCreateDockerhub.md)
1541
1553
  - [Akeyless::RotatedSecretCreateGcp](docs/RotatedSecretCreateGcp.md)
1542
1554
  - [Akeyless::RotatedSecretCreateHanadb](docs/RotatedSecretCreateHanadb.md)
1555
+ - [Akeyless::RotatedSecretCreateHashiVault](docs/RotatedSecretCreateHashiVault.md)
1543
1556
  - [Akeyless::RotatedSecretCreateLdap](docs/RotatedSecretCreateLdap.md)
1544
1557
  - [Akeyless::RotatedSecretCreateMongodb](docs/RotatedSecretCreateMongodb.md)
1545
1558
  - [Akeyless::RotatedSecretCreateMssql](docs/RotatedSecretCreateMssql.md)
@@ -1569,6 +1582,7 @@ Class | Method | HTTP request | Description
1569
1582
  - [Akeyless::RotatedSecretUpdateDockerhub](docs/RotatedSecretUpdateDockerhub.md)
1570
1583
  - [Akeyless::RotatedSecretUpdateGcp](docs/RotatedSecretUpdateGcp.md)
1571
1584
  - [Akeyless::RotatedSecretUpdateHanadb](docs/RotatedSecretUpdateHanadb.md)
1585
+ - [Akeyless::RotatedSecretUpdateHashiVault](docs/RotatedSecretUpdateHashiVault.md)
1572
1586
  - [Akeyless::RotatedSecretUpdateLdap](docs/RotatedSecretUpdateLdap.md)
1573
1587
  - [Akeyless::RotatedSecretUpdateMongodb](docs/RotatedSecretUpdateMongodb.md)
1574
1588
  - [Akeyless::RotatedSecretUpdateMssql](docs/RotatedSecretUpdateMssql.md)
@@ -30,6 +30,7 @@
30
30
  | **password_expiration_info** | [**PasswordExpirationInfo**](PasswordExpirationInfo.md) | | [optional] |
31
31
  | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
32
32
  | **password_score** | [**PasswordScoreSetting**](PasswordScoreSetting.md) | | [optional] |
33
+ | **personal_folder_global_mapping** | [**PersonalFolderGlobalMappingSettings**](PersonalFolderGlobalMappingSettings.md) | | [optional] |
33
34
  | **protect_items_by_default** | **Boolean** | | [optional] |
34
35
  | **rotation_secret_max_interval** | [**RotationSecretMaxInterval**](RotationSecretMaxInterval.md) | | [optional] |
35
36
  | **sharing_policy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional] |
@@ -66,6 +67,7 @@ instance = Akeyless::AccountGeneralSettings.new(
66
67
  password_expiration_info: null,
67
68
  password_policy: null,
68
69
  password_score: null,
70
+ personal_folder_global_mapping: null,
69
71
  protect_items_by_default: null,
70
72
  rotation_secret_max_interval: null,
71
73
  sharing_policy: null
@@ -10,6 +10,9 @@
10
10
  | **metadata** | **Object** | | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
12
  | **value** | **String** | | [optional] |
13
+ | **version_id** | **String** | | [optional] |
14
+ | **version_ids** | **Array<String>** | | [optional] |
15
+ | **warnings** | **Array<String>** | | [optional] |
13
16
 
14
17
  ## Example
15
18
 
@@ -22,7 +25,10 @@ instance = Akeyless::EsmGetSecretOutput.new(
22
25
  id: null,
23
26
  metadata: null,
24
27
  name: null,
25
- value: null
28
+ value: null,
29
+ version_id: null,
30
+ version_ids: null,
31
+ warnings: null
26
32
  )
27
33
  ```
28
34
 
@@ -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
+
@@ -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
+
@@ -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
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **allowed_redirect_uris** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
8
8
  | **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] |
9
+ | **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] |
9
10
  | **bound_claims** | [**Array<OIDCCustomClaim>**](OIDCCustomClaim.md) | The claims that login is restricted to. | [optional] |
10
11
  | **client_id** | **String** | Client ID | [optional] |
11
12
  | **client_secret** | **String** | Client Secret | [optional] |
@@ -23,6 +24,7 @@ require 'akeyless'
23
24
  instance = Akeyless::OIDCAccessRules.new(
24
25
  allowed_redirect_uris: null,
25
26
  audience: null,
27
+ authorized_gw_cluster_name: null,
26
28
  bound_claims: null,
27
29
  client_id: null,
28
30
  client_secret: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::PersonalFolderGlobalMappingSettings
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enable** | **Boolean** | | [optional] |
8
+ | **unique_identifier_claim** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::PersonalFolderGlobalMappingSettings.new(
16
+ enable: null,
17
+ unique_identifier_claim: null
18
+ )
19
+ ```
20
+
@@ -7,7 +7,7 @@
7
7
  | **api_id** | **String** | API ID to rotate (relevant only for rotator-type=api-key) | [optional] |
8
8
  | **api_key** | **String** | API key to rotate (relevant only for rotator-type=api-key) | [optional] |
9
9
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
10
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
+ | **auto_rotate** | **String** | | [optional] |
11
11
  | **aws_region** | **String** | Aws Region | [optional][default to 'us-east-2'] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
@@ -18,7 +18,7 @@
18
18
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
19
19
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
20
20
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
21
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
21
+ | **key** | **String** | | [optional] |
22
22
  | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
23
23
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
24
24
  | **name** | **String** | Rotated secret name | |
@@ -26,8 +26,8 @@
26
26
  | **password_length** | **String** | The length of the password to be generated | [optional] |
27
27
  | **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
28
28
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
29
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
30
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
29
+ | **rotation_hour** | **Integer** | | [optional] |
30
+ | **rotation_interval** | **String** | | [optional] |
31
31
  | **rotator_type** | **String** | The rotator type. options: [target/api-key] | |
32
32
  | **secure_access_aws_account_id** | **String** | The AWS account id | [optional] |
33
33
  | **secure_access_aws_native_cli** | **Boolean** | The AWS native cli | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **api_key** | **String** | API key to rotate (relevant only for rotator-type=api-key) | [optional] |
9
9
  | **application_id** | **String** | Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds) | [optional] |
10
10
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
11
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
11
+ | **auto_rotate** | **String** | | [optional] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
14
14
  | **explicitly_set_sa** | **String** | If set, explicitly provide the storage account details [true/false] | [optional][default to 'false'] |
@@ -19,18 +19,19 @@
19
19
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
20
20
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
21
21
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
22
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
22
+ | **key** | **String** | | [optional] |
23
23
  | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
24
24
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
25
25
  | **name** | **String** | Rotated secret name | |
26
26
  | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
27
+ | **password** | **String** | The password for the user principal name to rotate (relevant only for rotator-type=password) | [optional] |
27
28
  | **password_length** | **String** | The length of the password to be generated | [optional] |
28
29
  | **resource_group_name** | **String** | The resource group name (only relevant when explicitly-set-sa=true) | [optional] |
29
30
  | **resource_name** | **String** | The name of the storage account (only relevant when explicitly-set-sa=true) | [optional] |
30
31
  | **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
31
32
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
32
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
33
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
33
+ | **rotation_hour** | **Integer** | | [optional] |
34
+ | **rotation_interval** | **String** | | [optional] |
34
35
  | **rotator_type** | **String** | The rotator type. options: [target/password/api-key/azure-storage-account] | |
35
36
  | **secure_access_disable_concurrent_connections** | **Boolean** | Enable this flag to prevent simultaneous use of the same secret | [optional] |
36
37
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -75,6 +76,7 @@ instance = Akeyless::RotatedSecretCreateAzure.new(
75
76
  max_versions: null,
76
77
  name: null,
77
78
  output_rule: null,
79
+ password: null,
78
80
  password_length: null,
79
81
  resource_group_name: null,
80
82
  resource_name: null,
@@ -5,13 +5,13 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
8
+ | **auto_rotate** | **String** | | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
12
12
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
13
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **key** | **String** | | [optional] |
15
15
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
16
16
  | **name** | **String** | Rotated secret name | |
17
17
  | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
@@ -19,8 +19,8 @@
19
19
  | **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
20
20
  | **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
21
21
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
22
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
23
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
22
+ | **rotation_hour** | **Integer** | | [optional] |
23
+ | **rotation_interval** | **String** | | [optional] |
24
24
  | **rotator_type** | **String** | The rotator type. options: [target/password] | |
25
25
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
26
26
  | **target_name** | **String** | The target name to associate | |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
8
+ | **auto_rotate** | **String** | | [optional] |
9
9
  | **custom_payload** | **String** | Secret payload to be sent with rotation request | [optional] |
10
10
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional] |
@@ -13,7 +13,7 @@
13
13
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
14
14
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
15
15
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
16
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
16
+ | **key** | **String** | | [optional] |
17
17
  | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
18
18
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
19
19
  | **name** | **String** | Rotated secret name | |
@@ -21,8 +21,8 @@
21
21
  | **password_length** | **String** | The length of the password to be generated | [optional] |
22
22
  | **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
23
23
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
24
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
25
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
24
+ | **rotation_hour** | **Integer** | | [optional] |
25
+ | **rotation_interval** | **String** | | [optional] |
26
26
  | **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users | [optional][default to false] |
27
27
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
28
28
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
@@ -5,20 +5,20 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
8
+ | **auto_rotate** | **String** | | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
12
12
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
13
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **key** | **String** | | [optional] |
15
15
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
16
16
  | **name** | **String** | Rotated secret name | |
17
17
  | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
18
18
  | **password_length** | **String** | The length of the password to be generated | [optional] |
19
19
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
20
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
21
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
20
+ | **rotation_hour** | **Integer** | | [optional] |
21
+ | **rotation_interval** | **String** | | [optional] |
22
22
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
23
23
  | **target_name** | **String** | The target name to associate | |
24
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
8
+ | **auto_rotate** | **String** | | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
@@ -18,14 +18,14 @@
18
18
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
19
19
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
20
20
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
21
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
21
+ | **key** | **String** | | [optional] |
22
22
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
23
23
  | **name** | **String** | Rotated secret name | |
24
24
  | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
25
25
  | **password_length** | **String** | The length of the password to be generated | [optional] |
26
26
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
27
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
28
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
27
+ | **rotation_hour** | **Integer** | | [optional] |
28
+ | **rotation_interval** | **String** | | [optional] |
29
29
  | **rotator_type** | **String** | The rotator type. options: [target/service-account-rotator] | |
30
30
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
31
31
  | **target_name** | **String** | The target name to associate | |
@@ -5,13 +5,13 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
- | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
8
+ | **auto_rotate** | **String** | | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
12
12
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
13
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
- | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **key** | **String** | | [optional] |
15
15
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
16
16
  | **name** | **String** | Rotated secret name | |
17
17
  | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
@@ -19,8 +19,8 @@
19
19
  | **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
20
20
  | **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
21
21
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
22
- | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
23
- | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
22
+ | **rotation_hour** | **Integer** | | [optional] |
23
+ | **rotation_interval** | **String** | | [optional] |
24
24
  | **rotator_type** | **String** | The rotator type. options: [target/password] | |
25
25
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
26
26
  | **target_name** | **String** | The target name to associate | |
@@ -0,0 +1,60 @@
1
+ # Akeyless::RotatedSecretCreateHashiVault
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **auto_rotate** | **String** | | [optional] |
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
+ | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
12
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
+ | **key** | **String** | | [optional] |
14
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
15
+ | **name** | **String** | Rotated secret name | |
16
+ | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
17
+ | **password_length** | **String** | The length of the password to be generated | [optional] |
18
+ | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
19
+ | **rotation_hour** | **Integer** | | [optional] |
20
+ | **rotation_interval** | **String** | | [optional] |
21
+ | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
22
+ | **target_name** | **String** | The target name to associate | |
23
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
+ | **use_capital_letters** | **String** | Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] | [optional] |
26
+ | **use_lower_letters** | **String** | Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] | [optional] |
27
+ | **use_numbers** | **String** | Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] | [optional] |
28
+ | **use_special_characters** | **String** | | [optional] |
29
+
30
+ ## Example
31
+
32
+ ```ruby
33
+ require 'akeyless'
34
+
35
+ instance = Akeyless::RotatedSecretCreateHashiVault.new(
36
+ auto_rotate: null,
37
+ delete_protection: null,
38
+ description: null,
39
+ input_rule: null,
40
+ item_custom_fields: null,
41
+ json: null,
42
+ key: null,
43
+ max_versions: null,
44
+ name: null,
45
+ output_rule: null,
46
+ password_length: null,
47
+ rotation_event_in: null,
48
+ rotation_hour: null,
49
+ rotation_interval: null,
50
+ tags: null,
51
+ target_name: null,
52
+ token: null,
53
+ uid_token: null,
54
+ use_capital_letters: null,
55
+ use_lower_letters: null,
56
+ use_numbers: null,
57
+ use_special_characters: ! @ # $. [true/false]
58
+ )
59
+ ```
60
+