Sha256: a0efba1cb90aaf364d67181bea55be452e0a030a310e3be580ab40da9e31bebf
Contents?: true
Size: 937 Bytes
Versions: 2
Compression:
Stored size: 937 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. | **signing_service** | **String** | The signing service used to create the signature. | ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.12.1 | docs/AnsibleCollectionVersionSignatureResponse.md |
pulp_ansible_client-0.12.0 | docs/AnsibleCollectionVersionSignatureResponse.md |