Class RepositoryWebhookState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class RepositoryWebhookState : ResourceArgs
Constructors
View SourceRepositoryWebhookState()
Declaration
public RepositoryWebhookState()
Properties
View SourceActive
Indicate of the webhook should receive events. Defaults to true.
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Configuration
key/value pair of configuration for this webhook. Available keys are url, content_type, secret and insecure_ssl. secret is the shared secret, see API documentation.
Declaration
public Input<RepositoryWebhookConfigurationGetArgs> Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RepositoryWebhookConfigurationGetArgs> |
Etag
Declaration
public Input<string> Etag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Events
A list of events which should trigger the webhook. See a list of available events.
Declaration
public InputList<string> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Repository
The repository of the webhook.
Declaration
public Input<string> Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
URL of the webhook
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |