Show / Hide Table of Contents

Class CertificatesCertificateAuthority

Certificate Authority from Certificates Service that should be used on the gateway for TLS validation

Inheritance
object
CaBundle
CertificatesCertificateAuthority
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class CertificatesCertificateAuthority : CaBundle

Properties

CertificateAuthorityId

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

The OCID of the resource.

In this article
Back to top