Class ObservabilityPipelineOcsfMappingCustomMetadata

Metadata for the custom OCSF mapping.

Hierarchy

  • ObservabilityPipelineOcsfMappingCustomMetadata

Constructors

Properties

_class: string

The OCSF event class name.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
profiles?: string[]

A list of OCSF profiles to apply.

version: string

The OCSF schema version.

Generated using TypeDoc