Sha256: 1fafaf25b9405cdcbe67a3af648923c9339cf033ced4d201548fbad32ac0913a
Contents?: true
Size: 915 Bytes
Versions: 28
Compression:
Stored size: 915 Bytes
Contents
# PulpCertguardClient::CertguardX509CertGuardResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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, pulp_created: null, name: null, description: null, ca_certificate: null) ```
Version data entries
28 entries across 28 versions & 1 rubygems