Class AccessPackageAssignment

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

public class AccessPackageAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Assignment.
  • Field Details

    • customExtensionCalloutInstances

      @SerializedName(value="customExtensionCalloutInstances", alternate="CustomExtensionCalloutInstances") @Expose @Nullable public List<CustomExtensionCalloutInstance> customExtensionCalloutInstances
      The Custom Extension Callout Instances. Information about all the custom extension calls that were made during the access package assignment workflow.
    • expiredDateTime

      @SerializedName(value="expiredDateTime", alternate="ExpiredDateTime") @Expose @Nullable public OffsetDateTime expiredDateTime
      The Expired Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
    • schedule

      @SerializedName(value="schedule", alternate="Schedule") @Expose @Nullable public EntitlementManagementSchedule schedule
      The Schedule. When the access assignment is to be in place. Read-only.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public AccessPackageAssignmentState state
      The State. The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq).
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public String status
      The Status. More information about the assignment lifecycle. Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
    • accessPackage

      @SerializedName(value="accessPackage", alternate="AccessPackage") @Expose @Nullable public AccessPackage accessPackage
      The Access Package. Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters.
    • assignmentPolicy

      @SerializedName(value="assignmentPolicy", alternate="AssignmentPolicy") @Expose @Nullable public AccessPackageAssignmentPolicy assignmentPolicy
      The Assignment Policy. Read-only. Supports $filter (eq) on the id property and $expand query parameters.
    • target

      @SerializedName(value="target", alternate="Target") @Expose @Nullable public AccessPackageSubject target
      The Target. The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId.
  • Constructor Details

    • AccessPackageAssignment

      public AccessPackageAssignment()
  • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to