Class GitHubUserEvidence

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

public class GitHubUserEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Git Hub User Evidence.
  • Field Details

    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email.
    • login

      @SerializedName(value="login", alternate="Login") @Expose @Nullable public String login
      The Login.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id.
    • webUrl

      @SerializedName(value="webUrl", alternate="WebUrl") @Expose @Nullable public String webUrl
      The Web Url.
  • Constructor Details

    • GitHubUserEvidence

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