public OAuthCredential AuthorizerCredential { get; set; }
OAuth credential of the account that authorized the Cloud Build GitHub App.
It is recommended to use a robot account instead of a human user account.
The OAuth token must be tied to the Cloud Build GitHub App.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGitHubConfig\u003c/code\u003e class provides configuration settings for connecting to GitHub within the Cloud Build v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGitHubConfig\u003c/code\u003e has two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eGitHubConfig\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eAppInstallationId\u003c/code\u003e (a long integer) and \u003ccode\u003eAuthorizerCredential\u003c/code\u003e (an \u003ccode\u003eOAuthCredential\u003c/code\u003e object) to manage the GitHub App installation ID and OAuth credentials.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is version 1.4.0 while the current documentation shown is for version 1.0.0.\u003c/p\u003e\n"]]],[],null,[]]