GuardrailStatusResponse: {
    action: "REMEDIATION" | "NOTIFICATION" | "NOT_IMPLEMENTED";
    baselineId: string;
    configurable: boolean;
    description: string;
    enabled: boolean;
    guardrailId: string;
    implementation: "RECOMENDATION" | "MANDATORY";
    title: string;
}

Type declaration

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

    Action taken by the Guardrail

  • 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

  • enabled: boolean

    Indicates if GuardRail is enabled

  • guardrailId: string

    The guardrail id

  • implementation: "RECOMENDATION" | "MANDATORY"

    Implementation type of Guardrail

  • title: string

    The GuardRail title