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