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](https://w3id.org/lmodel/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](security_objective_confidentiality.md) | 1
[String](String.md) | A target-level of confidentiality for the system, based on the sensitivity of... | direct | | [security_objective_integrity](security_objective_integrity.md) | 1
[String](String.md) | A target-level of integrity for the system, based on the sensitivity of infor... | direct | | [security_objective_availability](security_objective_availability.md) | 1
[String](String.md) | A target-level of availability for the system, based on the sensitivity of in... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SystemCharacteristics](SystemCharacteristics.md) | [security_impact_level](security_impact_level.md) | range | [SecurityImpactLevel](SecurityImpactLevel.md) | ## In Subsets * [Ssp](Ssp.md) ## 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