Skip to content

Class: OriginActor

The actor that produces an observation, a finding, or a risk.

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

      OriginActor : actor_uuid

      OriginActor : links





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



      OriginActor : props





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



      OriginActor : role_id

      OriginActor : type





        OriginActor --> "1" OriginActorTypeEnum : type
        click OriginActorTypeEnum href "../OriginActorTypeEnum/"



## Inheritance * **OriginActor** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [type](type.md) | 1
[OriginActorTypeEnum](OriginActorTypeEnum.md) | Indicates the nature or kind of the containing object | direct | | [actor_uuid](actor_uuid.md) | 1
[UUIDType](UUIDType.md) | A machine-oriented identifier reference to the tool or person based on the as... | direct | | [role_id](role_id.md) | 0..1
[TokenType](TokenType.md) | A reference to a role by its identifier | 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 | | --- | --- | --- | --- | | [Origin](Origin.md) | [actors](actors.md) | range | [OriginActor](OriginActor.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:OriginActor | | native | oscal:OriginActor | ## LinkML Source ### Direct
name: OriginActor
description: The actor that produces an observation, a finding, or a risk.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- type
- actor-uuid
- role-id
slot_usage:
  type:
    name: type
    range: OriginActorTypeEnum
    required: true
  actor-uuid:
    name: actor-uuid
    required: true
### Induced
name: OriginActor
description: The actor that produces an observation, a finding, or a risk.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  type:
    name: type
    range: OriginActorTypeEnum
    required: true
  actor-uuid:
    name: actor-uuid
    required: true
attributes:
  type:
    name: type
    description: Indicates the nature or kind of the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: OriginActor
    domain_of:
    - Party
    - Action
    - TelephoneNumber
    - Address
    - AssessmentSubject
    - SelectSubjectById
    - SubjectReference
    - Task
    - SystemComponent
    - OriginActor
    - FindingTarget
    - DefinedComponent
    - MappingItem
    - MappingResourceReference
    range: OriginActorTypeEnum
    required: true
  actor-uuid:
    name: actor-uuid
    description: A machine-oriented identifier reference to the tool or person based
      on the associated type.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: actor_uuid
    owner: OriginActor
    domain_of:
    - OriginActor
    range: UUIDType
    required: true
  role-id:
    name: role-id
    description: A reference to a role by its identifier.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: role_id
    owner: OriginActor
    domain_of:
    - ResponsibleParty
    - ResponsibleRole
    - OriginActor
    - LoggedBy
    range: TokenType
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: OriginActor
    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: OriginActor
    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