Sha256: cf13b62438630eecddc33e2cb156085396ff87693f410f2d6f684eb8630450db
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
# PulpcoreClient::PatchedcertguardRHSMCertGuard ## 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 'PulpcoreClient' instance = PulpcoreClient::PatchedcertguardRHSMCertGuard.new(name: null, description: null, ca_certificate: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.55.2 | docs/PatchedcertguardRHSMCertGuard.md |
pulpcore_client-3.49.14 | docs/PatchedcertguardRHSMCertGuard.md |