Show / Hide Table of Contents

Class CertificatesCaBundle

CA bundle from Certificates Service that should be used on the gateway for TLS validation

Inheritance
object
CaBundle
CertificatesCaBundle
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 CertificatesCaBundle : CaBundle

Properties

CaBundleId

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

The OCID of the resource.

In this article
Back to top