FlowGuard API - v1.2.0-rc.2
Preparing search index...
flowguard
ComplianceCheck
Interface ComplianceCheck
Compliance check result.
interface
ComplianceCheck
{
name
:
string
;
passed
:
boolean
;
detail
:
string
;
}
Index
Properties
name
passed
detail
Properties
Readonly
name
name
:
string
Check name.
Readonly
passed
passed
:
boolean
Whether this check passed.
Readonly
detail
detail
:
string
Explanation.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
passed
detail
FlowGuard API - v1.2.0-rc.2
Loading...
Compliance check result.