Skip to content

Class: Control

A structured object representing a requirement or guideline, which when implemented will reduce an aspect of risk related to an information system and its information.

URI: [oscal:Control](https://w3id.org/lmodel/oscal/Control)
 classDiagram
    class Control
    click Control href "../Control/"
      HasPropsAndLinks <|-- Control
        click HasPropsAndLinks href "../HasPropsAndLinks/"

      Control : _class

      Control : controls





        Control --> "*" Control : controls
        click Control href "../Control/"



      Control : id

      Control : links





        Control --> "*" Link : links
        click Link href "../Link/"



      Control : params





        Control --> "*" Parameter : params
        click Parameter href "../Parameter/"



      Control : parts





        Control --> "*" Part : parts
        click Part href "../Part/"



      Control : props





        Control --> "*" Property : props
        click Property href "../Property/"



      Control : title

## Inheritance * **Control** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[TokenType](TokenType.md) | Identifies a control such that it can be referenced in the defining catalog a... | direct | | [_class](_class.md) | 0..1
[TokenType](TokenType.md) | A textual label that provides a sub-type or characterization of the control | direct | | [title](title.md) | 1
[MarkupLineType](MarkupLineType.md) | A name given to the control, which may be used by a tool for display and navi... | direct | | [params](params.md) | *
[Parameter](Parameter.md) | Parameters providing a mechanism for the dynamic assignment of value(s) in a ... | direct | | [parts](parts.md) | *
[Part](Part.md) | A collection of parts | direct | | [controls](controls.md) | *
[Control](Control.md) | A collection of controls | direct | | [props](props.md) | *
[Property](Property.md) | A list of properties | [HasPropsAndLinks](HasPropsAndLinks.md) | | [links](links.md) | *
[Link](Link.md) | A list of links | [HasPropsAndLinks](HasPropsAndLinks.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalog](Catalog.md) | [controls](controls.md) | range | [Control](Control.md) | | [Group](Group.md) | [controls](controls.md) | range | [Control](Control.md) | | [Control](Control.md) | [controls](controls.md) | range | [Control](Control.md) | ## In Subsets * [OscalCatalog](OscalCatalog.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:Control | | native | oscal:Control | ## LinkML Source ### Direct
name: Control
description: A structured object representing a requirement or guideline, which when
  implemented will reduce an aspect of risk related to an information system and its
  information.
in_subset:
- oscal_catalog
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- id
- _class
- title
- params
- parts
- controls
slot_usage:
  id:
    name: id
    description: Identifies a control such that it can be referenced in the defining
      catalog and other OSCAL instances (e.g., profiles).
    required: true
  _class:
    name: _class
    description: A textual label that provides a sub-type or characterization of the
      control.
  title:
    name: title
    description: A name given to the control, which may be used by a tool for display
      and navigation.
    required: true
### Induced
name: Control
description: A structured object representing a requirement or guideline, which when
  implemented will reduce an aspect of risk related to an information system and its
  information.
in_subset:
- oscal_catalog
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  id:
    name: id
    description: Identifies a control such that it can be referenced in the defining
      catalog and other OSCAL instances (e.g., profiles).
    required: true
  _class:
    name: _class
    description: A textual label that provides a sub-type or characterization of the
      control.
  title:
    name: title
    description: A name given to the control, which may be used by a tool for display
      and navigation.
    required: true
attributes:
  id:
    name: id
    description: Identifies a control such that it can be referenced in the defining
      catalog and other OSCAL instances (e.g., profiles).
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Group
    - Control
    - Role
    - PartyExternalId
    - Part
    - Parameter
    - ProfileGroup
    - ControlPart
    - SystemId
    - ThreatId
    range: TokenType
    required: true
  _class:
    name: _class
    description: A textual label that provides a sub-type or characterization of the
      control.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Group
    - Control
    - Property
    - Part
    - Parameter
    - ProfileGroup
    - ParameterSetting
    - AssessmentPart
    - ControlPart
    range: TokenType
  title:
    name: title
    description: A name given to the control, which may be used by a tool for display
      and navigation.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Group
    - Control
    - Metadata
    - Revision
    - Role
    - Location
    - Resource
    - Part
    - ProfileGroup
    - Addition
    - SubjectReference
    - AssessmentPlatform
    - Activity
    - Step
    - Task
    - AssessmentPart
    - ControlPart
    - SystemComponent
    - Protocol
    - SystemUser
    - AuthorizedPrivilege
    - Observation
    - Finding
    - FindingTarget
    - Risk
    - Response
    - RequiredAsset
    - RiskLogEntry
    - InformationType
    - LeveragedAuthorization
    - Result
    - AssessmentLogEntry
    - DefinedComponent
    - PoamItem
    range: MarkupLineType
    required: true
  params:
    name: params
    description: Parameters providing a mechanism for the dynamic assignment of value(s)
      in a control.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Catalog
    - Group
    - Control
    - ProfileGroup
    - Addition
    range: Parameter
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: A collection of parts.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Group
    - Control
    - Part
    - ProfileGroup
    - Addition
    - TermsAndConditions
    - LocalObjective
    - AssessmentPart
    - ControlPart
    - Attestation
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true
  controls:
    name: controls
    description: A collection of controls.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    domain_of:
    - Catalog
    - Group
    - Control
    range: Control
    multivalued: true
    inlined: true
    inlined_as_list: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Control
    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
    owner: Control
    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