Skip to main content

AccountAuditEvent

Information about an audit event returned when querying audit events.

Properties

NameTypeDescriptionNotes
account_idstrThe UUID of the account containing this audit event.[optional]
audit_detailsAuditDetails[optional]
entity_actionstrFor a management event, the action that was performed.[optional]
entity_idstrFor a management event, the UUID of the entity that was acted upon.[optional]
entity_namestrFor a management event, the name of the entity that was acted upon.[optional]
entity_typestrFor a management event, the entity type that was acted upon.[optional]
event_categorystrThe category of the event. Values are AUTHENTICATION or MANAGEMENT.[optional]
event_outcomestrThe outcome of the event. Values are success or fail.[optional]
event_timedatetimeThe time of this event.
event_typestrThe type of the event.[optional]
event_versionstrVersion information for future use.[optional]
idstrThe UUID of this audit event.[optional]
messagestrA message key describing the event.[optional]
required_permissionstrThe permission used for a management event.[optional]
resource_idstrThe UUID of the resource associated with the event. For example the UUID of the application to which a user is authenticating.[optional]
resource_namestrThe name of the resource.[optional]
service_provider_admin_role_idstrA UUID of the service provider role used for a management event.[optional]
service_provider_admin_role_namestrThe name of the service provider role.[optional]
source_ipstrThe IP address of the client performing this event.[optional]
subjectstrThe UUID of the subject that performed this event. For administration events the subject will be the administrator or administration API application that performed the event. For authentication events the subject will be the user that performed the authentication.[optional]
subject_namestrThe name of the subject that performed this event. For users the value will be the user's user Id. For administration API applications, the value will be the application's name.[optional]
subject_typestrThe type of the subject that performed this event. Values are USER or ADMIN_API.[optional]
subscriber_admin_role_idstrThe UUID of the subscriber/site management role used for a management event.[optional]
subscriber_admin_role_namestrThe name of the subscriber/site management role.[optional]
tokenstrInformation about what authenticator was used for an authentication event.[optional]

Example