public class UserSecurityState
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
aadUserId
The Aad User Id.
|
java.lang.String |
accountName
The Account Name.
|
java.lang.String |
domainName
The Domain Name.
|
EmailRole |
emailRole
The Email Role.
|
java.lang.Boolean |
isVpn
The Is Vpn.
|
java.time.OffsetDateTime |
logonDateTime
The Logon Date Time.
|
java.lang.String |
logonId
The Logon Id.
|
java.lang.String |
logonIp
The Logon Ip.
|
java.lang.String |
logonLocation
The Logon Location.
|
LogonType |
logonType
The Logon Type.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
onPremisesSecurityIdentifier
The On Premises Security Identifier.
|
java.lang.String |
riskScore
The Risk Score.
|
UserAccountSecurityType |
userAccountType
The User Account Type.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
UserSecurityState() |
| 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="aadUserId",
alternate="AadUserId")
@Expose
@Nullable
public java.lang.String aadUserId
@SerializedName(value="accountName",
alternate="AccountName")
@Expose
@Nullable
public java.lang.String accountName
@SerializedName(value="domainName",
alternate="DomainName")
@Expose
@Nullable
public java.lang.String domainName
@SerializedName(value="emailRole",
alternate="EmailRole")
@Expose
@Nullable
public EmailRole emailRole
@SerializedName(value="isVpn",
alternate="IsVpn")
@Expose
@Nullable
public java.lang.Boolean isVpn
@SerializedName(value="logonDateTime",
alternate="LogonDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime logonDateTime
@SerializedName(value="logonId",
alternate="LogonId")
@Expose
@Nullable
public java.lang.String logonId
@SerializedName(value="logonIp",
alternate="LogonIp")
@Expose
@Nullable
public java.lang.String logonIp
@SerializedName(value="logonLocation",
alternate="LogonLocation")
@Expose
@Nullable
public java.lang.String logonLocation
@SerializedName(value="logonType",
alternate="LogonType")
@Expose
@Nullable
public LogonType logonType
@SerializedName(value="onPremisesSecurityIdentifier",
alternate="OnPremisesSecurityIdentifier")
@Expose
@Nullable
public java.lang.String onPremisesSecurityIdentifier
@SerializedName(value="riskScore",
alternate="RiskScore")
@Expose
@Nullable
public java.lang.String riskScore
@SerializedName(value="userAccountType",
alternate="UserAccountType")
@Expose
@Nullable
public UserAccountSecurityType userAccountType
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
@Nullable
public java.lang.String userPrincipalName
@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