public class AdminConsentRequestPolicy extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isEnabled
The Is Enabled.
|
java.lang.Boolean |
notifyReviewers
The Notify Reviewers.
|
java.lang.Boolean |
remindersEnabled
The Reminders Enabled.
|
java.lang.Integer |
requestDurationInDays
The Request Duration In Days.
|
java.util.List<AccessReviewReviewerScope> |
reviewers
The Reviewers.
|
java.lang.Integer |
version
The Version.
|
| Constructor and Description |
|---|
AdminConsentRequestPolicy() |
| 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="isEnabled",
alternate="IsEnabled")
@Expose
@Nullable
public java.lang.Boolean isEnabled
@SerializedName(value="notifyReviewers",
alternate="NotifyReviewers")
@Expose
@Nullable
public java.lang.Boolean notifyReviewers
@SerializedName(value="remindersEnabled",
alternate="RemindersEnabled")
@Expose
@Nullable
public java.lang.Boolean remindersEnabled
@SerializedName(value="requestDurationInDays",
alternate="RequestDurationInDays")
@Expose
@Nullable
public java.lang.Integer requestDurationInDays
@SerializedName(value="reviewers",
alternate="Reviewers")
@Expose
@Nullable
public java.util.List<AccessReviewReviewerScope> reviewers
@SerializedName(value="version",
alternate="Version")
@Expose
@Nullable
public java.lang.Integer version
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