CIA Compliance Manager API Documentation - v0.8.22

    Variable TEST_DATAConst

    TEST_DATA: {
        MOCK_DESCRIPTIONS: {
            AVAILABILITY: string;
            CONFIDENTIALITY: string;
            INTEGRITY: string;
        };
        MOCK_OPTIONS: {
            BASE: {
                bg: string;
                capex: number;
                description: string;
                impact: string;
                opex: number;
                technical: string;
                text: string;
            };
            LOW: {
                bg: string;
                capex: number;
                description: string;
                impact: string;
                opex: number;
                technical: string;
                text: string;
            };
        };
        WIDGET: { CONTENT: string; CUSTOM_CLASS: string; TITLE: string };
    } = ...

    Type declaration

    • MOCK_DESCRIPTIONS: { AVAILABILITY: string; CONFIDENTIALITY: string; INTEGRITY: string }
    • MOCK_OPTIONS: {
          BASE: {
              bg: string;
              capex: number;
              description: string;
              impact: string;
              opex: number;
              technical: string;
              text: string;
          };
          LOW: {
              bg: string;
              capex: number;
              description: string;
              impact: string;
              opex: number;
              technical: string;
              text: string;
          };
      }
    • WIDGET: { CONTENT: string; CUSTOM_CLASS: string; TITLE: string }
    MMNEPVFCICPMFPCPTTAAATR