Class: AssessmentSubject
Identifies system elements being assessed, such as components, inventory items, and locations.
classDiagram
class AssessmentSubject
click AssessmentSubject href "../AssessmentSubject/"
OscalCommon <|-- AssessmentSubject
click OscalCommon href "../OscalCommon/"
AssessmentSubject : description
AssessmentSubject : exclude_subjects
AssessmentSubject --> "*" SelectSubjectById : exclude_subjects
click SelectSubjectById href "../SelectSubjectById/"
AssessmentSubject : include_all
AssessmentSubject --> "0..1" IncludeAll : include_all
click IncludeAll href "../IncludeAll/"
AssessmentSubject : include_subjects
AssessmentSubject --> "*" SelectSubjectById : include_subjects
click SelectSubjectById href "../SelectSubjectById/"
AssessmentSubject : links
AssessmentSubject --> "*" Link : links
click Link href "../Link/"
AssessmentSubject : props
AssessmentSubject --> "*" Property : props
click Property href "../Property/"
AssessmentSubject : remarks
AssessmentSubject : type
Inheritance
- AssessmentSubject [ OscalCommon]
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 String or AssessmentSubjectTypeEnum |
Indicates the nature or kind of the containing object | direct |
| description | 0..1 MarkupMultilineType |
A human-readable description | direct |
| include_all | 0..1 IncludeAll |
Include all selectable objects in the containing OSCAL selection context | direct |
| include_subjects | * SelectSubjectById |
Assessment subjects to include | direct |
| exclude_subjects | * SelectSubjectById |
Assessment subjects to exclude | direct |
| remarks | 0..1 MarkupMultilineType |
Additional commentary about the containing object | OscalCommon |
| props | * Property |
A list of properties | HasPropsAndLinks |
| links | * Link |
A list of links | HasPropsAndLinks |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AssessmentPlan | assessment_subjects | range | AssessmentSubject |
| Task | subjects | range | AssessmentSubject |
| AssociatedActivity | subjects | range | AssessmentSubject |
| RelatedTask | subjects | range | AssessmentSubject |
| IdentifiedSubject | subjects | range | AssessmentSubject |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/oscal
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oscal:AssessmentSubject |
| native | oscal:AssessmentSubject |
LinkML Source
Direct
name: AssessmentSubject
description: Identifies system elements being assessed, such as components, inventory
items, and locations.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- type
- description
- include-all
- include-subjects
- exclude-subjects
slot_usage:
type:
name: type
required: true
any_of:
- range: AssessmentSubjectTypeEnum
- range: string
Induced
name: AssessmentSubject
description: Identifies system elements being assessed, such as components, inventory
items, and locations.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
type:
name: type
required: true
any_of:
- range: AssessmentSubjectTypeEnum
- range: string
attributes:
type:
name: type
description: Indicates the nature or kind of the containing object.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: type
owner: AssessmentSubject
domain_of:
- Party
- Action
- TelephoneNumber
- Address
- AssessmentSubject
- SelectSubjectById
- SubjectReference
- Task
- SystemComponent
- OriginActor
- FindingTarget
- DefinedComponent
- MappingItem
- MappingResourceReference
range: string
required: true
any_of:
- range: AssessmentSubjectTypeEnum
- range: string
description:
name: description
description: A human-readable description.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: description
owner: AssessmentSubject
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
include-all:
name: include-all
description: Include all selectable objects in the containing OSCAL selection
context.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: include_all
owner: AssessmentSubject
domain_of:
- ProfileImport
- InsertControls
- ControlSelection
- ControlObjectiveSelection
- AssessmentSubject
range: IncludeAll
inlined: true
include-subjects:
name: include-subjects
description: Assessment subjects to include.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: include_subjects
owner: AssessmentSubject
domain_of:
- AssessmentSubject
range: SelectSubjectById
multivalued: true
inlined: true
inlined_as_list: true
exclude-subjects:
name: exclude-subjects
description: Assessment subjects to exclude.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: exclude_subjects
owner: AssessmentSubject
domain_of:
- AssessmentSubject
range: SelectSubjectById
multivalued: true
inlined: true
inlined_as_list: true
remarks:
name: remarks
description: Additional commentary about the containing object.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: remarks
owner: AssessmentSubject
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
alias: props
owner: AssessmentSubject
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
alias: links
owner: AssessmentSubject
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