Class PrivilegedAccessGroupAssignmentSchedule

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrivilegedAccessSchedule
com.microsoft.graph.models.PrivilegedAccessGroupAssignmentSchedule
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • accessId

      @SerializedName(value="accessId", alternate="AccessId") @Expose @Nullable public PrivilegedAccessGroupRelationships accessId
      The Access Id.
    • assignmentType

      @SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public PrivilegedAccessGroupAssignmentType assignmentType
      The Assignment Type.
    • groupId

      @SerializedName(value="groupId", alternate="GroupId") @Expose @Nullable public String groupId
      The Group Id.
    • memberType

      @SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public PrivilegedAccessGroupMemberType memberType
      The Member Type.
    • principalId

      @SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalId
      The Principal Id.
    • activatedUsing

      @SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public PrivilegedAccessGroupEligibilitySchedule activatedUsing
      The Activated Using.
    • group

      @SerializedName(value="group", alternate="Group") @Expose @Nullable public Group group
      The Group.
    • principal

      @SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principal
      The Principal.
  • Constructor Details

    • PrivilegedAccessGroupAssignmentSchedule

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