PrivateServiceAccessCollection¶
-
class
oci.psa.models.PrivateServiceAccessCollection(**kwargs)¶ Bases:
objectResults of a privateServiceAccess search. Contains both PrivateServiceAccessSummary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new PrivateServiceAccessCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this PrivateServiceAccessCollection. -
__init__(**kwargs)¶ Initializes a new PrivateServiceAccessCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.psa.models.PrivateServiceAccessSummary]) – The value to assign to the items property of this PrivateServiceAccessCollection.
-
items¶ [Required] Gets the items of this PrivateServiceAccessCollection. List of privateServiceAccess.
Returns: The items of this PrivateServiceAccessCollection. Return type: list[oci.psa.models.PrivateServiceAccessSummary]
-