Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for #21 - Add VirtualDevice and CloudService to BaseMultiObjectComplexType #97

Open
wants to merge 16 commits into
base: 4.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ description: >

---

user is viewing a set of search results independently of the search event that generated them.
the query/id element can be used to link the two events together.
User is viewing a set of search results independently of the search event that generated them.
The query/id element can be used to link the two events together.

this object type can be used when the results of the query are not know at the time the search is executed and the search event is created.
This object type can be used when the results of the query are not know at the time the search is executed and the search event is created.

a view event is used here simply to illustrate the use of searchresults.
searchresults can be used within other schema actions.
A view event is used here simply to illustrate the use of searchresults.
`searchresults` can be used within other schema actions.

``` xml
<?xml version="1.0" encoding="UTF-8"?>
@@ -71,7 +71,7 @@ searchresults can be used within other schema actions.
<Query>
<!--
Provides a link back to the Search event generated when the
query was executed. The link can also be acheived using EventLinks below.
query was executed. The link can also be achieved using EventLinks below.
-->
<Id>query-538393</Id>
</Query>
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/association.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Association"
linkTitle: "Association"
#weight:
weight: 10
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/banner.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Banner"
linkTitle: "Banner"
#weight:
weight: 20
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/chat.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Chat"
linkTitle: "Chat"
#weight:
weight: 30
date: 2022-05-05
tags:
- object-type
19 changes: 19 additions & 0 deletions docs/content/en/docs/object-types/cloud-service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Cloud Service"
linkTitle: "Cloud Service"
weight: 60
date: 2024-06-10
tags:
- object-type
object_types:
- cloud-service
description: >
Describes a service on a cloud provider, e.g. an AWS Lambda or a Google BigQuery database.
This normally descirbes a Software As A Serivce offering.
Cloud infrastructure such as AWS EC2s should be modelled with the VirtualDevice object type instead.
---

This object type can be used for modelling events where a user is performing actions on a cloud service, e.g. creating an AWS Lambda, updating the configuration of a Google BigQuery database.

`CloudService` is distinct from [`VirtualDevice`]({{< relref "./virtual-device" >}}) in that it tends to represent software as a service rather than a virtualised device.
What is a service and what is a virtual device is somewhat subjective though, so some care and consistency of approach is needed.
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Configuration"
linkTitle: "Configuration"
#weight:
weight: 40
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/criteria.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Criteria"
linkTitle: "Criteria"
#weight:
weight: 50
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/document.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Document"
linkTitle: "Document"
#weight:
weight: 70
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/email.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Email"
linkTitle: "Email"
#weight:
weight: 80
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/file.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "File"
linkTitle: "File"
#weight:
weight: 90
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/folder.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Folder"
linkTitle: "Folder"
#weight:
weight: 100
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/group-chat.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Group Chat"
linkTitle: "Group Chat"
#weight:
weight: 120
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/group.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Group"
linkTitle: "Group"
#weight:
weight: 110
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Object"
linkTitle: "Object"
#weight:
weight: 130
date: 2022-05-05
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/resource.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Resource"
linkTitle: "Resource"
#weight:
weight: 140
date: 2022-05-06
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/search-results.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Search Results"
linkTitle: "Search Results"
#weight:
weight: 150
date: 2022-05-06
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/shortcut.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Shortcut"
linkTitle: "Shortcut"
#weight:
weight: 160
date: 2022-05-06
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/user.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "User"
linkTitle: "User"
#weight:
weight: 170
date: 2022-05-06
tags:
- object-type
16 changes: 16 additions & 0 deletions docs/content/en/docs/object-types/virtual-device.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Virtual Device"
linkTitle: "Virtual Device"
weight: 190
date: 2024-06-10
tags:
- object-type
object_types:
- virtual-device
description: >
Describes a virtual device/machine running in a virtualised hosting environment.
A virtual device will typically be a virtual machine, network appliance or other piece of infrastructure that is addressable on the network.
It may be hosted on on-premesis or cloud infrastructure.
---


2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/virtual-session.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Virtual Session"
linkTitle: "Virtual Session"
#weight:
weight: 200
date: 2022-05-06
tags:
- object-type
2 changes: 1 addition & 1 deletion docs/content/en/docs/object-types/voip.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "VOIP"
linkTitle: "VOIP"
#weight:
weight: 180
date: 2022-05-06
tags:
- object-type
Loading