CIA Compliance Manager API Documentation - v0.8.5

    Interface SecurityResource

    Security resource interface

    interface SecurityResource {
        category?: string;
        complexity?: number;
        component?: "confidentiality" | "integrity" | "availability" | "general";
        components?: string[];
        description?: string;
        format?: string;
        id: string;
        isPremium?: boolean;
        level?: string;
        priority?: number;
        relevance?: number;
        relevantLevels?: string[];
        securityLevels?: string[];
        source?: string;
        tags?: string[];
        title: string;
        type?: string;
        url: string;
    }
    Index

    Properties

    category?: string

    Resource category

    complexity?: number

    Implementation complexity (1-5)

    component?: "confidentiality" | "integrity" | "availability" | "general"

    CIA component relevance

    components?: string[]

    Components this resource applies to (multiple possible)

    description?: string

    Resource description

    format?: string

    Format of the resource (e.g., PDF, Website, Video)

    id: string

    Resource ID

    isPremium?: boolean

    Whether the resource is premium/paid

    level?: string

    Security level relevance

    priority?: number

    Resource priority/relevance score (0-100)

    relevance?: number

    Resource relevance score

    relevantLevels?: string[]

    Levels this resource is relevant for

    securityLevels?: string[]

    Security levels this resource applies to

    source?: string

    Resource source/provider

    tags?: string[]

    Resource tags

    title: string

    Resource title

    type?: string

    Resource type or category

    url: string

    Resource URL

    MMNEPVFCICPMFPCPTTAAATR