Class MappedSecretSummaryCollection
Collection of Mapped Secrets in the network firewall policy
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class MappedSecretSummaryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MappedSecretSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MappedSecretSummary> | Collection of Mapped Secrets. | 
Remarks
Required