Show / Hide Table of Contents

Class CaBundleCollection

The results of a CA bundle search. This object contains CA bundle summary objects.

Inheritance
object
CaBundleCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class CaBundleCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CaBundleSummary> Items { get; set; }
Property Value
Type Description
List<CaBundleSummary>

A list of CA bundle summary objects.

Remarks

Required

In this article
Back to top