Skip to content

Class: SecurityImpactLevel

The overall level of expected impact resulting from unauthorized disclosure, modification, or loss of access to information.

URI: oscal:SecurityImpactLevel

 classDiagram
    class SecurityImpactLevel
    click SecurityImpactLevel href "../SecurityImpactLevel/"
      SecurityImpactLevel : security_objective_availability

      SecurityImpactLevel : security_objective_confidentiality

      SecurityImpactLevel : security_objective_integrity

Slots

Name Cardinality and Range Description Inheritance
security_objective_confidentiality 1
String
A target-level of confidentiality for the system, based on the sensitivity of... direct
security_objective_integrity 1
String
A target-level of integrity for the system, based on the sensitivity of infor... direct
security_objective_availability 1
String
A target-level of availability for the system, based on the sensitivity of in... direct

Usages

used by used in type used
SystemCharacteristics security_impact_level range SecurityImpactLevel

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:SecurityImpactLevel
native oscal:SecurityImpactLevel

LinkML Source

Direct

name: SecurityImpactLevel
description: The overall level of expected impact resulting from unauthorized disclosure,
  modification, or loss of access to information.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slots:
- security-objective-confidentiality
- security-objective-integrity
- security-objective-availability
slot_usage:
  security-objective-confidentiality:
    name: security-objective-confidentiality
    required: true
  security-objective-integrity:
    name: security-objective-integrity
    required: true
  security-objective-availability:
    name: security-objective-availability
    required: true

Induced

name: SecurityImpactLevel
description: The overall level of expected impact resulting from unauthorized disclosure,
  modification, or loss of access to information.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  security-objective-confidentiality:
    name: security-objective-confidentiality
    required: true
  security-objective-integrity:
    name: security-objective-integrity
    required: true
  security-objective-availability:
    name: security-objective-availability
    required: true
attributes:
  security-objective-confidentiality:
    name: security-objective-confidentiality
    description: A target-level of confidentiality for the system, based on the sensitivity
      of information within the system.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: security_objective_confidentiality
    owner: SecurityImpactLevel
    domain_of:
    - SecurityImpactLevel
    range: string
    required: true
  security-objective-integrity:
    name: security-objective-integrity
    description: A target-level of integrity for the system, based on the sensitivity
      of information within the system.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: security_objective_integrity
    owner: SecurityImpactLevel
    domain_of:
    - SecurityImpactLevel
    range: string
    required: true
  security-objective-availability:
    name: security-objective-availability
    description: A target-level of availability for the system, based on the sensitivity
      of information within the system.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: security_objective_availability
    owner: SecurityImpactLevel
    domain_of:
    - SecurityImpactLevel
    range: string
    required: true