GetServiceEndpointConnectionsPrivateEndpointConnection

data class GetServiceEndpointConnectionsPrivateEndpointConnection(val actionRequired: String, val connectionId: String, val connectionName: String, val description: String, val privateEndpointId: String, val privateEndpointName: String, val status: String)

Constructors

constructor(actionRequired: String, connectionId: String, connectionName: String, description: String, privateEndpointId: String, privateEndpointName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The resource id of the private link service connection between the private link service and the private link endpoint.

Link copied to clipboard

The name of the connection between the private link service and the private link endpoint.

Link copied to clipboard

The request for approval message or the reason for rejection message.

Link copied to clipboard

The resource id of the private link endpoint.

Link copied to clipboard

The name of the private link endpoint.

Link copied to clipboard

Indicates the state of the connection between the private link service and the private link endpoint, possible values are Pending, Approved or Rejected.