Sha256: fb8ad0b318b07364a2c9c06659582e2ca4853bd7a0222dcbca376f0bd0c94494

Contents?: true

Size: 1.3 KB

Versions: 46

Compression:

Stored size: 1.3 KB

Contents

# PulpcoreClient::SigningServiceResponse

## 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] 
**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,
                                 pulp_last_updated: null,
                                 name: null,
                                 public_key: null,
                                 pubkey_fingerprint: null,
                                 script: null)
```


Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
pulpcore_client-3.49.24 docs/SigningServiceResponse.md
pulpcore_client-3.49.23 docs/SigningServiceResponse.md
pulpcore_client-3.49.22 docs/SigningServiceResponse.md
pulpcore_client-3.49.21 docs/SigningServiceResponse.md
pulpcore_client-3.62.0 docs/SigningServiceResponse.md
pulpcore_client-3.49.20 docs/SigningServiceResponse.md
pulpcore_client-3.61.0 docs/SigningServiceResponse.md
pulpcore_client-3.60.0 docs/SigningServiceResponse.md
pulpcore_client-3.49.19 docs/SigningServiceResponse.md
pulpcore_client-3.59.0 docs/SigningServiceResponse.md
pulpcore_client-3.49.18 docs/SigningServiceResponse.md
pulpcore_client-3.58.0 docs/SigningServiceResponse.md
pulpcore_client-3.49.17 docs/SigningServiceResponse.md
pulpcore_client-3.57.1 docs/SigningServiceResponse.md
pulpcore_client-3.57.0 docs/SigningServiceResponse.md
pulpcore_client-3.49.16 docs/SigningServiceResponse.md
pulpcore_client-3.56.1 docs/SigningServiceResponse.md
pulpcore_client-3.56.0 docs/SigningServiceResponse.md
pulpcore_client-3.55.3 docs/SigningServiceResponse.md
pulpcore_client-3.49.15 docs/SigningServiceResponse.md