public class OnPremisesConditionalAccessSettings extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
enabled
The Enabled.
|
java.util.List<java.util.UUID> |
excludedGroups
The Excluded Groups.
|
java.util.List<java.util.UUID> |
includedGroups
The Included Groups.
|
java.lang.Boolean |
overrideDefaultRule
The Override Default Rule.
|
| Constructor and Description |
|---|
OnPremisesConditionalAccessSettings() |
| 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="enabled",
alternate="Enabled")
@Expose
@Nullable
public java.lang.Boolean enabled
@SerializedName(value="excludedGroups",
alternate="ExcludedGroups")
@Expose
@Nullable
public java.util.List<java.util.UUID> excludedGroups
@SerializedName(value="includedGroups",
alternate="IncludedGroups")
@Expose
@Nullable
public java.util.List<java.util.UUID> includedGroups
@SerializedName(value="overrideDefaultRule",
alternate="OverrideDefaultRule")
@Expose
@Nullable
public java.lang.Boolean overrideDefaultRule
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 Entityserializer - the serializerjson - the JSON object to set this object to