Sha256: 02d80a3e5507f6389e35b1df0e5c52f2266275078c3af1f55b2b319bd4ea8da3

Contents?: true

Size: 1.42 KB

Versions: 11

Compression:

Stored size: 1.42 KB

Contents

# PulpcoreClient::SigningServiceResponse

## 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] 
**name** | **String** | A unique name used to recognize a script. | 
**public_key** | **String** | The value of a public key used for the repository verification. | 
**pubkey_fingerprint** | **String** | The fingerprint of the public key. | 
**script** | **String** | An absolute path to a script which is going to be used for the signing. | 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::SigningServiceResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 public_key: null,
                                 pubkey_fingerprint: null,
                                 script: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulpcore_client-3.63.3 docs/SigningServiceResponse.md
pulpcore_client-3.68.0 docs/SigningServiceResponse.md
pulpcore_client-3.67.1 docs/SigningServiceResponse.md
pulpcore_client-3.63.2 docs/SigningServiceResponse.md
pulpcore_client-3.66.1 docs/SigningServiceResponse.md
pulpcore_client-3.67.0 docs/SigningServiceResponse.md
pulpcore_client-3.63.1 docs/SigningServiceResponse.md
pulpcore_client-3.66.0 docs/SigningServiceResponse.md
pulpcore_client-3.65.0 docs/SigningServiceResponse.md
pulpcore_client-3.64.0 docs/SigningServiceResponse.md
pulpcore_client-3.63.0 docs/SigningServiceResponse.md