Class ApplicationSecurityServiceAttributes

Application Security details describing a service in a given environment.

Hierarchy

  • ApplicationSecurityServiceAttributes

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
agentVersions: string[]

The Datadog Agent versions reporting for the service.

appType: string

The application type of the service, such as web or serverless.

asmThreatCompatible: boolean

Whether the service is compatible with Application Security Management (Threats).

backendWafEventCount: number

The number of backend WAF events detected for the service.

businessLogic: string[]

The enabled business logic detection rules for the service.

color: string

Deprecated: a display color associated with the service in the UI.

env: string

The environment the service runs in.

eventCount: number

The number of Application Security events detected for the service.

eventTrend: number[]

Deprecated: the trend of Application Security events over time.

hasAppsecEnabled: boolean

Whether Application Security Management (Threats) is enabled for the service.

hits: number

Deprecated: the number of hits for the service.

iastProductActivation: boolean

Whether Interactive Application Security Testing (IAST) is enabled for the service.

iastProductCompatibility: string

The Interactive Application Security Testing (IAST) compatibility status of the service.

iastProductCompatibilityReasons: string[]

The reasons explaining the Interactive Application Security Testing (IAST) compatibility status.

languages: string[]

The programming languages detected for the service.

lastIngestedSpans: number

The Unix timestamp, in seconds, of the last ingested span for the service.

rcCapabilities: string[]

The Remote Configuration capabilities reported by the service.

recommendedBusinessLogic: string[]

The recommended business logic detection rules for the service.

riskProductActivation: boolean

Whether Software Composition Analysis (SCA) is enabled for the service.

riskProductCompatibility: string

The Software Composition Analysis (SCA) compatibility status of the service.

riskProductCompatibilityReasons: string[]

The reasons explaining the Software Composition Analysis (SCA) compatibility status.

rulesVersion: string[]

The WAF rules versions applied to the service.

service: string

The name of the service.

signalCount: number

Deprecated: the number of security signals for the service.

signalTrend: number[]

Deprecated: the trend of security signals over time.

source: string[]

The data sources that contributed information about the service.

teams: string[]

The teams that own the service.

tracerVersions: string[]

The Datadog tracing library versions reporting for the service.

vmActivation: string

The Vulnerability Management activation status of the service.

vulnCriticalCount: number

Deprecated: the number of critical-severity vulnerabilities for the service.

vulnHighCount: number

Deprecated: the number of high-severity vulnerabilities for the service.

withoutFilterServices: number

The total number of services available without applying the service filter.

Generated using TypeDoc