GitHubEnterpriseConfig class

GitHubEnterpriseConfig represents a configuration for a GitHub Enterprise server.

Constructors

GitHubEnterpriseConfig({String? appId, String? createTime, String? displayName, String? hostUrl, String? name, String? peeredNetwork, GitHubEnterpriseSecrets? secrets, String? sslCa, String? webhookKey})
GitHubEnterpriseConfig.fromJson(Map json_)

Properties

appId String?
The GitHub app id of the Cloud Build app on the GitHub Enterprise server.
getter/setter pair
createTime String?
Time when the installation was associated with the project.
getter/setter pair
displayName String?
Name to display for this config.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostUrl String?
The URL of the github enterprise host the configuration is for.
getter/setter pair
name String?
The full resource name for the GitHubEnterpriseConfig For example: "projects/{$project_id}/locations/{$location_id}/githubEnterpriseConfigs/{$config_id}"
getter/setter pair
peeredNetwork String?
The network to be used when reaching out to the GitHub Enterprise server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secrets GitHubEnterpriseSecrets?
Names of secrets in Secret Manager.
getter/setter pair
sslCa String?
SSL certificate to use for requests to GitHub Enterprise.
getter/setter pair
webhookKey String?
The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited