Sha256: eab63a2681ddd17111b3a551fbd2286c19c435219cfc77900fc0d40fd5e7e4e1

Contents?: true

Size: 1.65 KB

Versions: 5

Compression:

Stored size: 1.65 KB

Contents

# PulpcoreClient::OpenPGPPublicKeyResponse

## 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] 
**fingerprint** | **String** |  | [optional] [readonly] 
**created** | **DateTime** |  | [optional] [readonly] 
**user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) |  | [optional] [readonly] 
**user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) |  | [optional] [readonly] 
**public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OpenPGPPublicKeyResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 fingerprint: null,
                                 created: null,
                                 user_ids: null,
                                 user_attributes: null,
                                 public_subkeys: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

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