ServiceProviderParameter interface
Extra Parameters specific to each Service Provider
Properties
| default | Default Name for the Service Provider |
| description | Description of the Service Provider |
| display |
Display Name of the Service Provider |
| help |
Help Url for the Service Provider |
| metadata | Meta data for the Service Provider |
| name | Name of the Service Provider |
| type | Type of the Service Provider |
Property Details
default
Default Name for the Service Provider
default?: string
Property Value
string
description
Description of the Service Provider
description?: string
Property Value
string
displayName
Display Name of the Service Provider
displayName?: string
Property Value
string
helpUrl
Help Url for the Service Provider
helpUrl?: string
Property Value
string
metadata
Meta data for the Service Provider
metadata?: ServiceProviderParameterMetadata
Property Value
name
Name of the Service Provider
name?: string
Property Value
string
type
Type of the Service Provider
type?: string
Property Value
string