Get Signing Profile Result
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)
Properties
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
Signing profile ARN, including the profile version.