Show / Hide Table of Contents

Class CertificateServiceInfoDetails

Details for certificate service info

Inheritance
object
CertificateServiceInfoDetails
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 CertificateServiceInfoDetails

Properties

Services

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

List of services for which TLS/SSL needs to be enabled.

Remarks

Required

In this article
Back to top