Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Access Package Assignment Approvals.The Access Packages.The Assignment Policies.The Assignment Requests.The Assignments.The Catalogs.The Connected Organizations.The Settings. -
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
-
accessPackageAssignmentApprovals
@SerializedName(value="accessPackageAssignmentApprovals", alternate="AccessPackageAssignmentApprovals") @Expose @Nullable public ApprovalCollectionPage accessPackageAssignmentApprovalsThe Access Package Assignment Approvals. Approval stages for assignment requests. -
accessPackages
@SerializedName(value="accessPackages", alternate="AccessPackages") @Expose @Nullable public AccessPackageCollectionPage accessPackagesThe Access Packages. Represents access package objects. -
assignmentPolicies
@SerializedName(value="assignmentPolicies", alternate="AssignmentPolicies") @Expose @Nullable public AccessPackageAssignmentPolicyCollectionPage assignmentPoliciesThe Assignment Policies. Access package assignment policies. -
assignmentRequests
@SerializedName(value="assignmentRequests", alternate="AssignmentRequests") @Expose @Nullable public AccessPackageAssignmentRequestCollectionPage assignmentRequestsThe Assignment Requests. Represents access package assignment requests created by or on behalf of a user. -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public AccessPackageAssignmentCollectionPage assignmentsThe Assignments. Represents the grant of an access package to a subject (user or group). -
catalogs
@SerializedName(value="catalogs", alternate="Catalogs") @Expose @Nullable public AccessPackageCatalogCollectionPage catalogsThe Catalogs. Represents a collection of access packages. -
connectedOrganizations
@SerializedName(value="connectedOrganizations", alternate="ConnectedOrganizations") @Expose @Nullable public ConnectedOrganizationCollectionPage connectedOrganizationsThe Connected Organizations. Represents references to a directory or domain of another organization whose users can request access. -
settings
@SerializedName(value="settings", alternate="Settings") @Expose @Nullable public EntitlementManagementSettings settingsThe Settings. Represents 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-