Actor describes something that generates events, like a container, network, or a volume. EventActor

interface EventActor {
    Attributes?: {
        [key: string]: string;
    };
    ID?: string;
}

Properties

Properties

Attributes?: {
    [key: string]: string;
}

Various key/value attributes of the object, depending on its type.

ID?: string

The ID of the object emitting the event