Skip to content

Class: RiskResponseReference

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

URI: 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

Slots

Name Cardinality and Range Description Inheritance
response_uuid 1
UUIDType
A machine-oriented identifier reference to a unique risk response direct
related_tasks *
RelatedTask
Identifies tasks for which the containing object is a consequence direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
RiskLogEntry related_responses range RiskResponseReference

In Subsets

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
    alias: remarks
    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
    alias: props
    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
    alias: links
    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