Sha256: 1d1b7f826d64b57e3d56d3cf36d82d51f2f9d2e3ba09256766189ed60dab5a23
Contents?: true
Size: 981 Bytes
Versions: 47
Compression:
Stored size: 981 Bytes
Contents
# PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **signed_collection** | **String** | The content this signature is pointing to. | **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional] [readonly] **signing_service** | **String** | The signing service used to create the signature. | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(pulp_href: null, pulp_created: null, signed_collection: null, pubkey_fingerprint: null, signing_service: null) ```
Version data entries
47 entries across 47 versions & 1 rubygems