public class UserSecurityState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSecurityState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
aadUserId |
protected String |
accountName |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
domainName |
protected EmailRole |
emailRole |
protected Boolean |
isVpn |
protected OffsetDateTime |
logonDateTime |
protected String |
logonId |
protected String |
logonIp |
protected String |
logonLocation |
protected LogonType |
logonType |
protected String |
odataType |
protected String |
onPremisesSecurityIdentifier |
protected String |
riskScore |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected UserAccountSecurityType |
userAccountType |
protected String |
userPrincipalName |
| Modifier | Constructor and Description |
|---|---|
protected |
UserSecurityState() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String aadUserId
protected String accountName
protected String domainName
protected EmailRole emailRole
protected Boolean isVpn
protected OffsetDateTime logonDateTime
protected String logonId
protected String logonIp
protected String logonLocation
protected LogonType logonType
protected String onPremisesSecurityIdentifier
protected String riskScore
protected UserAccountSecurityType userAccountType
protected String userPrincipalName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic UserSecurityState withAadUserId(String aadUserId)
public UserSecurityState withAccountName(String accountName)
public UserSecurityState withDomainName(String domainName)
public UserSecurityState withEmailRole(EmailRole emailRole)
public UserSecurityState withIsVpn(Boolean isVpn)
public Optional<OffsetDateTime> getLogonDateTime()
public UserSecurityState withLogonDateTime(OffsetDateTime logonDateTime)
public UserSecurityState withLogonId(String logonId)
public UserSecurityState withLogonIp(String logonIp)
public UserSecurityState withLogonLocation(String logonLocation)
public UserSecurityState withLogonType(LogonType logonType)
public UserSecurityState withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier)
public UserSecurityState withRiskScore(String riskScore)
public Optional<UserAccountSecurityType> getUserAccountType()
public UserSecurityState withUserAccountType(UserAccountSecurityType userAccountType)
public UserSecurityState withUserPrincipalName(String userPrincipalName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static UserSecurityState.Builder builder()
Copyright © 2018–2020. All rights reserved.