Share via


SoapApiType type

Defines values for SoapApiType.
KnownSoapApiType can be used interchangeably with SoapApiType, this enum contains the known values that the service supports.

Known values supported by the service

http: Imports a SOAP API having a RESTful front end.
soap: Imports the SOAP API having a SOAP front end.
websocket: Imports the API having a Websocket front end.
graphql: Imports the API having a GraphQL front end.
odata: Imports the API having a OData front end.
grpc: Imports the API having a gRPC front end.

type SoapApiType = string