SigningProfileSignatureValidityPeriod

data class SigningProfileSignatureValidityPeriod(val type: String, val value: Int)

Constructors

Link copied to clipboard
constructor(type: String, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time unit for signature validity. Valid values: DAYS, MONTHS, YEARS.

Link copied to clipboard
val value: Int

The numerical value of the time unit for signature validity.