Package-level declarations

Types

Link copied to clipboard
data class GetSigningJobResult(val completedAt: String, val createdAt: String, val id: String, val jobId: String, val jobInvoker: String, val jobOwner: String, val platformDisplayName: String, val platformId: String, val profileName: String, val profileVersion: String, val requestedBy: String, val revocationRecords: List<GetSigningJobRevocationRecord>, val signatureExpiresAt: String, val signedObjects: List<GetSigningJobSignedObject>, val sources: List<GetSigningJobSource>, val status: String, val statusReason: String)

A collection of values returned by getSigningJob.

Link copied to clipboard
data class GetSigningJobRevocationRecord(val reason: String, val revokedAt: String, val revokedBy: String)
Link copied to clipboard
data class GetSigningJobSignedObjectS3(val bucket: String, val key: String)
Link copied to clipboard
Link copied to clipboard
data class GetSigningJobSourceS3(val bucket: String, val key: String, val version: String)
Link copied to clipboard
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.

Link copied to clipboard
data class GetSigningProfileRevocationRecord(val revocationEffectiveFrom: String, val revokedAt: String, val revokedBy: String)
Link copied to clipboard
data class GetSigningProfileSignatureValidityPeriod(val type: String, val value: Int)
Link copied to clipboard
Link copied to clipboard
data class SigningJobDestinationS3(val bucket: String, val prefix: String? = null)
Link copied to clipboard
data class SigningJobRevocationRecord(val reason: String? = null, val revokedAt: String? = null, val revokedBy: String? = null)
Link copied to clipboard
Link copied to clipboard
data class SigningJobSignedObjectS3(val bucket: String? = null, val key: String? = null)
Link copied to clipboard
Link copied to clipboard
data class SigningJobSourceS3(val bucket: String, val key: String, val version: String)
Link copied to clipboard
data class SigningProfileRevocationRecord(val revocationEffectiveFrom: String? = null, val revokedAt: String? = null, val revokedBy: String? = null)
Link copied to clipboard
data class SigningProfileSignatureValidityPeriod(val type: String, val value: Int)