Name | Type | Description | Notes |
---|---|---|---|
String | Email of the user the identity belongs to | [optional] | |
first_name | String | First name of the user the identity belongs to | [optional] |
last_name | String | Last name of the user the identity belongs to | [optional] |
require 'passbase'
instance = Passbase::IdentityOwner.new(
email: john.doe@example.com,
first_name: John,
last_name: Doe
)