PrivilegedApiControlCollection

class oci.apiaccesscontrol.models.PrivilegedApiControlCollection(**kwargs)

Bases: object

Results of a privilegedApiControl search. Contains both PrivilegedApiControlSummary items and other information, such as metadata.

Methods

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

Attributes

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

Initializes a new PrivilegedApiControlCollection 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.PrivilegedApiControlSummary]) – The value to assign to the items property of this PrivilegedApiControlCollection.
items

[Required] Gets the items of this PrivilegedApiControlCollection. List of privilegedApiControls.

Returns:The items of this PrivilegedApiControlCollection.
Return type:list[oci.apiaccesscontrol.models.PrivilegedApiControlSummary]