Class ProvisionedIdentity

java.lang.Object
com.microsoft.graph.models.Identity
com.microsoft.graph.models.ProvisionedIdentity
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ProvisionedIdentity extends Identity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Provisioned Identity.
  • Field Details

    • details

      @SerializedName(value="details", alternate="Details") @Expose @Nullable public DetailsInfo details
      The Details. Details of the identity.
    • identityType

      @SerializedName(value="identityType", alternate="IdentityType") @Expose @Nullable public String identityType
      The Identity Type. Type of identity that has been provisioned, such as 'user' or 'group'.
  • Constructor Details

    • ProvisionedIdentity

      public ProvisionedIdentity()
  • 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 Identity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to