Interface ComplianceApiGetRuleBasedViewRequest

Hierarchy

  • ComplianceApiGetRuleBasedViewRequest

Properties

framework?: string

Compliance framework handle to filter rules and findings by.

includeRulesWithoutFindings?: boolean

When true, includes rules in the response that have no associated findings.

isCustom?: boolean

Set to true when the requested framework is a custom framework.

query?: string

Additional event-platform filters applied to the underlying findings query. For example, scored:true project_id:datadog-prod-us5.

queryFindingsWithoutFrameworkVersion?: boolean

When true, returns findings without a framework_version tag. Used for findings from custom frameworks or those created before framework versioning was introduced.

to: number

Timestamp of the query end, in milliseconds since the Unix epoch.

version?: string

Version of the compliance framework to filter rules and findings by.

Generated using TypeDoc