Skip to content

Class: RiskResponseReference

Identifies an individual risk response that this log entry is for.

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

      RiskResponseReference : links





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



      RiskResponseReference : props





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



      RiskResponseReference : related_tasks





        RiskResponseReference --> "*" RelatedTask : related_tasks
        click RelatedTask href "../RelatedTask/"



      RiskResponseReference : remarks

      RiskResponseReference : response_uuid

## Inheritance * **RiskResponseReference** [ [OscalCommon](OscalCommon.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [response_uuid](response_uuid.md) | 1
[UUIDType](UUIDType.md) | A machine-oriented identifier reference to a unique risk response | direct | | [related_tasks](related_tasks.md) | *
[RelatedTask](RelatedTask.md) | Identifies tasks for which the containing object is a consequence | direct | | [remarks](remarks.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Additional commentary about the containing object | [OscalCommon](OscalCommon.md) | | [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 | | --- | --- | --- | --- | | [RiskLogEntry](RiskLogEntry.md) | [related_responses](related_responses.md) | range | [RiskResponseReference](RiskResponseReference.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:RiskResponseReference | | native | oscal:RiskResponseReference | ## LinkML Source ### Direct
name: RiskResponseReference
description: Identifies an individual risk response that this log entry is for.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- response-uuid
- related-tasks
slot_usage:
  response-uuid:
    name: response-uuid
    required: true
### Induced
name: RiskResponseReference
description: Identifies an individual risk response that this log entry is for.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  response-uuid:
    name: response-uuid
    required: true
attributes:
  response-uuid:
    name: response-uuid
    description: A machine-oriented identifier reference to a unique risk response.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: response_uuid
    owner: RiskResponseReference
    domain_of:
    - RiskResponseReference
    range: UUIDType
    required: true
  related-tasks:
    name: related-tasks
    description: Identifies tasks for which the containing object is a consequence.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: related_tasks
    owner: RiskResponseReference
    domain_of:
    - Origin
    - RiskResponseReference
    - AssessmentLogEntry
    range: RelatedTask
    multivalued: true
    inlined: true
    inlined_as_list: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: RiskResponseReference
    domain_of:
    - OscalCommon
    - Property
    - Resource
    - ConstraintTest
    - ControlMatching
    - Removal
    - ImportSSP
    - LocalDefinitions
    - SelectObjectiveById
    - AssessmentSubjectSource
    - OnDateCondition
    - WithinDateRange
    - AtFrequency
    - TaskDependency
    - SetParameter
    - ComponentStatus
    - PortRange
    - ImplementationStatus
    - ObjectiveStatus
    - RelatedObservation
    - AssociatedRisk
    - LoggedBy
    - ImportProfile
    - SystemCharacteristics
    - SystemStatus
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - ImportAssessmentPlan
    - AssessmentResultsLocalDefinitions
    - ImportComponentDefinition
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamLocalDefinitions
    - RelatedFinding
    range: MarkupMultilineType
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: RiskResponseReference
    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: RiskResponseReference
    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