Git Hub Auth Model Args
data class GitHubAuthModelArgs(val installationId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<GitHubAuthModelArgs>
Model for API authentication for GitHub. For this authentication first we need to approve the Router app (Microsoft Security DevOps) to access the GitHub account, Then we only need the InstallationId to get the access token from https://api.github.com/app/installations/{installId}/access_tokens.