ServiceProviderParameter interface
特定于每个服务提供商的额外参数
属性
| default | 服务提供程序的默认名称注意:此属性不会序列化。 它只能由服务器填充。 |
| description | 服务提供程序说明:此属性不会序列化。 它只能由服务器填充。 |
| display |
服务提供程序的显示名称注意:此属性不会序列化。 它只能由服务器填充。 |
| help |
服务提供程序的帮助 URL 注意:此属性不会序列化。 它只能由服务器填充。 |
| metadata | 服务提供程序的元数据注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 服务提供程序的名称注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 服务提供程序说明的类型:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
default
服务提供程序的默认名称注意:此属性不会序列化。 它只能由服务器填充。
default?: string
属性值
string
description
服务提供程序说明:此属性不会序列化。 它只能由服务器填充。
description?: string
属性值
string
displayName
服务提供程序的显示名称注意:此属性不会序列化。 它只能由服务器填充。
displayName?: string
属性值
string
helpUrl
服务提供程序的帮助 URL 注意:此属性不会序列化。 它只能由服务器填充。
helpUrl?: string
属性值
string
metadata
服务提供程序的元数据注意:此属性不会序列化。 它只能由服务器填充。
metadata?: ServiceProviderParameterMetadata
属性值
name
服务提供程序的名称注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
type
服务提供程序说明的类型:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string