CIA Compliance Manager API Documentation - v0.8.20

    Variable createDynamicTestIdConst

    createDynamicTestId: {
        benefitItem: (index: number) => string;
        categorySpecific: (prefix: string, category: string) => string;
        complianceControl: (id: string) => string;
        complianceFramework: (name: string) => string;
        considerationDescription: (index: number) => string;
        considerationItem: (index: number) => string;
        framework: (index: number) => string;
        frameworkStatus: (framework: string) => string;
        impactItem: (index: number) => string;
        impactType: (index: number) => string;
        impactTypeKv: (index: number) => string;
        implementationStep: (index: number) => string;
        keyBenefit: (index: number) => string;
        menuItem: (index: number) => string;
        option: (level: string) => string;
        riskBadge: (index: number) => string;
        securityLevel: (level: string) => string;
        securityResource: (index: number) => string;
        techStack: (index: number) => string;
        valuePoint: (index: number) => string;
        widgetId: (id: string) => string;
    } = ...

    Dynamic test ID creation functions for various component types

    Type declaration

    • benefitItem: (index: number) => string

      Create test ID for a benefit item

    • categorySpecific: (prefix: string, category: string) => string

      Create test ID for a category-specific item

    • complianceControl: (id: string) => string

      Create test ID for a compliance control

    • complianceFramework: (name: string) => string

      Create test ID for a compliance framework

    • considerationDescription: (index: number) => string

      Create test ID for a consideration description

    • considerationItem: (index: number) => string

      Create test ID for a consideration item

    • framework: (index: number) => string

      Create test ID for a framework

    • frameworkStatus: (framework: string) => string

      Create test ID for a framework status

    • impactItem: (index: number) => string

      Create test ID for an impact item

    • impactType: (index: number) => string

      Create test ID for an impact type

    • impactTypeKv: (index: number) => string

      Create test ID for an impact type key-value pair

    • implementationStep: (index: number) => string

      Create test ID for an implementation step

    • keyBenefit: (index: number) => string

      Create test ID for a key benefit

    • Create test ID for a menu item

    • option: (level: string) => string

      Create test ID for an option

    • riskBadge: (index: number) => string

      Create test ID for a risk badge

    • securityLevel: (level: string) => string

      Create test ID for a security level

    • securityResource: (index: number) => string

      Create test ID for a security resource

    • techStack: (index: number) => string

      Create test ID for a tech stack

    • valuePoint: (index: number) => string

      Create test ID for a value point

    • widgetId: (id: string) => string

      Create test ID for a widget

    MMNEPVFCICPMFPCPTTAAATR