An audit log query used to compute an insight value.

Hierarchy

  • GovernanceInsightAuditQuery

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

The aggregation applied to an audit log query.

indexes: string[]

The audit log indexes the query runs against.

query: string

The audit log search query string.

source: string

The data source the query runs against.

Generated using TypeDoc