Show / Hide Table of Contents

Class ChannelDirectLineSite

Inheritance
System.Object
ChannelDirectLineSite
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ChannelDirectLineSite

Fields

View Source

Enabled

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EnhancedAuthenticationEnabled

Declaration
public readonly bool? EnhancedAuthenticationEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Key

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

Key2

Declaration
public readonly string Key2
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

TrustedOrigins

Declaration
public readonly ImmutableArray<string> TrustedOrigins
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

V1Allowed

Declaration
public readonly bool? V1Allowed
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

V3Allowed

Declaration
public readonly bool? V3Allowed
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.