GuardrailRequest: {
    action: "REMEDIATION" | "NOTIFICATION" | "NOT_IMPLEMENTED";
    active: boolean;
    baselineId: string;
    configurable: boolean;
    description: string;
    implementation: "RECOMENDATION" | "MANDATORY";
    title: string;
    type: "SCP" | "GUARDRAIL";
}

Type declaration

  • action: "REMEDIATION" | "NOTIFICATION" | "NOT_IMPLEMENTED"

    Type of action taken by GuardRail

  • active: boolean

    Indicates if GuardRail is active to users use it

  • baselineId: string

    The baseline id that GuardRail belongs

  • configurable: boolean

    Indicates if GuardRail is configurable for user

  • description: string

    A description explaining what GuardRail do

  • implementation: "RECOMENDATION" | "MANDATORY"

    Type of implementation

  • title: string

    The GuardRail title

  • type: "SCP" | "GUARDRAIL"

    The type of GuardRail. [SCP, GUARDRAIL]