Skip to content

Class: SspControlImplementation

Describes how the system satisfies a set of controls.

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

      SspControlImplementation : implemented_requirements





        SspControlImplementation --> "1..*" SspImplementedRequirement : implemented_requirements
        click SspImplementedRequirement href "../SspImplementedRequirement/"



      SspControlImplementation : set_parameters





        SspControlImplementation --> "*" SetParameter : set_parameters
        click SetParameter href "../SetParameter/"



## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [description](description.md) | 1
[MarkupMultilineType](MarkupMultilineType.md) | A human-readable description | direct | | [set_parameters](set_parameters.md) | *
[SetParameter](SetParameter.md) | Identifies the parameter that will be set by the enclosed value | direct | | [implemented_requirements](implemented_requirements.md) | 1..*
[SspImplementedRequirement](SspImplementedRequirement.md) | Control implementation requirement entries in the containing OSCAL context | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SystemSecurityPlan](SystemSecurityPlan.md) | [control_implementation](control_implementation.md) | range | [SspControlImplementation](SspControlImplementation.md) | ## In Subsets * [Ssp](Ssp.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:SspControlImplementation | | native | oscal:SspControlImplementation | ## LinkML Source ### Direct
name: SspControlImplementation
description: Describes how the system satisfies a set of controls.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slots:
- description
- set-parameters
- implemented-requirements
slot_usage:
  set-parameters:
    name: set-parameters
    description: Identifies the parameter that will be set by the enclosed value.
    range: SetParameter
  implemented-requirements:
    name: implemented-requirements
    range: SspImplementedRequirement
    required: true
  description:
    name: description
    required: true
### Induced
name: SspControlImplementation
description: Describes how the system satisfies a set of controls.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  set-parameters:
    name: set-parameters
    description: Identifies the parameter that will be set by the enclosed value.
    range: SetParameter
  implemented-requirements:
    name: implemented-requirements
    range: SspImplementedRequirement
    required: true
  description:
    name: description
    required: true
attributes:
  description:
    name: description
    description: A human-readable description.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: SspControlImplementation
    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
  set-parameters:
    name: set-parameters
    description: Identifies the parameter that will be set by the enclosed value.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: set_parameters
    owner: SspControlImplementation
    domain_of:
    - ProfileModify
    - SspControlImplementation
    - SspImplementedRequirement
    - ByComponent
    - ControlImplementationSet
    - ImplementedRequirement
    range: SetParameter
    multivalued: true
    inlined: true
    inlined_as_list: true
  implemented-requirements:
    name: implemented-requirements
    description: Control implementation requirement entries in the containing OSCAL
      context. The concrete entry class is selected by class-level slot_usage.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: implemented_requirements
    owner: SspControlImplementation
    domain_of:
    - SspControlImplementation
    - ControlImplementationSet
    range: SspImplementedRequirement
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true