Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 580 Bytes

ItemTargetAssociation.md

File metadata and controls

26 lines (20 loc) · 580 Bytes

Akeyless::ItemTargetAssociation

Properties

Name Type Description Notes
assoc_id String [optional]
attributes Hash<String, String> [optional]
target_id Integer [optional]
target_name String [optional]
target_type String [optional]

Example

require 'akeyless'

instance = Akeyless::ItemTargetAssociation.new(
  assoc_id: null,
  attributes: null,
  target_id: null,
  target_name: null,
  target_type: null
)