Class ConnectionArgs
Inherited Members
Namespace: Pulumi.Azure.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs
Constructors
View SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceBotName
The name of the Bot Resource this connection 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 the service provider.
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 the service provider.
Declaration
public Input<string> ClientSecret { 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> |
Name
Specifies the name of the Bot Connection. Changing this forces a new resource to be created. Must be globally unique.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of additional parameters to apply to the connection.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the resource group in which to create the Bot Connection. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scopes
The Scopes at which the connection should be applied.
Declaration
public Input<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceProviderName
The name of the service provider that will be associated with this connection. Changing this forces a new resource to be created.
Declaration
public Input<string> ServiceProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |