# Plaid::IdentityGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **options** | [**IdentityGetRequestOptions**](IdentityGetRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::IdentityGetRequest.new( client_id: null, secret: null, access_token: null, options: null ) ```