Sha256: dde8703a19002a57b4a937db9c60b91a0854e785d6366aa0d7fe3c327826f7de
Contents?: true
Size: 996 Bytes
Versions: 2
Compression:
Stored size: 996 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsSSLCertificateIssuer ## Properties | Name | Type | Description | Notes | | ------ | ---------- | --------------------------------------------------- | ---------- | | **c** | **String** | Country Name that issued the certificate. | [optional] | | **cn** | **String** | Common Name that issued certificate. | [optional] | | **l** | **String** | Locality that issued the certificate. | [optional] | | **o** | **String** | Organization that issued the certificate. | [optional] | | **ou** | **String** | Organizational Unit that issued the certificate. | [optional] | | **st** | **String** | State Or Province Name that issued the certificate. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsSSLCertificateIssuer.new( c: null, cn: null, l: null, o: null, ou: null, st: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsSSLCertificateIssuer.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsSSLCertificateIssuer.md |