Sha256: 770450b439cbec36f9220b261fddc02c5abba4b0b9f620bcb74c3c543750d36e
Contents?: true
Size: 1.33 KB
Versions: 25
Compression:
Stored size: 1.33 KB
Contents
# PulpCertguardClient::CertguardX509CertGuardResponse ## 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** | The unique name. | **description** | **String** | An optional description. | [optional] **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | ## Code Sample ```ruby require 'PulpCertguardClient' instance = PulpCertguardClient::CertguardX509CertGuardResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, description: null, ca_certificate: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems