PublisherInfoResponse

data class PublisherInfoResponse(val binaryName: String? = null, val productName: String? = null, val publisherName: String? = null, val version: String? = null)

Represents the publisher information of a process/rule

Constructors

Link copied to clipboard
constructor(binaryName: String? = null, productName: String? = null, publisherName: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val binaryName: String? = null

The "OriginalName" field taken from the file's version resource

Link copied to clipboard
val productName: String? = null

The product name taken from the file's version resource

Link copied to clipboard
val publisherName: String? = null

The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country

Link copied to clipboard
val version: String? = null

The binary file version taken from the file's version resource