TeamsPhoneExtensionTelephonyBindingListItem interface
A Microsoft Teams Phone Extension binding returned in a list, including its entity tag.
- Extends
Properties
| phone_number | The optional display phone number for the Teams resource account. |
| provider | The Microsoft Teams Phone Extension provider. |
| resource_account_object_id | The Microsoft Teams resource-account object identifier as a GUID. |
Inherited Properties
| connection_name | The Foundry connection name for the telephony provider. |
| etag | The entity tag to send in the |
| id | The service-generated binding identifier. |
| incoming_call_url | The service-generated webhook URL to configure with the telephony provider. |
| label | The optional display label for the binding. |
| status | The lifecycle status. |
Property Details
phone_number
The optional display phone number for the Teams resource account.
phone_number?: string
Property Value
string
provider
The Microsoft Teams Phone Extension provider.
provider: "teams_phone_extension"
Property Value
"teams_phone_extension"
resource_account_object_id
The Microsoft Teams resource-account object identifier as a GUID.
resource_account_object_id: string
Property Value
string
Inherited Property Details
connection_name
The Foundry connection name for the telephony provider.
connection_name: string
Property Value
string
Inherited From TelephonyBindingListItem.connection_name
etag
The entity tag to send in the If-Match header when updating or deleting this binding.
etag: string
Property Value
string
Inherited From TelephonyBindingListItem.etag
id
The service-generated binding identifier.
id: string
Property Value
string
Inherited From TelephonyBindingListItem.id
incoming_call_url
The service-generated webhook URL to configure with the telephony provider.
incoming_call_url: string
Property Value
string
Inherited From TelephonyBindingListItem.incoming_call_url
label
The optional display label for the binding.
label?: string
Property Value
string
Inherited From TelephonyBindingListItem.label
status
The lifecycle status.
status: TelephonyBindingStatus
Property Value
Inherited From TelephonyBindingListItem.status