Skip to content
Start here

Behaviours

Get all behaviors and associated configuration
client.zeroTrust.riskScoring.behaviours.get(BehaviourGetParams { account_id } params, RequestOptionsoptions?): BehaviourGetResponse { behaviors }
GET/accounts/{account_id}/zt_risk_scoring/behaviors
Update configuration for risk behaviors
client.zeroTrust.riskScoring.behaviours.update(BehaviourUpdateParams { account_id, behaviors } params, RequestOptionsoptions?): BehaviourUpdateResponse { behaviors }
PUT/accounts/{account_id}/zt_risk_scoring/behaviors
ModelsExpand Collapse
BehaviourGetResponse { behaviors }
behaviors: Record<string, Behaviors>
description: string
enabled: boolean
name: string
risk_level: "low" | "medium" | "high"
One of the following:
"low"
"medium"
"high"
BehaviourUpdateResponse { behaviors }
behaviors: Record<string, Behaviors>
enabled: boolean
risk_level: "low" | "medium" | "high"
One of the following:
"low"
"medium"
"high"