ImageManifestSummaryAttestationData

@Serializable
data class ImageManifestSummaryAttestationData(val for: String)

The image data for the attestation manifest. This field is only populated when Kind is \"attestation\".

Parameters

`for`

The digest of the image manifest that this attestation is for.

Constructors

Link copied to clipboard
constructor(for: String)

Properties

Link copied to clipboard
@SerialName(value = "For")
@Required
val for: String