PrivateLinkServiceConnectionState interface
The state of a private link service connection.
Properties
actions |
A message indicating if changes on the service provider require any updates on the consumer. |
description | The description for connection status. For example if connection is rejected it can indicate reason for rejection. |
status | The private link service connection status. |
Property Details
actionsRequired
A message indicating if changes on the service provider require any updates on the consumer.
actionsRequired?: string
Property Value
string
description
The description for connection status. For example if connection is rejected it can indicate reason for rejection.
description?: string
Property Value
string
status
The private link service connection status.
status?: string
Property Value
string