Sha256: 56922cbf6afa5036c732ddd9a1f1b05419b0e22e6560e80965fff26e6d403180

Contents?: true

Size: 1.27 KB

Versions: 6

Compression:

Stored size: 1.27 KB

Contents

# PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [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,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 signed_collection: null,
                                 pubkey_fingerprint: null,
                                 signing_service: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_ansible_client-0.21.10 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.21.9 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.21.8 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.22.1 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.21.7 docs/AnsibleCollectionVersionSignatureResponse.md
pulp_ansible_client-0.22.0 docs/AnsibleCollectionVersionSignatureResponse.md