SigningProfileArgs

data class SigningProfileArgs(val platformId: Output<SigningProfilePlatformId>? = null, val signatureValidityPeriod: Output<SigningProfileSignatureValidityPeriodArgs>? = null, val tags: Output<List<SigningProfileTagArgs>>? = null) : ConvertibleToJava<SigningProfileArgs>

A signing profile is a signing template that can be used to carry out a pre-defined signing job.

Constructors

Link copied to clipboard
fun SigningProfileArgs(platformId: Output<SigningProfilePlatformId>? = null, signatureValidityPeriod: Output<SigningProfileSignatureValidityPeriodArgs>? = null, tags: Output<List<SigningProfileTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

The ID of the target signing platform.

Link copied to clipboard

Signature validity period of the profile.

Link copied to clipboard
val tags: Output<List<SigningProfileTagArgs>>? = null

A list of tags associated with the signing profile.