Sha256: 9c7a2e5ee70bfa1c0a8e3e11b0676f6de2320c70272a9b1ed55c0e7edbee4711
Contents?: true
Size: 695 Bytes
Versions: 85
Compression:
Stored size: 695 Bytes
Contents
# PulpCertguardClient::PatchedcertguardX509CertGuard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The unique name. | [optional] **description** | **String** | An optional description. | [optional] **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | [optional] ## Code Sample ```ruby require 'PulpCertguardClient' instance = PulpCertguardClient::PatchedcertguardX509CertGuard.new(name: null, description: null, ca_certificate: null) ```
Version data entries
85 entries across 85 versions & 1 rubygems