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 Details

    • allowedTargetScope

      @SerializedName(value="allowedTargetScope", alternate="AllowedTargetScope") @Expose @Nullable public AllowedTargetScope allowedTargetScope
      The 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 createdDateTime
      The 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 description
      The Description. The description of the policy.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the policy. Supports $filter (eq).
    • expiration

      @SerializedName(value="expiration", alternate="Expiration") @Expose @Nullable public ExpirationPattern expiration
      The Expiration. The expiration date for assignments created in this policy.
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The 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 requestApprovalSettings
      The Request Approval Settings. Who must approve requests for access package in this policy.
    • requestorSettings

      @SerializedName(value="requestorSettings", alternate="RequestorSettings") @Expose @Nullable public AccessPackageAssignmentRequestorSettings requestorSettings
      The Requestor Settings. Who can request this access package from this policy.
    • reviewSettings

      @SerializedName(value="reviewSettings", alternate="ReviewSettings") @Expose @Nullable public AccessPackageAssignmentReviewSettings reviewSettings
      The Review Settings. Settings for access reviews of assignments through this policy.
    • specificAllowedTargets

      @SerializedName(value="specificAllowedTargets", alternate="SpecificAllowedTargets") @Expose @Nullable public List<SubjectSet> specificAllowedTargets
      The 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 accessPackage
      The Access Package. The access package with this policy. Read-only. Nullable. Supports $expand.
    • catalog

      @SerializedName(value="catalog", alternate="Catalog") @Expose @Nullable public AccessPackageCatalog catalog
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to