PrivateLinkServiceConnectionStateResponse

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

An object that represents the approval state of the private link connection.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionRequired: 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 or rejection.

Link copied to clipboard
val status: String? = null

Indicates whether the connection has been approved, rejected or removed by the Relay Namespace owner.