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 Resource Environments.The Resource Requests.The Resource Role Scopes.The Resources.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 decisions associated with access package assignment requests. -
accessPackages
@SerializedName(value="accessPackages", alternate="AccessPackages") @Expose @Nullable public AccessPackageCollectionPage accessPackagesThe 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 assignmentPoliciesThe 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 assignmentRequestsThe Assignment Requests. Access package assignment requests created by or on behalf of a subject. -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public AccessPackageAssignmentCollectionPage assignmentsThe 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 catalogsThe Catalogs. A container for access packages. -
connectedOrganizations
@SerializedName(value="connectedOrganizations", alternate="ConnectedOrganizations") @Expose @Nullable public ConnectedOrganizationCollectionPage connectedOrganizationsThe Connected Organizations. References to a directory or domain of another organization whose users can request access. -
resourceEnvironments
@SerializedName(value="resourceEnvironments", alternate="ResourceEnvironments") @Expose @Nullable public AccessPackageResourceEnvironmentCollectionPage resourceEnvironmentsThe Resource Environments. -
resourceRequests
@SerializedName(value="resourceRequests", alternate="ResourceRequests") @Expose @Nullable public AccessPackageResourceRequestCollectionPage resourceRequestsThe Resource Requests. -
resourceRoleScopes
@SerializedName(value="resourceRoleScopes", alternate="ResourceRoleScopes") @Expose @Nullable public AccessPackageResourceRoleScopeCollectionPage resourceRoleScopesThe Resource Role Scopes. -
resources
@SerializedName(value="resources", alternate="Resources") @Expose @Nullable public AccessPackageResourceCollectionPage resourcesThe Resources. -
settings
@SerializedName(value="settings", alternate="Settings") @Expose @Nullable public EntitlementManagementSettings settingsThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-