Package com.microsoft.graph.models
Class UnifiedRoleAssignmentScheduleInstance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleInstanceBase
com.microsoft.graph.models.UnifiedRoleAssignmentScheduleInstance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleAssignmentScheduleInstance
extends UnifiedRoleScheduleInstanceBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Assignment Schedule Instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Activated Using.The Assignment Type.The End Date Time.The Member Type.The Role Assignment Origin Id.The Role Assignment Schedule Id.The Start Date Time.Fields inherited from class com.microsoft.graph.models.UnifiedRoleScheduleInstanceBase
appScope, appScopeId, directoryScope, directoryScopeId, principal, principalId, roleDefinition, roleDefinitionId -
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
-
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). -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe End Date Time. The end date of the schedule instance. -
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). -
roleAssignmentOriginId
@SerializedName(value="roleAssignmentOriginId", alternate="RoleAssignmentOriginId") @Expose @Nullable public String roleAssignmentOriginIdThe Role Assignment Origin Id. The identifier of the role assignment in Azure AD. Supports $filter (eq, ne). -
roleAssignmentScheduleId
@SerializedName(value="roleAssignmentScheduleId", alternate="RoleAssignmentScheduleId") @Expose @Nullable public String roleAssignmentScheduleIdThe Role Assignment Schedule Id. The identifier of the unifiedRoleAssignmentSchedule object from which this instance was created. Supports $filter (eq, ne). -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe Start Date Time. When this instance starts. -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public UnifiedRoleEligibilityScheduleInstance 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
-
UnifiedRoleAssignmentScheduleInstance
public UnifiedRoleAssignmentScheduleInstance()
-
-
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 classUnifiedRoleScheduleInstanceBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-