public class RestrictedSignIn extends SignIn implements com.microsoft.graph.serializer.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, riskEventTypes_v2, riskLevelAggregated, riskLevelDuringSignIn, riskState, status, userDisplayName, userId, userPrincipalName| Constructor and Description |
|---|
RestrictedSignIn() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="targetTenantId",
alternate="TargetTenantId")
@Expose
@Nullable
public java.util.UUID targetTenantId
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class SignInserializer - the serializerjson - the JSON object to set this object to