Class ServiceSlackArgs
Inherited Members
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ServiceSlackArgs : ResourceArgs
Constructors
View SourceServiceSlackArgs()
Declaration
public ServiceSlackArgs()
Properties
View SourceBranchesToBeNotified
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
Declaration
public Input<string> BranchesToBeNotified { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfidentialIssueChannel
The name of the channel to receive confidential issue events notifications.
Declaration
public Input<string> ConfidentialIssueChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfidentialIssuesEvents
Enable notifications for confidential issues events.
Declaration
public Input<bool> ConfidentialIssuesEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ConfidentialNoteEvents
Enable notifications for confidential note events.
Declaration
public Input<bool> ConfidentialNoteEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IssueChannel
The name of the channel to receive issue events notifications.
Declaration
public Input<string> IssueChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IssuesEvents
Enable notifications for issues events.
Declaration
public Input<bool> IssuesEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MergeRequestChannel
The name of the channel to receive merge request events notifications.
Declaration
public Input<string> MergeRequestChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MergeRequestsEvents
Enable notifications for merge requests events.
Declaration
public Input<bool> MergeRequestsEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NoteChannel
The name of the channel to receive note events notifications.
Declaration
public Input<string> NoteChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NoteEvents
Enable notifications for note events.
Declaration
public Input<bool> NoteEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NotifyOnlyBrokenPipelines
Send notifications for broken pipelines.
Declaration
public Input<bool> NotifyOnlyBrokenPipelines { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NotifyOnlyDefaultBranch
DEPRECATED: This parameter has been replaced with branches_to_be_notified.
Declaration
public Input<bool> NotifyOnlyDefaultBranch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PipelineChannel
The name of the channel to receive pipeline events notifications.
Declaration
public Input<string> PipelineChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PipelineEvents
Enable notifications for pipeline events.
Declaration
public Input<bool> PipelineEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Project
ID of the project you want to activate integration on.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PushChannel
The name of the channel to receive push events notifications.
Declaration
public Input<string> PushChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PushEvents
Enable notifications for push events.
Declaration
public Input<bool> PushEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TagPushChannel
The name of the channel to receive tag push events notifications.
Declaration
public Input<string> TagPushChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TagPushEvents
Enable notifications for tag push events.
Declaration
public Input<bool> TagPushEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Username
Username to use.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Webhook
Webhook URL (ex.: https://hooks.slack.com/services/...)
Declaration
public Input<string> Webhook { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WikiPageChannel
The name of the channel to receive wiki page events notifications.
Declaration
public Input<string> WikiPageChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WikiPageEvents
Enable notifications for wiki page events.
Declaration
public Input<bool> WikiPageEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |