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