DecryptionProfileSummaryCollection¶
-
class
oci.network_firewall.models.
DecryptionProfileSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Decryption Profiles in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new DecryptionProfileSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DecryptionProfileSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new DecryptionProfileSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.network_firewall.models.DecryptionProfileSummary]) – The value to assign to the items property of this DecryptionProfileSummaryCollection.
-
items
¶ [Required] Gets the items of this DecryptionProfileSummaryCollection. Collection of Decryption Profiles.
Returns: The items of this DecryptionProfileSummaryCollection. Return type: list[oci.network_firewall.models.DecryptionProfileSummary]
-