result property

String? result
getter/setter pair

The result of the Attestation validation. Possible string values are:

  • "RESULT_UNSPECIFIED" : Unspecified.
  • "VERIFIED" : The Attestation was able to verified by the Attestor.
  • "ATTESTATION_NOT_VERIFIABLE" : The Attestation was not able to verified by the Attestor.

Implementation

core.String? result;