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