SaaSConfiguration

Provides the configuration information to connect to GitHub Enterprise Cloud (SaaS).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GitHub host URL or API endpoint URL. For example, https://api.github.com.

Link copied to clipboard

The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.

Functions

Link copied to clipboard
inline fun copy(block: SaaSConfiguration.Builder.() -> Unit = {}): SaaSConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String