Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val eTag: String? = null, val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val properties: PrivateEndpointConnectionPropertiesResponse, val provisioningState: String? = null, val systemData: SystemDataResponse? = null, val type: String)
A private endpoint connection for a project.
Constructors
Link copied to clipboard
fun PrivateEndpointConnectionResponse(eTag: String? = null, groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, properties: PrivateEndpointConnectionPropertiesResponse, provisioningState: String? = null, systemData: SystemDataResponse? = null, type: String)