Package version:

Interface PrivateLinkServiceConnectionState

An object that represents the approval state of the private link connection.

interface PrivateLinkServiceConnectionState {
    actionsRequired?: string;
    description?: string;
    status?: string;
}

Properties

actionsRequired?: string

A message indicating if changes on the service provider require any updates on the consumer.

description?: string

The reason for approval or rejection.

status?: string

Indicates whether the connection has been approved, rejected or removed by the key vault owner.