OBJECT

RdpConnectionDetails

Details of RDP connection

link GraphQL Schema definition

  • type RdpConnectionDetails {
  • # The selected protocol
  • selectedProtocol: RdpProtocol
  • # The failure code
  • failureCode: RdpFailureCode
  • # The cookie
  • cookie: String
  • # The requested protocols
  • requestedProtocols: [RdpProtocol!]
  • }