public class UserSecurityState extends java.lang.Object implements 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.util.Calendar |
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 |
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 |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="aadUserId",
alternate="AadUserId")
@Expose
public java.lang.String aadUserId
@SerializedName(value="accountName",
alternate="AccountName")
@Expose
public java.lang.String accountName
@SerializedName(value="domainName",
alternate="DomainName")
@Expose
public java.lang.String domainName
@SerializedName(value="emailRole",
alternate="EmailRole")
@Expose
public EmailRole emailRole
@SerializedName(value="isVpn",
alternate="IsVpn")
@Expose
public java.lang.Boolean isVpn
@SerializedName(value="logonDateTime",
alternate="LogonDateTime")
@Expose
public java.util.Calendar logonDateTime
@SerializedName(value="logonId",
alternate="LogonId")
@Expose
public java.lang.String logonId
@SerializedName(value="logonIp",
alternate="LogonIp")
@Expose
public java.lang.String logonIp
@SerializedName(value="logonLocation",
alternate="LogonLocation")
@Expose
public java.lang.String logonLocation
@SerializedName(value="logonType",
alternate="LogonType")
@Expose
public LogonType logonType
@SerializedName(value="onPremisesSecurityIdentifier",
alternate="OnPremisesSecurityIdentifier")
@Expose
public java.lang.String onPremisesSecurityIdentifier
@SerializedName(value="riskScore",
alternate="RiskScore")
@Expose
public java.lang.String riskScore
@SerializedName(value="userAccountType",
alternate="UserAccountType")
@Expose
public UserAccountSecurityType userAccountType
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
public java.lang.String userPrincipalName
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to