RiskBehaviorBehavior

data class RiskBehaviorBehavior(val enabled: Boolean, val name: String, val riskLevel: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, name: String, riskLevel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this risk behavior type is enabled.

Link copied to clipboard

Name of this risk behavior type

Link copied to clipboard

Risk level. Available values: low, medium, high