Class HostSecurityState

java.lang.Object
com.microsoft.graph.models.HostSecurityState
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostSecurityState extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Security State.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • fqdn

      @SerializedName(value="fqdn", alternate="Fqdn") @Expose @Nullable public String fqdn
      The Fqdn. Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).
    • isAzureAdJoined

      @SerializedName(value="isAzureAdJoined", alternate="IsAzureAdJoined") @Expose @Nullable public Boolean isAzureAdJoined
      The Is Azure Ad Joined.
    • isAzureAdRegistered

      @SerializedName(value="isAzureAdRegistered", alternate="IsAzureAdRegistered") @Expose @Nullable public Boolean isAzureAdRegistered
      The Is Azure Ad Registered.
    • isHybridAzureDomainJoined

      @SerializedName(value="isHybridAzureDomainJoined", alternate="IsHybridAzureDomainJoined") @Expose @Nullable public Boolean isHybridAzureDomainJoined
      The Is Hybrid Azure Domain Joined. True if the host is domain joined to an on-premises Active Directory domain.
    • netBiosName

      @SerializedName(value="netBiosName", alternate="NetBiosName") @Expose @Nullable public String netBiosName
      The Net Bios Name. The local host name, without the DNS domain name.
    • os

      @SerializedName(value="os", alternate="Os") @Expose @Nullable public String os
      The Os. Host Operating System. (For example, Windows10, MacOS, RHEL, etc.).
    • privateIpAddress

      @SerializedName(value="privateIpAddress", alternate="PrivateIpAddress") @Expose @Nullable public String privateIpAddress
      The Private Ip Address. Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert.
    • publicIpAddress

      @SerializedName(value="publicIpAddress", alternate="PublicIpAddress") @Expose @Nullable public String publicIpAddress
      The Public Ip Address. Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert.
    • riskScore

      @SerializedName(value="riskScore", alternate="RiskScore") @Expose @Nullable public String riskScore
      The Risk Score. Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage.
  • Constructor Details

    • HostSecurityState

      public HostSecurityState()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to