GetSigningJobResult

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time in RFC3339 format that the signing job was completed.

Link copied to clipboard

Date and time in RFC3339 format that the signing job was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

IAM entity that initiated the signing job.

Link copied to clipboard

AWS account ID of the job owner.

Link copied to clipboard

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

Link copied to clipboard

Platform to which your signed code image will be distributed.

Link copied to clipboard

Name of the profile that initiated the signing operation.

Link copied to clipboard

Version of the signing profile used to initiate the signing job.

Link copied to clipboard

IAM principal that requested the signing job.

Link copied to clipboard

Revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

Link copied to clipboard

The time when the signature of a signing job expires.

Link copied to clipboard

Name of the S3 bucket where the signed code image is saved by code signing.

Link copied to clipboard

Object that contains the name of your S3 bucket or your raw code.

Link copied to clipboard

Status of the signing job.

Link copied to clipboard

String value that contains the status reason.