Skip to content

Class: CloudProfile

The attributes that describe information specific to Cloud

services/applications.

URI: ocsf:CloudProfile

 classDiagram
    class CloudProfile
    click CloudProfile href "../CloudProfile/"
      CloudProfile <|-- Databucket
        click Databucket href "../Databucket/"
      CloudProfile <|-- ResourceDetails
        click ResourceDetails href "../ResourceDetails/"
      CloudProfile <|-- BaseEvent
        click BaseEvent href "../BaseEvent/"
      CloudProfile <|-- DhcpActivity
        click DhcpActivity href "../DhcpActivity/"

      CloudProfile : api





        CloudProfile --> "0..1" Api : api
        click Api href "../Api/"



      CloudProfile : cloud





        CloudProfile --> "1" Cloud : cloud
        click Cloud href "../Cloud/"



Class Properties

Property Value
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
api 0..1
Api
Describes details about a typical API (Application Programming Interface) cal... direct
cloud 1
Cloud
Describes details about the Cloud environment where the event or finding was direct

Mixin Usage

mixed into description
Databucket The databucket object is a basic container that holds data, typically organiz...
ResourceDetails The Resource Details object describes details about resources that were
BaseEvent The base event is a generic and concrete event
DhcpActivity DHCP Activity events report MAC to IP assignment via DHCP from a client or

In Subsets

Aliases

  • Cloud

Identifier and Mapping Information

Annotations

property value
ocsf_profile cloud

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:CloudProfile
native ocsf:CloudProfile

LinkML Source

Direct

name: CloudProfile
annotations:
  ocsf_profile:
    tag: ocsf_profile
    value: cloud
description: 'The attributes that describe information specific to Cloud

  services/applications.'
in_subset:
- cloud_profile_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Cloud
mixin: true
slots:
- api
- cloud
slot_usage:
  api:
    name: api
    annotations:
      group:
        tag: group
        value: context
  cloud:
    name: cloud
    annotations:
      group:
        tag: group
        value: primary
    required: true

Induced

name: CloudProfile
annotations:
  ocsf_profile:
    tag: ocsf_profile
    value: cloud
description: 'The attributes that describe information specific to Cloud

  services/applications.'
in_subset:
- cloud_profile_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Cloud
mixin: true
slot_usage:
  api:
    name: api
    annotations:
      group:
        tag: group
        value: context
  cloud:
    name: cloud
    annotations:
      group:
        tag: group
        value: primary
    required: true
attributes:
  api:
    name: api
    annotations:
      group:
        tag: group
        value: context
    description: Describes details about a typical API (Application Programming Interface)
      call.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - API Details
    rank: 1000
    alias: api
    owner: CloudProfile
    domain_of:
    - Evidences
    - CloudProfile
    - ApiActivity
    range: Api
  cloud:
    name: cloud
    annotations:
      group:
        tag: group
        value: primary
    description: 'Describes details about the Cloud environment where the event or
      finding was

      created.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Cloud
    rank: 1000
    alias: cloud
    owner: CloudProfile
    domain_of:
    - CloudProfile
    - CloudResourcesInventoryInfo
    range: Cloud
    required: true