Dev Guide
Dev GuideUser GuideGitHubNuGetDevCommunitySubmit a ticketLog In
GitHubNuGetDevCommunitySubmit a ticket

IdentifierMetadataResponse

ODP Node SDK / Zaius / IdentifierMetadataResponse

IdentifierMetadataResponse

Index

Properties

Properties

identifier_field_name

string

The identifier value requested, such as a customer's email address

Defined in: src/Api/Types/Identifiers.ts:54

identifier_value

string

The name of the identifier field, e.g., email

Defined in: src/Api/Types/Identifiers.ts:50

metadata

IdentifierMetadata

An object representing the metadata associated with this identifier value

Defined in: src/Api/Types/Identifiers.ts:58

metadata_update_ts

null | number

The time the metadata was last updated. Time expressed as seconds since the unix epoch.
Convert to a date with new Date(metadata_update_ts * 1000).

Defined in: src/Api/Types/Identifiers.ts:63