다음을 통해 공유


IHostSettingsResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.HostSettingsResponseTypeConverter))]
public interface IHostSettingsResponse : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.HostSettingsResponseTypeConverter))>]
type IHostSettingsResponse = interface
    interface IJsonSerializable
Public Interface IHostSettingsResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BotOpenIdMetadata
OAuthUrl

For in-conversation bot user authentication

ToBotFromChannelOpenIdMetadataUrl

For verifying incoming tokens from the channels

ToBotFromChannelTokenIssuer

For verifying incoming tokens from the channels

ToBotFromEmulatorOpenIdMetadataUrl

For verifying incoming tokens from bot emulator

ToChannelFromBotLoginUrl

For getting access token to channels from bot host

ToChannelFromBotOAuthScope

For getting access token to channels from bot host

ValidateAuthority

Per cloud OAuth setting on whether authority is validated

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to