Show / Hide Table of Contents

Class GitHubConfig

Configuration for connections to github.com.

Inheritance
object
GitHubConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX