PrivateLinkConnectionStateResponse

data class PrivateLinkConnectionStateResponse(val actionsRequired: String, val description: String, val status: String)

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

Constructors

Link copied to clipboard
constructor(actionsRequired: String, description: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The reason for approval/rejection of the connection.

Link copied to clipboard

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.