Show / Hide Table of Contents

Class RepositoryWebhookConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RepositoryWebhookConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

RepositoryWebhookConfigurationArgs()

Declaration
public RepositoryWebhookConfigurationArgs()

Properties

View Source

ContentType

Declaration
public Input<string> ContentType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InsecureSsl

Declaration
public Input<bool> InsecureSsl { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Secret

Declaration
public Input<string> Secret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

URL of the webhook

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.