Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Access Id.The Activated Using.The Assignment Type.The Group.The Group Id.The Member Type.The Principal.The Principal Id.Fields inherited from class com.microsoft.graph.models.PrivilegedAccessSchedule
createdDateTime, createdUsing, modifiedDateTime, scheduleInfo, 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. -
assignmentType
@SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public PrivilegedAccessGroupAssignmentType assignmentTypeThe Assignment Type. -
groupId
The Group Id. -
memberType
@SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public PrivilegedAccessGroupMemberType memberTypeThe Member Type. -
principalId
@SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalIdThe Principal Id. -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public PrivilegedAccessGroupEligibilitySchedule activatedUsingThe Activated Using. -
group
The Group. -
principal
@SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principalThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classPrivilegedAccessSchedule- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-