Event type descriptor for configuration provider service.
Defined in
This message is defined in the configuration_provider.proto file.
Syntax
message EventDescriptor
{
uint64 eventTypeId = 1;
string eventTitle = 2;
string eventDescription = 3;
Severity severity = 4;
event_provider.Technology technology = 5;
}
Fields
The EventDescriptor message has the following fields.
EventDescriptor message fields
Type |
Name |
Tag |
Description |
|---|---|---|---|
|
|
|
Event type identifier. |
|
|
|
Title for events of this type. |
|
|
|
Description for events of this type. |
|
|
Severity for events of this type. |
|
|
|
Analysis technology type associated with events of this type. |