OperatorControlCollection¶
-
class
oci.operator_access_control.models.OperatorControlCollection(**kwargs)¶ Bases:
objectResults of Operator Control search, which contains summary of the operator control.
Methods
__init__(**kwargs)Initializes a new OperatorControlCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this OperatorControlCollection. -
__init__(**kwargs)¶ Initializes a new OperatorControlCollection 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.OperatorControlSummary]) – The value to assign to the items property of this OperatorControlCollection.
-
items¶ [Required] Gets the items of this OperatorControlCollection. contains OperatorControlSummary
Returns: The items of this OperatorControlCollection. Return type: list[oci.operator_access_control.models.OperatorControlSummary]
-