ENUM

PrivateEndpointConnectionStatus

Description

Status of a private endpoint connection.

link GraphQL Schema definition

  • enum PrivateEndpointConnectionStatus {
  • # The private endpoint connection is approved.
  • APPROVED
  • # The private endpoint connection is pending approval.
  • PENDING
  • # The private endpoint connection is rejected.
  • REJECTED
  • # The private endpoint connection is removed.
  • REMOVED
  • # The private endpoint connection status is unspecified.
  • UNSPECIFIED_PE_CONNECTION_STATUS
  • }