Class GitHubConfig
Configuration for connections to github.com.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class GitHubConfig : IDirectResponseSchema
Properties
AppInstallationId
Optional. GitHub App installation id.
Declaration
[JsonProperty("appInstallationId")]
public virtual long? AppInstallationId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AuthorizerCredential
Optional. 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.
Declaration
[JsonProperty("authorizerCredential")]
public virtual OAuthCredential AuthorizerCredential { get; set; }
Property Value
Type | Description |
---|---|
OAuthCredential |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |