PrivateLinkConnectionState interface
A collection of read-only information about the state of the connection to the private remote resource.
Properties
actions |
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 | The reason for approval/rejection of the connection. NOTE: This property will not be serialized. It can only be populated by the server. |
status | 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. |
Property Details
actionsRequired
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.
actionsRequired?: string
Property Value
string
description
The reason for approval/rejection of the connection. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
status
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.
status?: string
Property Value
string