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