Class CertificateBundleVersionCollection
The results of a certificate bundle versions search. Results contain certificate bundle version summary objects.
Inherited Members
Namespace: Oci.CertificatesService.Models
Assembly: OCI.DotNetSDK.Certificates.dll
Syntax
public class CertificateBundleVersionCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CertificateBundleVersionSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<CertificateBundleVersionSummary> | A list of certificate bundle version summary objects. | 
Remarks
Required