Get Zero Trust Risk Behavior Result
data class GetZeroTrustRiskBehaviorResult(val accountId: String, val behaviors: Map<String, GetZeroTrustRiskBehaviorBehaviors>, val id: String)
A collection of values returned by getZeroTrustRiskBehavior.
Constructors
Link copied to clipboard
constructor(accountId: String, behaviors: Map<String, GetZeroTrustRiskBehaviorBehaviors>, id: String)