OBJECT
RdpConnectionDetails
Details of RDP connection
link GraphQL Schema definition
- type RdpConnectionDetails {
- # The selected protocol
- : RdpProtocol
- # The failure code
- : RdpFailureCode
- # The cookie
- : String
- # The requested protocols
- : [RdpProtocol!]
- }