interface Log {
    action: IAM.v1alpha1.LogAction;
    bearerId: string;
    createdAt?: Date;
    id: string;
    ip: string;
    organizationId: string;
    resourceId: string;
    resourceType: LogResourceType;
    userAgent: string;
}

Properties

Action linked to the log.

bearerId: string

ID of the principal at the origin of the log.

createdAt?: Date

Creation date of the log.

id: string

Log ID.

ip: string

IP address of the HTTP request linked to the log.

organizationId: string

ID of Organization linked to the log.

resourceId: string

ID of the resource linked to the log.

resourceType: LogResourceType

Type of the resource linked to the log.

userAgent: string

User-Agent of the HTTP request linked to the log.