PrivilegedApiRequestCollection¶
-
class
oci.apiaccesscontrol.models.
PrivilegedApiRequestCollection
(**kwargs)¶ Bases:
object
Results of privilegedApi request search, which contains summary of privilegedApi request.
Methods
__init__
(**kwargs)Initializes a new PrivilegedApiRequestCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PrivilegedApiRequestCollection. -
__init__
(**kwargs)¶ Initializes a new PrivilegedApiRequestCollection 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.PrivilegedApiRequestSummary]) – The value to assign to the items property of this PrivilegedApiRequestCollection.
-
items
¶ [Required] Gets the items of this PrivilegedApiRequestCollection. contains PrivilegedApiRequestSummary
Returns: The items of this PrivilegedApiRequestCollection. Return type: list[oci.apiaccesscontrol.models.PrivilegedApiRequestSummary]
-