polarity-integration-utils
Preparing search index...
index.docs
Entity
Type Alias Entity
Represents a Polarity Entity object which is passed to an integration's doLookup method.
type
Entity
=
{
channels
:
string
[]
;
displayValue
:
string
;
hashType
:
string
;
IPType
:
string
;
isDomain
:
boolean
;
isEmail
:
boolean
;
isHash
:
boolean
;
isHex
:
boolean
;
isHTMLTag
:
boolean
;
isIP
:
boolean
;
isIPv4
:
boolean
;
isIPv6
:
boolean
;
isMD5
:
boolean
;
isPrivateIP
:
boolean
;
isSHA1
:
boolean
;
isSHA256
:
boolean
;
isSHA512
:
boolean
;
isURL
:
boolean
;
latitude
:
number
;
longitude
:
number
;
requestContext
:
{
isUserInitiated
:
boolean
;
requestType
:
"onDemand"
}
;
type
:
EntityType
;
types
:
EntityType
[]
;
value
:
string
;
}
Index
Properties
channels
display
Value
hash
Type
IP
Type
is
Domain
is
Email
is
Hash
is
Hex
is
HTML
Tag
is
IP
is
I
Pv4
is
I
Pv6
is
MD5
is
Private
IP
is
SHA1
is
SHA256
is
SHA512
is
URL
latitude
longitude
request
Context
type
types
value
Properties
channels
channels
:
string
[]
display
Value
displayValue
:
string
hash
Type
hashType
:
string
IP
Type
IPType
:
string
is
Domain
isDomain
:
boolean
is
Email
isEmail
:
boolean
is
Hash
isHash
:
boolean
is
Hex
isHex
:
boolean
is
HTML
Tag
isHTMLTag
:
boolean
is
IP
isIP
:
boolean
is
I
Pv4
isIPv4
:
boolean
is
I
Pv6
isIPv6
:
boolean
is
MD5
isMD5
:
boolean
is
Private
IP
isPrivateIP
:
boolean
is
SHA1
isSHA1
:
boolean
is
SHA256
isSHA256
:
boolean
is
SHA512
isSHA512
:
boolean
is
URL
isURL
:
boolean
latitude
latitude
:
number
longitude
longitude
:
number
request
Context
requestContext
:
{
isUserInitiated
:
boolean
;
requestType
:
"onDemand"
}
type
type
:
EntityType
types
types
:
EntityType
[]
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
display
Value
hash
Type
IP
Type
is
Domain
is
Email
is
Hash
is
Hex
is
HTML
Tag
is
IP
is
I
Pv4
is
I
Pv6
is
MD5
is
Private
IP
is
SHA1
is
SHA256
is
SHA512
is
URL
latitude
longitude
request
Context
type
types
value
polarity-integration-utils
Loading...
Represents a Polarity Entity object which is passed to an integration's doLookup method.