MappedSecretSummaryCollection

class oci.network_firewall.models.MappedSecretSummaryCollection(**kwargs)

Bases: object

Collection of Mapped Secrets in the network firewall policy

Methods

__init__(**kwargs) Initializes a new MappedSecretSummaryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this MappedSecretSummaryCollection.
__init__(**kwargs)

Initializes a new MappedSecretSummaryCollection 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.MappedSecretSummary]) – The value to assign to the items property of this MappedSecretSummaryCollection.
items

[Required] Gets the items of this MappedSecretSummaryCollection. Collection of Mapped Secrets.

Returns:The items of this MappedSecretSummaryCollection.
Return type:list[oci.network_firewall.models.MappedSecretSummary]