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