public class ConditionalAccessConditionSet
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ConditionalAccessApplications |
applications
The Applications.
|
java.util.List<ConditionalAccessClientApp> |
clientAppTypes
The Client App Types.
|
ConditionalAccessLocations |
locations
The Locations.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
ConditionalAccessPlatforms |
platforms
The Platforms.
|
java.util.List<RiskLevel> |
signInRiskLevels
The Sign In Risk Levels.
|
java.util.List<RiskLevel> |
userRiskLevels
The User Risk Levels.
|
ConditionalAccessUsers |
users
The Users.
|
| Constructor and Description |
|---|
ConditionalAccessConditionSet() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="applications",
alternate="Applications")
@Expose
@Nullable
public ConditionalAccessApplications applications
@SerializedName(value="clientAppTypes",
alternate="ClientAppTypes")
@Expose
@Nullable
public java.util.List<ConditionalAccessClientApp> clientAppTypes
@SerializedName(value="locations",
alternate="Locations")
@Expose
@Nullable
public ConditionalAccessLocations locations
@SerializedName(value="platforms",
alternate="Platforms")
@Expose
@Nullable
public ConditionalAccessPlatforms platforms
@SerializedName(value="signInRiskLevels",
alternate="SignInRiskLevels")
@Expose
@Nullable
public java.util.List<RiskLevel> signInRiskLevels
@SerializedName(value="userRiskLevels",
alternate="UserRiskLevels")
@Expose
@Nullable
public java.util.List<RiskLevel> userRiskLevels
@SerializedName(value="users",
alternate="Users")
@Expose
@Nullable
public ConditionalAccessUsers users
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to