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

    Interface ISecurityResourceService

    Security Resource Service interface

    Provides security resources and references

    interface ISecurityResourceService {
        name: string;
        validate(input: unknown): boolean;
        handleError(error: Error): ServiceError;
        getSecurityResources(
            component: CIAComponentType,
            level: SecurityLevel,
        ): SecurityResource[];
        getValuePoints(level: SecurityLevel): string[];
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    name: string

    Service name for identification and logging

    Methods

    • Validate input parameters (returns simple boolean)

      Parameters

      • input: unknown

        Input to validate

      Returns boolean

      True if valid, false otherwise