AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityhub
/
aws.sdk.kotlin.services.securityhub.model
/
ThreatIntelIndicatorType
Threat
Intel
Indicator
Type
sealed
class
ThreatIntelIndicatorType
Inheritors
Domain
EmailAddress
HashMd5
HashSha1
HashSha256
HashSha512
Ipv4Address
Ipv6Address
Mutex
Process
Url
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Domain
Link copied to clipboard
object
Domain
:
ThreatIntelIndicatorType
Email
Address
Link copied to clipboard
object
EmailAddress
:
ThreatIntelIndicatorType
Hash
Md5
Link copied to clipboard
object
HashMd5
:
ThreatIntelIndicatorType
Hash
Sha1
Link copied to clipboard
object
HashSha1
:
ThreatIntelIndicatorType
Hash
Sha256
Link copied to clipboard
object
HashSha256
:
ThreatIntelIndicatorType
Hash
Sha512
Link copied to clipboard
object
HashSha512
:
ThreatIntelIndicatorType
Ipv4Address
Link copied to clipboard
object
Ipv4Address
:
ThreatIntelIndicatorType
Ipv6Address
Link copied to clipboard
object
Ipv6Address
:
ThreatIntelIndicatorType
Mutex
Link copied to clipboard
object
Mutex
:
ThreatIntelIndicatorType
Process
Link copied to clipboard
object
Process
:
ThreatIntelIndicatorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ThreatIntelIndicatorType
Url
Link copied to clipboard
object
Url
:
ThreatIntelIndicatorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String