ENUM

PrivateEndpointConnectionStatus

Description

Private endpoint connection status for an RCV archival location.

link GraphQL Schema definition

  • enum PrivateEndpointConnectionStatus {
  • # RCV private endpoint connection is in approved state.
  • APPROVED
  • # RCV private endpoint connection is in pending state.
  • PENDING
  • # RCV private endpoint connection is in rejected state.
  • REJECTED
  • # RCV private endpoint connection is in removed state.
  • REMOVED
  • # Not specified RCV private endpoint connection.
  • UNSPECIFIED_PE_CONNECTION_STATUS
  • }