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 Automatic Request Settings.The Catalog.The Created Date Time.The Custom Extension Stage Settings.The Description.The Display Name.The Expiration.The Modified Date Time.The Questions.The Request Approval Settings.The Requestor Settings.The Review Settings.The Specific Allowed Targets. -
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
-
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. -
automaticRequestSettings
@SerializedName(value="automaticRequestSettings", alternate="AutomaticRequestSettings") @Expose @Nullable public AccessPackageAutomaticRequestSettings automaticRequestSettingsThe Automatic Request Settings. This property is only present for an auto assignment policy; if absent, this is a request-based policy. -
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. -
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. Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests. -
requestorSettings
@SerializedName(value="requestorSettings", alternate="RequestorSettings") @Expose @Nullable public AccessPackageAssignmentRequestorSettings requestorSettingsThe Requestor Settings. Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request. -
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. Access package containing this policy. Read-only. -
catalog
@SerializedName(value="catalog", alternate="Catalog") @Expose @Nullable public AccessPackageCatalog catalogThe Catalog. Catalog of the access package containing this policy. Read-only. -
customExtensionStageSettings
@SerializedName(value="customExtensionStageSettings", alternate="CustomExtensionStageSettings") @Expose @Nullable public CustomExtensionStageSettingCollectionPage customExtensionStageSettingsThe Custom Extension Stage Settings. -
questions
@SerializedName(value="questions", alternate="Questions") @Expose @Nullable public AccessPackageQuestionCollectionPage questionsThe Questions. Questions that are posed to the requestor.
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-