Decision

class Decision(val allowed: Boolean, val reason: String?)

An authorization decision: whether the tools may run, and — when not — a caller-facing reason.

Constructors

Link copied to clipboard
constructor(allowed: Boolean, reason: String?)

Properties

Link copied to clipboard
Link copied to clipboard