Class: DatadogAPIClient::V1::SyntheticsSSLCertificateIssuer

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb

Overview

Object describing the issuer of a SSL certificate.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cObject

Country Name that issued the certificate.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 29

def c
  @c
end

#cnObject

Common Name that issued certificate.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 32

def cn
  @cn
end

#lObject

Locality that issued the certificate.



35
36
37
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 35

def l
  @l
end

#oObject

Organization that issued the certificate.



38
39
40
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 38

def o
  @o
end

#ouObject

Organizational Unit that issued the certificate.



41
42
43
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 41

def ou
  @ou
end

#stObject

State Or Province Name that issued the certificate.



44
45
46
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb', line 44

def st
  @st
end