Class: DatadogAPIClient::V1::SyntheticsSSLCertificateIssuer
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsSSLCertificateIssuer
- 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
-
#c ⇒ Object
Country Name that issued the certificate.
-
#cn ⇒ Object
Common Name that issued certificate.
-
#l ⇒ Object
Locality that issued the certificate.
-
#o ⇒ Object
Organization that issued the certificate.
-
#ou ⇒ Object
Organizational Unit that issued the certificate.
-
#st ⇒ Object
State Or Province Name that issued the certificate.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#c ⇒ Object
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 |
#cn ⇒ Object
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 |
#l ⇒ Object
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 |
#o ⇒ Object
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 |
#ou ⇒ Object
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 |
#st ⇒ Object
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 |