Sha256: 87ea782cc75e5eaaf1b0b73760a7ca059078930231e5b0603f9d8d6ecd58dab2

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

# DatadogAPIClient::V1::SyntheticsSSLCertificateSubject

## Properties

| Name         | Type       | Description                                               | Notes      |
| ------------ | ---------- | --------------------------------------------------------- | ---------- |
| **c**        | **String** | Country Name associated with the certificate.             | [optional] |
| **cn**       | **String** | Common Name that associated with the certificate.         | [optional] |
| **l**        | **String** | Locality associated with the certificate.                 | [optional] |
| **o**        | **String** | Organization associated with the certificate.             | [optional] |
| **ou**       | **String** | Organizational Unit associated with the certificate.      | [optional] |
| **st**       | **String** | State Or Province Name associated with the certificate.   | [optional] |
| **alt_name** | **String** | Subject Alternative Name associated with the certificate. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsSSLCertificateSubject.new(
  c: null,
  cn: null,
  l: null,
  o: null,
  ou: null,
  st: null,
  alt_name: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsSSLCertificateSubject.md
datadog_api_client-1.5.0 docs/v1/SyntheticsSSLCertificateSubject.md