Ms Teams Channel Properties Args
data class MsTeamsChannelPropertiesArgs(val acceptedTerms: Output<Boolean>? = null, val callingWebhook: Output<String>? = null, val deploymentEnvironment: Output<String>? = null, val enableCalling: Output<Boolean>? = null, val incomingCallRoute: Output<String>? = null, val isEnabled: Output<Boolean>) : ConvertibleToJava<MsTeamsChannelPropertiesArgs>
The parameters to provide for the Microsoft Teams channel.