Class UnifiedRoleAssignmentSchedule

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedRoleAssignmentSchedule extends UnifiedRoleScheduleBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Assignment Schedule.
  • Field Details

    • assignmentType

      @SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public String assignmentType
      The Assignment Type. Type of the assignment. It can either be Assigned or Activated.
    • memberType

      @SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public String memberType
      The Member Type. Membership type of the assignment. It can either be Inherited, Direct, or Group.
    • scheduleInfo

      @SerializedName(value="scheduleInfo", alternate="ScheduleInfo") @Expose @Nullable public RequestSchedule scheduleInfo
      The Schedule Info. The schedule object of the role assignment request.
    • activatedUsing

      @SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public UnifiedRoleEligibilitySchedule activatedUsing
      The Activated Using. If the roleAssignmentSchedule is activated by a roleEligibilitySchedule, this is the link to that schedule.
  • Constructor Details

    • UnifiedRoleAssignmentSchedule

      public UnifiedRoleAssignmentSchedule()
  • 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 UnifiedRoleScheduleBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to