Package version:

Interface PrivateLinkConnectionState

A collection of read-only information about the state of the connection to the private remote resource.

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

Properties

actionsRequired?: string

A message indicating if changes on the service provider require any updates on the consumer. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

The reason for approval/rejection of the connection. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc