StatusDetail

class oci.operator_access_control.models.StatusDetail(**kwargs)

Bases: object

Detail of execution.

Methods

__init__(**kwargs) Initializes a new StatusDetail object with values from keyword arguments.

Attributes

command_name Gets the command_name of this StatusDetail.
status Gets the status of this StatusDetail.
status_id Gets the status_id of this StatusDetail.
time_of_validation Gets the time_of_validation of this StatusDetail.
__init__(**kwargs)

Initializes a new StatusDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • status_id (int) – The value to assign to the status_id property of this StatusDetail.
  • command_name (str) – The value to assign to the command_name property of this StatusDetail.
  • status (str) – The value to assign to the status property of this StatusDetail.
  • time_of_validation (datetime) – The value to assign to the time_of_validation property of this StatusDetail.
command_name

Gets the command_name of this StatusDetail. Name of the process or command executed.

Returns:The command_name of this StatusDetail.
Return type:str
status

Gets the status of this StatusDetail. Status of the process or command executed Success or Failure.

Returns:The status of this StatusDetail.
Return type:str
status_id

Gets the status_id of this StatusDetail. running unique number of the command executed

Returns:The status_id of this StatusDetail.
Return type:int
time_of_validation

Gets the time_of_validation of this StatusDetail. Time when the execution happened in `RFC 3339`__timestamp format. Example: ‘2020-05-22T21:10:29.600Z’.

Returns:The time_of_validation of this StatusDetail.
Return type:datetime