Class OauthApplicationEvidence

java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.OauthApplicationEvidence
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OauthApplicationEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Oauth Application Evidence.
  • Field Details

    • appId

      @SerializedName(value="appId", alternate="AppId") @Expose @Nullable public String appId
      The App Id. Unique identifier of the application.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Name of the application.
    • objectId

      @SerializedName(value="objectId", alternate="ObjectId") @Expose @Nullable public String objectId
      The Object Id. The unique identifier of the application object in Azure AD.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. The name of the application publisher.
  • Constructor Details

    • OauthApplicationEvidence

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