IamWorkRequestLogSummary¶
-
class
oci.identity.models.
IamWorkRequestLogSummary
(**kwargs)¶ Bases:
object
(For tenancies that support identity domains) The log entity for a IAM work request.
Methods
__init__
(**kwargs)Initializes a new IamWorkRequestLogSummary object with values from keyword arguments. Attributes
message
[Required] Gets the message of this IamWorkRequestLogSummary. timestamp
Gets the timestamp of this IamWorkRequestLogSummary. -
__init__
(**kwargs)¶ Initializes a new IamWorkRequestLogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message (str) – The value to assign to the message property of this IamWorkRequestLogSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this IamWorkRequestLogSummary.
-
message
¶ [Required] Gets the message of this IamWorkRequestLogSummary. A human-readable error string.
Returns: The message of this IamWorkRequestLogSummary. Return type: str
-
timestamp
¶ Gets the timestamp of this IamWorkRequestLogSummary. Date and time the log was written, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
Returns: The timestamp of this IamWorkRequestLogSummary. Return type: datetime
-