Show / Hide Table of Contents

Class CertificateServiceInfoSummary

List of TLS/SSL information of services

Inheritance
object
CertificateServiceInfoSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class CertificateServiceInfoSummary

Properties

HostSpecificCertificateDetails

Declaration
[Required(ErrorMessage = "HostSpecificCertificateDetails is required.")]
[JsonProperty(PropertyName = "hostSpecificCertificateDetails")]
public List<HostSpecificCertificateDetails> HostSpecificCertificateDetails { get; set; }
Property Value
Type Description
List<HostSpecificCertificateDetails>

List of Host specific certificate details

Remarks

Required

Service

Declaration
[Required(ErrorMessage = "Service is required.")]
[JsonProperty(PropertyName = "service")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CertificateServiceInfoSummary.ServiceEnum? Service { get; set; }
Property Value
Type Description
CertificateServiceInfoSummary.ServiceEnum?

Name of the service

Remarks

Required

ServiceCertificateStatus

Declaration
[Required(ErrorMessage = "ServiceCertificateStatus is required.")]
[JsonProperty(PropertyName = "serviceCertificateStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CertificateServiceInfoSummary.ServiceCertificateStatusEnum? ServiceCertificateStatus { get; set; }
Property Value
Type Description
CertificateServiceInfoSummary.ServiceCertificateStatusEnum?

Whether certificate is enabled or disabled

Remarks

Required

In this article
Back to top