Sha256: 348295803eec3c82094992294d226075bc09f67b9f17b9b971e57c9fb50285c3

Contents?: true

Size: 1015 Bytes

Versions: 309

Compression:

Stored size: 1015 Bytes

Contents

# PulpcoreClient::SigningServiceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [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,
                                 pulp_created: null,
                                 name: null,
                                 public_key: null,
                                 pubkey_fingerprint: null,
                                 script: null)
```


Version data entries

309 entries across 309 versions & 1 rubygems

Version Path
pulpcore_client-3.22.34 docs/SigningServiceResponse.md
pulpcore_client-3.28.35 docs/SigningServiceResponse.md
pulpcore_client-3.39.24 docs/SigningServiceResponse.md
pulpcore_client-3.28.34 docs/SigningServiceResponse.md
pulpcore_client-3.22.33 docs/SigningServiceResponse.md
pulpcore_client-3.39.23 docs/SigningServiceResponse.md
pulpcore_client-3.22.32 docs/SigningServiceResponse.md
pulpcore_client-3.28.33 docs/SigningServiceResponse.md
pulpcore_client-3.39.22 docs/SigningServiceResponse.md
pulpcore_client-3.21.35 docs/SigningServiceResponse.md
pulpcore_client-3.22.31 docs/SigningServiceResponse.md
pulpcore_client-3.21.34 docs/SigningServiceResponse.md
pulpcore_client-3.39.21 docs/SigningServiceResponse.md
pulpcore_client-3.21.33 docs/SigningServiceResponse.md
pulpcore_client-3.22.30 docs/SigningServiceResponse.md
pulpcore_client-3.28.32 docs/SigningServiceResponse.md
pulpcore_client-3.39.20 docs/SigningServiceResponse.md
pulpcore_client-3.39.19 docs/SigningServiceResponse.md
pulpcore_client-3.28.31 docs/SigningServiceResponse.md
pulpcore_client-3.39.18 docs/SigningServiceResponse.md