Class RuleBasedViewComplianceFramework

Compliance framework mapping for a rule.

Hierarchy

  • RuleBasedViewComplianceFramework

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
control?: string

Identifier of the control inside the requirement.

framework?: string

Handle of the compliance framework.

isDefault?: boolean

Whether the framework is a Datadog default framework. true indicates a Datadog framework and false indicates a custom framework.

message?: string

Optional message describing the framework mapping for the rule.

requirement?: string

Name of the requirement that contains the control.

version?: string

Version of the compliance framework.

Generated using TypeDoc