TeamsAccountSettingsSandbox

data class TeamsAccountSettingsSandbox(val enabled: Boolean? = null, val fallbackAction: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, fallbackAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable sandbox.

Link copied to clipboard
val fallbackAction: String? = null

Action to take when the file cannot be scanned. Available values: "allow", "block".