Package com.microsoft.graph.models
Class PrivilegedAccessGroupAssignmentScheduleRequest
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Request
com.microsoft.graph.models.PrivilegedAccessScheduleRequest
com.microsoft.graph.models.PrivilegedAccessGroupAssignmentScheduleRequest
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrivilegedAccessGroupAssignmentScheduleRequest
extends PrivilegedAccessScheduleRequest
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Privileged Access Group Assignment Schedule Request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Access Id.The Activated Using.The Group.The Group Id.The Principal.The Principal Id.The Target Schedule.The Target Schedule Id.Fields inherited from class com.microsoft.graph.models.PrivilegedAccessScheduleRequest
action, isValidationOnly, justification, scheduleInfo, ticketInfoFields inherited from class com.microsoft.graph.models.Request
approvalId, completedDateTime, createdBy, createdDateTime, customData, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
accessId
@SerializedName(value="accessId", alternate="AccessId") @Expose @Nullable public PrivilegedAccessGroupRelationships accessIdThe Access Id. The identifier of a membership or ownership assignment relationship to the group. Required. The possible values are: owner, member, unknownFutureValue. -
groupId
The Group Id. The identifier of the group representing the scope of the membership or ownership assignment through PIM for groups. Required. -
principalId
@SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalIdThe Principal Id. The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for groups. Supports $filter (eq, ne). -
targetScheduleId
@SerializedName(value="targetScheduleId", alternate="TargetScheduleId") @Expose @Nullable public String targetScheduleIdThe Target Schedule Id. The identifier of the schedule that's created from the membership or ownership assignment request. Supports $filter (eq, ne). -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public PrivilegedAccessGroupEligibilitySchedule activatedUsingThe Activated Using. When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand. -
group
The Group. References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand. -
principal
@SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principalThe Principal. References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand. -
targetSchedule
@SerializedName(value="targetSchedule", alternate="TargetSchedule") @Expose @Nullable public PrivilegedAccessGroupEligibilitySchedule targetScheduleThe Target Schedule. Schedule created by this request. Supports $expand.
-
-
Constructor Details
-
PrivilegedAccessGroupAssignmentScheduleRequest
public PrivilegedAccessGroupAssignmentScheduleRequest()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classPrivilegedAccessScheduleRequest- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-