ProtectionCapabilityCollection¶
- 
class oci.waf.models.ProtectionCapabilityCollection(**kwargs)¶
- Bases: - object- Result of a protection capabilities search. - Methods - __init__(**kwargs)- Initializes a new ProtectionCapabilityCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ProtectionCapabilityCollection. - 
__init__(**kwargs)¶
- Initializes a new ProtectionCapabilityCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.waf.models.ProtectionCapabilitySummary]) – The value to assign to the items property of this ProtectionCapabilityCollection. 
 - 
items¶
- [Required] Gets the items of this ProtectionCapabilityCollection. List of protection capabilities. - Returns: - The items of this ProtectionCapabilityCollection. - Return type: - list[oci.waf.models.ProtectionCapabilitySummary] 
 
-