SIPPinProtectionConfigsResponse
data class SIPPinProtectionConfigsResponse(@Json(name = "enabled") val enabled: Boolean, @Json(name = "default_pin") val defaultPin: String? = null, @Json(name = "max_attempts") val maxAttempts: Int? = null, @Json(name = "required_pin_digits") val requiredPinDigits: Int? = null)
PIN protection configuration response