sbomState property

String? sbomState
getter/setter pair

The progress of the SBOM generation. Possible string values are:

  • "SBOM_STATE_UNSPECIFIED" : Default unknown state.
  • "PENDING" : SBOM scanning is pending.
  • "COMPLETE" : SBOM scanning has completed.

Implementation

core.String? sbomState;