Private Link Service Connection Response
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)
Properties
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.