PrivateLinkServiceConnectionStateResponse

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Constructors

constructor(actionsRequired: String? = null, description: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionsRequired: String? = null

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

Link copied to clipboard
val description: String? = null

The reason for approval/rejection of the connection.

Link copied to clipboard
val status: String? = null

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