ConnectionSettingProperties interface
Properties for a Connection Setting Item
Properties
client |
Client Id associated with the Connection Setting. |
client |
Client Secret associated with the Connection Setting |
parameters | Service Provider Parameters associated with the Connection Setting |
provisioning |
Provisioning state of the resource |
scopes | Scopes associated with the Connection Setting |
service |
Service Provider Display Name associated with the Connection Setting |
service |
Service Provider Id associated with the Connection Setting |
setting |
Setting Id set by the service for the Connection Setting. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clientId
Client Id associated with the Connection Setting.
clientId?: string
Property Value
string
clientSecret
Client Secret associated with the Connection Setting
clientSecret?: string
Property Value
string
parameters
Service Provider Parameters associated with the Connection Setting
parameters?: ConnectionSettingParameter[]
Property Value
provisioningState
Provisioning state of the resource
provisioningState?: string
Property Value
string
scopes
Scopes associated with the Connection Setting
scopes?: string
Property Value
string
serviceProviderDisplayName
Service Provider Display Name associated with the Connection Setting
serviceProviderDisplayName?: string
Property Value
string
serviceProviderId
Service Provider Id associated with the Connection Setting
serviceProviderId?: string
Property Value
string
settingId
Setting Id set by the service for the Connection Setting. NOTE: This property will not be serialized. It can only be populated by the server.
settingId?: string
Property Value
string