ServiceEndpointType interface
Represents type of the service endpoint.
Properties
authentication |
Authentication scheme of service endpoint type. |
data |
Data sources of service endpoint type. |
dependency |
Dependency data of service endpoint type. |
description | Gets or sets the description of service endpoint type. |
display |
Gets or sets the display name of service endpoint type. |
endpoint |
Gets or sets the endpoint url of service endpoint type. |
help |
Gets or sets the help link of service endpoint type. |
help |
|
icon |
Gets or sets the icon url of service endpoint type. |
input |
Input descriptor of service endpoint type. |
name | Gets or sets the name of service endpoint type. |
trusted |
Trusted hosts of a service endpoint type. |
ui |
Gets or sets the ui contribution id of service endpoint type. |
Property Details
authenticationSchemes
Authentication scheme of service endpoint type.
authenticationSchemes: ServiceEndpointAuthenticationScheme[]
Property Value
dataSources
dependencyData
Dependency data of service endpoint type.
dependencyData: DependencyData[]
Property Value
description
Gets or sets the description of service endpoint type.
description: string
Property Value
string
displayName
Gets or sets the display name of service endpoint type.
displayName: string
Property Value
string
endpointUrl
Gets or sets the endpoint url of service endpoint type.
endpointUrl: EndpointUrl
Property Value
helpLink
helpMarkDown
helpMarkDown: string
Property Value
string
iconUrl
Gets or sets the icon url of service endpoint type.
iconUrl: string
Property Value
string
inputDescriptors
Input descriptor of service endpoint type.
inputDescriptors: InputDescriptor[]
Property Value
name
Gets or sets the name of service endpoint type.
name: string
Property Value
string
trustedHosts
Trusted hosts of a service endpoint type.
trustedHosts: string[]
Property Value
string[]
uiContributionId
Gets or sets the ui contribution id of service endpoint type.
uiContributionId: string
Property Value
string