Skip to content

Class: ImpactLevel

The expected level of impact resulting from the described information's confidentiality, integrity, or availability affect.

URI: oscal:ImpactLevel

 classDiagram
    class ImpactLevel
    click ImpactLevel href "../ImpactLevel/"
      ImpactLevel : adjustment_justification

      ImpactLevel : base

      ImpactLevel : links





        ImpactLevel --> "*" Link : links
        click Link href "../Link/"



      ImpactLevel : props





        ImpactLevel --> "*" Property : props
        click Property href "../Property/"



      ImpactLevel : selected

Slots

Name Cardinality and Range Description Inheritance
props *
Property
A list of properties direct
links *
Link
A list of links direct
base 1
String or 
Fips199ImpactLevelEnum
The prescribed base (Confidentiality, Integrity, or Availability) security im... direct
selected 0..1
String or 
Fips199ImpactLevelEnum
The selected (Confidentiality, Integrity, or Availability) security impact le... direct
adjustment_justification 0..1
String
If the selected security level is different from the base security level, thi... direct

Usages

used by used in type used
InformationType confidentiality_impact range ImpactLevel
InformationType integrity_impact range ImpactLevel
InformationType availability_impact range ImpactLevel

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ImpactLevel
description: The expected level of impact resulting from the described information's
  confidentiality, integrity, or availability affect.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slots:
- props
- links
- base
- selected
- adjustment-justification
slot_usage:
  base:
    name: base
    required: true
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string
  selected:
    name: selected
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string

Induced

name: ImpactLevel
description: The expected level of impact resulting from the described information's
  confidentiality, integrity, or availability affect.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  base:
    name: base
    required: true
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string
  selected:
    name: selected
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string
attributes:
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: ImpactLevel
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: A list of links.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: links
    owner: ImpactLevel
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true
  base:
    name: base
    description: The prescribed base (Confidentiality, Integrity, or Availability)
      security impact level.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: base
    owner: ImpactLevel
    domain_of:
    - ImpactLevel
    range: string
    required: true
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string
  selected:
    name: selected
    description: The selected (Confidentiality, Integrity, or Availability) security
      impact level.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: selected
    owner: ImpactLevel
    domain_of:
    - ImpactLevel
    range: string
    any_of:
    - range: Fips199ImpactLevelEnum
    - range: string
  adjustment-justification:
    name: adjustment-justification
    description: If the selected security level is different from the base security
      level, this contains the justification for the change.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: adjustment_justification
    owner: ImpactLevel
    domain_of:
    - ImpactLevel
    range: string