VoiceConnectorTerminationCredentialsCredentialArgs

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

Constructors

constructor(password: Output<String>, username: Output<String>)

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.

Functions

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