Show / Hide Table of Contents

Class IamWorkRequestLogSummary

(For tenancies that support identity domains) The log entity for a IAM work request.

Inheritance
System.Object
IamWorkRequestLogSummary
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class IamWorkRequestLogSummary : object

Properties

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

A human-readable error string.

Remarks

Required

Timestamp

Declaration
public System.Nullable<System.DateTime> Timestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Date and time the log was written, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

In This Article
Back to top