ConnectionSettingProperties Class

Properties for a Connection Setting Item.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ConnectionSettingProperties

Constructor

ConnectionSettingProperties(*, client_id: Optional[str] = None, client_secret: Optional[str] = None, scopes: Optional[str] = None, service_provider_id: Optional[str] = None, service_provider_display_name: Optional[str] = None, parameters: Optional[List[azure.mgmt.botservice.models._models_py3.ConnectionSettingParameter]] = None, **kwargs)

Parameters

client_id
str
Required

Client Id associated with the Connection Setting.

client_secret
str
Required

Client Secret associated with the Connection Setting.

scopes
str
Required

Scopes associated with the Connection Setting.

service_provider_id
str
Required

Service Provider Id associated with the Connection Setting.

service_provider_display_name
str
Required

Service Provider Display Name associated with the Connection Setting.

parameters
list[ConnectionSettingParameter]
Required

Service Provider Parameters associated with the Connection Setting.

Variables

setting_id
str

Setting Id set by the service for the Connection Setting.