Class PrivilegedAccessSchedule

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrivilegedAccessSchedule
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
PrivilegedAccessGroupAssignmentSchedule, PrivilegedAccessGroupEligibilitySchedule

public class PrivilegedAccessSchedule extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Privileged Access Schedule.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. When the schedule was created. Optional.
    • createdUsing

      @SerializedName(value="createdUsing", alternate="CreatedUsing") @Expose @Nullable public String createdUsing
      The Created Using. The identifier of the access assignment or eligibility request that created this schedule. Optional.
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time. When the schedule was last modified. Optional.
    • scheduleInfo

      @SerializedName(value="scheduleInfo", alternate="ScheduleInfo") @Expose @Nullable public RequestSchedule scheduleInfo
      The Schedule Info. Represents the period of the access assignment or eligibility. The scheduleInfo can represent a single occurrence or multiple recurring instances. Required.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public String status
      The Status. The status of the access assignment or eligibility request. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. Optional.
  • Constructor Details

    • PrivilegedAccessSchedule

      public PrivilegedAccessSchedule()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to