Class AccessPackageResourceRole

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageResourceRole
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessPackageResourceRole extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource Role.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. A description for the resource role.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the resource role such as the role defined by the application.
    • originId

      @SerializedName(value="originId", alternate="OriginId") @Expose @Nullable public String originId
      The Origin Id. The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site.
    • originSystem

      @SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystem
      The Origin System. The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup.
    • resource

      @SerializedName(value="resource", alternate="Resource") @Expose @Nullable public AccessPackageResource resource
      The Resource.
  • Constructor Details

    • AccessPackageResourceRole

      public AccessPackageResourceRole()
  • 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