Class AppIdentity

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

public class AppIdentity extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Identity.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • appId

      @SerializedName(value="appId", alternate="AppId") @Expose @Nullable public String appId
      The App Id. Refers to the Unique GUID representing Application Id in the Azure Active Directory.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Refers to the Application Name displayed in the Azure Portal.
    • servicePrincipalId

      @SerializedName(value="servicePrincipalId", alternate="ServicePrincipalId") @Expose @Nullable public String servicePrincipalId
      The Service Principal Id. Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App.
    • servicePrincipalName

      @SerializedName(value="servicePrincipalName", alternate="ServicePrincipalName") @Expose @Nullable public String servicePrincipalName
      The Service Principal Name. Refers to the Service Principal Name is the Application name in the tenant.
  • Constructor Details

    • AppIdentity

      public AppIdentity()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to