Class ChannelSlackArgs
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.Azure.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ChannelSlackArgs : ResourceArgs
Constructors
View SourceChannelSlackArgs()
Declaration
public ChannelSlackArgs()
Properties
View SourceBotName
The name of the Bot Resource this channel will be associated with. Changing this forces a new resource to be created.
Declaration
public Input<string> BotName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
The Client ID that will be used to authenticate with Slack.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The Client Secret that will be used to authenticate with Slack.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LandingPageUrl
The Slack Landing Page URL.
Declaration
public Input<string> LandingPageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Bot Channel. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VerificationToken
The Verification Token that will be used to authenticate with Slack.
Declaration
public Input<string> VerificationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |