Skip to content

Class: ThreatId

A pointer, by ID, to an externally-defined threat.

URI: oscal:ThreatId

 classDiagram
    class ThreatId
    click ThreatId href "../ThreatId/"
      ThreatId : href

      ThreatId : id

      ThreatId : system

Slots

Name Cardinality and Range Description Inheritance
href 0..1
URIReferenceType
A resolvable URL reference to a resource direct
system 1
URIType
Specifies the system or scheme from which the identifier originates direct
id 1
URIType
A unique human-oriented identifier within a particular context direct

Usages

used by used in type used
Risk threat_ids range ThreatId

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ThreatId
description: A pointer, by ID, to an externally-defined threat.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- href
- system
- id
slot_usage:
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    required: true
  id:
    name: id
    range: URIType
    required: true

Induced

name: ThreatId
description: A pointer, by ID, to an externally-defined threat.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    required: true
  id:
    name: id
    range: URIType
    required: true
attributes:
  href:
    name: href
    description: A resolvable URL reference to a resource.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: href
    owner: ThreatId
    domain_of:
    - Link
    - ResourceLink
    - ProfileImport
    - ImportSSP
    - RelevantEvidence
    - ThreatId
    - ImportProfile
    - ImportAssessmentPlan
    - ImportComponentDefinition
    - MappingResourceReference
    range: URIReferenceType
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: system
    owner: ThreatId
    domain_of:
    - Action
    - ThreatId
    - Facet
    - InformationTypeCategorization
    range: URIType
    required: true
  id:
    name: id
    description: A unique human-oriented identifier within a particular context.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: id
    owner: ThreatId
    domain_of:
    - Group
    - Control
    - Role
    - PartyExternalId
    - Part
    - Parameter
    - ProfileGroup
    - ControlPart
    - SystemId
    - ThreatId
    range: URIType
    required: true