Twilio.Resources.Conversations.V1.Credential (twilio_elixir v0.1.1)

Copy Markdown View Source

A Credential resource represents a push notification credential.

SID prefix: CR

Properties

FieldDescription

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

account_sidThe unique ID of the Account responsible for this credential.
date_createdThe date that this resource was created.. Format: date-time
date_updatedThe date that this resource was last updated.. Format: date-time
friendly_nameThe human-readable name of this credential, limited to 64 characters. Optional.. PII: standard

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

sandbox[APN only] Whether to send the credential to sandbox APNs. Can be true to send to sandbox APNs or false to send to production.
sidA 34 character string that uniquely identifies this resource.

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

typeThe type of push-notification service the credential is for. Can be: fcm, gcm, or apn.. Values: apn, gcm, fcm
urlAn absolute API resource URL for this credential.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Conversations.V1.Credential{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  friendly_name: String.t() | nil,
  sandbox: String.t() | nil,
  sid: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}

Functions

object_name()

sid_prefix()