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
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -66,10 +64,8 @@ module Akeyless
66
64
  # How many days before the rotation of the item would you like to be notified
67
65
  attr_accessor :rotation_event_in
68
66
 
69
- # The Hour of the rotation in UTC
70
67
  attr_accessor :rotation_hour
71
68
 
72
- # The number of days to wait between every automatic key rotation (1-365)
73
69
  attr_accessor :rotation_interval
74
70
 
75
71
  # The rotator type. options: [target/password/key]
@@ -22,7 +22,6 @@ module Akeyless
22
22
  # The credentials to connect with use-user-creds/use-target-creds
23
23
  attr_accessor :authentication_credentials
24
24
 
25
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
26
25
  attr_accessor :auto_rotate
27
26
 
28
27
  # Protection from accidental deletion of this object [true/false]
@@ -49,7 +48,6 @@ module Akeyless
49
48
  # Set output format to JSON
50
49
  attr_accessor :json
51
50
 
52
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
53
51
  attr_accessor :key
54
52
 
55
53
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -73,10 +71,8 @@ module Akeyless
73
71
  # How many days before the rotation of the item would you like to be notified
74
72
  attr_accessor :rotation_event_in
75
73
 
76
- # The Hour of the rotation in UTC
77
74
  attr_accessor :rotation_hour
78
75
 
79
- # The number of days to wait between every automatic key rotation (1-365)
80
76
  attr_accessor :rotation_interval
81
77
 
82
78
  # The rotator type. options: [target/password/token/hec-token]
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Private key file contents encoded using base64
@@ -72,10 +70,8 @@ module Akeyless
72
70
  # How many days before the rotation of the item would you like to be notified
73
71
  attr_accessor :rotation_event_in
74
72
 
75
- # The Hour of the rotation in UTC
76
73
  attr_accessor :rotation_hour
77
74
 
78
- # The number of days to wait between every automatic key rotation (1-365)
79
75
  attr_accessor :rotation_interval
80
76
 
81
77
  # Custom rotation command
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Lock this secret for read/update while an SRA session is active
@@ -66,10 +64,8 @@ module Akeyless
66
64
  # How many days before the rotation of the item would you like to be notified
67
65
  attr_accessor :rotation_event_in
68
66
 
69
- # The Hour of the rotation in UTC
70
67
  attr_accessor :rotation_hour
71
68
 
72
- # The number of days to wait between every automatic key rotation (1-365)
73
69
  attr_accessor :rotation_interval
74
70
 
75
71
  # The rotator type. options: [target/password]
@@ -45,7 +45,7 @@ module Akeyless
45
45
  # Attribute mapping from ruby-style variable name to JSON key.
46
46
  def self.attribute_map
47
47
  {
48
- :'delete_remote' => :'DeleteRemote',
48
+ :'delete_remote' => :'delete-remote',
49
49
  :'filter_secret_value' => :'filter-secret-value',
50
50
  :'json' => :'json',
51
51
  :'name' => :'name',
@@ -27,7 +27,6 @@ module Akeyless
27
27
  # The credentials to connect with use-user-creds/use-target-creds
28
28
  attr_accessor :authentication_credentials
29
29
 
30
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
31
30
  attr_accessor :auto_rotate
32
31
 
33
32
  # Aws Region
@@ -63,7 +62,6 @@ module Akeyless
63
62
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
64
63
  attr_accessor :keep_prev_version
65
64
 
66
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
67
65
  attr_accessor :key
68
66
 
69
67
  # Lock this secret for read/update while an SRA session is active
@@ -93,10 +91,8 @@ module Akeyless
93
91
  # How many days before the rotation of the item would you like to be notified
94
92
  attr_accessor :rotation_event_in
95
93
 
96
- # The Hour of the rotation in UTC
97
94
  attr_accessor :rotation_hour
98
95
 
99
- # The number of days to wait between every automatic key rotation (1-365)
100
96
  attr_accessor :rotation_interval
101
97
 
102
98
  # The AWS account id
@@ -30,7 +30,6 @@ module Akeyless
30
30
  # The credentials to connect with use-user-creds/use-target-creds
31
31
  attr_accessor :authentication_credentials
32
32
 
33
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
34
33
  attr_accessor :auto_rotate
35
34
 
36
35
  # Protection from accidental deletion of this object [true/false]
@@ -66,7 +65,6 @@ module Akeyless
66
65
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
67
66
  attr_accessor :keep_prev_version
68
67
 
69
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
70
68
  attr_accessor :key
71
69
 
72
70
  # Lock this secret for read/update while an SRA session is active
@@ -84,6 +82,9 @@ module Akeyless
84
82
  # Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets)
85
83
  attr_accessor :output_rule
86
84
 
85
+ # The password for the user principal name to rotate (relevant only for rotator-type=password)
86
+ attr_accessor :password
87
+
87
88
  # The length of the password to be generated
88
89
  attr_accessor :password_length
89
90
 
@@ -102,10 +103,8 @@ module Akeyless
102
103
  # How many days before the rotation of the item would you like to be notified
103
104
  attr_accessor :rotation_event_in
104
105
 
105
- # The Hour of the rotation in UTC
106
106
  attr_accessor :rotation_hour
107
107
 
108
- # The number of days to wait between every automatic key rotation (1-365)
109
108
  attr_accessor :rotation_interval
110
109
 
111
110
  # Enable this flag to prevent simultaneous use of the same secret
@@ -175,6 +174,7 @@ module Akeyless
175
174
  :'name' => :'name',
176
175
  :'new_name' => :'new-name',
177
176
  :'output_rule' => :'output-rule',
177
+ :'password' => :'password',
178
178
  :'password_length' => :'password-length',
179
179
  :'resource_group_name' => :'resource-group-name',
180
180
  :'resource_name' => :'resource-name',
@@ -231,6 +231,7 @@ module Akeyless
231
231
  :'name' => :'String',
232
232
  :'new_name' => :'String',
233
233
  :'output_rule' => :'Array<String>',
234
+ :'password' => :'String',
234
235
  :'password_length' => :'String',
235
236
  :'resource_group_name' => :'String',
236
237
  :'resource_name' => :'String',
@@ -387,6 +388,10 @@ module Akeyless
387
388
  end
388
389
  end
389
390
 
391
+ if attributes.key?(:'password')
392
+ self.password = attributes[:'password']
393
+ end
394
+
390
395
  if attributes.key?(:'password_length')
391
396
  self.password_length = attributes[:'password_length']
392
397
  end
@@ -534,6 +539,7 @@ module Akeyless
534
539
  name == o.name &&
535
540
  new_name == o.new_name &&
536
541
  output_rule == o.output_rule &&
542
+ password == o.password &&
537
543
  password_length == o.password_length &&
538
544
  resource_group_name == o.resource_group_name &&
539
545
  resource_name == o.resource_name &&
@@ -567,7 +573,7 @@ module Akeyless
567
573
  # Calculates hash code according to all attributes.
568
574
  # @return [Integer] Hash code
569
575
  def hash
570
- [add_tag, api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, input_rule, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, output_rule, password_length, resource_group_name, resource_name, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters, username].hash
576
+ [add_tag, api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, input_rule, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, output_rule, password, password_length, resource_group_name, resource_name, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters, username].hash
571
577
  end
572
578
 
573
579
  # Builds the object from hash
@@ -21,7 +21,6 @@ module Akeyless
21
21
  # The credentials to connect with use-user-creds/use-target-creds
22
22
  attr_accessor :authentication_credentials
23
23
 
24
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
25
24
  attr_accessor :auto_rotate
26
25
 
27
26
  # Protection from accidental deletion of this object [true/false]
@@ -42,7 +41,6 @@ module Akeyless
42
41
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
43
42
  attr_accessor :keep_prev_version
44
43
 
45
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
46
44
  attr_accessor :key
47
45
 
48
46
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -72,10 +70,8 @@ module Akeyless
72
70
  # How many days before the rotation of the item would you like to be notified
73
71
  attr_accessor :rotation_event_in
74
72
 
75
- # The Hour of the rotation in UTC
76
73
  attr_accessor :rotation_hour
77
74
 
78
- # The number of days to wait between every automatic key rotation (1-365)
79
75
  attr_accessor :rotation_interval
80
76
 
81
77
  # Authentication token (see `/auth` and `/configure`)
@@ -21,7 +21,6 @@ module Akeyless
21
21
  # The credentials to connect with use-user-creds/use-target-creds
22
22
  attr_accessor :authentication_credentials
23
23
 
24
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
25
24
  attr_accessor :auto_rotate
26
25
 
27
26
  # Secret payload to be sent with rotation request
@@ -48,7 +47,6 @@ module Akeyless
48
47
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
49
48
  attr_accessor :keep_prev_version
50
49
 
51
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
52
50
  attr_accessor :key
53
51
 
54
52
  # Lock this secret for read/update while an SRA session is active
@@ -78,10 +76,8 @@ module Akeyless
78
76
  # How many days before the rotation of the item would you like to be notified
79
77
  attr_accessor :rotation_event_in
80
78
 
81
- # The Hour of the rotation in UTC
82
79
  attr_accessor :rotation_hour
83
80
 
84
- # The number of days to wait between every automatic key rotation (1-365)
85
81
  attr_accessor :rotation_interval
86
82
 
87
83
  # Allow providing external user for a domain users
@@ -21,7 +21,6 @@ module Akeyless
21
21
  # The credentials to connect with use-user-creds/use-target-creds
22
22
  attr_accessor :authentication_credentials
23
23
 
24
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
25
24
  attr_accessor :auto_rotate
26
25
 
27
26
  # Protection from accidental deletion of this object [true/false]
@@ -42,7 +41,6 @@ module Akeyless
42
41
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
43
42
  attr_accessor :keep_prev_version
44
43
 
45
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
46
44
  attr_accessor :key
47
45
 
48
46
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -66,10 +64,8 @@ module Akeyless
66
64
  # How many days before the rotation of the item would you like to be notified
67
65
  attr_accessor :rotation_event_in
68
66
 
69
- # The Hour of the rotation in UTC
70
67
  attr_accessor :rotation_hour
71
68
 
72
- # The number of days to wait between every automatic key rotation (1-365)
73
69
  attr_accessor :rotation_interval
74
70
 
75
71
  # Authentication token (see `/auth` and `/configure`)
@@ -21,7 +21,6 @@ module Akeyless
21
21
  # The credentials to connect with use-user-creds/use-target-creds
22
22
  attr_accessor :authentication_credentials
23
23
 
24
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
25
24
  attr_accessor :auto_rotate
26
25
 
27
26
  # Protection from accidental deletion of this object [true/false]
@@ -63,7 +62,6 @@ module Akeyless
63
62
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
64
63
  attr_accessor :keep_prev_version
65
64
 
66
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
67
65
  attr_accessor :key
68
66
 
69
67
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -87,10 +85,8 @@ module Akeyless
87
85
  # How many days before the rotation of the item would you like to be notified
88
86
  attr_accessor :rotation_event_in
89
87
 
90
- # The Hour of the rotation in UTC
91
88
  attr_accessor :rotation_hour
92
89
 
93
- # The number of days to wait between every automatic key rotation (1-365)
94
90
  attr_accessor :rotation_interval
95
91
 
96
92
  # The rotator type. options: [target/service-account-rotator]
@@ -21,7 +21,6 @@ module Akeyless
21
21
  # The credentials to connect with use-user-creds/use-target-creds
22
22
  attr_accessor :authentication_credentials
23
23
 
24
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
25
24
  attr_accessor :auto_rotate
26
25
 
27
26
  # Protection from accidental deletion of this object [true/false]
@@ -42,7 +41,6 @@ module Akeyless
42
41
  # Whether to keep previous version [true/false]. If not set, use default according to account settings
43
42
  attr_accessor :keep_prev_version
44
43
 
45
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
46
44
  attr_accessor :key
47
45
 
48
46
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -72,10 +70,8 @@ module Akeyless
72
70
  # How many days before the rotation of the item would you like to be notified
73
71
  attr_accessor :rotation_event_in
74
72
 
75
- # The Hour of the rotation in UTC
76
73
  attr_accessor :rotation_hour
77
74
 
78
- # The number of days to wait between every automatic key rotation (1-365)
79
75
  attr_accessor :rotation_interval
80
76
 
81
77
  # Authentication token (see `/auth` and `/configure`)