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

    Interface TechnicalImplementationDetails

    Technical implementation details

    interface TechnicalImplementationDetails {
        description: string;
        implementationSteps: string[];
        effort: { development: string; maintenance: string; expertise: string };
        validationMethod?: string;
        protectionMethod?: string;
        recoveryMethod?: string;
        expertiseLevel?: string;
        developmentEffort?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description: string
    implementationSteps: string[]
    effort: { development: string; maintenance: string; expertise: string }
    validationMethod?: string
    protectionMethod?: string
    recoveryMethod?: string
    expertiseLevel?: string
    developmentEffort?: string