Twilio.Resources.Memory.V1.ControlPlane.Store.IdentityResolutionSetting (twilio_elixir v0.1.3)

Copy Markdown View Source

IdentityResolutionSetting resource.

Properties

FieldDescription
identifierConfigsList of identifier types and their resolution settings.

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

matchingRulesPriority list of identifiers to locate profiles to apply new data to, or for determining if two existing profiles should merge. Rules are evaluated in order. - If no rule matches against existing profiles, a new profile will be created. - If a rule matches to a single existing profile, the profile will be updated. - If a rule matches to multiple existing profiles, those existing profiles will be merged.
versionThe current version number of the Identity Resolution Settings. Incremented on each successful update.

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Store.IdentityResolutionSetting{
  identifierConfigs: list(),
  matchingRules: list(),
  version: integer()
}

Functions

object_name()