Package version:

Interface PrivateLinkConnectionApprovalRequest

A request to approve or reject a private endpoint connection

interface PrivateLinkConnectionApprovalRequest {
    privateEndpoint?: PrivateEndpoint;
    privateLinkServiceConnectionState?: PrivateLinkConnectionState;
}

Properties

privateEndpoint?: PrivateEndpoint

The resource of private endpoint.

privateLinkServiceConnectionState?: PrivateLinkConnectionState

The state of a private link connection