Builder

class Builder

Properties

Link copied to clipboard

An array of auditor results that contain the specific findings, descriptions, and severity levels identified by different auditing algorithms.

Link copied to clipboard

A structure containing nodes and edges that represent the dependency relationships relevant to this audit finding, helping to understand the context and potential impact.

Link copied to clipboard

The key attributes that identify the service or entity this audit finding relates to. This is a string-to-string map that includes fields like Type, Name, and Environment.

Link copied to clipboard

A structure containing metric data queries and time range information that provides context for the audit finding through relevant performance metrics.

Link copied to clipboard

The name of the operation associated with this audit finding, if the finding is specific to a particular service operation.

Link copied to clipboard
var type: String?

The type of audit finding.

Functions