Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceEndpointType

Represents type of the service endpoint.

Hierarchy

  • ServiceEndpointType

Index

Properties

Optional authenticationSchemes

authenticationSchemes: Array<ServiceEndpointAuthenticationScheme>

Authentication scheme of service endpoint type.

Optional dataSources

dataSources: Array<DataSource>

Data sources of service endpoint type.

Optional dependencyData

dependencyData: Array<DependencyData>

Dependency data of service endpoint type.

Optional description

description: string

Gets or sets the description of service endpoint type.

Optional displayName

displayName: string

Gets or sets the display name of service endpoint type.

Optional endpointUrl

endpointUrl: EndpointUrl

Gets or sets the endpoint url of service endpoint type.

Optional helpLink

helpLink: HelpLink

Gets or sets the help link of service endpoint type.

Optional helpMarkDown

helpMarkDown: string

Optional iconUrl

iconUrl: string

Gets or sets the icon url of service endpoint type.

Optional inputDescriptors

inputDescriptors: Array<InputDescriptor>

Input descriptor of service endpoint type.

Optional name

name: string

Gets or sets the name of service endpoint type.

Optional trustedHosts

trustedHosts: Array<string>

Trusted hosts of a service endpoint type.

Optional uiContributionId

uiContributionId: string

Gets or sets the ui contribution id of service endpoint type.

Generated using TypeDoc