ProtectionCapabilityGroupTagCollection¶
-
class
oci.waf.models.
ProtectionCapabilityGroupTagCollection
(**kwargs)¶ Bases:
object
Result of a protection capabilities group tags search.
Methods
__init__
(**kwargs)Initializes a new ProtectionCapabilityGroupTagCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProtectionCapabilityGroupTagCollection. -
__init__
(**kwargs)¶ Initializes a new ProtectionCapabilityGroupTagCollection 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.ProtectionCapabilityGroupTagSummary]) – The value to assign to the items property of this ProtectionCapabilityGroupTagCollection.
-
items
¶ [Required] Gets the items of this ProtectionCapabilityGroupTagCollection. List of protection capabilities group tags.
Returns: The items of this ProtectionCapabilityGroupTagCollection. Return type: list[oci.waf.models.ProtectionCapabilityGroupTagSummary]
-