# 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 ```ruby require 'akeyless' instance = Akeyless::ItemTargetAssociation.new( assoc_id: null, attributes: null, target_id: null, target_name: null, target_type: null ) ```