FlowGuard API - v1.2.0-rc.2
    Preparing search index...

    Interface ComplianceCheck

    Compliance check result.

    interface ComplianceCheck {
        name: string;
        passed: boolean;
        detail: string;
    }
    Index

    Properties

    Properties

    name: string

    Check name.

    passed: boolean

    Whether this check passed.

    detail: string

    Explanation.