public class GcpAudit extends SourcePayloadBase implements Serializable
| Constructor and Description |
|---|
GcpAudit()
Construct matcher object.
|
GcpAudit(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerIp()
Get caller IP address
|
String |
getCallerIpCity()
Get caller IP city
|
String |
getCallerIpCountry()
Get caller IP country
|
String |
getPrincipalEmail()
Get principal email
|
String |
getResource()
Get resource
|
Payload.PayloadType |
getType()
Get payload type.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddresseventIntegerValue, eventStringValuepublic String getPrincipalEmail()
public String getResource()
public String getCallerIp()
public String getCallerIpCity()
public String getCallerIpCountry()
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBasematcher in class PayloadBaseinput - Input string.state - ParserStatepublic Payload.PayloadType getType()
PayloadBasegetType in class PayloadBasePayload.PayloadTypeCopyright © 2022. All rights reserved.