Grafeas v1 API - Enum DiscoveryOccurrence.Types.AnalysisStatus (3.6.0)

public enum DiscoveryOccurrence.Types.AnalysisStatus

Reference documentation and code samples for the Grafeas v1 API enum DiscoveryOccurrence.Types.AnalysisStatus.

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

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Fields

NameDescription
Complete

Analysis has completed.

FinishedFailed

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

FinishedSuccess

Analysis has finished successfully.

FinishedUnsupported

The resource is known not to be supported.

Pending

Resource is known but no action has been taken yet.

Scanning

Resource is being analyzed.

Unspecified

Unknown.