Class: DatadogAPIClient::V1::SyntheticsSSLCertificateSubject

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_nameObject

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

#cObject

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

#cnObject

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

#lObject

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

#oObject

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

#ouObject

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

#stObject

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