Sha256: 4db9f2608ce3ec5b14b968014b74e2e6ef317a4c147d8ab4d62e7147dc67b31c
Contents?: true
Size: 836 Bytes
Versions: 7
Compression:
Stored size: 836 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
7 entries across 7 versions & 1 rubygems