Twilio.Api.V2010.SIP.Domain.CredentialListMappingService
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Credential lists associated with a SIP Domain
Operations: list, create, fetch, delete
Summary
Functions
Create a CredentialListMapping resource for an account.
Delete a CredentialListMapping resource from an account.
Fetch a single CredentialListMapping resource from an account.
Read multiple CredentialListMapping resources from an account.
Stream: Read multiple CredentialListMapping resources from an account. (lazy auto-pagination).
Functions
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Api.V2010.SIP.Domain.CredentialListMapping.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Create a CredentialListMapping resource for an account.
Operation: CreateSipCredentialListMapping | Tags: Api20100401CredentialListMapping
Required Parameters
| Parameter | Type | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| CredentialListSid | string | A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain. |
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Delete a CredentialListMapping resource from an account.
Operation: DeleteSipCredentialListMapping | Tags: Api20100401CredentialListMapping
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Api.V2010.SIP.Domain.CredentialListMapping.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a single CredentialListMapping resource from an account.
Operation: FetchSipCredentialListMapping | Tags: Api20100401CredentialListMapping
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Read multiple CredentialListMapping resources from an account.
Operation: ListSipCredentialListMapping | Tags: Api20100401CredentialListMapping
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: Read multiple CredentialListMapping resources from an account. (lazy auto-pagination).