RiskBehaviorArgs

data class RiskBehaviorArgs(val accountId: Output<String>? = null, val behaviors: Output<List<RiskBehaviorBehaviorArgs>>? = null) : ConvertibleToJava<RiskBehaviorArgs>

The Risk Behavior resource allows you to configure Cloudflare Risk Behaviors for an account.

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, behaviors: Output<List<RiskBehaviorBehaviorArgs>>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

The account identifier to target for the resource.

Link copied to clipboard

Zero Trust risk behaviors configured on this account

Functions

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