Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

ServerInventoryPayload.md

File metadata and controls

34 lines (28 loc) · 1.04 KB

Akeyless::ServerInventoryPayload

Properties

Name Type Description Notes
auto_rotate Boolean [optional]
auto_rotate_interval_in_days Integer [optional]
auto_rotate_rotation_hour Integer [optional]
enable_rdp_sra Boolean [optional]
migration_target_id Integer [optional]
server_targets_path_template String [optional]
user_groups Array<String> [optional]
users_ignore_list Hash<String, Boolean> [optional]
users_rotated_secrets_path_template String [optional]

Example

require 'akeyless'

instance = Akeyless::ServerInventoryPayload.new(
  auto_rotate: null,
  auto_rotate_interval_in_days: null,
  auto_rotate_rotation_hour: null,
  enable_rdp_sra: null,
  migration_target_id: null,
  server_targets_path_template: null,
  user_groups: null,
  users_ignore_list: null,
  users_rotated_secrets_path_template: null
)