OperatorActionCollection¶
-
class
oci.operator_access_control.models.OperatorActionCollection(**kwargs)¶ Bases:
objectResults of operator action search, which contains summary of the action.
Methods
__init__(**kwargs)Initializes a new OperatorActionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this OperatorActionCollection. -
__init__(**kwargs)¶ Initializes a new OperatorActionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.operator_access_control.models.OperatorActionSummary]) – The value to assign to the items property of this OperatorActionCollection.
-
items¶ [Required] Gets the items of this OperatorActionCollection. contains OperatorActionSummary
Returns: The items of this OperatorActionCollection. Return type: list[oci.operator_access_control.models.OperatorActionSummary]
-