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

Type declaration

  • Optionalaction?: "REMEDIATION" | "NOTIFICATION" | "NOT_IMPLEMENTED"

    Type of action taken by GuardRail

  • Optionalactive?: boolean

    Indicates if GuardRail is active to users use it

  • Optionalconfigurable?: boolean

    Indicates if GuardRail is configurable for user

  • Optionaldescription?: string

    A description explaining what GuardRail do

  • id: string

    The ID of GuardRail that will be updated

  • Optionalimplementation?: "RECOMENDATION" | "MANDATORY"

    Type of implementation

  • Optionaltitle?: string

    The GuardRail title

  • Optionaltype?: "SCP" | "GUARDRAIL"

    The type of GuardRail. [SCP, GUARDRAIL]