Class OrganizationWebhookArgs
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 OrganizationWebhookArgs : ResourceArgs
Constructors
View SourceOrganizationWebhookArgs()
Declaration
public OrganizationWebhookArgs()
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.
Declaration
public Input<OrganizationWebhookConfigurationArgs> Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<OrganizationWebhookConfigurationArgs> |
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> |