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 SourceEnabled
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnhancedAuthenticationEnabled
Declaration
public readonly bool? EnhancedAuthenticationEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Key
Declaration
public readonly string Key
Field Value
| Type | Description |
|---|---|
| System.String |
Key2
Declaration
public readonly string Key2
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
TrustedOrigins
Declaration
public readonly ImmutableArray<string> TrustedOrigins
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
V1Allowed
Declaration
public readonly bool? V1Allowed
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
V3Allowed
Declaration
public readonly bool? V3Allowed
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |