Sha256: 53743ead69711243ba357b05e75c0c5b9d8fe21a6108705db7d8fe8c53701d37

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

# PulpcoreClient::OpenPGPSignatureResponse

## 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] 
**issuer** | **String** |  | [optional] 
**created** | **DateTime** |  | 
**expiration_time** | **String** |  | [optional] 
**signers_user_id** | **String** |  | [optional] 
**key_expiration_time** | **String** |  | [optional] 
**expired** | **Boolean** |  | 
**key_expired** | **String** |  | [optional] [readonly] 
**signed_content** | **String** |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OpenPGPSignatureResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 issuer: null,
                                 created: null,
                                 expiration_time: null,
                                 signers_user_id: null,
                                 key_expiration_time: null,
                                 expired: null,
                                 key_expired: null,
                                 signed_content: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulpcore_client-3.68.1 docs/OpenPGPSignatureResponse.md
pulpcore_client-3.68.0 docs/OpenPGPSignatureResponse.md
pulpcore_client-3.67.1 docs/OpenPGPSignatureResponse.md
pulpcore_client-3.66.1 docs/OpenPGPSignatureResponse.md
pulpcore_client-3.67.0 docs/OpenPGPSignatureResponse.md
pulpcore_client-3.66.0 docs/OpenPGPSignatureResponse.md