Show / Hide Table of Contents

Class OciTlsCertificate

TLS certificate from OCI Certificates service.

Inheritance
object
TlsCertificate
OciTlsCertificate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicemeshService.Models
Assembly: OCI.DotNetSDK.Servicemesh.dll
Syntax
public class OciTlsCertificate : TlsCertificate

Properties

CertificateId

Declaration
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }
Property Value
Type Description
string

The OCID of the leaf certificate resource.

In this article
Back to top