Objects
Item
The item object included in the `CollectionInput` for providing supplemental information
typestring
The type of information provided
Possible Enum values are
EMAIL, LOGIN_METHOD, PASSWORD, TRADE_UNION_MEMBERSHIP, TWO_FACTOR_TOKEN, or USERNAME.valuestring
The value for the corresponding type that is passed in for the item
{
"type": "EMAIL",
"value": "abc@insurely.com"
}