CreateTeamsPhoneExtensionTelephonyBindingRequest interface
The request to create a Microsoft Teams Phone Extension binding.
- 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. |
| label | An optional display label for the binding. |
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 CreateTelephonyBindingRequest.connection_name
label
An optional display label for the binding.
label?: string
Property Value
string
Inherited From CreateTelephonyBindingRequest.label