Class GitHubResourceInfo
java.lang.Object
com.azure.resourcemanager.securityinsights.models.GitHubResourceInfo
Resources created in GitHub repository.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the appInstallationId property: GitHub application installation id.void
validate()
Validates the instance.withAppInstallationId
(String appInstallationId) Set the appInstallationId property: GitHub application installation id.
-
Constructor Details
-
GitHubResourceInfo
public GitHubResourceInfo()
-
-
Method Details
-
appInstallationId
Get the appInstallationId property: GitHub application installation id.- Returns:
- the appInstallationId value.
-
withAppInstallationId
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.
-