Show / Hide Table of Contents

Class ServiceSlackArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceSlackArgs
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.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ServiceSlackArgs : ResourceArgs

Constructors

View Source

ServiceSlackArgs()

Declaration
public ServiceSlackArgs()

Properties

View Source

BranchesToBeNotified

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>
View Source

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>
View Source

ConfidentialIssuesEvents

Enable notifications for confidential issues events.

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

ConfidentialNoteEvents

Enable notifications for confidential note events.

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

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>
View Source

IssuesEvents

Enable notifications for issues events.

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

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>
View Source

MergeRequestsEvents

Enable notifications for merge requests events.

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

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>
View Source

NoteEvents

Enable notifications for note events.

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

NotifyOnlyBrokenPipelines

Send notifications for broken pipelines.

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

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>
View Source

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>
View Source

PipelineEvents

Enable notifications for pipeline events.

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

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>
View Source

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>
View Source

PushEvents

Enable notifications for push events.

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

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>
View Source

TagPushEvents

Enable notifications for tag push events.

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

Username

Username to use.

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

Webhook

Webhook URL (ex.: https://hooks.slack.com/services/...)

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

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>
View Source

WikiPageEvents

Enable notifications for wiki page events.

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