SigningJob class
Contains information about a signing job.
Constructors
- SigningJob({DateTime? createdAt, bool? isRevoked, String? jobId, String? jobInvoker, String? jobOwner, String? platformDisplayName, String? platformId, String? profileName, String? profileVersion, DateTime? signatureExpiresAt, SignedObject? signedObject, SigningMaterial? signingMaterial, Source? source, SigningStatus? status})
-
SigningJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime?
-
The date and time that the signing job was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRevoked → bool?
-
Indicates whether the signing job is revoked.
final
- jobId → String?
-
The ID of the signing job.
final
- jobInvoker → String?
-
The AWS account ID of the job invoker.
final
- jobOwner → String?
-
The AWS account ID of the job owner.
final
- platformDisplayName → String?
-
The name of a signing platform.
final
- platformId → String?
-
The unique identifier for a signing platform.
final
- profileName → String?
-
The name of the signing profile that created a signing job.
final
- profileVersion → String?
-
The version of the signing profile that created a signing job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureExpiresAt → DateTime?
-
The time when the signature of a signing job expires.
final
- signedObject → SignedObject?
-
A
SignedObject
structure that contains information about a signing job's signed code image.final - signingMaterial → SigningMaterial?
-
A
SigningMaterial
object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.final - source → Source?
-
A
Source
that contains information about a signing job's code image source.final - status → SigningStatus?
-
The status of the signing job.
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