WebhookScopeConfigurationArgs

data class WebhookScopeConfigurationArgs(val domain: Output<String>? = null, val name: Output<String>, val scope: Output<String>) : ConvertibleToJava<WebhookScopeConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val domain: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>

The name of either the enterprise or organization.

Link copied to clipboard
val scope: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): WebhookScopeConfigurationArgs