ContainerSignResult#
Bases: OperationResult
ContainerOperationResult model.
Attributes:
Name | Type | Description |
---|---|---|
results |
List[str]
|
List of signing result outputs. |
signing_key |
str
|
The signing key used during signing. |
failed |
bool
|
Indicates if the operation failed. |
Source code in pubtools/sign/results/containersign.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
to_dict()
#
Return dict representation of ContainerOperationResult.
Source code in pubtools/sign/results/containersign.py
25 26 27 |
|