SigningProfile class

Contains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user.

Constructors

SigningProfile({String? arn, String? platformDisplayName, String? platformId, String? profileName, String? profileVersion, String? profileVersionArn, SignatureValidityPeriod? signatureValidityPeriod, SigningMaterial? signingMaterial, Map<String, String>? signingParameters, SigningProfileStatus? status, Map<String, String>? tags})
SigningProfile.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) for the signing profile.
final
hashCode int
The hash code for this object.
no setterinherited
platformDisplayName String?
The name of the signing platform.
final
platformId String?
The ID of a platform that is available for use by a signing profile.
final
profileName String?
The name of the signing profile.
final
profileVersion String?
The version of a signing profile.
final
profileVersionArn String?
The ARN of a signing profile, including the profile version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureValidityPeriod SignatureValidityPeriod?
The validity period for a signing job created using this signing profile.
final
signingMaterial SigningMaterial?
The ACM certificate that is available for use by a signing profile.
final
signingParameters Map<String, String>?
The parameters that are available for use by a code signing user.
final
status SigningProfileStatus?
The status of a code signing profile.
final
tags Map<String, String>?
A list of tags associated with the signing profile.
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