Class AccessPackageSubject

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

public class AccessPackageSubject extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Subject.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the subject.
    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. The email address of the subject.
    • objectId

      @SerializedName(value="objectId", alternate="ObjectId") @Expose @Nullable public String objectId
      The Object Id. The object identifier of the subject. null if the subject is not yet a user in the tenant.
    • onPremisesSecurityIdentifier

      @SerializedName(value="onPremisesSecurityIdentifier", alternate="OnPremisesSecurityIdentifier") @Expose @Nullable public String onPremisesSecurityIdentifier
      The On Premises Security Identifier. A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier.
    • principalName

      @SerializedName(value="principalName", alternate="PrincipalName") @Expose @Nullable public String principalName
      The Principal Name. The principal name, if known, of the subject.
    • subjectType

      @SerializedName(value="subjectType", alternate="SubjectType") @Expose @Nullable public AccessPackageSubjectType subjectType
      The Subject Type. The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue.
    • connectedOrganization

      @SerializedName(value="connectedOrganization", alternate="ConnectedOrganization") @Expose @Nullable public ConnectedOrganization connectedOrganization
      The Connected Organization. The connected organization of the subject. Read-only. Nullable.
  • Constructor Details

    • AccessPackageSubject

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