Class RepositoryWebhookConfigurationArgs
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.Inputs
Assembly: Pulumi.Github.dll
Syntax
public sealed class RepositoryWebhookConfigurationArgs : ResourceArgs
Constructors
View SourceRepositoryWebhookConfigurationArgs()
Declaration
public RepositoryWebhookConfigurationArgs()
Properties
View SourceContentType
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InsecureSsl
Declaration
public Input<bool> InsecureSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Secret
Declaration
public Input<string> Secret { 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> |