SIP CredentialList Resource
SIP CredentialList resources contain the credentials of the users who are allowed to reach your SIP Domain. We only allow traffic from users who have their credentials in the credential list.
For information about the individual Credential resources in the list, such as to create, list, read, update, or delete individual credentials, see the Credential Resource.
After you create a CredentialList resource, you will need to map it to your SIP domain for it to take effect. You can map a CredentialList to more than one SIP domain.
Your Account can have up to 100 CredentialList resources.
Each CredentialList resource can contain up to 1,000 unique users.
SipCredentialList properties
Resource Properties in REST API format | |
---|---|
account_sid
|
このリソースを所有するアカウントのユニーク ID です。 |
date_created
|
このリソースが生成された日付の GMT 表記です。 RFC 2822 フォーマットを使用します。 |
date_updated
|
DateUpdated | このリソースが最後に更新された日付の GMT 表記です。 RFC 2822 フォーマットを使用します。 |
friendly_name
|
A human readable descriptive text that describes the CredentialList, up to 64 characters long. |
sid
|
このリソースを一意に識別する 34 文字の文字列です。 |
subresource_uris
|
A list of credentials associated with this credential list. |
uri
|
このリソースの URI です。 |
Create a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
friendly_name
必須
|
A human readable descriptive text that describes the CredentialList, up to 64 characters long. |
例 1
Fetch a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
例 1
Read multiple SIP CredentialList resources
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
例 1
Update a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
friendly_name
必須
|
CredentialListに関する説明、64文字まで設定できます。 |
例 1
Delete a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
例 1
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。