PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState

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

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

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 description of any extra actions that may be required.

Link copied to clipboard
val description: String? = null

The description for the private link service connection state.

Link copied to clipboard
val status: String? = null

Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.