DescribeSigningJobResponse class

Constructors

DescribeSigningJobResponse({DateTime? completedAt, DateTime? createdAt, String? jobId, String? jobInvoker, String? jobOwner, SigningPlatformOverrides? overrides, String? platformDisplayName, String? platformId, String? profileName, String? profileVersion, String? requestedBy, SigningJobRevocationRecord? revocationRecord, DateTime? signatureExpiresAt, SignedObject? signedObject, SigningMaterial? signingMaterial, Map<String, String>? signingParameters, Source? source, SigningStatus? status, String? statusReason})
DescribeSigningJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

completedAt DateTime?
Date and time that the signing job was completed.
final
createdAt DateTime?
Date and time that the signing job was created.
final
hashCode int
The hash code for this object.
no setterinherited
jobId String?
The ID of the signing job on output.
final
jobInvoker String?
The IAM entity that initiated the signing job.
final
jobOwner String?
The AWS account ID of the job owner.
final
overrides SigningPlatformOverrides?
A list of any overrides that were applied to the signing operation.
final
platformDisplayName String?
A human-readable name for the signing platform associated with the signing job.
final
platformId String?
The microcontroller platform to which your signed code image will be distributed.
final
profileName String?
The name of the profile that initiated the signing operation.
final
profileVersion String?
The version of the signing profile used to initiate the signing job.
final
requestedBy String?
The IAM principal that requested the signing job.
final
revocationRecord SigningJobRevocationRecord?
A 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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureExpiresAt DateTime?
Thr expiration timestamp for the signature generated by the signing job.
final
signedObject SignedObject?
Name of the S3 bucket where the signed code image is saved by code signing.
final
signingMaterial SigningMaterial?
The Amazon Resource Name (ARN) of your code signing certificate.
final
signingParameters Map<String, String>?
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
final
source Source?
The object that contains the name of your S3 bucket or your raw code.
final
status SigningStatus?
Status of the signing job.
final
statusReason String?
String value that contains the status reason.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited