UserReference#
- class UserReference(ext_id=None, name=None, ip_address=None, *args, **kwargs)[source]#
Bases:
object
Reference to the user who initiated the operation being audited.
- Parameters:
ext_id – (
ext_id
) Unique UUID of the user who initiated the operation.name – (
name
) The name of the user who initiated the operation.ip_address – (
ip_address
) The IP address from where the operation was triggered.
- property ext_id#
Unique UUID of the user who initiated the operation.
- Type:
str
- property ip_address#
The IP address from where the operation was triggered.
- Type:
str
- property name#
The name of the user who initiated the operation.
- Type:
str