Class ProjectHookState
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.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ProjectHookState : ResourceArgs
Constructors
View SourceProjectHookState()
Declaration
public ProjectHookState()
Properties
View SourceEnableSslVerification
Enable ssl verification when invoking the hook.
Declaration
public Input<bool> EnableSslVerification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IssuesEvents
Invoke the hook for issues events.
Declaration
public Input<bool> IssuesEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
JobEvents
Invoke the hook for job events.
Declaration
public Input<bool> JobEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MergeRequestsEvents
Invoke the hook for merge requests.
Declaration
public Input<bool> MergeRequestsEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NoteEvents
Invoke the hook for notes events.
Declaration
public Input<bool> NoteEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PipelineEvents
Invoke the hook for pipeline events.
Declaration
public Input<bool> PipelineEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Project
The name or id of the project to add the hook to.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PushEvents
Invoke the hook for push events.
Declaration
public Input<bool> PushEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TagPushEvents
Invoke the hook for tag push events.
Declaration
public Input<bool> TagPushEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Token
A token to present when invoking the hook.
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The url of the hook to invoke.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WikiPageEvents
Invoke the hook for wiki page events.
Declaration
public Input<bool> WikiPageEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |