Skip to content

Class: MitigatingFactor

Describes an existing mitigating factor that may affect the overall determination of the risk.

URI: [oscal:MitigatingFactor](https://w3id.org/lmodel/oscal/MitigatingFactor)
 classDiagram
    class MitigatingFactor
    click MitigatingFactor href "../MitigatingFactor/"
      HasPropsAndLinks <|-- MitigatingFactor
        click HasPropsAndLinks href "../HasPropsAndLinks/"

      MitigatingFactor : description

      MitigatingFactor : implementation_uuid

      MitigatingFactor : links





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



      MitigatingFactor : props





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



      MitigatingFactor : subjects





        MitigatingFactor --> "*" SubjectReference : subjects
        click SubjectReference href "../SubjectReference/"



      MitigatingFactor : uuid

## Inheritance * **MitigatingFactor** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [uuid](uuid.md) | 1
[UUIDType](UUIDType.md) | A machine-oriented, globally unique identifier with a cross-instance scope | direct | | [description](description.md) | 1
[MarkupMultilineType](MarkupMultilineType.md) | A human-readable description | direct | | [implementation_uuid](implementation_uuid.md) | 0..1
[UUIDType](UUIDType.md) | A machine-oriented, globally unique identifier with cross-instance scope that... | direct | | [subjects](subjects.md) | *
[SubjectReference](SubjectReference.md) | Assessment subjects or subject references for this object | direct | | [props](props.md) | *
[Property](Property.md) | A list of properties | [HasPropsAndLinks](HasPropsAndLinks.md) | | [links](links.md) | *
[Link](Link.md) | A list of links | [HasPropsAndLinks](HasPropsAndLinks.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Risk](Risk.md) | [mitigating_factors](mitigating_factors.md) | range | [MitigatingFactor](MitigatingFactor.md) | ## In Subsets * [AssessmentCommon](AssessmentCommon.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:MitigatingFactor | | native | oscal:MitigatingFactor | ## LinkML Source ### Direct
name: MitigatingFactor
description: Describes an existing mitigating factor that may affect the overall determination
  of the risk.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- uuid
- description
- implementation-uuid
- subjects
slot_usage:
  uuid:
    name: uuid
    required: true
  description:
    name: description
    required: true
  subjects:
    name: subjects
    range: SubjectReference
### Induced
name: MitigatingFactor
description: Describes an existing mitigating factor that may affect the overall determination
  of the risk.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  uuid:
    name: uuid
    required: true
  description:
    name: description
    required: true
  subjects:
    name: subjects
    range: SubjectReference
attributes:
  uuid:
    name: uuid
    description: A machine-oriented, globally unique identifier with a cross-instance
      scope.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: MitigatingFactor
    domain_of:
    - Catalog
    - Location
    - Party
    - Action
    - Property
    - Resource
    - Profile
    - AssessmentPlan
    - AssessmentSubjectPlaceholder
    - AssessmentPlatform
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - AssessmentPart
    - SystemComponent
    - Protocol
    - SystemUser
    - InventoryItem
    - Observation
    - Finding
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemSecurityPlan
    - InformationType
    - Diagram
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - AssessmentResults
    - Result
    - AssessmentLogEntry
    - ComponentDefinition
    - DefinedComponent
    - Capability
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - MappingCollection
    - Mapping
    - Map
    - GapSummary
    - PlanOfActionAndMilestones
    - PoamItem
    range: UUIDType
    required: true
  description:
    name: description
    description: A human-readable description.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: MitigatingFactor
    domain_of:
    - Role
    - Resource
    - ParameterConstraint
    - ReviewedControls
    - ControlSelection
    - ControlObjectiveSelection
    - AssessmentSubject
    - AssessmentSubjectPlaceholder
    - LocalObjective
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - SystemComponent
    - SystemUser
    - AuthorizedPrivilege
    - InventoryItem
    - Observation
    - RelevantEvidence
    - Finding
    - FindingTarget
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemCharacteristics
    - InformationType
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SspControlImplementation
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - Result
    - AssessmentLogEntry
    - DefinedComponent
    - Capability
    - IncorporatesComponent
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamItem
    range: MarkupMultilineType
    required: true
  implementation-uuid:
    name: implementation-uuid
    description: A machine-oriented, globally unique identifier with cross-instance
      scope that can be used to reference this implementation statement elsewhere
      in this or other OSCAL instances.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: implementation_uuid
    owner: MitigatingFactor
    domain_of:
    - MitigatingFactor
    range: UUIDType
  subjects:
    name: subjects
    description: Assessment subjects or subject references for this object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: MitigatingFactor
    domain_of:
    - Task
    - AssociatedActivity
    - RelatedTask
    - IdentifiedSubject
    - Observation
    - MitigatingFactor
    - RequiredAsset
    range: SubjectReference
    multivalued: true
    inlined: true
    inlined_as_list: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: MitigatingFactor
    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: MitigatingFactor
    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