Const
CIA component label constants for consistent terminology.
Standard display labels for CIA triad components. Use these labels throughout the UI to ensure consistent terminology and improve user recognition.
// In select dropdownconst options = [ { value: 'availability', label: CIA_LABELS.AVAILABILITY }, { value: 'integrity', label: CIA_LABELS.INTEGRITY }, { value: 'confidentiality', label: CIA_LABELS.CONFIDENTIALITY }]; Copy
// In select dropdownconst options = [ { value: 'availability', label: CIA_LABELS.AVAILABILITY }, { value: 'integrity', label: CIA_LABELS.INTEGRITY }, { value: 'confidentiality', label: CIA_LABELS.CONFIDENTIALITY }];
CIA component label constants for consistent terminology.
Standard display labels for CIA triad components. Use these labels throughout the UI to ensure consistent terminology and improve user recognition.