PublisherInfoArgs

data class PublisherInfoArgs(val binaryName: Output<String>? = null, val productName: Output<String>? = null, val publisherName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PublisherInfoArgs>

Represents the publisher information of a process/rule

Constructors

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

Properties

Link copied to clipboard
val binaryName: Output<String>? = null

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

Link copied to clipboard
val productName: Output<String>? = null

The product name taken from the file's version resource

Link copied to clipboard
val publisherName: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PublisherInfoArgs