public class HostSecurityState
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fqdn
The Fqdn.
|
java.lang.Boolean |
isAzureAdJoined
The Is Azure Ad Joined.
|
java.lang.Boolean |
isAzureAdRegistered
The Is Azure Ad Registered.
|
java.lang.Boolean |
isHybridAzureDomainJoined
The Is Hybrid Azure Domain Joined.
|
java.lang.String |
netBiosName
The Net Bios Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
os
The Os.
|
java.lang.String |
privateIpAddress
The Private Ip Address.
|
java.lang.String |
publicIpAddress
The Public Ip Address.
|
java.lang.String |
riskScore
The Risk Score.
|
| Constructor and Description |
|---|
HostSecurityState() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="fqdn",
alternate="Fqdn")
@Expose
@Nullable
public java.lang.String fqdn
@SerializedName(value="isAzureAdJoined",
alternate="IsAzureAdJoined")
@Expose
@Nullable
public java.lang.Boolean isAzureAdJoined
@SerializedName(value="isAzureAdRegistered",
alternate="IsAzureAdRegistered")
@Expose
@Nullable
public java.lang.Boolean isAzureAdRegistered
@SerializedName(value="isHybridAzureDomainJoined",
alternate="IsHybridAzureDomainJoined")
@Expose
@Nullable
public java.lang.Boolean isHybridAzureDomainJoined
@SerializedName(value="netBiosName",
alternate="NetBiosName")
@Expose
@Nullable
public java.lang.String netBiosName
@SerializedName(value="os",
alternate="Os")
@Expose
@Nullable
public java.lang.String os
@SerializedName(value="privateIpAddress",
alternate="PrivateIpAddress")
@Expose
@Nullable
public java.lang.String privateIpAddress
@SerializedName(value="publicIpAddress",
alternate="PublicIpAddress")
@Expose
@Nullable
public java.lang.String publicIpAddress
@SerializedName(value="riskScore",
alternate="RiskScore")
@Expose
@Nullable
public java.lang.String riskScore
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to