Class AccessReviewScheduleSettings

java.lang.Object
com.microsoft.graph.models.AccessReviewScheduleSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessReviewScheduleSettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Review Schedule Settings.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • applyActions

      @SerializedName(value="applyActions", alternate="ApplyActions") @Expose @Nullable public List<AccessReviewApplyAction> applyActions
      The Apply Actions. Optional field. Describes the actions to take once a review is complete. There are two types that are currently supported: removeAccessApplyAction (default) and disableAndDeleteUserApplyAction. Field only needs to be specified in the case of disableAndDeleteUserApplyAction.
    • autoApplyDecisionsEnabled

      @SerializedName(value="autoApplyDecisionsEnabled", alternate="AutoApplyDecisionsEnabled") @Expose @Nullable public Boolean autoApplyDecisionsEnabled
      The Auto Apply Decisions Enabled. Indicates whether decisions are automatically applied. When set to false, an admin must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false. CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond.
    • decisionHistoriesForReviewersEnabled

      @SerializedName(value="decisionHistoriesForReviewersEnabled", alternate="DecisionHistoriesForReviewersEnabled") @Expose @Nullable public Boolean decisionHistoriesForReviewersEnabled
      The Decision Histories For Reviewers Enabled. Indicates whether decisions on previous access review stages are available for reviewers on an accessReviewInstance with multiple subsequent stages. If not provided, the default is disabled (false).
    • defaultDecision

      @SerializedName(value="defaultDecision", alternate="DefaultDecision") @Expose @Nullable public String defaultDecision
      The Default Decision. Decision chosen if defaultDecisionEnabled is enabled. Can be one of Approve, Deny, or Recommendation.
    • defaultDecisionEnabled

      @SerializedName(value="defaultDecisionEnabled", alternate="DefaultDecisionEnabled") @Expose @Nullable public Boolean defaultDecisionEnabled
      The Default Decision Enabled. Indicates whether the default decision is enabled or disabled when reviewers do not respond. Default value is false. CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond.
    • instanceDurationInDays

      @SerializedName(value="instanceDurationInDays", alternate="InstanceDurationInDays") @Expose @Nullable public Integer instanceDurationInDays
      The Instance Duration In Days. Duration of an access review instance in days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its durationInDays setting will be used instead of the value of this property.
    • justificationRequiredOnApproval

      @SerializedName(value="justificationRequiredOnApproval", alternate="JustificationRequiredOnApproval") @Expose @Nullable public Boolean justificationRequiredOnApproval
      The Justification Required On Approval. Indicates whether reviewers are required to provide justification with their decision. Default value is false.
    • mailNotificationsEnabled

      @SerializedName(value="mailNotificationsEnabled", alternate="MailNotificationsEnabled") @Expose @Nullable public Boolean mailNotificationsEnabled
      The Mail Notifications Enabled. Indicates whether emails are enabled or disabled. Default value is false.
    • recommendationInsightSettings

      @SerializedName(value="recommendationInsightSettings", alternate="RecommendationInsightSettings") @Expose @Nullable public List<AccessReviewRecommendationInsightSetting> recommendationInsightSettings
      The Recommendation Insight Settings. Optional. Describes the types of insights that aid reviewers to make access review decisions. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationInsightSettings setting will be used instead of the value of this property.
    • recommendationLookBackDuration

      @SerializedName(value="recommendationLookBackDuration", alternate="RecommendationLookBackDuration") @Expose @Nullable public Duration recommendationLookBackDuration
      The Recommendation Look Back Duration. Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.
    • recommendationsEnabled

      @SerializedName(value="recommendationsEnabled", alternate="RecommendationsEnabled") @Expose @Nullable public Boolean recommendationsEnabled
      The Recommendations Enabled. Indicates whether decision recommendations are enabled or disabled. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationsEnabled setting will be used instead of the value of this property.
    • recurrence

      @SerializedName(value="recurrence", alternate="Recurrence") @Expose @Nullable public PatternedRecurrence recurrence
      The Recurrence. Detailed settings for recurrence using the standard Outlook recurrence object. Note: Only dayOfMonth, interval, and type (weekly, absoluteMonthly) properties are supported. Use the property startDate on recurrenceRange to determine the day the review starts.
    • reminderNotificationsEnabled

      @SerializedName(value="reminderNotificationsEnabled", alternate="ReminderNotificationsEnabled") @Expose @Nullable public Boolean reminderNotificationsEnabled
      The Reminder Notifications Enabled. Indicates whether reminders are enabled or disabled. Default value is false.
  • Constructor Details

    • AccessReviewScheduleSettings

      public AccessReviewScheduleSettings()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to