signatureType property

String? signatureType
getter/setter pair

Describes the type of resource associated with the signature. Possible string values are:

  • "SIGNATURE_TYPE_UNSPECIFIED" : The default signature type.
  • "SIGNATURE_TYPE_PROCESS" : Used for signatures concerning processes.
  • "SIGNATURE_TYPE_FILE" : Used for signatures concerning disks.

Implementation

core.String? signatureType;