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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GitHubConfig` class for the Cloud Build v2 API is 1.4.0, with previous versions also available, ranging back to 1.0.0."],["`GitHubConfig` is a class used for configuring connections to github.com, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows setting up an `AppInstallationId` (a long integer) and `AuthorizerCredential` (of type `OAuthCredential`) to manage GitHub App connections."],["The class inherits members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors available, a default one, and another which takes a `GitHubConfig` parameter named `other`, for creating a new instance based off an existing instance."]]],[]]