GetCodeSigningConfigResult class
Result data returned by getCodeSigningConfig.
Constructors
-
GetCodeSigningConfigResult({List<
GetCodeSigningConfigAllowedPublisher> ? allowedPublishers, String? arn, String? configId, String? description, String? id, String? lastModified, List<GetCodeSigningConfigPolicy> ? policies, String? region}) -
Creates a new GetCodeSigningConfigResult.
allowedPublishersList of allowed publishers as signing profiles for this code signing configuration. See below.arnOptional.configIdUnique identifier for the code signing configuration.descriptionCode signing configuration description.idThe provider-assigned unique ID for this managed resource.lastModifiedDate and time that the code signing configuration was last modified.policiesList of code signing policies that control the validation failure action for signature mismatch or expiry. See below.regionOptional.const -
GetCodeSigningConfigResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
allowedPublishers
→ List<
GetCodeSigningConfigAllowedPublisher> ? -
List of allowed publishers as signing profiles for this code signing configuration. See below.
final
- arn → String?
-
final
- configId → String?
-
Unique identifier for the code signing configuration.
final
- description → String?
-
Code signing configuration description.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- lastModified → String?
-
Date and time that the code signing configuration was last modified.
final
-
policies
→ List<
GetCodeSigningConfigPolicy> ? -
List of code signing policies that control the validation failure action for signature mismatch or expiry. See below.
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited