ArmSecurityInsightsModelFactory.GitHubAuthModel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityInsights.Models.GitHubAuthModel GitHubAuthModel(string installationId = default);
static member GitHubAuthModel : string -> Azure.ResourceManager.SecurityInsights.Models.GitHubAuthModel
Public Shared Function GitHubAuthModel (Optional installationId As String = Nothing) As GitHubAuthModel
Parameters
- installationId
- String
The GitHubApp auth installation id.
Returns
A new GitHubAuthModel instance for mocking.