Class GitHubResourceInfo

java.lang.Object
com.azure.resourcemanager.securityinsights.models.GitHubResourceInfo

public final class GitHubResourceInfo extends Object
Resources created in GitHub repository.
  • Constructor Details

    • GitHubResourceInfo

      public GitHubResourceInfo()
  • Method Details

    • appInstallationId

      public String appInstallationId()
      Get the appInstallationId property: GitHub application installation id.
      Returns:
      the appInstallationId value.
    • withAppInstallationId

      public GitHubResourceInfo withAppInstallationId(String appInstallationId)
      Set the appInstallationId property: GitHub application installation id.
      Parameters:
      appInstallationId - the appInstallationId value to set.
      Returns:
      the GitHubResourceInfo object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.