Class EntitlementManagement

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

public class EntitlementManagement extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Entitlement Management.
  • Field Details

    • accessPackageAssignmentApprovals

      @SerializedName(value="accessPackageAssignmentApprovals", alternate="AccessPackageAssignmentApprovals") @Expose @Nullable public ApprovalCollectionPage accessPackageAssignmentApprovals
      The Access Package Assignment Approvals. Approval stages for decisions associated with access package assignment requests.
    • accessPackages

      @SerializedName(value="accessPackages", alternate="AccessPackages") @Expose @Nullable public AccessPackageCollectionPage accessPackages
      The Access Packages. Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources.
    • assignmentPolicies

      @SerializedName(value="assignmentPolicies", alternate="AssignmentPolicies") @Expose @Nullable public AccessPackageAssignmentPolicyCollectionPage assignmentPolicies
      The Assignment Policies. Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment.
    • assignmentRequests

      @SerializedName(value="assignmentRequests", alternate="AssignmentRequests") @Expose @Nullable public AccessPackageAssignmentRequestCollectionPage assignmentRequests
      The Assignment Requests. Access package assignment requests created by or on behalf of a subject.
    • assignments

      @SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public AccessPackageAssignmentCollectionPage assignments
      The Assignments. The assignment of an access package to a subject for a period of time.
    • catalogs

      @SerializedName(value="catalogs", alternate="Catalogs") @Expose @Nullable public AccessPackageCatalogCollectionPage catalogs
      The Catalogs. A container for access packages.
    • connectedOrganizations

      @SerializedName(value="connectedOrganizations", alternate="ConnectedOrganizations") @Expose @Nullable public ConnectedOrganizationCollectionPage connectedOrganizations
      The Connected Organizations. References to a directory or domain of another organization whose users can request access.
    • settings

      @SerializedName(value="settings", alternate="Settings") @Expose @Nullable public EntitlementManagementSettings settings
      The Settings. The settings that control the behavior of Azure AD entitlement management.
  • Constructor Details

    • EntitlementManagement

      public EntitlementManagement()
  • 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