Twilio.Resources.Api.V2010.AuthorizedConnectApp (twilio_elixir v0.1.1)

Copy Markdown View Source

Authorized Twilio Connect apps

Parent: /Accounts/{Sid}.json

Properties

FieldDescription

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

account_sidThe SID of the Account that created the AuthorizedConnectApp resource.
connect_app_company_nameThe company name set for the Connect App.
connect_app_descriptionA detailed description of the Connect App.
connect_app_friendly_nameThe name of the Connect App.
connect_app_homepage_urlThe public URL for the Connect App.. Format: uri
connect_app_sidThe SID that we assigned to the Connect App.
permissionsThe set of permissions that you authorized for the Connect App. Can be: get-all or post-all.
uriThe URI of the resource, relative to https://api.twilio.com.

Summary

Types

t()

@type t() :: %Twilio.Resources.Api.V2010.AuthorizedConnectApp{
  account_sid: String.t() | nil,
  connect_app_company_name: String.t() | nil,
  connect_app_description: String.t() | nil,
  connect_app_friendly_name: String.t() | nil,
  connect_app_homepage_url: String.t() | nil,
  connect_app_sid: String.t() | nil,
  permissions: list() | nil,
  uri: String.t() | nil
}

Functions

object_name()