WebhookScopeConfiguration

data class WebhookScopeConfiguration(val domain: String? = null, val name: String, val scope: String)

Constructors

Link copied to clipboard
constructor(domain: String? = null, name: String, scope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

The domain of the GitHub Enterprise organization. Required if your project's source type is GITHUB_ENTERPRISE.

Link copied to clipboard

The name of either the enterprise or organization.

Link copied to clipboard

The type of scope for a GitHub webhook. Valid values for this parameter are: GITHUB_ORGANIZATION, GITHUB_GLOBAL.