GetSigningProfileResult

data class GetSigningProfileResult(val arn: String, val id: String, val name: String, val platformDisplayName: String, val platformId: String, val revocationRecords: List<GetSigningProfileRevocationRecord>, val signatureValidityPeriods: List<GetSigningProfileSignatureValidityPeriod>, val status: String, val tags: Map<String, String>, val version: String, val versionArn: String)

A collection of values returned by getSigningProfile.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, name: String, platformDisplayName: String, platformId: String, revocationRecords: List<GetSigningProfileRevocationRecord>, signatureValidityPeriods: List<GetSigningProfileSignatureValidityPeriod>, status: String, tags: Map<String, String>, version: String, versionArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN for the signing profile.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A human-readable name for the signing platform associated with the signing profile.

Link copied to clipboard

ID of the platform that is used by the target signing profile.

Link copied to clipboard

Revocation information for a signing profile.

Link copied to clipboard

The validity period for a signing job.

Link copied to clipboard

Status of the target signing profile.

Link copied to clipboard

List of tags associated with the signing profile.

Link copied to clipboard

Current version of the signing profile.

Link copied to clipboard

Signing profile ARN, including the profile version.