Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Type Aliases
Type Alias: ApprovalResult
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
Tollgate API
Classes
Interfaces
Functions
Type Aliases
Type Alias: ApprovalResult
Type Alias: AuditRiskLevel
Type Alias: ConcreteAction
Type Alias: ExportFormat
Type Alias: FailureMode
Type Alias: HealthStatus
Type Alias: PolicyAction
Type Alias: RiskLevel
Type Alias: SessionDuration
Type Alias: SessionScope
Type Alias: ValidationLevel
Variables
On this page
Type Alias: ApprovalResult
Type Aliases
Type Alias: ApprovalResult
Dotset CLI API Documentation
/
tollgate
/ ApprovalResult
Type Alias: ApprovalResult
Copy
type
ApprovalResult
=
"approved"
|
"denied"
|
"timeout"
;
Defined in: src/tollgate/approval/types.ts:4
Function: redactPiiFromObject
Type Alias: AuditRiskLevel
⌘I