PrivateLinkServiceConnectionResponse

data class PrivateLinkServiceConnectionResponse(val groupIds: List<String>? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val privateLinkServiceId: String? = null, val requestMessage: String)

A grouping of information about the connection to the remote resource.

Constructors

Link copied to clipboard
constructor(groupIds: List<String>? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, privateLinkServiceId: String? = null, requestMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupIds: List<String>? = null

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.

Link copied to clipboard

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

Link copied to clipboard

The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

Link copied to clipboard

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.