CertificateServiceInfoDetails

class oci.bds.models.CertificateServiceInfoDetails(**kwargs)

Bases: object

Details for certificate service info

Methods

__init__(**kwargs) Initializes a new CertificateServiceInfoDetails object with values from keyword arguments.

Attributes

services [Required] Gets the services of this CertificateServiceInfoDetails.
__init__(**kwargs)

Initializes a new CertificateServiceInfoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:services (list[oci.bds.models.Service]) – The value to assign to the services property of this CertificateServiceInfoDetails.
services

[Required] Gets the services of this CertificateServiceInfoDetails. List of services for which TLS/SSL needs to be enabled.

Returns:The services of this CertificateServiceInfoDetails.
Return type:list[oci.bds.models.Service]