Skip to content

Class: ImpactLevel

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

URI: [oscal:ImpactLevel](https://w3id.org/lmodel/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](props.md) | *
[Property](Property.md) | A list of properties | direct | | [links](links.md) | *
[Link](Link.md) | A list of links | direct | | [base](base.md) | 1
[String](String.md) or 
[Fips199ImpactLevelEnum](Fips199ImpactLevelEnum.md) | The prescribed base (Confidentiality, Integrity, or Availability) security im... | direct | | [selected](selected.md) | 0..1
[String](String.md) or 
[Fips199ImpactLevelEnum](Fips199ImpactLevelEnum.md) | The selected (Confidentiality, Integrity, or Availability) security impact le... | direct | | [adjustment_justification](adjustment_justification.md) | 0..1
[String](String.md) | If the selected security level is different from the base security level, thi... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [InformationType](InformationType.md) | [confidentiality_impact](confidentiality_impact.md) | range | [ImpactLevel](ImpactLevel.md) | | [InformationType](InformationType.md) | [integrity_impact](integrity_impact.md) | range | [ImpactLevel](ImpactLevel.md) | | [InformationType](InformationType.md) | [availability_impact](availability_impact.md) | range | [ImpactLevel](ImpactLevel.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: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
    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
    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
    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
    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