VoiceConnectorTerminationCredentialsCredentialArgs

data class VoiceConnectorTerminationCredentialsCredentialArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<VoiceConnectorTerminationCredentialsCredentialArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): VoiceConnectorTerminationCredentialsCredentialArgs

Properties

Link copied to clipboard
val password: Output<String>

RFC2617 compliant password associated with the SIP credentials.

Link copied to clipboard
val username: Output<String>

RFC2617 compliant username associated with the SIP credentials.