gchq / event-logging-schema

Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
Apache License 2.0
25 stars 6 forks source link

Add a new object type of `CloudService` #98

Open at055612 opened 1 month ago

at055612 commented 1 month ago

Currently there is no way to model events relating to cloud services, e.g. when a user creates a Lambda in AWS. Currently you would need to model this as Create - Object and put Lambda as the type.

Suggest we add a new object type of CloudService to cover these cases.