Class ThreatIntelligence
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.ThreatIntelligence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ThreatIntelligence
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Threat Intelligence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Article Indicators.The Articles.The Host Components.The Host Cookies.The Host Pairs.The Host Ports.The Hosts.The Host Ssl Certificates.The Host Trackers.The Intelligence Profile Indicators.The Intel Profiles.The Passive Dns Records.The Ssl Certificates.The Subdomains.The Vulnerabilities.The Whois History Records.The Whois Records. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
articleIndicators
@SerializedName(value="articleIndicators", alternate="ArticleIndicators") @Expose @Nullable public ArticleIndicatorCollectionPage articleIndicatorsThe Article Indicators. Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported. -
articles
@SerializedName(value="articles", alternate="Articles") @Expose @Nullable public ArticleCollectionPage articlesThe Articles. A list of article objects. -
hostComponents
@SerializedName(value="hostComponents", alternate="HostComponents") @Expose @Nullable public HostComponentCollectionPage hostComponentsThe Host Components. Retrieve details about hostComponent objects.Note: List retrieval is not yet supported. -
hostCookies
@SerializedName(value="hostCookies", alternate="HostCookies") @Expose @Nullable public HostCookieCollectionPage hostCookiesThe Host Cookies. Retrieve details about hostCookie objects.Note: List retrieval is not yet supported. -
hostPairs
@SerializedName(value="hostPairs", alternate="HostPairs") @Expose @Nullable public HostPairCollectionPage hostPairsThe Host Pairs. Retrieve details about hostTracker objects.Note: List retrieval is not yet supported. -
hostPorts
@SerializedName(value="hostPorts", alternate="HostPorts") @Expose @Nullable public HostPortCollectionPage hostPortsThe Host Ports. Retrieve details about hostPort objects.Note: List retrieval is not yet supported. -
hosts
The Hosts. Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported. -
hostSslCertificates
@SerializedName(value="hostSslCertificates", alternate="HostSslCertificates") @Expose @Nullable public HostSslCertificateCollectionPage hostSslCertificatesThe Host Ssl Certificates. Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported. -
hostTrackers
@SerializedName(value="hostTrackers", alternate="HostTrackers") @Expose @Nullable public HostTrackerCollectionPage hostTrackersThe Host Trackers. Retrieve details about hostTracker objects.Note: List retrieval is not yet supported. -
intelligenceProfileIndicators
@SerializedName(value="intelligenceProfileIndicators", alternate="IntelligenceProfileIndicators") @Expose @Nullable public IntelligenceProfileIndicatorCollectionPage intelligenceProfileIndicatorsThe Intelligence Profile Indicators. -
intelProfiles
@SerializedName(value="intelProfiles", alternate="IntelProfiles") @Expose @Nullable public IntelligenceProfileCollectionPage intelProfilesThe Intel Profiles. A list of intelligenceProfile objects. -
passiveDnsRecords
@SerializedName(value="passiveDnsRecords", alternate="PassiveDnsRecords") @Expose @Nullable public PassiveDnsRecordCollectionPage passiveDnsRecordsThe Passive Dns Records. Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported. -
sslCertificates
@SerializedName(value="sslCertificates", alternate="SslCertificates") @Expose @Nullable public SslCertificateCollectionPage sslCertificatesThe Ssl Certificates. Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported. -
subdomains
@SerializedName(value="subdomains", alternate="Subdomains") @Expose @Nullable public SubdomainCollectionPage subdomainsThe Subdomains. Retrieve details about the subdomain.Note: List retrieval is not yet supported. -
vulnerabilities
@SerializedName(value="vulnerabilities", alternate="Vulnerabilities") @Expose @Nullable public VulnerabilityCollectionPage vulnerabilitiesThe Vulnerabilities. Retrieve details about vulnerabilities.Note: List retrieval is not yet supported. -
whoisHistoryRecords
@SerializedName(value="whoisHistoryRecords", alternate="WhoisHistoryRecords") @Expose @Nullable public WhoisHistoryRecordCollectionPage whoisHistoryRecordsThe Whois History Records. Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. -
whoisRecords
@SerializedName(value="whoisRecords", alternate="WhoisRecords") @Expose @Nullable public WhoisRecordCollectionPage whoisRecordsThe Whois Records. A list of whoisRecord objects.
-
-
Constructor Details
-
ThreatIntelligence
public ThreatIntelligence()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-