Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotHostSettingsClient ¶
type BotHostSettingsClient struct {
Client *resourcemanager.Client
}
func NewBotHostSettingsClientWithBaseURI ¶
func NewBotHostSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*BotHostSettingsClient, error)
func (BotHostSettingsClient) HostSettingsGet ¶
func (c BotHostSettingsClient) HostSettingsGet(ctx context.Context, id commonids.SubscriptionId) (result HostSettingsGetOperationResponse, err error)
HostSettingsGet ...
type HostSettingsGetOperationResponse ¶
type HostSettingsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *HostSettingsResponse }
type HostSettingsResponse ¶
type HostSettingsResponse struct { BotOpenIdMetadata *string `json:"BotOpenIdMetadata,omitempty"` OAuthUrl *string `json:"OAuthUrl,omitempty"` ToBotFromChannelOpenIdMetadataUrl *string `json:"ToBotFromChannelOpenIdMetadataUrl,omitempty"` ToBotFromChannelTokenIssuer *string `json:"ToBotFromChannelTokenIssuer,omitempty"` ToBotFromEmulatorOpenIdMetadataUrl *string `json:"ToBotFromEmulatorOpenIdMetadataUrl,omitempty"` ToChannelFromBotLoginUrl *string `json:"ToChannelFromBotLoginUrl,omitempty"` ToChannelFromBotOAuthScope *string `json:"ToChannelFromBotOAuthScope,omitempty"` ValidateAuthority *bool `json:"ValidateAuthority,omitempty"` }
Click to show internal directories.
Click to hide internal directories.