Sha256: 44693cf39cb9729ae5bdf422657ce2bd8f965867c4a21892dfd60e88af1af650

Contents?: true

Size: 832 Bytes

Versions: 4

Compression:

Stored size: 832 Bytes

Contents

# PulpCertguardClient::CertguardRHSMCertGuard

## 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** | The Certificate Authority (CA) certificate. | 

## Code Sample

```ruby
require 'PulpCertguardClient'

instance = PulpCertguardClient::CertguardRHSMCertGuard.new(pulp_href: null,
                                 pulp_created: null,
                                 name: null,
                                 description: null,
                                 ca_certificate: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_certguard_client-1.0.1 docs/CertguardRHSMCertGuard.md
pulp_certguard_client-1.0.0 docs/CertguardRHSMCertGuard.md
pulp_certguard_client-0.1.0rc5 docs/CertguardRHSMCertGuard.md
pulp_certguard_client-0.1.0rc4 docs/CertguardRHSMCertGuard.md