Skip to main content

Interface: ILogRecord

auditlog.v1.ILogRecord

Properties of a LogRecord.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The ID of the async operation.

Inherited from

$Properties.asyncOperationId


emitTime

Optional emitTime: null | $Properties

Time when the log was emitted.

Inherited from

$Properties.emitTime


logId

Optional logId: null | string

Unique ID for the log record.

Inherited from

$Properties.logId


operation

Optional operation: null | string

The operation performed.

Inherited from

$Properties.operation


principal

Optional principal: null | $Properties

The principal that performed the operation.

Inherited from

$Properties.principal


rawDetails

Optional rawDetails: null | $Properties

The raw details of the operation.

Inherited from

$Properties.rawDetails


status

Optional status: null | string

The status of the operation.

Inherited from

$Properties.status


version

Optional version: null | number

The internal version of the log message. Can be used in deduplication if needed.

Inherited from

$Properties.version


xForwardedFor

Optional xForwardedFor: null | string

The originating IP address of the request.

Inherited from

$Properties.xForwardedFor