OperatorActionProperties¶
-
class
oci.operator_access_control.models.
OperatorActionProperties
(**kwargs)¶ Bases:
object
Details of the properties of operator action.
Methods
__init__
(**kwargs)Initializes a new OperatorActionProperties object with values from keyword arguments. Attributes
name
Gets the name of this OperatorActionProperties. value
Gets the value of this OperatorActionProperties. -
__init__
(**kwargs)¶ Initializes a new OperatorActionProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this OperatorActionProperties.
- value (str) – The value to assign to the value property of this OperatorActionProperties.
-
name
¶ Gets the name of this OperatorActionProperties. Name of the property
Returns: The name of this OperatorActionProperties. Return type: str
-
value
¶ Gets the value of this OperatorActionProperties. value of the property
Returns: The value of this OperatorActionProperties. Return type: str
-