CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Interface TechnicalImplementationDetails

    Technical implementation details

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

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