public enum DiscoveryOccurrence.Types.AnalysisStatusReference 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.V1Assembly
Grafeas.V1.dll
| Fields | |
|---|---|
| Name | Description | 
| 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. |