CIA Compliance Manager API Documentation - v0.8.24

    Interface ImpactConsideration

    Impact consideration type used in component business considerations

    interface ImpactConsideration {
        businessArea?: string;
        description: string;
        importance?: string;
        risk?: string;
        title: string;
        type?: string;
    }
    Index

    Properties

    businessArea?: string

    Business area affected

    description: string

    Description of the consideration

    importance?: string

    Impact level

    risk?: string

    Risk level - added to match usage in businessConstants

    title: string

    Title of the consideration

    type?: string

    Type of the consideration

    MMNEPVFCICPMFPCPTTAAATR