Akeyless::MigrationStatusReplyObj
Name
Type
Description
Notes
computers
Integer
[optional]
duration_time
String
[optional]
error
String
[optional]
last_status_message
String
[optional]
max_name_length
Integer
[optional]
max_value_length
Integer
[optional]
migration_id
String
[optional]
migration_items
MigrationItems
[optional]
migration_name
String
[optional]
migration_state
String
[optional]
migration_type
String
[optional]
migration_type_name
String
[optional]
rotated_secrets
MigrationItems
[optional]
start_time
String
[optional]
targets
MigrationItems
[optional]
require 'akeyless'
instance = Akeyless ::MigrationStatusReplyObj . new (
computers : null ,
duration_time : null ,
error : null ,
last_status_message : null ,
max_name_length : null ,
max_value_length : null ,
migration_id : null ,
migration_items : null ,
migration_name : null ,
migration_state : null ,
migration_type : null ,
migration_type_name : null ,
rotated_secrets : null ,
start_time : null ,
targets : null
)