Class PrivilegedAccessGroupEligibilityScheduleRequest

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

public class PrivilegedAccessGroupEligibilityScheduleRequest extends PrivilegedAccessScheduleRequest implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Privileged Access Group Eligibility Schedule Request.
  • Field Details

    • accessId

      @SerializedName(value="accessId", alternate="AccessId") @Expose @Nullable public PrivilegedAccessGroupRelationships accessId
      The Access Id. The identifier of membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member, unknownFutureValue.
    • groupId

      @SerializedName(value="groupId", alternate="GroupId") @Expose @Nullable public String groupId
      The Group Id. The identifier of the group representing the scope of the membership and ownership eligibility through PIM for groups. Required.
    • principalId

      @SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalId
      The Principal Id. The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for groups. Required.
    • targetScheduleId

      @SerializedName(value="targetScheduleId", alternate="TargetScheduleId") @Expose @Nullable public String targetScheduleId
      The Target Schedule Id. The identifier of the schedule that's created from the eligibility request. Optional.
    • group

      @SerializedName(value="group", alternate="Group") @Expose @Nullable public Group group
      The Group. References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand.
    • principal

      @SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principal
      The Principal. References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand.
    • targetSchedule

      @SerializedName(value="targetSchedule", alternate="TargetSchedule") @Expose @Nullable public PrivilegedAccessGroupEligibilitySchedule targetSchedule
      The Target Schedule. Schedule created by this request.
  • Constructor Details

    • PrivilegedAccessGroupEligibilityScheduleRequest

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