OBJECT
PrivateEndpointConnection
Description
Basic cloud related information about RCV private endpoint connection.
link GraphQL Schema definition
- type PrivateEndpointConnection {
- # Current status of the private endpoint connection.
- : PrivateEndpointConnectionStatus!
- # Unique identifier of the private endpoint from cloud provider.
- : String!
- }