Package com.microsoft.graph.models
Class PrivilegedAccessGroup
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrivilegedAccessGroup
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrivilegedAccessGroup
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Privileged Access Group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assignment Approvals.The Assignment Schedule Instances.The Assignment Schedule Requests.The Assignment Schedules.The Eligibility Schedule Instances.The Eligibility Schedule Requests.The Eligibility Schedules. -
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
-
assignmentApprovals
@SerializedName(value="assignmentApprovals", alternate="AssignmentApprovals") @Expose @Nullable public ApprovalCollectionPage assignmentApprovalsThe Assignment Approvals. -
assignmentScheduleInstances
@SerializedName(value="assignmentScheduleInstances", alternate="AssignmentScheduleInstances") @Expose @Nullable public PrivilegedAccessGroupAssignmentScheduleInstanceCollectionPage assignmentScheduleInstancesThe Assignment Schedule Instances. The instances of assignment schedules to activate a just-in-time access. -
assignmentScheduleRequests
@SerializedName(value="assignmentScheduleRequests", alternate="AssignmentScheduleRequests") @Expose @Nullable public PrivilegedAccessGroupAssignmentScheduleRequestCollectionPage assignmentScheduleRequestsThe Assignment Schedule Requests. The schedule requests for operations to create, update, delete, extend, and renew an assignment. -
assignmentSchedules
@SerializedName(value="assignmentSchedules", alternate="AssignmentSchedules") @Expose @Nullable public PrivilegedAccessGroupAssignmentScheduleCollectionPage assignmentSchedulesThe Assignment Schedules. The assignment schedules to activate a just-in-time access. -
eligibilityScheduleInstances
@SerializedName(value="eligibilityScheduleInstances", alternate="EligibilityScheduleInstances") @Expose @Nullable public PrivilegedAccessGroupEligibilityScheduleInstanceCollectionPage eligibilityScheduleInstancesThe Eligibility Schedule Instances. The instances of eligibility schedules to activate a just-in-time access. -
eligibilityScheduleRequests
@SerializedName(value="eligibilityScheduleRequests", alternate="EligibilityScheduleRequests") @Expose @Nullable public PrivilegedAccessGroupEligibilityScheduleRequestCollectionPage eligibilityScheduleRequestsThe Eligibility Schedule Requests. The schedule requests for operations to create, update, delete, extend, and renew an eligibility. -
eligibilitySchedules
@SerializedName(value="eligibilitySchedules", alternate="EligibilitySchedules") @Expose @Nullable public PrivilegedAccessGroupEligibilityScheduleCollectionPage eligibilitySchedulesThe Eligibility Schedules. The eligibility schedules to activate a just-in-time access.
-
-
Constructor Details
-
PrivilegedAccessGroup
public PrivilegedAccessGroup()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-