Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CryptoAnalysisResultSummary

Summary of a crypto analysis result. The actual output of the analysis is stored in the Object Storage object.

Properties

aggregationMode

aggregationMode: CryptoAnalysisResultMode

The result aggregation mode

bucketName

bucketName: string

The Object Storage bucket name of this analysis result.

cryptoRoadmapVersion

cryptoRoadmapVersion: string

The Crypto Roadmap version used to perform the analysis.

findingCount

findingCount: number

Total number of findings with the analysis. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

fleetId

fleetId: string

The fleet OCID.

Optional hostName

hostName: undefined | string

The hostname of the managed instance.

id

id: string

The OCID to identify this analysis results.

Optional managedInstanceId

managedInstanceId: undefined | string

The managed instance OCID.

namespace

namespace: string

The Object Storage namespace of this analysis result.

nonCompliantFindingCount

nonCompliantFindingCount: number

Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the Crypto Roadmap version used by the analysis. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

objectName

objectName: string

The Object Storage object name of this analysis result.

summarizedEventCount

summarizedEventCount: number

Total number of summarized events. Summarized events are deduplicated events of interest. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeCreated

timeCreated: Date

The time the result is compiled.

Optional timeFirstEvent

timeFirstEvent: Date

Time of the first event in the analysis.

Optional timeLastEvent

timeLastEvent: Date

Time of the last event in the analysis.

totalEventCount

totalEventCount: number

Total number of events in the analysis. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional workRequestId

workRequestId: undefined | string

The OCID of the work request to start the analysis.

Functions

getDeserializedJsonObj

getJsonObj