CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Interface SecurityResource

    Security resource interface

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

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    Resource ID

    title: string

    Resource title

    url: string

    Resource URL

    description?: string

    Resource description

    type?: string

    Resource type or category

    tags?: string[]

    Resource tags

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

    CIA component relevance

    level?: string

    Security level relevance

    source?: string

    Resource source/provider

    category?: string

    Resource category

    priority?: number

    Resource priority/relevance score (0-100)

    securityLevels?: string[]

    Security levels this resource applies to

    components?: string[]

    Components this resource applies to (multiple possible)

    relevantLevels?: string[]

    Levels this resource is relevant for

    format?: string

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

    relevance?: number

    Resource relevance score

    complexity?: number

    Implementation complexity (1-5)

    isPremium?: boolean

    Whether the resource is premium/paid