Show / Hide Table of Contents

Class OciCaBundle

CA Bundle from OCI Certificates service.

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

Properties

CaBundleId

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

The OCID of the CA Bundle resource.

In this article
Back to top