다음을 통해 공유


HostSettingsResponse Class

Definition

The response body returned for a request to Bot Service Management to check per subscription hostSettings

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

Constructors

HostSettingsResponse()

Creates an new HostSettingsResponse instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostSettingsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostSettingsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IHostSettingsResponse.

FromJsonString(String)

Creates a new instance of HostSettingsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostSettingsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to