Class: DatadogAPIClient::V1::SyntheticsSSLCertificateSubject
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsSSLCertificateSubject
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb
Overview
Object describing the SSL certificate used for the test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#alt_name ⇒ Object
Subject Alternative Name associated with the certificate.
-
#c ⇒ Object
Country Name associated with the certificate.
-
#cn ⇒ Object
Common Name that associated with the certificate.
-
#l ⇒ Object
Locality associated with the certificate.
-
#o ⇒ Object
Organization associated with the certificate.
-
#ou ⇒ Object
Organizational Unit associated with the certificate.
-
#st ⇒ Object
State Or Province Name associated with the certificate.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 45 def additional_properties @additional_properties end |
#alt_name ⇒ Object
Subject Alternative Name associated with the certificate.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 43 def alt_name @alt_name end |
#c ⇒ Object
Country Name associated with the certificate.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 25 def c @c end |
#cn ⇒ Object
Common Name that associated with the certificate.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 28 def cn @cn end |
#l ⇒ Object
Locality associated with the certificate.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 31 def l @l end |
#o ⇒ Object
Organization associated with the certificate.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 34 def o @o end |
#ou ⇒ Object
Organizational Unit associated with the certificate.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 37 def ou @ou end |
#st ⇒ Object
State Or Province Name associated with the certificate.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb', line 40 def st @st end |