discovery

.v1beta1. discovery

Source:

Members

(static) AnalysisStatus :number

Analysis status for a resource. Currently for initial analysis only (not updated in continuous analysis).

Properties:
Name Type Description
ANALYSIS_STATUS_UNSPECIFIED number

Unknown.

PENDING number

Resource is known but no action has been taken yet.

SCANNING number

Resource is being analyzed.

FINISHED_SUCCESS number

Analysis has finished successfully.

FINISHED_FAILED number

Analysis has finished unsuccessfully, the analysis itself is in a bad state.

FINISHED_UNSUPPORTED number

The resource is known not to be supported

Source:

(static) ContinuousAnalysis :number

Whether the resource is continuously analyzed.

Properties:
Name Type Description
CONTINUOUS_ANALYSIS_UNSPECIFIED number

Unknown.

ACTIVE number

The resource is continuously analyzed.

INACTIVE number

The resource is ignored for continuous analysis.

Source:

Type Definitions

Details

Details of a discovery occurrence.

Properties:
Name Type Description
discovered Object

Analysis status for the discovered resource.

This object should have the same structure as Discovered

Source:
See:

Discovered

Provides information about the analysis status of a discovered resource.

Properties:
Name Type Description
continuousAnalysis number

Whether the resource is continuously analyzed.

The number should be among the values of ContinuousAnalysis

lastAnalysisTime Object

The last time continuous analysis was done for this resource.

This object should have the same structure as Timestamp

analysisStatus number

The status of discovery for the resource.

The number should be among the values of AnalysisStatus

analysisStatusError Object

When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.

This object should have the same structure as Status

Source:
See:

Discovery

A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A Discovery occurrence is created in a consumer's project at the start of analysis.

Properties:
Name Type Description
analysisKind number

The kind of analysis that is handled by this discovery.

The number should be among the values of NoteKind

Source:
See: