Show / Hide Table of Contents

Class ChannelDirectLineSiteArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ChannelDirectLineSiteArgs
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.Azure.Bot.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ChannelDirectLineSiteArgs : ResourceArgs

Constructors

View Source

ChannelDirectLineSiteArgs()

Declaration
public ChannelDirectLineSiteArgs()

Properties

View Source

Enabled

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

EnhancedAuthenticationEnabled

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

Id

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

Key

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

Key2

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

Name

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

TrustedOrigins

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

V1Allowed

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

V3Allowed

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