GraphQL OBJECT
ServiceEndpoint
ServiceEndpoint
link Definition
- type ServiceEndpoint {
- # Url of the service endpoint.
- : String!
- # UserName for the service endpoint.
- : String
- # Indicates if the service endpoint has a password configured.
- : Boolean
- # Indicates if the previous license is accepted when the service is down.
- : Boolean
- # XML Schema of the service endpoint.
- : XmlSchema!
- }