Package com.microsoft.graph.models
Class AccessPackageAssignmentPolicy
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageAssignmentPolicy
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageAssignmentPolicy
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Assignment Policy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Access Package.The Allowed Target Scope.The Catalog.The Created Date Time.The Description.The Display Name.The Expiration.The Modified Date Time.The Request Approval Settings.The Requestor Settings.The Review Settings.The Specific Allowed Targets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
allowedTargetScope
@SerializedName(value="allowedTargetScope", alternate="AllowedTargetScope") @Expose @Nullable public AllowedTargetScope allowedTargetScopeThe Allowed Target Scope. Principals that can be assigned the access package through this policy. The possible values are: notSpecified, specificDirectoryUsers, specificConnectedOrganizationUsers, specificDirectoryServicePrincipals, allMemberUsers, allDirectoryUsers, allDirectoryServicePrincipals, allConfiguredConnectedOrganizationUsers, allExternalUsers, unknownFutureValue. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created 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 -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description of the policy. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the policy. Supports $filter (eq). -
expiration
@SerializedName(value="expiration", alternate="Expiration") @Expose @Nullable public ExpirationPattern expirationThe Expiration. The expiration date for assignments created in this policy. -
modifiedDateTime
@SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTimeThe Modified 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 -
requestApprovalSettings
@SerializedName(value="requestApprovalSettings", alternate="RequestApprovalSettings") @Expose @Nullable public AccessPackageAssignmentApprovalSettings requestApprovalSettingsThe Request Approval Settings. Who must approve requests for access package in this policy. -
requestorSettings
@SerializedName(value="requestorSettings", alternate="RequestorSettings") @Expose @Nullable public AccessPackageAssignmentRequestorSettings requestorSettingsThe Requestor Settings. Who can request this access package from this policy. -
reviewSettings
@SerializedName(value="reviewSettings", alternate="ReviewSettings") @Expose @Nullable public AccessPackageAssignmentReviewSettings reviewSettingsThe Review Settings. Settings for access reviews of assignments through this policy. -
specificAllowedTargets
@SerializedName(value="specificAllowedTargets", alternate="SpecificAllowedTargets") @Expose @Nullable public List<SubjectSet> specificAllowedTargetsThe Specific Allowed Targets. The principals that can be assigned access from an access package through this policy. -
accessPackage
@SerializedName(value="accessPackage", alternate="AccessPackage") @Expose @Nullable public AccessPackage accessPackageThe Access Package. The access package with this policy. Read-only. Nullable. Supports $expand. -
catalog
@SerializedName(value="catalog", alternate="Catalog") @Expose @Nullable public AccessPackageCatalog catalogThe Catalog. Catalog of the access package containing this policy. Read-only.
-
-
Constructor Details
-
AccessPackageAssignmentPolicy
public AccessPackageAssignmentPolicy()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-