Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Type Aliases
Type Alias: ConcreteAction
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: ConcreteAction
Type Aliases
Type Alias: ConcreteAction
Dotset CLI API Documentation
/
tollgate
/ ConcreteAction
Type Alias: ConcreteAction
Copy
type
ConcreteAction
=
"allow"
|
"deny"
|
"prompt"
;
Defined in: src/tollgate/analyzers/index.ts:13
Concrete policy actions (excludes ‘smart’ which is resolved to one of these)
Type Alias: AuditRiskLevel
Type Alias: ExportFormat
⌘I