AttackPropertyIdentifier
public enum AttackPropertyIdentifier : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case destinationUrl = "DESTINATION_URL"
-
Undocumented
Declaration
Swift
case referrer = "REFERRER"
-
Undocumented
Declaration
Swift
case sourceAsn = "SOURCE_ASN"
-
Undocumented
Declaration
Swift
case sourceCountry = "SOURCE_COUNTRY"
-
Undocumented
Declaration
Swift
case sourceIpAddress = "SOURCE_IP_ADDRESS"
-
Undocumented
Declaration
Swift
case sourceUserAgent = "SOURCE_USER_AGENT"
-
Undocumented
Declaration
Swift
case wordpressPingbackReflector = "WORDPRESS_PINGBACK_REFLECTOR"
-
Undocumented
Declaration
Swift
case wordpressPingbackSource = "WORDPRESS_PINGBACK_SOURCE"
-
Declaration
Swift
public var description: String { get }