Twilio.Resources.Memory.V1.Store.Profile.Identifier (twilio_elixir v0.1.3)

Copy Markdown View Source

Identifier resource.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

All the known values for a specific identifier type. These are normalized according to the corresponding identifier settings and ordered chronologically. It includes any promoted values from traits and explicitly set values from API calls, both historical and current.

Properties

FieldDescription
idTypeIdentifier type defined in Identity Resolution Settings.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| values | Server managed collection of stored values for the identifier type. Identifier values are normalized according to the corresponding identifier settings and ordered chronologically. |

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Identifier{
  idType: String.t(),
  values: list()
}

Functions

object_name()