Class ObservabilityPipelineSourceValidTokenFieldToAdd

An optional metadata field that is attached to every event authenticated by the associated token. Both key and value must match ^[A-Za-z0-9_]+$.

Hierarchy

  • ObservabilityPipelineSourceValidTokenFieldToAdd

Constructors

Properties

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
key: string

The metadata field name to add to incoming events.

value: string

The metadata field value to add to incoming events.

Generated using TypeDoc