Class AccessPackageAssignmentRequestRequirements

java.lang.Object
com.microsoft.graph.models.AccessPackageAssignmentRequestRequirements
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessPackageAssignmentRequestRequirements extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Assignment Request Requirements.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowCustomAssignmentSchedule

      @SerializedName(value="allowCustomAssignmentSchedule", alternate="AllowCustomAssignmentSchedule") @Expose @Nullable public Boolean allowCustomAssignmentSchedule
      The Allow Custom Assignment Schedule. Indicates whether the requestor is allowed to set a custom schedule.
    • isApprovalRequiredForAdd

      @SerializedName(value="isApprovalRequiredForAdd", alternate="IsApprovalRequiredForAdd") @Expose @Nullable public Boolean isApprovalRequiredForAdd
      The Is Approval Required For Add. Indicates whether a request to add must be approved by an approver.
    • isApprovalRequiredForUpdate

      @SerializedName(value="isApprovalRequiredForUpdate", alternate="IsApprovalRequiredForUpdate") @Expose @Nullable public Boolean isApprovalRequiredForUpdate
      The Is Approval Required For Update. Indicates whether a request to update must be approved by an approver.
    • policyDescription

      @SerializedName(value="policyDescription", alternate="PolicyDescription") @Expose @Nullable public String policyDescription
      The Policy Description. The description of the policy that the user is trying to request access using.
    • policyDisplayName

      @SerializedName(value="policyDisplayName", alternate="PolicyDisplayName") @Expose @Nullable public String policyDisplayName
      The Policy Display Name. The display name of the policy that the user is trying to request access using.
    • policyId

      @SerializedName(value="policyId", alternate="PolicyId") @Expose @Nullable public String policyId
      The Policy Id. The identifier of the policy that these requirements are associated with. This identifier can be used when creating a new assignment request.
    • schedule

      @SerializedName(value="schedule", alternate="Schedule") @Expose @Nullable public EntitlementManagementSchedule schedule
      The Schedule. Schedule restrictions enforced, if any.
  • Constructor Details

    • AccessPackageAssignmentRequestRequirements

      public AccessPackageAssignmentRequestRequirements()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to