Class O365AuditLogEventResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365AuditLogEventResponse
Office 365 Audit Log Event Response.
- Author:
- Nick Kasprzak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets console entity.Gets entity name.Gets event type.Gets ip address.Gets location id.Gets o 365 org uuid.getTime()Gets time.Gets username.
-
Constructor Details
-
O365AuditLogEventResponse
public O365AuditLogEventResponse(String username, String locationId, String o365OrgUuid, String eventType, String consoleEntity, String entityName, Instant time, String ipAddress) Instantiates a new O 365 audit log event response.- Parameters:
username- the usernamelocationId- the location ido365OrgUuid- the o 365 org uuideventType- the event typeconsoleEntity- the console entityentityName- the entity nametime- the timeipAddress- the ip address
-
-
Method Details
-
getUsername
Gets username.- Returns:
- the username
-
getLocationId
Gets location id.- Returns:
- the location id
-
getO365OrgUuid
Gets o 365 org uuid.- Returns:
- the o 365 org uuid
-
getEventType
Gets event type.- Returns:
- the event type
-
getConsoleEntity
Gets console entity.- Returns:
- the console entity
-
getEntityName
Gets entity name.- Returns:
- the entity name
-
getTime
Gets time.- Returns:
- the time
-
getIpAddress
Gets ip address.- Returns:
- the ip address
-