The attributes of a governance insight. Exactly one of metric_query, event_query, usage_query, audit_query, or percentage_query is populated, depending on the data source the insight is computed from; the rest are null.

Hierarchy

  • GovernanceInsightAttributes

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

An audit log query used to compute an insight value.

description: string

A human-readable description of what the insight measures.

displayName: string

Human-readable name of the insight.

An event query used to compute an insight value.

A metric query used to compute an insight value.

A percentage query that computes an insight value as a ratio of two metric queries.

product: string

The product the insight belongs to.

Query execution context for running insight queries directly.

subProduct: string

The sub-product the insight belongs to, if any.

timeRange: string

The time range the insight value is computed over, if applicable.

unitName: string

The unit that the insight's value is measured in.

A usage query used to compute an insight value.

Generated using TypeDoc