Sha256: 56ac7554e9f26ffc80ce549992bd1538f3042c78afbbc3ab2d9942bbee2be0fc
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::PatchedcertguardX509CertGuard.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/PatchedcertguardX509CertGuard.md |
pulpcore_client-3.49.14 | docs/PatchedcertguardX509CertGuard.md |