Class GitHubOrganizationEvidence

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

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

    • company

      @SerializedName(value="company", alternate="Company") @Expose @Nullable public String company
      The Company.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name.
    • 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.
    • orgId

      @SerializedName(value="orgId", alternate="OrgId") @Expose @Nullable public String orgId
      The Org Id.
    • webUrl

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

    • GitHubOrganizationEvidence

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