AccessPolicyCollection

class oci.service_mesh.models.AccessPolicyCollection(**kwargs)

Bases: object

Results of an access policy search. Contains both AccessPolicySummary items and other information such as metadata.

Methods

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

Attributes

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

Initializes a new AccessPolicyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.service_mesh.models.AccessPolicySummary]) – The value to assign to the items property of this AccessPolicyCollection.
items

[Required] Gets the items of this AccessPolicyCollection. List of access policies.

Returns:The items of this AccessPolicyCollection.
Return type:list[oci.service_mesh.models.AccessPolicySummary]