Package com.microsoft.graph.models
Class PrivilegedAccessGroupAssignmentScheduleInstance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrivilegedAccessScheduleInstance
com.microsoft.graph.models.PrivilegedAccessGroupAssignmentScheduleInstance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrivilegedAccessGroupAssignmentScheduleInstance
extends PrivilegedAccessScheduleInstance
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Privileged Access Group Assignment Schedule Instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Access Id.The Activated Using.The Assignment Schedule Id.The Assignment Type.The Group.The Group Id.The Member Type.The Principal.The Principal Id.Fields inherited from class com.microsoft.graph.models.PrivilegedAccessScheduleInstance
endDateTime, startDateTime -
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 the membership or ownership assignment relationship to the group. Required. The possible values are: owner, member, unknownFutureValue. Supports $filter (eq). -
assignmentScheduleId
@SerializedName(value="assignmentScheduleId", alternate="AssignmentScheduleId") @Expose @Nullable public String assignmentScheduleIdThe Assignment Schedule Id. The identifier of the privilegedAccessGroupAssignmentSchedule from which this instance was created. Required. Supports $filter (eq, ne). -
assignmentType
@SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public PrivilegedAccessGroupAssignmentType assignmentTypeThe Assignment Type. Indicates whether the membership or ownership assignment is granted through activation of an eligibility or through direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq). -
groupId
The Group Id. The identifier of the group representing the scope of the membership or ownership assignment through PIM for groups. Optional. Supports $filter (eq). -
memberType
@SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public PrivilegedAccessGroupMemberType memberTypeThe Member Type. Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq). -
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. Required. Supports $filter (eq). -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public PrivilegedAccessGroupEligibilityScheduleInstance activatedUsingThe Activated Using. When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null. -
group
The Group. References the group that is the scope of the membership or ownership assignment 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 the membership or ownership assignment request through the group that's governed by PIM. Supports $expand.
-
-
Constructor Details
-
PrivilegedAccessGroupAssignmentScheduleInstance
public PrivilegedAccessGroupAssignmentScheduleInstance()
-
-
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 classPrivilegedAccessScheduleInstance- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-