# Passbase::IdentityResource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **datapoints** | **Object** | Dynamic key/value hashmap of the data extracted from the resource. | [optional] | | **type** | **String** | All resource types that passbase supports | [optional] | ## Example ```ruby require 'passbase' instance = Passbase::IdentityResource.new( datapoints: {"date_of_birth":"1970-01-01","document_number":"010101010101","first_names":"Jessie","last_name":"Smith"}, type: NATIONAL_ID_CARD ) ```