Class HsmPartitionCollection
HsmPartitionCollection object with page of HsmPartitionSummary objects. A HsmPartitionSummary object contains details about the corresponding HSM.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class HsmPartitionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HsmPartitionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<HsmPartitionSummary> | List of HsmPartitionSummaries. |
Remarks
Required