Class ObservabilityPipelineOcsfMappingCustomLookupTableEntry

A single entry in a lookup table for value transformation.

Hierarchy

  • ObservabilityPipelineOcsfMappingCustomLookupTableEntry

Constructors

Properties

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
contains?: string

The substring to match in the source value.

equals?: any

The exact value to match in the source.

equalsSource?: string

The source field to match against.

matches?: string

A regex pattern to match in the source value.

notMatches?: string

A regex pattern that must not match the source value.

value?: any

The value to use when a match is found.

Generated using TypeDoc