Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 648 Bytes

File metadata and controls

28 lines (22 loc) · 648 Bytes

Akeyless::ItemUSCSyncAssociation

Properties

Name Type Description Notes
assoc_id String [optional]
attributes UscSyncInfo [optional]
delete_remote Boolean [optional]
item_id Integer [optional]
item_name String [optional]
item_type String [optional]

Example

require 'akeyless'

instance = Akeyless::ItemUSCSyncAssociation.new(
  assoc_id: null,
  attributes: null,
  delete_remote: null,
  item_id: null,
  item_name: null,
  item_type: null
)