GetSigningProfileResponse class
Constructors
-
GetSigningProfileResponse({String? arn, SigningPlatformOverrides? overrides, String? platformDisplayName, String? platformId, String? profileName, String? profileVersion, String? profileVersionArn, SigningProfileRevocationRecord? revocationRecord, SignatureValidityPeriod? signatureValidityPeriod, SigningMaterial? signingMaterial, Map<
String, String> ? signingParameters, SigningProfileStatus? status, String? statusReason, Map<String, String> ? tags}) -
GetSigningProfileResponse.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
- overrides → SigningPlatformOverrides?
-
A list of overrides applied by the target signing profile for signing
operations.
final
- platformDisplayName → String?
-
A human-readable name for the signing platform associated with the signing
profile.
final
- platformId → String?
-
The ID of the platform that is used by the target signing profile.
final
- profileName → String?
-
The name of the target signing profile.
final
- profileVersion → String?
-
The current version of the signing profile.
final
- profileVersionArn → String?
-
The signing profile ARN, including the profile version.
final
- revocationRecord → SigningProfileRevocationRecord?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureValidityPeriod → SignatureValidityPeriod?
-
final
- signingMaterial → SigningMaterial?
-
The ARN of the certificate that the target profile uses for signing
operations.
final
-
signingParameters
→ Map<
String, String> ? -
A map of key-value pairs for signing operations that is attached to the
target signing profile.
final
- status → SigningProfileStatus?
-
The status of the target signing profile.
final
- statusReason → String?
-
Reason for the status of the target signing profile.
final
-
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