status property

String? status
getter/setter pair

The status of the verification artifact.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PASSED" : Artifact has passed verification.
  • "FAILED" : Artifact has failed verification.
  • "PENDING" : Artifact is in the process of verification.
  • "NO_SUBMISSION" : Artifact needs user to upload information before it is verified.
  • "CANCELLED" : Artifact has been cancelled by the user.

Implementation

core.String? status;