Interface GovernanceInsightsApiListGovernanceInsightsRequest

Hierarchy

  • GovernanceInsightsApiListGovernanceInsightsRequest

Properties

filterProduct?: string[]

Restrict the results to insights belonging to the given products. May be repeated to filter by multiple products. Matching is case-insensitive.

orgUuid?: string

The UUID of the organization to compute insights for. Defaults to the organization of the authenticated user. Used to retrieve insights for a child organization from a parent organization.

withValues?: boolean

Whether to compute and include the current and previous value of each insight. Defaults to false, in which case only insight metadata is returned.

Generated using TypeDoc