Class: DatadogAPIClient::V1::SyntheticsSSLCertificate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsSSLCertificate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb
Overview
Object describing the SSL certificate used for a Synthetic test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cipher ⇒ Object
Cipher used for the connection.
-
#exponent ⇒ Object
Exponent associated to the certificate.
-
#ext_key_usage ⇒ Object
Array of extensions and details used for the certificate.
-
#fingerprint ⇒ Object
MD5 digest of the DER-encoded Certificate information.
-
#fingerprint256 ⇒ Object
SHA-1 digest of the DER-encoded Certificate information.
-
#issuer ⇒ Object
Object describing the issuer of a SSL certificate.
-
#modulus ⇒ Object
Modulus associated to the SSL certificate private key.
-
#protocol ⇒ Object
TLS protocol used for the test.
-
#serial_number ⇒ Object
Serial Number assigned by Symantec to the SSL certificate.
-
#subject ⇒ Object
Object describing the SSL certificate used for the test.
-
#valid_from ⇒ Object
Date from which the SSL certificate is valid.
-
#valid_to ⇒ Object
Date until which the SSL certificate is valid.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 60 def additional_properties @additional_properties end |
#cipher ⇒ Object
Cipher used for the connection.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 25 def cipher @cipher end |
#exponent ⇒ Object
Exponent associated to the certificate.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 28 def exponent @exponent end |
#ext_key_usage ⇒ Object
Array of extensions and details used for the certificate.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 31 def ext_key_usage @ext_key_usage end |
#fingerprint ⇒ Object
MD5 digest of the DER-encoded Certificate information.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 34 def fingerprint @fingerprint end |
#fingerprint256 ⇒ Object
SHA-1 digest of the DER-encoded Certificate information.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 37 def fingerprint256 @fingerprint256 end |
#issuer ⇒ Object
Object describing the issuer of a SSL certificate.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 40 def issuer @issuer end |
#modulus ⇒ Object
Modulus associated to the SSL certificate private key.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 43 def modulus @modulus end |
#protocol ⇒ Object
TLS protocol used for the test.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 46 def protocol @protocol end |
#serial_number ⇒ Object
Serial Number assigned by Symantec to the SSL certificate.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 49 def serial_number @serial_number end |
#subject ⇒ Object
Object describing the SSL certificate used for the test.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 52 def subject @subject end |
#valid_from ⇒ Object
Date from which the SSL certificate is valid.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 55 def valid_from @valid_from end |
#valid_to ⇒ Object
Date until which the SSL certificate is valid.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb', line 58 def valid_to @valid_to end |