Skip to content

Class: SetParameter

Identifies the parameter that will be set by the enclosed value.

URI: oscal:SetParameter

 classDiagram
    class SetParameter
    click SetParameter href "../SetParameter/"
      SetParameter : param_id

      SetParameter : remarks

      SetParameter : values

Slots

Name Cardinality and Range Description Inheritance
param_id 1
TokenType
The identifier for the parameter being set or referenced direct
values 1..*
String
A parameter value or set of values direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object direct

Usages

used by used in type used
SspControlImplementation set_parameters range SetParameter
SspImplementedRequirement set_parameters range SetParameter
ByComponent set_parameters range SetParameter
ControlImplementationSet set_parameters range SetParameter
ImplementedRequirement set_parameters range SetParameter

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SetParameter
description: Identifies the parameter that will be set by the enclosed value.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- param-id
- values
- remarks
slot_usage:
  param-id:
    name: param-id
    required: true
  values:
    name: values
    required: true

Induced

name: SetParameter
description: Identifies the parameter that will be set by the enclosed value.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  param-id:
    name: param-id
    required: true
  values:
    name: values
    required: true
attributes:
  param-id:
    name: param-id
    description: The identifier for the parameter being set or referenced.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: param_id
    owner: SetParameter
    domain_of:
    - ParameterSetting
    - SetParameter
    range: TokenType
    required: true
  values:
    name: values
    description: A parameter value or set of values.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: values
    owner: SetParameter
    domain_of:
    - Parameter
    - ParameterSetting
    - SetParameter
    range: string
    required: true
    multivalued: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: SetParameter
    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