SettingsAccessSettingsAllowedDomainsSettings

data class SettingsAccessSettingsAllowedDomainsSettings(val domains: List<String>? = null, val enable: Boolean? = null)

Constructors

constructor(domains: List<String>? = null, enable: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domains: List<String>? = null

List of trusted domains.

Link copied to clipboard
val enable: Boolean? = null

Configuration for customers to opt in for the feature.