Sha256: 1acec7108d32c8574e4cca9eac967ff1ef5c38a6388ddcdb5a1041b366f07201
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/SigningServiceResponse.md |
pulp_file_client-3.49.14 | docs/SigningServiceResponse.md |