Package com.microsoft.graph.models
Class UnifiedRoleAssignmentSchedule
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleBase
com.microsoft.graph.models.UnifiedRoleAssignmentSchedule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleAssignmentSchedule
extends UnifiedRoleScheduleBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Assignment Schedule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Activated Using.The Assignment Type.The Member Type.The Schedule Info.Fields inherited from class com.microsoft.graph.models.UnifiedRoleScheduleBase
appScope, appScopeId, createdDateTime, createdUsing, directoryScope, directoryScopeId, modifiedDateTime, principal, principalId, roleDefinition, roleDefinitionId, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
assignmentType
@SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public String assignmentTypeThe Assignment Type. Type of the assignment which can either be Assigned or Activated. Supports $filter (eq, ne). -
memberType
@SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public String memberTypeThe Member Type. How the assignments is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne). -
scheduleInfo
@SerializedName(value="scheduleInfo", alternate="ScheduleInfo") @Expose @Nullable public RequestSchedule scheduleInfoThe Schedule Info. The period of the role assignment. It can represent a single occurrence or multiple recurrences. -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public UnifiedRoleEligibilitySchedule activatedUsingThe Activated Using. If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand.
-
-
Constructor Details
-
UnifiedRoleAssignmentSchedule
public UnifiedRoleAssignmentSchedule()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classUnifiedRoleScheduleBase
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-