Skip to content

Class: SelectSubjectById

Identifies a set of assessment subjects to include/exclude by UUID.

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

      SelectSubjectById : links





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



      SelectSubjectById : props





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



      SelectSubjectById : remarks

      SelectSubjectById : subject_uuid

      SelectSubjectById : type

## Inheritance * **SelectSubjectById** [ [OscalCommon](OscalCommon.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [subject_uuid](subject_uuid.md) | 1
[UUIDType](UUIDType.md) | A UUID reference to the identified subject | direct | | [type](type.md) | 1
[String](String.md) or 
[SelectSubjectTypeEnum](SelectSubjectTypeEnum.md) | Indicates the nature or kind of the containing object | direct | | [remarks](remarks.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Additional commentary about the containing object | [OscalCommon](OscalCommon.md) | | [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 | | --- | --- | --- | --- | | [AssessmentSubject](AssessmentSubject.md) | [include_subjects](include_subjects.md) | range | [SelectSubjectById](SelectSubjectById.md) | | [AssessmentSubject](AssessmentSubject.md) | [exclude_subjects](exclude_subjects.md) | range | [SelectSubjectById](SelectSubjectById.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:SelectSubjectById | | native | oscal:SelectSubjectById | ## LinkML Source ### Direct
name: SelectSubjectById
description: Identifies a set of assessment subjects to include/exclude by UUID.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- subject-uuid
- type
slot_usage:
  subject-uuid:
    name: subject-uuid
    required: true
  type:
    name: type
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string
### Induced
name: SelectSubjectById
description: Identifies a set of assessment subjects to include/exclude by UUID.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  subject-uuid:
    name: subject-uuid
    required: true
  type:
    name: type
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string
attributes:
  subject-uuid:
    name: subject-uuid
    description: A UUID reference to the identified subject.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: subject_uuid
    owner: SelectSubjectById
    domain_of:
    - SelectSubjectById
    - SubjectReference
    range: UUIDType
    required: true
  type:
    name: type
    description: Indicates the nature or kind of the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: SelectSubjectById
    domain_of:
    - Party
    - Action
    - TelephoneNumber
    - Address
    - AssessmentSubject
    - SelectSubjectById
    - SubjectReference
    - Task
    - SystemComponent
    - OriginActor
    - FindingTarget
    - DefinedComponent
    - MappingItem
    - MappingResourceReference
    range: string
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: SelectSubjectById
    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
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: SelectSubjectById
    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: SelectSubjectById
    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