Name |
Type |
Description |
Notes |
access_date |
Time |
|
[optional] |
access_date_display |
String |
|
[optional] |
access_request_status |
String |
|
[optional] |
attributes |
Hash<String, Object> |
this is not "omitempty" since an empty value causes no update while an empty map will clear the attributes |
[optional] |
client_permissions |
Array<String> |
|
[optional] |
comment |
String |
|
[optional] |
creation_date |
Time |
|
[optional] |
credentials_less |
Boolean |
|
[optional] |
is_access_request_enabled |
Boolean |
|
[optional] |
last_version |
Integer |
|
[optional] |
modification_date |
Time |
|
[optional] |
protection_key_name |
String |
|
[optional] |
target_details |
String |
|
[optional] |
target_id |
Integer |
|
[optional] |
target_items_assoc |
Array<TargetItemAssociation> |
|
[optional] |
target_name |
String |
|
[optional] |
target_sub_type |
String |
|
[optional] |
target_type |
String |
|
[optional] |
target_versions |
Array<ItemVersion> |
|
[optional] |
with_customer_fragment |
Boolean |
|
[optional] |
require 'akeyless'
instance = Akeyless::Target.new(
access_date: null,
access_date_display: null,
access_request_status: null,
attributes: null,
client_permissions: null,
comment: null,
creation_date: null,
credentials_less: null,
is_access_request_enabled: null,
last_version: null,
modification_date: null,
protection_key_name: null,
target_details: null,
target_id: null,
target_items_assoc: null,
target_name: null,
target_sub_type: null,
target_type: null,
target_versions: null,
with_customer_fragment: null
)