Sha256: 82f5a5522c5ca3bbd5198c9234c1bb20a71c899cac8952271b799dcfb751903a

Contents?: true

Size: 1.39 KB

Versions: 5

Compression:

Stored size: 1.39 KB

Contents

# PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse

## 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] 
**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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 signed_collection: null,
                                 pubkey_fingerprint: null,
                                 signing_service: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_ansible_client-0.22.4 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.23.1 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.22.3 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.23.0 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.22.2 docs/AnsibleCollectionVersionSignatureResponse.md