Show / Hide Table of Contents

Class CertificateVersionCollection

The results of a certificate version search. This object contains certificate version summary objects and other data.

Inheritance
object
CertificateVersionCollection
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 CertificateVersionCollection

Properties

Items

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

A list of certificate version summary objects.

Remarks

Required

In this article
Back to top