GraphQL OBJECT

ServiceEndpoint

ServiceEndpoint

link Definition

  • type ServiceEndpoint {
  • # Url of the service endpoint.
  • url: String!
  • # UserName for the service endpoint.
  • userName: String
  • # Indicates if the service endpoint has a password configured.
  • hasPassword: Boolean
  • # Indicates if the previous license is accepted when the service is down.
  • acceptPreviousLicenseWhenServiceDown: Boolean
  • # XML Schema of the service endpoint.
  • xmlSchema: XmlSchema!
  • }