signingImageFormat property
A signed image is a JSON object. When overriding the default signing
platform configuration, a customer can select either of two signing formats,
JSONEmbedded or JSONDetached. (A third format
value, JSON, is reserved for future use.) With
JSONEmbedded, the signing image has the payload embedded in it.
With JSONDetached, the payload is not be embedded in the
signing image.
Implementation
final ImageFormat? signingImageFormat;