Class ScopedRoleMembership

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

public class ScopedRoleMembership extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Scoped Role Membership.
  • Field Details

    • administrativeUnitId

      @SerializedName(value="administrativeUnitId", alternate="AdministrativeUnitId") @Expose @Nullable public String administrativeUnitId
      The Administrative Unit Id. Unique identifier for the administrative unit that the directory role is scoped to
    • roleId

      @SerializedName(value="roleId", alternate="RoleId") @Expose @Nullable public String roleId
      The Role Id. Unique identifier for the directory role that the member is in.
    • roleMemberInfo

      @SerializedName(value="roleMemberInfo", alternate="RoleMemberInfo") @Expose @Nullable public Identity roleMemberInfo
      The Role Member Info. Role member identity information. Represents the user that is a member of this scoped-role.
  • Constructor Details

    • ScopedRoleMembership

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