public class RestrictedSignIn extends SignIn implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
targetTenantId
The Target Tenant Id.
|
appDisplayName, appId, appliedConditionalAccessPolicies, clientAppUsed, conditionalAccessStatus, correlationId, createdDateTime, deviceDetail, ipAddress, isInteractive, location, resourceDisplayName, resourceId, riskDetail, riskEventTypes, riskLevelAggregated, riskLevelDuringSignIn, riskState, status, userDisplayName, userId, userPrincipalName| Constructor and Description |
|---|
RestrictedSignIn() |
| Modifier and Type | Method and Description |
|---|---|
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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="targetTenantId") @Expose public java.util.UUID targetTenantId
public com.google.gson.JsonObject getRawObject()
getRawObject in class SignInprotected ISerializer getSerializer()
getSerializer in class SignInpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class SignInserializer - the serializerjson - the JSON object to set this object to