Skip to content

Class: ThreatId

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

URI: [oscal:ThreatId](https://w3id.org/lmodel/oscal/ThreatId)
 classDiagram
    class ThreatId
    click ThreatId href "../ThreatId/"
      ThreatId : href

      ThreatId : id

      ThreatId : system

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [href](href.md) | 0..1
[URIReferenceType](URIReferenceType.md) | A resolvable URL reference to a resource | direct | | [system](system.md) | 1
[URIType](URIType.md) | Specifies the system or scheme from which the identifier originates | direct | | [id](id.md) | 1
[URIType](URIType.md) | A unique human-oriented identifier within a particular context | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Risk](Risk.md) | [threat_ids](threat_ids.md) | range | [ThreatId](ThreatId.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: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
    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
    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
    owner: ThreatId
    domain_of:
    - Group
    - Control
    - Role
    - PartyExternalId
    - Part
    - Parameter
    - ProfileGroup
    - ControlPart
    - SystemId
    - ThreatId
    range: URIType
    required: true