Name | Type | Description | Notes |
---|---|---|---|
count_by_host_info | Hash<String, Integer> | [optional] | |
count_info | Hash<String, Hash<String, Integer>> | [optional] | |
hosts_in_use | Array<String> | [optional] | |
is_in_use | Boolean | [optional] | |
last_used_item | Time | [optional] |
require 'akeyless'
instance = Akeyless::ItemSraStatus.new(
count_by_host_info: null,
count_info: null,
hosts_in_use: null,
is_in_use: null,
last_used_item: null
)