artifactType property

String? artifactType
getter/setter pair

The type 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.
  • "BACKGROUND_CHECK" : Background check verification artifact.
  • "INSURANCE" : Insurance verification artifact.
  • "LICENSE" : License verification artifact.
  • "BUSINESS_REGISTRATION_CHECK" : Business registration check verification artifact.

Implementation

core.String? artifactType;