PolicyCollection¶
-
class
oci.cloud_guard.models.
PolicyCollection
(**kwargs)¶ Bases:
object
Collection of policy statements required by cloud guard
Methods
__init__
(**kwargs)Initializes a new PolicyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PolicyCollection. -
__init__
(**kwargs)¶ Initializes a new PolicyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.PolicySummary]) – The value to assign to the items property of this PolicyCollection.
-
items
¶ [Required] Gets the items of this PolicyCollection. List of global policy statements
Returns: The items of this PolicyCollection. Return type: list[oci.cloud_guard.models.PolicySummary]
-