Sha256: ba8da1e86ee8e1df1e448cf11f12a9c7209176e9fbde4e00516a52a0ec444c0c
Contents?: true
Size: 1.71 KB
Versions: 4
Compression:
Stored size: 1.71 KB
Contents
# PulpContainerClient::ContainerManifestSignatureResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **name** | **String** | Signature name in the format of `digest_algo:manifest_digest@random_32_chars` | **digest** | **String** | sha256 digest of the signature blob | **type** | **String** | Container signature type, e.g. 'atomic' | **key_id** | **String** | Signing key ID | **timestamp** | **Integer** | Timestamp of a signature | **creator** | **String** | Signature creator | **signed_manifest** | **String** | Manifest that is signed | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerManifestSignatureResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, digest: null, type: null, key_id: null, timestamp: null, creator: null, signed_manifest: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems