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") @Expose public java.lang.String aadUserId
@SerializedName(value="accountName") @Expose public java.lang.String accountName
@SerializedName(value="domainName") @Expose public java.lang.String domainName
@SerializedName(value="emailRole") @Expose public EmailRole emailRole
@SerializedName(value="isVpn") @Expose public java.lang.Boolean isVpn
@SerializedName(value="logonDateTime") @Expose public java.util.Calendar logonDateTime
@SerializedName(value="logonId") @Expose public java.lang.String logonId
@SerializedName(value="logonIp") @Expose public java.lang.String logonIp
@SerializedName(value="logonLocation") @Expose public java.lang.String logonLocation
@SerializedName(value="logonType") @Expose public LogonType logonType
@SerializedName(value="onPremisesSecurityIdentifier") @Expose public java.lang.String onPremisesSecurityIdentifier
@SerializedName(value="riskScore") @Expose public java.lang.String riskScore
@SerializedName(value="userAccountType") @Expose public UserAccountSecurityType userAccountType
@SerializedName(value="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