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, setSourceAddress
eventIntegerValue, eventStringValue
public 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)
PayloadBase
matcher
in class PayloadBase
input
- Input string.state
- ParserStatepublic Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
Copyright © 2022. All rights reserved.