OBJECT

PrivateEndpointConnection

Description

RCV private endpoint connection details.

link GraphQL Schema definition

  • type PrivateEndpointConnection {
  • # RCV private endpoint Azure Resource ID.
  • privateEndpointId: String!
  • # RCV private endpoint connection status.
  • privateEndpointConnectionStatus: PrivateEndpointConnectionStatus!
  • }