Class: AssessmentLogEntry
Identifies the result of an action and/or task that occurred as part of executing an assessment plan or assessment event.
classDiagram
class AssessmentLogEntry
click AssessmentLogEntry href "../AssessmentLogEntry/"
OscalCommon <|-- AssessmentLogEntry
click OscalCommon href "../OscalCommon/"
AssessmentLogEntry : description
AssessmentLogEntry : end
AssessmentLogEntry : links
AssessmentLogEntry --> "*" Link : links
click Link href "../Link/"
AssessmentLogEntry : logged_by
AssessmentLogEntry --> "*" LoggedBy : logged_by
click LoggedBy href "../LoggedBy/"
AssessmentLogEntry : props
AssessmentLogEntry --> "*" Property : props
click Property href "../Property/"
AssessmentLogEntry : related_tasks
AssessmentLogEntry --> "*" RelatedTask : related_tasks
click RelatedTask href "../RelatedTask/"
AssessmentLogEntry : remarks
AssessmentLogEntry : start
AssessmentLogEntry : title
AssessmentLogEntry : uuid
Inheritance
- AssessmentLogEntry [ OscalCommon]
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| uuid | 1 UUIDType |
A machine-oriented, globally unique identifier with a cross-instance scope | direct |
| title | 0..1 MarkupLineType |
A human-readable name or title | direct |
| description | 0..1 MarkupMultilineType |
A human-readable description | direct |
| start | 1 DateTimeWithTimezoneType |
The start date/time | direct |
| end | 0..1 DateTimeWithTimezoneType |
The end date/time | direct |
| logged_by | * LoggedBy |
Used to indicate who created a log entry in what role | direct |
| related_tasks | * RelatedTask |
Identifies tasks for which the containing object is a consequence | 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 |
|---|---|---|---|
| AssessmentLog | entries | range | AssessmentLogEntry |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/oscal
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oscal:AssessmentLogEntry |
| native | oscal:AssessmentLogEntry |
LinkML Source
Direct
name: AssessmentLogEntry
description: Identifies the result of an action and/or task that occurred as part
of executing an assessment plan or assessment event.
in_subset:
- assessment_results
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- uuid
- title
- description
- start
- end
- logged-by
- related-tasks
slot_usage:
uuid:
name: uuid
required: true
start:
name: start
required: true
Induced
name: AssessmentLogEntry
description: Identifies the result of an action and/or task that occurred as part
of executing an assessment plan or assessment event.
in_subset:
- assessment_results
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
uuid:
name: uuid
required: true
start:
name: start
required: true
attributes:
uuid:
name: uuid
description: A machine-oriented, globally unique identifier with a cross-instance
scope.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: uuid
owner: AssessmentLogEntry
domain_of:
- Catalog
- Location
- Party
- Action
- Property
- Resource
- Profile
- AssessmentPlan
- AssessmentSubjectPlaceholder
- AssessmentPlatform
- AssessmentMethod
- Activity
- Step
- Task
- AssessmentPart
- SystemComponent
- Protocol
- SystemUser
- InventoryItem
- Observation
- Finding
- Risk
- MitigatingFactor
- Response
- RequiredAsset
- RiskLogEntry
- SystemSecurityPlan
- InformationType
- Diagram
- LeveragedAuthorization
- SspImplementedRequirement
- SspStatement
- ByComponent
- ProvidedControlImplementation
- ControlResponsibility
- InheritedControlImplementation
- SatisfiedControlImplementation
- AssessmentResults
- Result
- AssessmentLogEntry
- ComponentDefinition
- DefinedComponent
- Capability
- ControlImplementationSet
- ImplementedRequirement
- ImplementedControlStatement
- MappingCollection
- Mapping
- Map
- GapSummary
- PlanOfActionAndMilestones
- PoamItem
range: UUIDType
required: true
title:
name: title
description: A human-readable name or title.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: title
owner: AssessmentLogEntry
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
description:
name: description
description: A human-readable description.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: description
owner: AssessmentLogEntry
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
start:
name: start
description: The start date/time.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: start
owner: AssessmentLogEntry
domain_of:
- WithinDateRange
- PortRange
- RiskLogEntry
- Result
- AssessmentLogEntry
range: DateTimeWithTimezoneType
required: true
end:
name: end
description: The end date/time.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: end
owner: AssessmentLogEntry
domain_of:
- WithinDateRange
- PortRange
- RiskLogEntry
- Result
- AssessmentLogEntry
range: DateTimeWithTimezoneType
logged-by:
name: logged-by
description: Used to indicate who created a log entry in what role.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: logged_by
owner: AssessmentLogEntry
domain_of:
- RiskLogEntry
- AssessmentLogEntry
range: LoggedBy
multivalued: true
inlined: true
inlined_as_list: true
related-tasks:
name: related-tasks
description: Identifies tasks for which the containing object is a consequence.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: related_tasks
owner: AssessmentLogEntry
domain_of:
- Origin
- RiskResponseReference
- AssessmentLogEntry
range: RelatedTask
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: AssessmentLogEntry
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: AssessmentLogEntry
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: AssessmentLogEntry
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